2025-03-21T20:17:47.1613670Z Current runner version: '2.323.0' 2025-03-21T20:17:47.1621999Z Runner name: 'i-04ce80fc8ad2fa828' 2025-03-21T20:17:47.1623003Z Runner group name: 'Default' 2025-03-21T20:17:47.1624177Z Machine name: 'ip-10-0-34-144' 2025-03-21T20:17:47.1627772Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:47.1630631Z Contents: read 2025-03-21T20:17:47.1631427Z Metadata: read 2025-03-21T20:17:47.1632162Z ##[endgroup] 2025-03-21T20:17:47.1635871Z Secret source: Actions 2025-03-21T20:17:47.1636901Z Prepare workflow directory 2025-03-21T20:17:47.5036866Z Prepare all required actions 2025-03-21T20:17:47.5087528Z Getting action download info 2025-03-21T20:17:47.6907552Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:47.9667116Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:18:01.0086809Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:18:01.3644699Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:18:01.4674277Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:18:01.8947189Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:18:02.1532332Z Getting action download info 2025-03-21T20:18:02.3058399Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:02.3060730Z ##[group] Inputs 2025-03-21T20:18:02.3062842Z script: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:02.3065546Z timeout: 90 2025-03-21T20:18:02.3065868Z runner: linux.4xlarge.memory 2025-03-21T20:18:02.3066221Z upload-artifact: 2025-03-21T20:18:02.3066885Z upload-artifact-to-s3: false 2025-03-21T20:18:02.3067243Z download-artifact: 2025-03-21T20:18:02.3067554Z repository: 2025-03-21T20:18:02.3067860Z fetch-depth: 1 2025-03-21T20:18:02.3068142Z submodules: true 2025-03-21T20:18:02.3068491Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:02.3068927Z test-infra-repository: pytorch/test-infra 2025-03-21T20:18:02.3069327Z test-infra-ref: 2025-03-21T20:18:02.3069677Z docker-image: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:02.3070103Z docker-build-dir: .ci/docker 2025-03-21T20:18:02.3070471Z gpu-arch-type: cpu 2025-03-21T20:18:02.3070766Z gpu-arch-version: 2025-03-21T20:18:02.3071086Z job-name: linux-job 2025-03-21T20:18:02.3071411Z continue-on-error: false 2025-03-21T20:18:02.3071748Z binary-matrix: 2025-03-21T20:18:02.3072047Z run-with-docker: true 2025-03-21T20:18:02.3072342Z secrets-env: 2025-03-21T20:18:02.3072626Z no-sudo: false 2025-03-21T20:18:02.3072945Z ##[endgroup] 2025-03-21T20:18:02.3073508Z Complete job name: test-models-linux (phi-4-mini, portable, linux.4xlarge.memory) / linux-job 2025-03-21T20:18:02.3597449Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:18:02.3714925Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:18:02.3725344Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:02.3726155Z ##[endgroup] 2025-03-21T20:18:03.8720720Z Runner Type: linux.4xlarge.memory 2025-03-21T20:18:03.8721261Z Instance Type: r5.4xlarge 2025-03-21T20:18:03.8721587Z AMI Name: unknown 2025-03-21T20:18:03.8751602Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:10.1665146Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:10.1665866Z set -euxo pipefail 2025-03-21T20:18:10.1666241Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:10.1666707Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:10.1667175Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:10.1667555Z else 2025-03-21T20:18:10.1667889Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:10.1668319Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:10.1668680Z fi 2025-03-21T20:18:10.1668935Z  2025-03-21T20:18:10.1669228Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:10.1669609Z echo "::endgroup::" 2025-03-21T20:18:10.1681021Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:10.1681391Z env: 2025-03-21T20:18:10.1681716Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:10.1682160Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.1682576Z PR_NUMBER: 2025-03-21T20:18:10.1684582Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:10.1686704Z NO_SUDO: false 2025-03-21T20:18:10.1686991Z ##[endgroup] 2025-03-21T20:18:10.1721142Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:10.1734008Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:10.1734609Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:10.1741938Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:10.3662480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:10.3663584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.3664708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:10.3665758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:10.3666839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.3667891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:10.3668961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:10.3670012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:10.3671027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:10.3672106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:10.3673223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.3674280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:10.3675335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.3676411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:10.3677485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:10.3678734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:10.3679803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:10.3680714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:10.3681618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:10.3682485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:10.3683617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:10.3684582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:10.3685551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:10.3686575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:10.3687631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:10.3688676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:10.3689740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:10.3690612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:10.3691758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.pack' 2025-03-21T20:18:10.3693201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.rev' 2025-03-21T20:18:10.3694641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.idx' 2025-03-21T20:18:10.3695863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:10.3696847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:10.3697928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:10.3699121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:10.3699992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:10.3700965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:10.3702089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:10.3703186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:10.3704209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:10.3705201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:10.3706199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:10.3707115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:10.3708010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:10.3708936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:10.3710000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:10.3710841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:10.3711767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:10.3712673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:10.3713593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:10.3714521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:10.3715557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:10.3716634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:10.3717734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:10.3718884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:10.3720074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:10.3721315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:10.3722527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:10.3723702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:10.3724868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:10.3726022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:10.3727196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:10.3728384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:10.3729641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:10.3730801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:10.3732004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:10.3733263Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:10.3734498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:10.3735697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:10.3736892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:10.3738081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:10.3739288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:10.3740520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:10.3741775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:10.3742968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:10.3744120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:10.3745331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:10.3746545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:10.3747758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:10.3748954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:10.3750136Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:10.3751293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:10.3752403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:10.3753548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:10.3754708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:10.3755865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:10.3757008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:10.3758139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:10.3759257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:10.3760352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:10.3761434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:10.3762555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:10.3763703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:10.3764855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:10.3766002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:10.3767166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:10.3768335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:10.3769605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:10.3770769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:10.3771958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:10.3773240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:10.3774452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:10.3775745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:10.3776973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:10.3778248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:10.3779374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:10.3780387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:10.3781434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:10.3782502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:10.3783522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:10.3784544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:10.3785609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:10.3786604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:10.3787939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:18:10.3789611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:18:10.3791148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:10.3792601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:18:10.3794158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:18:10.3795767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:18:10.3797351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:18:10.3798974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:18:10.3800377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:10.3801758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:10.3803046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:10.3804203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:10.3805341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:10.3806617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:10.3807751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:10.3809018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:10.3810087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:10.3811194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:10.3812345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:10.3813515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:10.3814678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:10.3815830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:10.3817004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:10.3818146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:10.3819243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:10.3820321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:10.3821445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:10.3822561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:10.3823656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:10.3824693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:10.3825731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:10.3826823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:10.3827958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:10.3829122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:10.3830256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:10.3831395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:10.3832541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:10.3833693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:10.3834833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:10.3835986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:10.3837118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:10.3838306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:10.3839446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:10.3840762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:10.3842106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:10.3843459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:10.3844737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:10.3845938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:10.3847202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:10.3848428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:10.3849700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:10.3850915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:10.3852143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:10.3853382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:10.3854648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:10.3855847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:10.3856941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:10.3857995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:10.3859027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:10.3860107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:10.3861248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:10.3862371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:10.3863433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:10.3864579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:10.3865804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:10.3866954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:10.3868108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:10.3869334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:10.3870651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:10.3871994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:10.3873235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:10.3874555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:10.3875849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:10.3877011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:10.3878144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:10.3879340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:10.3880700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:18:10.3882099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:10.3883416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:10.3884729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:10.3885980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:10.3887226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:10.3888574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:10.3889892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:10.3891018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:10.3892141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:10.3893235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:10.3894422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:10.3895625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:10.3896699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:10.3897719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:10.3898889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:10.3899967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:10.3901612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:10.3902784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:10.3904114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:10.3905348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:10.3906484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:10.3907649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:10.3908840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:10.3910028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:10.3911266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:10.3912544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:10.3913774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:10.3914949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:10.3916157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:10.3917372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:10.3918603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:10.3919863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:10.3921145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:10.3922418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:10.3923692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:10.3925010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:10.3926223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:10.3927366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:10.3928410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:10.3929440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:10.3930311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:10.3931169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:10.3932109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:10.3933008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:10.3933878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:10.3934785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:10.3935700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:10.3936575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:10.3937467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:10.3938463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:10.3939458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:10.3940462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:10.3941500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:10.3942578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:10.3943632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:10.3944808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:10.3946122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:10.3947377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:10.3948635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:10.3950001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:10.3951450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:10.3952940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:10.3954340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:10.3955745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:10.3957102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:10.3958393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:10.3959679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:10.3960912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:10.3962052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:10.3963268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:10.3964517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:10.3965651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:10.3966719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:10.3967817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:10.3968817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:10.3969896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:10.3970963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:10.3972070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:10.3973179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:10.3974298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:10.3975422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:10.3976586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:10.3977855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:10.3979164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:10.3980539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:10.3981898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:10.3983289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:10.3984724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:10.3986074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:10.3987309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:10.3988518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:10.3989774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:10.3991089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:10.3992351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:10.3993507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:10.3994594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:10.3995740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:10.3996920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:10.3998033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:10.3999307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:10.4000575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:10.4001859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:10.4003095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:10.4004280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:10.4005399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:10.4006499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:10.4007608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:10.4008716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:10.4009912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:10.4011244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:18:10.4012573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:10.4013776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:10.4015110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:18:10.4016428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:10.4017637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:10.4018803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:10.4020003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:10.4021228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:10.4022391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:10.4023584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:10.4024797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:10.4025981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:10.4027101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:10.4028202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:10.4029312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:10.4030446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:10.4031575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:10.4032802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:10.4034322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:18:10.4036165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:18:10.4037765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:10.4038957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:10.4040075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:10.4041198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:10.4042356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:10.4043556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:10.4044807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:10.4046091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:10.4047327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:10.4048501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:10.4049781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:10.4050995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:18:10.4052247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:10.4053446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:10.4054599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:10.4055750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:10.4056956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:10.4058192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:10.4059392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:10.4060476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:10.4061619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:18:10.4062827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:10.4063893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:10.4065057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:10.4066327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:10.4067587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:10.4068878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:10.4070239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:18:10.4071661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:18:10.4073021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:10.4074249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:10.4075442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:10.4076655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:10.4077923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:10.4079235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:10.4080517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:10.4081846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:18:10.4083148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:10.4084234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:10.4085302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:10.4086587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:18:10.4087937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:10.4089270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:10.4090351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:10.4091265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:10.4092226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:10.4093384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:10.4094641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:10.4095991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:18:10.4097506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:18:10.4099123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:18:10.4100463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:10.4101841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:18:10.4103323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:18:10.4104714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:10.4105854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:10.4106774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:10.4107614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:10.4108507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:10.4109476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:10.4110459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:10.4111450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:10.4112522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:10.4113645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:10.4114718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:10.4115759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:10.4116780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:10.4117823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:10.4118966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:10.4120132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:10.4121271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:10.4122309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:10.4123291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:10.4124297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:10.4125247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:10.4126183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:10.4127188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:10.4128176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:10.4129394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:10.4130586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:10.4131628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:10.4132602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:10.4133590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:10.4134575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:10.4135562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:10.4136535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:10.4137612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:10.4138767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:10.4139886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:10.4140972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:10.4141978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:10.4142941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:10.4143975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:10.4145032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:10.4146022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:10.4147024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:10.4148019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:10.4148967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:10.4149933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:10.4150883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:10.4151811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:10.4152710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:10.4153600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:10.4154613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:10.4155753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:10.4156903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:10.4158040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:10.4159171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:10.4160494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:10.4161851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:10.4163008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:10.4164105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:10.4165367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:10.4166767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:10.4168153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:10.4169632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:10.4171054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:10.4172468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:10.4173921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:18:10.4175400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:18:10.4177084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:18:10.4178948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:18:10.4180754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:18:10.4182564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:18:10.4184388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:18:10.4186239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:18:10.4188111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:18:10.4189971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:18:10.4191831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:18:10.4193756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:18:10.4195806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:18:10.4197804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:18:10.4199845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:18:10.4201942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:18:10.4204256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:18:10.4206532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:18:10.4208754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:18:10.4210892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:18:10.4212813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:18:10.4214680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:18:10.4216533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:18:10.4218349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:18:10.4220028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:18:10.4221532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:18:10.4223007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:18:10.4224621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:18:10.4226335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:18:10.4227966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:18:10.4229588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:18:10.4231310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:18:10.4232932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:18:10.4234427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:18:10.4235922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:10.4237373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:10.4238843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:18:10.4240319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:10.4241734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:10.4243138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:10.4244614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:18:10.4246264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:18:10.4248094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:18:10.4250070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:18:10.4251830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:18:10.4253596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:18:10.4255267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:10.4256794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:18:10.4258391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:18:10.4260084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:18:10.4261801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:18:10.4263570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:18:10.4265395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:18:10.4267285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:18:10.4269140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:18:10.4270868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:18:10.4272535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:18:10.4274114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:18:10.4275670Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:10.4277178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:10.4278646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:10.4280002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:10.4281335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:10.4282710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:10.4284193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:18:10.4285696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:10.4287174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:10.4288660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:10.4290207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:18:10.4291707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:18:10.4293251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:18:10.4294820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:18:10.4296387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:18:10.4298037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:18:10.4299928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:18:10.4301838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:18:10.4303674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:18:10.4305438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:18:10.4307169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:18:10.4308939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:18:10.4310714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:18:10.4312495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:18:10.4314287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:18:10.4316056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:18:10.4317826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:18:10.4319565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:18:10.4321316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:18:10.4323068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:18:10.4324796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:18:10.4326546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:18:10.4328326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:18:10.4330197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:18:10.4332014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:18:10.4333845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:18:10.4335639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:18:10.4337393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:18:10.4339228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:18:10.4340990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:18:10.4342679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:18:10.4344400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:18:10.4346080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:18:10.4347712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:18:10.4349252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:18:10.4350789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:18:10.4352482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:18:10.4354213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:18:10.4355801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:18:10.4357318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:18:10.4358821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:18:10.4360294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:10.4361727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:10.4363065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:10.4364369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:10.4365785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:18:10.4367319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:18:10.4368874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:18:10.4370554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:18:10.4372142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:18:10.4373811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:18:10.4375569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:18:10.4377160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:10.4378541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:10.4379933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:18:10.4381289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:10.4382628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:10.4383951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:10.4385346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:18:10.4386826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:18:10.4388287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:18:10.4389753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:18:10.4391390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:18:10.4393093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:18:10.4394748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:18:10.4396439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:18:10.4398051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:18:10.4399725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:18:10.4401214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:10.4402610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:10.4403921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:10.4405346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:18:10.4406860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:10.4408451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:10.4410087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:10.4411568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:10.4413082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:18:10.4414654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:18:10.4416213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:18:10.4417751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:18:10.4419308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:18:10.4420828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:18:10.4422340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:18:10.4454607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:18:10.4456244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:18:10.4457895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:18:10.4459570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:18:10.4461189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:18:10.4462741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:18:10.4464272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:18:10.4466017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:18:10.4467782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:18:10.4469370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:18:10.4470919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:18:10.4472451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:18:10.4474086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:10.4475586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:10.4476902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:10.4478207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:10.4479528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:10.4480987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:18:10.4482573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:18:10.4484204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:10.4485737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:10.4487136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:10.4488501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:10.4489904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:10.4491217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:10.4492480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:10.4493672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:10.4494989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:10.4496350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:10.4497646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:10.4499107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:10.4500432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:10.4501805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:10.4503113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:10.4504514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:10.4505786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:10.4506970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:10.4508262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:10.4509347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:10.4510315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:10.4511427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:10.4512585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:10.4513693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:10.4514812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:10.4515950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:10.4517079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:10.4518140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:10.4519196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:10.4520411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:10.4521667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:10.4522954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:10.4524194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:10.4525302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:10.4526532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:18:10.4527977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:18:10.4529435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:10.4530767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:18:10.4532277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:18:10.4533875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:10.4535264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:10.4536651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:10.4538021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:10.4539290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:10.4540572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:10.4541742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:10.4542837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:10.4543920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:10.4545001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:10.4546111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:10.4547330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:10.4548617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:18:10.4549811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:10.4550960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:10.4552079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:10.4553188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:10.4554318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:10.4555438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:10.4556569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:10.4557765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:10.4558952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:10.4560094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:10.4561218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:10.4562314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:10.4563432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:10.4564544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:10.4565676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:10.4566785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:10.4567904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:10.4569146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:10.4570304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:10.4571407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:10.4572564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:10.4573640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:10.4574730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:10.4575850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:10.4576860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:10.4577884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:10.4578935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:10.4579956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:10.4580974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:10.4582007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:10.4583080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:10.4584259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:10.4585506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:10.4586748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:10.4587974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:10.4589187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:10.4590404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:10.4591639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:10.4592878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:10.4594096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:10.4595329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:10.4596527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:10.4597669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:10.4598947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:10.4600066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:10.4601187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:10.4602323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:10.4603447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:10.4604687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:10.4605821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:10.4606863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:10.4607977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:10.4609257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:10.4610462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:10.4611608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:10.4612825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:10.4614026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:10.4615142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:10.4616206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:10.4617297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:10.4618392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:10.4619523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:10.4620685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:10.4621818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:10.4623002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:10.4624216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:10.4625399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:10.4626549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:10.4627613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:10.4628750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:10.4630001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:10.4631097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:10.4632163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:10.4633324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:10.4634472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:10.4635764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:10.4637083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:18:10.4638471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:10.4639811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:10.4641202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:18:10.4642543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:10.4643746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:10.4644828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:10.4645855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:10.4646942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:10.4648144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:10.4649395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:10.4650451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:10.4651533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:10.4652651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:10.4653733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:10.4654814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:10.4655952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:10.4657070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:10.4658143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:10.4659235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:10.4660352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:10.4661454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:10.4662517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:10.4663605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:10.4664738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:10.4665995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:10.4667314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:10.4668643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:10.4669890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:10.4671048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:10.4672189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:10.4673353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:10.4674555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:10.4675738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:10.4676938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:10.4678082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:10.4679165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:10.4680200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:10.4681171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:10.4682283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:10.4683582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:10.4684908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:18:10.4686243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:10.4687543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:10.4688804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:10.4690113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:10.4691385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:10.4692703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:10.4694014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:10.4695167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:10.4696275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:10.4697486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:10.4698842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:10.4700133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:10.4701160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:10.4702204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:10.4703206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:10.4704219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:10.4705293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:10.4706390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:10.4707439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:10.4708489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:10.4709522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:10.4710562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:10.4711564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:10.4712630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:10.4713869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:10.4715197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:10.4716525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:10.4717785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:10.4718878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:10.4719861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:10.4721030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:18:10.4722239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:10.4723351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:10.4724502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:10.4725684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:10.4726796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:10.4727848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:10.4728875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:10.4729921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:10.4730898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:10.4731959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:10.4732884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:10.4733882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:10.4734824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:10.4735797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:10.4736809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:10.4737797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:10.4738747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:10.4739958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:10.4741411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:10.4742825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:10.4744285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:18:10.4745763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:18:10.4747252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:10.4748698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:10.4750099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:10.4751476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:10.4752815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:10.4754135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:10.4755459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:10.4756778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:10.4758113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:10.4759490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:10.4760854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:10.4762194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:10.4763512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:10.4764890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:10.4766342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:10.4767799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:10.4769343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:10.4770870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:10.4772442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:10.4774004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:10.4775458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:10.4776794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:10.4778103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:10.4779417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:10.4780714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:10.4782007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:10.4783337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:18:10.4784694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:18:10.4786035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:10.4787415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:18:10.4788832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:18:10.4790234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:10.4791611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:10.4792968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:10.4794313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:10.4795666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:10.4797027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:10.4798671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:10.4800120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:10.4801437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:10.4802723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:10.4804073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:18:10.4805463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:18:10.4806844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:10.4808243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:18:10.4809730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:18:10.4811119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:10.4812522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:10.4813901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:10.4815274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:10.4816648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:10.4817994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:10.4819336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:10.4820674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:10.4822007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:10.4823326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:10.4824612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:10.4825905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:10.4827171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:10.4828486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:10.4829841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:10.4831239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:10.4832633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:18:10.4834079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:18:10.4835463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:10.4836887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:18:10.4838357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:18:10.4839807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:10.4841236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:10.4842640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:10.4844017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:10.4845415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:10.4846801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:10.4848199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:10.4849668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:10.4851036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:10.4852394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:10.4853793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:18:10.4855240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:18:10.4856665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:10.4858097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:18:10.4859550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:18:10.4860991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:10.4862451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:10.4863912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:10.4865433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:10.4866933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:10.4868375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:10.4869774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:10.4871159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:10.4872512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:10.4873851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:10.4875204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:10.4876573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:10.4877923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:10.4879405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:18:10.4881019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:18:10.4882640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:18:10.4884251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:18:10.4885828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:18:10.4887407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:18:10.4889086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:18:10.4890731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:18:10.4892353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:18:10.4893876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:10.4895282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:10.4896665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:10.4898024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:10.4899740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:18:10.4901332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:18:10.4902849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:18:10.4904309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:10.4905720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:10.4907112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:10.4908472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:10.4909824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:10.4911150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:10.4912417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:10.4913724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:10.4915070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:10.4916399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:10.4917743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:10.4919094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:10.4920436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:10.4921764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:10.4923091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:10.4924386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:10.4925655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:10.4926877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:10.4928070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:10.4929381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:10.4930628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:10.4931852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:10.4933215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:10.4934568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:10.4935861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:10.4937207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:10.4938579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:10.4939944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:10.4941285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:10.4942595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:10.4943894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:10.4945229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:10.4946580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:10.4947904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:10.4949260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:10.4950674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:10.4952078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:10.4953490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:10.4954875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:10.4956233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:10.4957567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:10.4958899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:10.4960249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:10.4961579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:10.4962921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:10.4964216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:10.4965605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:10.4966960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:10.4968348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:10.4969763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:10.4971190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:10.4972598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:10.4973974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:10.4975373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:10.4976755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:10.4978181Z 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:10.4979655Z 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:10.4981109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:10.4982552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:10.4983955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:10.4985353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:10.4986708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:10.4988013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:10.4989300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:10.4990653Z 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:10.4992031Z 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:10.4993403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:10.4994798Z 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:10.4996236Z 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:10.4997655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:10.4999379Z 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:10.5000781Z 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:10.5002445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:10.5003810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:10.5005142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:10.5006451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:10.5007731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:10.5009049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:10.5010293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:10.5011657Z 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:10.5013155Z 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:10.5014618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:10.5016061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:10.5017463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:10.5018831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:10.5020200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:10.5021550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:10.5022891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:10.5024249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:10.5025613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:10.5026961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:10.5028355Z 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:10.5029798Z 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:10.5031232Z 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:10.5032703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:10.5034062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:10.5035442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:10.5036738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:10.5038018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:10.5039280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:10.5040535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:10.5041774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:10.5043006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:10.5044275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:10.5045566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:10.5046858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:10.5048195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:10.5049652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:10.5051015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:10.5052449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:10.5053946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:10.5055427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:10.5056835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:10.5058210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:10.5059562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:10.5060943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:10.5062351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:10.5063738Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:10.5065062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:10.5066397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:10.5067668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:10.5068971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:10.5070330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:10.5071668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:10.5073012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:10.5074361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:10.5075689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:10.5077061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:10.5078617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:10.5080096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:10.5081408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:10.5082604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:10.5083790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:10.5085059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:10.5086389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:10.5087701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:10.5089150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:10.5090614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:10.5092054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:10.5093477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:10.5094890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:10.5096281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:10.5097656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:10.5099426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:10.5100773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:10.5102167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:10.5103447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:10.5104698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:10.5105961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:10.5107210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:10.5108445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:10.5109764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:10.5111137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:10.5112500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:10.5113820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:10.5115117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:10.5116404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:10.5117719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:10.5119057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:10.5120370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:10.5121772Z 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:10.5123255Z 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:10.5124731Z 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:10.5126119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:10.5127448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:10.5128755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:10.5130227Z 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:10.5131709Z 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:10.5133233Z 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:10.5134664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:10.5135939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:10.5137184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:10.5138461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:10.5139730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:10.5140997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:10.5142320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:10.5143694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:10.5145054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:10.5146449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:10.5147911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:10.5149359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:10.5150854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:10.5152395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:10.5153909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:10.5155445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:10.5156993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:10.5158532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:10.5159953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:10.5161258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:10.5162549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:10.5163809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:10.5165007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:10.5166276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:10.5167563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:10.5169093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:10.5170441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:10.5171877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:10.5173380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:10.5174867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:10.5176263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:10.5177547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:10.5178807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:10.5180149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:10.5181544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:10.5182936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:10.5184360Z 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:10.5185795Z 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:10.5191108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:10.5192527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:10.5193911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:10.5195284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:10.5196655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:10.5198021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:10.5199519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:10.5200916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:10.5202354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:10.5203924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:10.5205365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:10.5206637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:10.5207882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:10.5209130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:10.5210323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:10.5211546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:10.5212717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:10.5213854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:10.5214939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:10.5216015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:10.5217107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:10.5218229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:10.5219354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:10.5220520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:10.5221715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:10.5222914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:10.5224101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:10.5225235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:10.5226391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:10.5227560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:10.5228701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:10.5229853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:10.5230963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:10.5232043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:10.5233132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:10.5234240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:10.5235402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:10.5236631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:10.5237841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:10.5239018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:10.5240165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:10.5241323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:10.5242430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:10.5243525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:10.5244710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:10.5245901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:10.5247049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:10.5248237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:10.5249566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:10.5250714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:10.5251869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:10.5253048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:10.5254172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:10.5255326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:10.5256471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:10.5257603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:10.5258853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:10.5260160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:10.5261512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:10.5262841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:10.5264100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:10.5265398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:10.5266662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:10.5267887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:10.5269266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:10.5270588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:10.5271859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:10.5273256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:10.5274637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:10.5275980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:10.5277343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:10.5278682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:10.5280066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:10.5281450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:10.5282772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:10.5284035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:10.5285333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:10.5286728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:10.5288129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:10.5289647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:10.5291238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:10.5292940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:10.5294641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:10.5296251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:10.5297653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:10.5299205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:10.5300538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:10.5301788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:10.5303224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:10.5304501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:10.5305845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:10.5307024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:10.5308296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:10.5309698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:10.5311229Z 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:10.5312895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:10.5314451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:10.5316031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:10.5317613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:10.5319178Z 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:10.5320782Z 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:10.5322327Z 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:10.5323825Z 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:10.5325325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:10.5326751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:10.5328095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:10.5329477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:10.5330801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:10.5332109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:10.5333401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:10.5334568Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:10.5335683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:10.5336843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:10.5371089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:10.5372411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:10.5373611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:10.5374739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:10.5375832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:10.5376941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:10.5378148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:10.5379415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:10.5380695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:10.5382009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:10.5383258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:10.5384389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:10.5385501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:10.5386669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:10.5387808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:10.5389037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:10.5390366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:10.5391720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:10.5393249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:10.5394962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:10.5396622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:10.5398435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:10.5400042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:10.5401659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:10.5403206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:10.5404990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:10.5406878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:10.5408516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:10.5410124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:10.5411516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:10.5412727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:10.5413903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:10.5415069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:10.5416214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:10.5417300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:10.5418316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:10.5419306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:10.5420265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:10.5421279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:10.5422325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:10.5423370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:10.5424416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:10.5425435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:10.5426509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:10.5427713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:10.5428931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:10.5430076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:10.5431303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:10.5432629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:10.5433833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:10.5435020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:10.5436297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:10.5437646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:10.5438896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:10.5440023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:10.5441096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:10.5442134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:10.5443149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:10.5444190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:10.5445297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:10.5446479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:10.5447636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:10.5448698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:10.5449868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:10.5450930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:10.5451923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:10.5452938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:10.5454028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:10.5455145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:10.5456202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:10.5457254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:10.5458330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:10.5459457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:10.5460654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:10.5461743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:10.5462840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:10.5463993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:10.5465019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:10.5465990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:10.5466988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:10.5468102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:10.5469099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:10.5470134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:10.5471111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:10.5472096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:10.5473195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:10.5474316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:10.5475331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:10.5476370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:10.5477407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:10.5478441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:10.5479489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:10.5480495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:10.5481466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:10.5482470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:10.5483484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:10.5484475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:10.5485481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:10.5486494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:10.5487442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:10.5488386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:10.5489459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:10.5490586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:10.5491709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:10.5492662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:10.5493590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:10.5494630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:10.5495704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:10.5496701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:10.5497726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:10.5499263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:10.5500596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:10.5501919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:10.5503055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:10.5504124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:10.5505130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:10.5506107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:10.5507065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:10.5508057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:10.5509176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:10.5510521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:10.5511958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:10.5513326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:10.5514654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:10.5515956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:10.5517184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5518363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:10.5519397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:10.5520547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:10.5521865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:10.5523203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:10.5524530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:10.5525813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5526996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:10.5528173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:10.5529433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:10.5530569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:10.5531803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:10.5532901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:10.5534103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:10.5535242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:10.5536412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:10.5537544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:10.5538601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:10.5539646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:10.5540738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:10.5541894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:10.5543037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:10.5544191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:10.5545326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:10.5546695Z 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:10.5548260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:10.5549766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5551134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:10.5552378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:10.5553515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:10.5554606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:10.5555847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:10.5557240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:10.5558622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5559860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:10.5560978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:10.5562039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:10.5563142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:10.5564480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:10.5566057Z 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:10.5567647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:10.5569289Z 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:10.5570845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:10.5572317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5573664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:10.5574905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:10.5576200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:10.5577571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:10.5578984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:10.5580437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5581800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:10.5583045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:10.5584123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:10.5585258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:10.5586520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:10.5587849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:10.5589237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:10.5590560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:10.5591768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:10.5592837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:10.5594003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:10.5595313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:10.5596523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:10.5597746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:10.5599081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:10.5600167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:10.5601254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:10.5602327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:10.5603410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:10.5604435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:10.5605695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:10.5607171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:10.5608547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5609927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:10.5611065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:10.5612111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:10.5613113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:10.5614325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:10.5615708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:10.5616998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5618191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:10.5619289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:10.5620256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:10.5621252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:10.5622261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:10.5623491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:10.5624916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:10.5626255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5627508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:10.5628637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:10.5629805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:10.5630972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:10.5632265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:10.5633643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5634920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:10.5636083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:10.5637094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:10.5638094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:10.5639158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:10.5640207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:10.5641322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:10.5642493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:10.5643741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:10.5645117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:10.5646419Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:10.5647617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:10.5648683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:10.5650014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:10.5651483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:10.5652851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:10.5654136Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:10.5655290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:10.5656323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:10.5657390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:10.5658471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:10.5659491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:10.5660536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:10.5661705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:10.5662747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:10.5663857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:10.5664924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:10.5665914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:10.5666928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:10.5668000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:10.5669131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:10.5670352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:10.5671565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:10.5672694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:10.5673828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:10.5674887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:10.5675921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:10.5676978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:10.5677976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:10.5679015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:10.5680079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:10.5681146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:10.5682256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:10.5683420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:10.5683936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:10.5684453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:10.5684954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:10.5685497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:10.5686060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:10.5686606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:10.5687159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:10.5687770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:10.5688365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:10.5689057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:10.5689607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:10.5690200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:10.5690755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:10.5691319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:10.5691953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:10.5692582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:10.5693228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:10.5693876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:10.5694426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:10.5694905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:10.5695507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:10.5696058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:10.5696569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:10.5697138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:10.5697593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:10.5698053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:10.5698676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:10.5699177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:10.5699644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:10.5700076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:10.5700542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:10.5701010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:10.5701428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:10.5701910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:10.5702405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:10.5703060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:10.5703690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:10.5704124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:10.5704528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:10.5705073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:10.5705572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:10.5705992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:10.5706399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:10.5706863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:10.5707276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:10.5707672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:10.5708050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:10.5708403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:10.5708863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/branches' 2025-03-21T20:18:10.5709388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.5709894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/commit-msg.sample' 2025-03-21T20:18:10.5710402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/post-update.sample' 2025-03-21T20:18:10.5710936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.5711433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-commit.sample' 2025-03-21T20:18:10.5711981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:10.5712465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-push.sample' 2025-03-21T20:18:10.5712988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-receive.sample' 2025-03-21T20:18:10.5713520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:10.5714084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.5714559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/update.sample' 2025-03-21T20:18:10.5715104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.5715612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:10.5716153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:10.5716660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks' 2025-03-21T20:18:10.5717091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/info/exclude' 2025-03-21T20:18:10.5717591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/info' 2025-03-21T20:18:10.5718021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/description' 2025-03-21T20:18:10.5718427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/config' 2025-03-21T20:18:10.5718895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/refs/heads' 2025-03-21T20:18:10.5719355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/refs/tags' 2025-03-21T20:18:10.5719801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/refs' 2025-03-21T20:18:10.5720186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/HEAD' 2025-03-21T20:18:10.5720929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack/pack-c30e4909b0863baf20a89c74fd74bad4fe15ba42.pack' 2025-03-21T20:18:10.5721637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack/pack-c30e4909b0863baf20a89c74fd74bad4fe15ba42.rev' 2025-03-21T20:18:10.5722356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack/pack-c30e4909b0863baf20a89c74fd74bad4fe15ba42.idx' 2025-03-21T20:18:10.5722842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack' 2025-03-21T20:18:10.5723334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/info' 2025-03-21T20:18:10.5723788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects' 2025-03-21T20:18:10.5724219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/FETCH_HEAD' 2025-03-21T20:18:10.5724624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/shallow' 2025-03-21T20:18:10.5725073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/config.worktree' 2025-03-21T20:18:10.5725478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/index' 2025-03-21T20:18:10.5725890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/logs/HEAD' 2025-03-21T20:18:10.5726333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/logs' 2025-03-21T20:18:10.5727095Z 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:10.5727938Z 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:10.5728731Z 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:10.5729639Z 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:10.5730459Z 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:10.5731263Z 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:10.5732143Z 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:10.5732986Z 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:10.5733782Z 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:10.5734615Z 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:10.5735449Z 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:10.5736231Z 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:10.5737067Z 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:10.5737872Z 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:10.5738706Z 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:10.5739444Z 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:10.5740187Z 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:10.5740921Z 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:10.5741657Z 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:10.5742349Z 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:10.5743386Z 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:10.5744399Z 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:10.5745415Z 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:10.5746202Z 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:10.5746996Z 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:10.5747964Z 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:10.5748805Z 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:10.5751291Z 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:10.5752079Z 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:10.5753004Z 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:10.5753786Z 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:10.5754711Z 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:10.5755497Z 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:10.5756410Z 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:10.5757189Z 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:10.5758104Z 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:10.5758888Z 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:10.5759813Z 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:10.5760599Z 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:10.5761350Z 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:10.5762049Z 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:10.5762793Z 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:10.5763578Z 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:10.5764342Z 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:10.5765098Z 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:10.5765870Z 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:10.5766732Z 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:10.5767615Z 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:10.5768394Z 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:10.5769220Z 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:10.5769926Z 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:10.5770667Z 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:10.5771479Z 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:10.5772339Z 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:10.5773137Z 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:10.5773922Z 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:10.5774721Z 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:10.5775488Z 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:10.5776201Z 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:10.5776944Z 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:10.5777656Z 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:10.5778347Z 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:10.5779054Z 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:10.5779811Z 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:10.5780615Z 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:10.5781404Z 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:10.5782187Z 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:10.5783041Z 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:10.5783872Z 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:10.5784685Z 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:10.5785462Z 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:10.5786237Z 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:10.5787064Z 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:10.5787886Z 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:10.5788660Z 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:10.5789479Z 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:10.5790268Z 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:10.5791094Z 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:10.5791864Z 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:10.5792585Z 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:10.5793319Z 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:10.5794032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/description' 2025-03-21T20:18:10.5794725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config' 2025-03-21T20:18:10.5795738Z 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:10.5796744Z 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:10.5797741Z 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:10.5798696Z 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:10.5799461Z 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:10.5800510Z 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:10.5801335Z 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:10.5802260Z 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:10.5803021Z 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:10.5803942Z 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:10.5804852Z 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:10.5805609Z 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:10.5806533Z 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:10.5807289Z 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:10.5808220Z 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:10.5809044Z 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:10.5809978Z 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:10.5810734Z 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:10.5811664Z 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:10.5812429Z 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:10.5813363Z 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:10.5814123Z 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:10.5815045Z 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:10.5815957Z 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:10.5816811Z 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:10.5817793Z 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:10.5818570Z 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:10.5819479Z 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:10.5820252Z 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:10.5821171Z 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:10.5821954Z 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:10.5822868Z 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:10.5823799Z 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:10.5824711Z 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:10.5825484Z 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:10.5826396Z 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:10.5827168Z 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:10.5828085Z 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:10.5828852Z 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:10.5829769Z 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:10.5830536Z 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:10.5831443Z 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:10.5832355Z 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:10.5833123Z 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:10.5834100Z 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:10.5834914Z 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:10.5835826Z 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:10.5836597Z 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:10.5837504Z 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:10.5838425Z 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:10.5839180Z 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:10.5840091Z 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:10.5840840Z 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:10.5841766Z 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:10.5842521Z 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:10.5843490Z 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:10.5844241Z 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:10.5845164Z 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:10.5845920Z 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:10.5846846Z 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:10.5847607Z 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:10.5848534Z 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:10.5849553Z 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:10.5850396Z 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:10.5851302Z 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:10.5852126Z 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:10.5853029Z 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:10.5853796Z 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:10.5854710Z 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:10.5855638Z 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:10.5856392Z 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:10.5857322Z 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:10.5858073Z 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:10.5858991Z 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:10.5859751Z 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:10.5860659Z 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:10.5861424Z 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:10.5862327Z 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:10.5863282Z 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:10.5864036Z 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:10.5864956Z 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:10.5865713Z 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:10.5866619Z 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:10.5867430Z 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:10.5868409Z 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:10.5869161Z 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:10.5870084Z 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:10.5870832Z 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:10.5871757Z 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:10.5872511Z 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:10.5873433Z 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:10.5874209Z 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:10.5875132Z 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:10.5875897Z 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:10.5876820Z 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:10.5877572Z 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:10.5878488Z 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:10.5879238Z 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:10.5880169Z 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:10.5880924Z 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:10.5881848Z 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:10.5882598Z 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:10.5883520Z 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:10.5884491Z 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:10.5885301Z 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:10.5886209Z 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:10.5886966Z 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:10.5887900Z 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:10.5888652Z 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:10.5889478Z 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:10.5890148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/HEAD' 2025-03-21T20:18:10.5890896Z 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:10.5891653Z 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:10.5892415Z 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:10.5893192Z 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:10.5894005Z 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:10.5894767Z 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:10.5895499Z 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:10.5896186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/shallow' 2025-03-21T20:18:10.5896907Z 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:10.5897713Z 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:10.5898699Z 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:10.5899489Z 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:10.5900361Z 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:10.5901141Z 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:10.5901977Z 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:10.5902672Z 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:10.5903396Z 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:10.5904107Z 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:10.5904783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/index' 2025-03-21T20:18:10.5905493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib' 2025-03-21T20:18:10.5906091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party' 2025-03-21T20:18:10.5906631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm' 2025-03-21T20:18:10.5907290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/branches' 2025-03-21T20:18:10.5908033Z 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:10.5908741Z 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:10.5909489Z 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:10.5910219Z 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:10.5910957Z 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:10.5911699Z 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:10.5912402Z 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:10.5913110Z 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:10.5913863Z 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:10.5914617Z 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:10.5915293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/update.sample' 2025-03-21T20:18:10.5916063Z 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:10.5916819Z 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:10.5917639Z 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:10.5918287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks' 2025-03-21T20:18:10.5918929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/info/exclude' 2025-03-21T20:18:10.5919564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/info' 2025-03-21T20:18:10.5920214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/description' 2025-03-21T20:18:10.5920817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config' 2025-03-21T20:18:10.5921770Z 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:10.5922702Z 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:10.5923638Z 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:10.5924320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects/pack' 2025-03-21T20:18:10.5925012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects/info' 2025-03-21T20:18:10.5925672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects' 2025-03-21T20:18:10.5926269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/HEAD' 2025-03-21T20:18:10.5926918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/heads/main' 2025-03-21T20:18:10.5927601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/heads' 2025-03-21T20:18:10.5928262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/tags' 2025-03-21T20:18:10.5929041Z 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:10.5929783Z 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:10.5930459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/remotes' 2025-03-21T20:18:10.5931112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs' 2025-03-21T20:18:10.5931715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/shallow' 2025-03-21T20:18:10.5932419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/packed-refs' 2025-03-21T20:18:10.5933146Z 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:10.5933982Z 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:10.5934696Z 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:10.5935383Z 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:10.5936085Z 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:10.5936765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/refs' 2025-03-21T20:18:10.5937377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/HEAD' 2025-03-21T20:18:10.5938028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs' 2025-03-21T20:18:10.5938620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/index' 2025-03-21T20:18:10.5939243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO' 2025-03-21T20:18:10.5939821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils' 2025-03-21T20:18:10.5940370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence' 2025-03-21T20:18:10.5941128Z 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:10.5941933Z 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:10.5942724Z 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:10.5943508Z 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:10.5944328Z 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:10.5945105Z 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:10.5945941Z 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:10.5946708Z 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:10.5947508Z 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:10.5948319Z 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:10.5949208Z 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:10.5950017Z 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:10.5950853Z 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:10.5951635Z 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:10.5952473Z 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:10.5953206Z 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:10.5953934Z 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:10.5954662Z 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:10.5955385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/description' 2025-03-21T20:18:10.5956067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config' 2025-03-21T20:18:10.5957074Z 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:10.5958080Z 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:10.5959071Z 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:10.5959852Z 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:10.5960624Z 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:10.5961553Z 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:10.5962315Z 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:10.5963273Z 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:10.5964029Z 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:10.5964964Z 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:10.5965778Z 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:10.5966753Z 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:10.5967511Z 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:10.5968437Z 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:10.5969270Z 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:10.5970206Z 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:10.5971116Z 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:10.5971886Z 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:10.5972803Z 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:10.5973572Z 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:10.5974487Z 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:10.5975261Z 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:10.5976170Z 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:10.5977089Z 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:10.5977853Z 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:10.5978797Z 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:10.5979561Z 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:10.5980501Z 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:10.5981262Z 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:10.5982284Z 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:10.5983046Z 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:10.5984033Z 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:10.5984795Z 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:10.5985711Z 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:10.5986664Z 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:10.5987429Z 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:10.5988358Z 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:10.5989119Z 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:10.5990050Z 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:10.5990969Z 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:10.5991750Z 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:10.5992664Z 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:10.5993433Z 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:10.5994355Z 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:10.5995129Z 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:10.5996050Z 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:10.5996822Z 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:10.5997729Z 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:10.5998678Z 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:10.5999711Z 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:10.6000573Z 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:10.6001483Z 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:10.6002252Z 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:10.6003168Z 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:10.6003943Z 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:10.6004888Z 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:10.6005661Z 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:10.6006575Z 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:10.6007343Z 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:10.6008270Z 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:10.6009122Z 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:10.6010027Z 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:10.6010797Z 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:10.6011713Z 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:10.6012470Z 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:10.6013406Z 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:10.6014162Z 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:10.6015089Z 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:10.6015842Z 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:10.6016830Z 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:10.6017653Z 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:10.6018574Z 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:10.6019327Z 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:10.6020258Z 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:10.6021015Z 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:10.6021943Z 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:10.6022701Z 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:10.6023624Z 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:10.6024375Z 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:10.6025302Z 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:10.6026058Z 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:10.6026986Z 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:10.6027743Z 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:10.6028667Z 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:10.6029421Z 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:10.6030353Z 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:10.6031099Z 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:10.6032024Z 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:10.6032835Z 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:10.6033767Z 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:10.6034574Z 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:10.6035499Z 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:10.6036252Z 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:10.6037182Z 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:10.6038093Z 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:10.6038855Z 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:10.6039778Z 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:10.6040533Z 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:10.6041459Z 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:10.6042218Z 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:10.6043140Z 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:10.6044055Z 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:10.6044832Z 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:10.6045753Z 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:10.6046524Z 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:10.6047433Z 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:10.6048197Z 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:10.6049185Z 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:10.6050174Z 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:10.6050984Z 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:10.6051919Z 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:10.6052682Z 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:10.6053604Z 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:10.6054361Z 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:10.6055295Z 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:10.6056051Z 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:10.6057007Z 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:10.6057762Z 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:10.6058687Z 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:10.6059442Z 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:10.6060367Z 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:10.6061119Z 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:10.6062053Z 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:10.6062813Z 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:10.6063749Z 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:10.6064507Z 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:10.6065420Z 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:10.6066185Z 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:10.6067163Z 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:10.6067982Z 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:10.6068890Z 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:10.6069651Z 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:10.6070389Z 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:10.6071079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/HEAD' 2025-03-21T20:18:10.6071818Z 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:10.6072586Z 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:10.6073340Z 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:10.6074099Z 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:10.6074886Z 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:10.6075710Z 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:10.6076472Z 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:10.6077200Z 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:10.6077886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/shallow' 2025-03-21T20:18:10.6078620Z 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:10.6079427Z 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:10.6080282Z 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:10.6081078Z 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:10.6081848Z 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:10.6082624Z 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:10.6083431Z 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:10.6084198Z 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:10.6084922Z 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:10.6085634Z 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:10.6086306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/index' 2025-03-21T20:18:10.6087006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:10.6087794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/branches' 2025-03-21T20:18:10.6088665Z 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:10.6089556Z 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:10.6090404Z 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:10.6091257Z 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:10.6092095Z 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:10.6092964Z 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:10.6093792Z 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:10.6094623Z 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:10.6095507Z 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:10.6096386Z 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:10.6097212Z 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:10.6098091Z 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:10.6099083Z 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:10.6100062Z 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:10.6100917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks' 2025-03-21T20:18:10.6101677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/info/exclude' 2025-03-21T20:18:10.6102455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/info' 2025-03-21T20:18:10.6103222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/description' 2025-03-21T20:18:10.6103942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config' 2025-03-21T20:18:10.6105030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack/pack-c9ba6280d32abea5a612ff80c38dfdf48b428bcb.pack' 2025-03-21T20:18:10.6106086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack/pack-c9ba6280d32abea5a612ff80c38dfdf48b428bcb.rev' 2025-03-21T20:18:10.6107151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack/pack-c9ba6280d32abea5a612ff80c38dfdf48b428bcb.idx' 2025-03-21T20:18:10.6108205Z 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:10.6109273Z 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:10.6110327Z 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:10.6111150Z 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:10.6111959Z 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:10.6112753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects' 2025-03-21T20:18:10.6113473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/HEAD' 2025-03-21T20:18:10.6114283Z 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:10.6115080Z 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:10.6115886Z 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:10.6116709Z 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:10.6117632Z 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:10.6118489Z 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:10.6119267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/refs' 2025-03-21T20:18:10.6119996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/shallow' 2025-03-21T20:18:10.6120769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/packed-refs' 2025-03-21T20:18:10.6121635Z 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:10.6122526Z 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:10.6123368Z 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:10.6124196Z 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:10.6125026Z 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:10.6125839Z 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:10.6126592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs/HEAD' 2025-03-21T20:18:10.6127373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs' 2025-03-21T20:18:10.6128127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/FETCH_HEAD' 2025-03-21T20:18:10.6128865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/index' 2025-03-21T20:18:10.6129672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:10.6130384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/branches' 2025-03-21T20:18:10.6131153Z 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:10.6131876Z 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:10.6132618Z 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:10.6133367Z 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:10.6134176Z 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:10.6134985Z 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:10.6135714Z 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:10.6136442Z 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:10.6137211Z 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:10.6138003Z 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:10.6138720Z 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:10.6139488Z 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:10.6140227Z 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:10.6140996Z 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:10.6141675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks' 2025-03-21T20:18:10.6142338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/info/exclude' 2025-03-21T20:18:10.6143022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/info' 2025-03-21T20:18:10.6143680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/description' 2025-03-21T20:18:10.6144303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config' 2025-03-21T20:18:10.6145285Z 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:10.6146232Z 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:10.6147194Z 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:10.6147914Z 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:10.6148639Z 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:10.6149503Z 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:10.6150265Z 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:10.6151176Z 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:10.6151884Z 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:10.6152742Z 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:10.6153451Z 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:10.6154314Z 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:10.6155032Z 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:10.6155898Z 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:10.6156607Z 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:10.6157461Z 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:10.6158200Z 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:10.6159062Z 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:10.6159774Z 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:10.6160636Z 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:10.6161348Z 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:10.6162207Z 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:10.6162907Z 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:10.6163782Z 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:10.6164477Z 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:10.6165343Z 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:10.6166037Z 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:10.6166964Z 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:10.6167713Z 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:10.6168574Z 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:10.6169343Z 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:10.6170227Z 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:10.6170930Z 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:10.6171809Z 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:10.6172504Z 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:10.6173380Z 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:10.6174074Z 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:10.6174952Z 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:10.6175656Z 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:10.6176534Z 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:10.6177228Z 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:10.6178101Z 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:10.6178808Z 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:10.6179687Z 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:10.6180391Z 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:10.6181269Z 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:10.6181963Z 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:10.6182633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects' 2025-03-21T20:18:10.6183317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/HEAD' 2025-03-21T20:18:10.6184059Z 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:10.6184765Z 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:10.6185448Z 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:10.6186186Z 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:10.6186935Z 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:10.6187655Z 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:10.6188319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/refs' 2025-03-21T20:18:10.6188961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/shallow' 2025-03-21T20:18:10.6189617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/packed-refs' 2025-03-21T20:18:10.6190384Z 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:10.6191167Z 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:10.6191915Z 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:10.6192633Z 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:10.6193372Z 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:10.6194056Z 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:10.6194708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs/HEAD' 2025-03-21T20:18:10.6195370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs' 2025-03-21T20:18:10.6196025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/FETCH_HEAD' 2025-03-21T20:18:10.6196656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/index' 2025-03-21T20:18:10.6197291Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk' 2025-03-21T20:18:10.6197921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party' 2025-03-21T20:18:10.6198594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan' 2025-03-21T20:18:10.6199393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/branches' 2025-03-21T20:18:10.6200219Z 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:10.6200959Z 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:10.6201693Z 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:10.6202459Z 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:10.6203192Z 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:10.6203973Z 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:10.6204688Z 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:10.6205433Z 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:10.6206200Z 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:10.6206989Z 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:10.6207692Z 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:10.6208471Z 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:10.6209284Z 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:10.6210061Z 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:10.6210754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks' 2025-03-21T20:18:10.6211426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/info/exclude' 2025-03-21T20:18:10.6212108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/info' 2025-03-21T20:18:10.6212769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/description' 2025-03-21T20:18:10.6213409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config' 2025-03-21T20:18:10.6214364Z 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:10.6215380Z 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:10.6216375Z 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:10.6217104Z 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:10.6217817Z 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:10.6218698Z 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:10.6219406Z 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:10.6220289Z 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:10.6220998Z 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:10.6221875Z 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:10.6222578Z 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:10.6223458Z 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:10.6224164Z 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:10.6225047Z 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:10.6225747Z 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:10.6226617Z 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:10.6227370Z 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:10.6228243Z 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:10.6228969Z 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:10.6229838Z 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:10.6230559Z 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:10.6231424Z 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:10.6232363Z 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:10.6233118Z 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:10.6233998Z 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:10.6234702Z 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:10.6235582Z 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:10.6236293Z 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:10.6237183Z 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:10.6237888Z 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:10.6238772Z 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:10.6239478Z 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:10.6240368Z 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:10.6241073Z 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:10.6241955Z 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:10.6242660Z 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:10.6243546Z 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:10.6244255Z 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:10.6245141Z 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:10.6245845Z 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:10.6246706Z 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:10.6247428Z 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:10.6248363Z 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:10.6249149Z 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:10.6250090Z 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:10.6250808Z 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:10.6251668Z 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:10.6252386Z 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:10.6253250Z 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:10.6253975Z 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:10.6254835Z 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:10.6255550Z 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:10.6256420Z 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:10.6257144Z 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:10.6258011Z 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:10.6258726Z 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:10.6259589Z 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:10.6260306Z 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:10.6261173Z 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:10.6262059Z 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:10.6262760Z 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:10.6263639Z 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:10.6264344Z 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:10.6265281Z 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:10.6266031Z 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:10.6266894Z 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:10.6267607Z 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:10.6268467Z 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:10.6269184Z 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:10.6270055Z 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:10.6270771Z 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:10.6271634Z 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:10.6272346Z 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:10.6273206Z 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:10.6273924Z 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:10.6274796Z 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:10.6275513Z 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:10.6276378Z 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:10.6277103Z 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:10.6277971Z 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:10.6278688Z 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:10.6279554Z 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:10.6280266Z 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:10.6281136Z 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:10.6281906Z 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:10.6282839Z 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:10.6283557Z 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:10.6284240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects' 2025-03-21T20:18:10.6284866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/HEAD' 2025-03-21T20:18:10.6285559Z 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:10.6286265Z 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:10.6286970Z 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:10.6287699Z 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:10.6288464Z 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:10.6289246Z 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:10.6289938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/refs' 2025-03-21T20:18:10.6290573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/shallow' 2025-03-21T20:18:10.6291247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/packed-refs' 2025-03-21T20:18:10.6292006Z 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:10.6292797Z 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:10.6293540Z 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:10.6294278Z 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:10.6295007Z 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:10.6295740Z 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:10.6296388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs/HEAD' 2025-03-21T20:18:10.6297069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs' 2025-03-21T20:18:10.6297784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/FETCH_HEAD' 2025-03-21T20:18:10.6298609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/index' 2025-03-21T20:18:10.6299262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16' 2025-03-21T20:18:10.6299959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/branches' 2025-03-21T20:18:10.6300740Z 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:10.6301481Z 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:10.6302235Z 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:10.6303005Z 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:10.6303751Z 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:10.6304526Z 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:10.6305261Z 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:10.6306000Z 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:10.6306781Z 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:10.6307560Z 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:10.6308278Z 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:10.6309057Z 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:10.6309806Z 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:10.6310590Z 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:10.6311276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks' 2025-03-21T20:18:10.6311940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/info/exclude' 2025-03-21T20:18:10.6312611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/info' 2025-03-21T20:18:10.6313285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/description' 2025-03-21T20:18:10.6314020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config' 2025-03-21T20:18:10.6315077Z 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:10.6316021Z 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:10.6316986Z 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:10.6317706Z 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:10.6318439Z 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:10.6319310Z 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:10.6320030Z 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:10.6320898Z 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:10.6321624Z 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:10.6322548Z 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:10.6323275Z 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:10.6323962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects' 2025-03-21T20:18:10.6324597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/HEAD' 2025-03-21T20:18:10.6325290Z 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:10.6326023Z 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:10.6326724Z 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:10.6327475Z 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:10.6328233Z 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:10.6329021Z 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:10.6329712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/refs' 2025-03-21T20:18:10.6330419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/shallow' 2025-03-21T20:18:10.6331181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/packed-refs' 2025-03-21T20:18:10.6331952Z 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:10.6332755Z 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:10.6333507Z 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:10.6334246Z 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:10.6334973Z 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:10.6364722Z 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:10.6365636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs/HEAD' 2025-03-21T20:18:10.6366365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs' 2025-03-21T20:18:10.6367036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/FETCH_HEAD' 2025-03-21T20:18:10.6367692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/index' 2025-03-21T20:18:10.6368345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:10.6369141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/branches' 2025-03-21T20:18:10.6369923Z 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:10.6370667Z 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:10.6371427Z 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:10.6372203Z 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:10.6372959Z 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:10.6373735Z 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:10.6374476Z 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:10.6375224Z 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:10.6376142Z 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:10.6377005Z 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:10.6377734Z 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:10.6378519Z 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:10.6379273Z 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:10.6380068Z 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:10.6380758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks' 2025-03-21T20:18:10.6381424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/info/exclude' 2025-03-21T20:18:10.6382110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/info' 2025-03-21T20:18:10.6382778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/description' 2025-03-21T20:18:10.6383423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config' 2025-03-21T20:18:10.6384411Z 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:10.6385381Z 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:10.6386358Z 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:10.6387324Z 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:10.6388301Z 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:10.6389251Z 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:10.6389993Z 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:10.6390722Z 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:10.6391425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects' 2025-03-21T20:18:10.6392050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/HEAD' 2025-03-21T20:18:10.6392808Z 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:10.6393584Z 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:10.6394295Z 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:10.6395038Z 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:10.6395802Z 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:10.6396527Z 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:10.6397216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/refs' 2025-03-21T20:18:10.6397863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/shallow' 2025-03-21T20:18:10.6398710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/packed-refs' 2025-03-21T20:18:10.6399481Z 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:10.6400282Z 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:10.6401035Z 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:10.6401781Z 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:10.6402517Z 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:10.6403220Z 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:10.6403887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs/HEAD' 2025-03-21T20:18:10.6404567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs' 2025-03-21T20:18:10.6405240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/FETCH_HEAD' 2025-03-21T20:18:10.6405869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/index' 2025-03-21T20:18:10.6406528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:10.6407228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/branches' 2025-03-21T20:18:10.6408004Z 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:10.6408865Z 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:10.6409763Z 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:10.6410532Z 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:10.6411273Z 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:10.6412044Z 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:10.6412779Z 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:10.6413556Z 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:10.6414346Z 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:10.6415137Z 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:10.6415862Z 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:10.6416658Z 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:10.6417402Z 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:10.6418212Z 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:10.6418897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks' 2025-03-21T20:18:10.6419583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/info/exclude' 2025-03-21T20:18:10.6420276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/info' 2025-03-21T20:18:10.6420964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/description' 2025-03-21T20:18:10.6421615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config' 2025-03-21T20:18:10.6422603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/pack/pack-e2b1b617a7ec5da398c1a88e16f378b800fb6c28.pack' 2025-03-21T20:18:10.6423569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/pack/pack-e2b1b617a7ec5da398c1a88e16f378b800fb6c28.rev' 2025-03-21T20:18:10.6424540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/pack/pack-e2b1b617a7ec5da398c1a88e16f378b800fb6c28.idx' 2025-03-21T20:18:10.6425325Z 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:10.6426107Z 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:10.6426993Z 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:10.6427713Z 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:10.6428597Z 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:10.6429326Z 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:10.6430207Z 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:10.6430926Z 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:10.6431807Z 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:10.6432528Z 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:10.6433417Z 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:10.6434143Z 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:10.6435016Z 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:10.6435742Z 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:10.6436628Z 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:10.6437367Z 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:10.6438269Z 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:10.6438984Z 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:10.6439880Z 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:10.6440594Z 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:10.6441538Z 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:10.6442304Z 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:10.6443207Z 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:10.6444089Z 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:10.6444991Z 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:10.6445710Z 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:10.6446611Z 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:10.6447323Z 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:10.6448215Z 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:10.6449025Z 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:10.6449914Z 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:10.6450800Z 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:10.6451522Z 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:10.6452407Z 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:10.6453123Z 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:10.6454006Z 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:10.6454730Z 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:10.6455611Z 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:10.6456336Z 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:10.6457223Z 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:10.6458022Z 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:10.6458976Z 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:10.6459700Z 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:10.6460576Z 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:10.6461291Z 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:10.6462185Z 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:10.6462904Z 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:10.6463790Z 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:10.6464502Z 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:10.6465395Z 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:10.6466111Z 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:10.6466998Z 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:10.6467720Z 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:10.6468608Z 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:10.6469324Z 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:10.6470233Z 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:10.6470954Z 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:10.6471854Z 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:10.6472569Z 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:10.6473476Z 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:10.6474199Z 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:10.6475151Z 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:10.6475928Z 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:10.6476835Z 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:10.6477561Z 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:10.6478460Z 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:10.6479188Z 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:10.6480097Z 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:10.6480820Z 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:10.6481542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects' 2025-03-21T20:18:10.6482177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/HEAD' 2025-03-21T20:18:10.6482877Z 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:10.6483615Z 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:10.6484334Z 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:10.6485103Z 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:10.6485878Z 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:10.6486632Z 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:10.6487314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/refs' 2025-03-21T20:18:10.6487992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/shallow' 2025-03-21T20:18:10.6488682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/packed-refs' 2025-03-21T20:18:10.6489529Z 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:10.6490337Z 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:10.6491272Z 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:10.6492082Z 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:10.6492849Z 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:10.6493568Z 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:10.6494253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs/HEAD' 2025-03-21T20:18:10.6494950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs' 2025-03-21T20:18:10.6495642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/FETCH_HEAD' 2025-03-21T20:18:10.6496286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/index' 2025-03-21T20:18:10.6496953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:10.6497697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/branches' 2025-03-21T20:18:10.6498684Z 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:10.6499482Z 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:10.6500265Z 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:10.6501082Z 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:10.6501857Z 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:10.6502683Z 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:10.6503465Z 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:10.6504255Z 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:10.6505074Z 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:10.6505907Z 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:10.6506656Z 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:10.6507625Z 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:10.6508394Z 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:10.6509303Z 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:10.6510021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks' 2025-03-21T20:18:10.6510742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/info/exclude' 2025-03-21T20:18:10.6511453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/info' 2025-03-21T20:18:10.6512157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/description' 2025-03-21T20:18:10.6512839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config' 2025-03-21T20:18:10.6513838Z 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:10.6514849Z 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:10.6515837Z 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:10.6516608Z 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:10.6517367Z 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:10.6518303Z 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:10.6519047Z 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:10.6519970Z 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:10.6520717Z 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:10.6521654Z 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:10.6522393Z 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:10.6523313Z 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:10.6524050Z 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:10.6525056Z 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:10.6525857Z 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:10.6526773Z 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:10.6527521Z 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:10.6528264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects' 2025-03-21T20:18:10.6529002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/HEAD' 2025-03-21T20:18:10.6529753Z 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:10.6530492Z 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:10.6531245Z 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:10.6532017Z 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:10.6532832Z 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:10.6533595Z 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:10.6534307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/refs' 2025-03-21T20:18:10.6534999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/shallow' 2025-03-21T20:18:10.6535701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/packed-refs' 2025-03-21T20:18:10.6536511Z 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:10.6537340Z 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:10.6538137Z 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:10.6538897Z 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:10.6539685Z 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:10.6540417Z 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:10.6541191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs/HEAD' 2025-03-21T20:18:10.6541954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs' 2025-03-21T20:18:10.6542662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/FETCH_HEAD' 2025-03-21T20:18:10.6543324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/index' 2025-03-21T20:18:10.6544018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:10.6544636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party' 2025-03-21T20:18:10.6545202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack' 2025-03-21T20:18:10.6545708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends' 2025-03-21T20:18:10.6546368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/branches' 2025-03-21T20:18:10.6547073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.6547751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/commit-msg.sample' 2025-03-21T20:18:10.6548444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/post-update.sample' 2025-03-21T20:18:10.6549162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.6549869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-commit.sample' 2025-03-21T20:18:10.6550593Z 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:10.6551275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-push.sample' 2025-03-21T20:18:10.6551959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-receive.sample' 2025-03-21T20:18:10.6552696Z 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:10.6553429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.6554104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/update.sample' 2025-03-21T20:18:10.6554835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.6555526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-rebase.sample' 2025-03-21T20:18:10.6556255Z 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:10.6556955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks' 2025-03-21T20:18:10.6557622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/info/exclude' 2025-03-21T20:18:10.6558240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/info' 2025-03-21T20:18:10.6558863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/description' 2025-03-21T20:18:10.6559442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config' 2025-03-21T20:18:10.6560378Z 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:10.6561307Z 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:10.6562241Z 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:10.6562904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/pack' 2025-03-21T20:18:10.6563584Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/info' 2025-03-21T20:18:10.6564409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/d7/0f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:10.6565080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/d7' 2025-03-21T20:18:10.6565903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a7/37ca25cec283853735a0062a4493e4c04e18ca' 2025-03-21T20:18:10.6566563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a7' 2025-03-21T20:18:10.6567372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a2/922e50a59335c9305cf9c87e972241fc628839' 2025-03-21T20:18:10.6568034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a2' 2025-03-21T20:18:10.6568851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/64/4836303c506a8addc125660da80c1123c5cb16' 2025-03-21T20:18:10.6569589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/64' 2025-03-21T20:18:10.6570426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/c6/e5b104fd2fcfca58aaec3a0de0fcb0e2ffef82' 2025-03-21T20:18:10.6571091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/c6' 2025-03-21T20:18:10.6571909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/42/e906b4de6ac42f514f15088400e5d56ca57108' 2025-03-21T20:18:10.6572573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/42' 2025-03-21T20:18:10.6573463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/78/f606b861863f896e12cbe10b2d131bd23bab85' 2025-03-21T20:18:10.6574201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/78' 2025-03-21T20:18:10.6575030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/16/c4551850dee2941872e66a222e255e86800a82' 2025-03-21T20:18:10.6575682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/16' 2025-03-21T20:18:10.6576333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects' 2025-03-21T20:18:10.6576898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/HEAD' 2025-03-21T20:18:10.6577546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/heads/main' 2025-03-21T20:18:10.6578197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/heads' 2025-03-21T20:18:10.6578854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/tags' 2025-03-21T20:18:10.6579526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.6580240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/remotes/origin' 2025-03-21T20:18:10.6580903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/remotes' 2025-03-21T20:18:10.6581526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs' 2025-03-21T20:18:10.6582110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/shallow' 2025-03-21T20:18:10.6582735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/packed-refs' 2025-03-21T20:18:10.6583440Z 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:10.6584167Z 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:10.6584870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/remotes' 2025-03-21T20:18:10.6585530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/heads/main' 2025-03-21T20:18:10.6586221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/heads' 2025-03-21T20:18:10.6586861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs' 2025-03-21T20:18:10.6587471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/HEAD' 2025-03-21T20:18:10.6588084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs' 2025-03-21T20:18:10.6588780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/FETCH_HEAD' 2025-03-21T20:18:10.6589412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/index' 2025-03-21T20:18:10.6590014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers' 2025-03-21T20:18:10.6590547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm' 2025-03-21T20:18:10.6591070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension' 2025-03-21T20:18:10.6591774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/branches' 2025-03-21T20:18:10.6592564Z 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:10.6593310Z 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:10.6594062Z 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:10.6594845Z 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:10.6595589Z 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:10.6596386Z 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:10.6597121Z 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:10.6597885Z 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:10.6598854Z 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:10.6599664Z 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:10.6600386Z 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:10.6601195Z 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:10.6601936Z 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:10.6602737Z 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:10.6603420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks' 2025-03-21T20:18:10.6604107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/info/exclude' 2025-03-21T20:18:10.6604934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/info' 2025-03-21T20:18:10.6605627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/description' 2025-03-21T20:18:10.6606343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config' 2025-03-21T20:18:10.6607334Z 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:10.6608300Z 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:10.6609336Z 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:10.6610300Z 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:10.6611278Z 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:10.6612234Z 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:10.6612978Z 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:10.6613705Z 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:10.6614403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects' 2025-03-21T20:18:10.6615054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/HEAD' 2025-03-21T20:18:10.6615759Z 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:10.6616484Z 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:10.6617191Z 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:10.6617959Z 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:10.6618730Z 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:10.6619467Z 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:10.6620144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/refs' 2025-03-21T20:18:10.6620805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/shallow' 2025-03-21T20:18:10.6621549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/packed-refs' 2025-03-21T20:18:10.6622336Z 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:10.6623181Z 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:10.6623950Z 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:10.6624679Z 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:10.6625437Z 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:10.6626143Z 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:10.6626822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs/HEAD' 2025-03-21T20:18:10.6627493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs' 2025-03-21T20:18:10.6628154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/FETCH_HEAD' 2025-03-21T20:18:10.6628796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/index' 2025-03-21T20:18:10.6629451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen' 2025-03-21T20:18:10.6630087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party' 2025-03-21T20:18:10.6630647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized' 2025-03-21T20:18:10.6631154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels' 2025-03-21T20:18:10.6631687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/branches' 2025-03-21T20:18:10.6632293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.6632854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/commit-msg.sample' 2025-03-21T20:18:10.6633437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/post-update.sample' 2025-03-21T20:18:10.6634028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.6634601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-commit.sample' 2025-03-21T20:18:10.6635199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-merge-commit.sample' 2025-03-21T20:18:10.6635748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-push.sample' 2025-03-21T20:18:10.6636328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-receive.sample' 2025-03-21T20:18:10.6636981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/push-to-checkout.sample' 2025-03-21T20:18:10.6637603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.6638222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/update.sample' 2025-03-21T20:18:10.6638842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.6639400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-rebase.sample' 2025-03-21T20:18:10.6640020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:10.6640529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks' 2025-03-21T20:18:10.6641049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/info/exclude' 2025-03-21T20:18:10.6641557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/info' 2025-03-21T20:18:10.6642070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/description' 2025-03-21T20:18:10.6642539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config' 2025-03-21T20:18:10.6643329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack/pack-97590fc25ffd2eef8ba49908214adfcfd54af18c.pack' 2025-03-21T20:18:10.6644120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack/pack-97590fc25ffd2eef8ba49908214adfcfd54af18c.rev' 2025-03-21T20:18:10.6644902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack/pack-97590fc25ffd2eef8ba49908214adfcfd54af18c.idx' 2025-03-21T20:18:10.6645474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack' 2025-03-21T20:18:10.6646025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/info' 2025-03-21T20:18:10.6646560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects' 2025-03-21T20:18:10.6647014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/HEAD' 2025-03-21T20:18:10.6647545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/heads/main' 2025-03-21T20:18:10.6648085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/heads' 2025-03-21T20:18:10.6648636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/tags' 2025-03-21T20:18:10.6649275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.6649882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/remotes/origin' 2025-03-21T20:18:10.6650427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/remotes' 2025-03-21T20:18:10.6650931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs' 2025-03-21T20:18:10.6651415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/shallow' 2025-03-21T20:18:10.6651976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/packed-refs' 2025-03-21T20:18:10.6652582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.6653245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/remotes/origin' 2025-03-21T20:18:10.6653831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/remotes' 2025-03-21T20:18:10.6654369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/heads/main' 2025-03-21T20:18:10.6654953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/heads' 2025-03-21T20:18:10.6655480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs' 2025-03-21T20:18:10.6655974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/HEAD' 2025-03-21T20:18:10.6656477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs' 2025-03-21T20:18:10.6656936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/index' 2025-03-21T20:18:10.6657428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim' 2025-03-21T20:18:10.6658018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/branches' 2025-03-21T20:18:10.6658672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.6659290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/commit-msg.sample' 2025-03-21T20:18:10.6659931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/post-update.sample' 2025-03-21T20:18:10.6660575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.6661201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-commit.sample' 2025-03-21T20:18:10.6661855Z 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:10.6662478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-push.sample' 2025-03-21T20:18:10.6663102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-receive.sample' 2025-03-21T20:18:10.6663767Z 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:10.6664433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.6665026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/update.sample' 2025-03-21T20:18:10.6665697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.6666313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-rebase.sample' 2025-03-21T20:18:10.6667054Z 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:10.6667627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks' 2025-03-21T20:18:10.6668241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/info/exclude' 2025-03-21T20:18:10.6668799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/info' 2025-03-21T20:18:10.6669359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/description' 2025-03-21T20:18:10.6669880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config' 2025-03-21T20:18:10.6670746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/pack/pack-1ba9f2cb3d69721fa49e28c1e9094bdb6e6b2f51.pack' 2025-03-21T20:18:10.6671579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/pack/pack-1ba9f2cb3d69721fa49e28c1e9094bdb6e6b2f51.rev' 2025-03-21T20:18:10.6672423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/pack/pack-1ba9f2cb3d69721fa49e28c1e9094bdb6e6b2f51.idx' 2025-03-21T20:18:10.6673035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/pack' 2025-03-21T20:18:10.6673649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/info' 2025-03-21T20:18:10.6674401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/64/bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:10.6675013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/64' 2025-03-21T20:18:10.6675778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9f/4d76a991d5fbd555b0badce9b42a3c2e2e2bed' 2025-03-21T20:18:10.6676372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9f' 2025-03-21T20:18:10.6677138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/bf/a71a36a319b2c95a8162466f214dc65e6dcf33' 2025-03-21T20:18:10.6677734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/bf' 2025-03-21T20:18:10.6678497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/44/6fa7b5472e6d5385c2d39a921a2d4c3686ff07' 2025-03-21T20:18:10.6679096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/44' 2025-03-21T20:18:10.6679867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/4e/d41d195dd575158cb0f20b2e360006d0ab2402' 2025-03-21T20:18:10.6680460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/4e' 2025-03-21T20:18:10.6681222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d8/714df7d98b170e1014f639d146345cdbf832dc' 2025-03-21T20:18:10.6681814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d8' 2025-03-21T20:18:10.6682649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cc/91e60fcad884aceeac5f63a1b24d59a8d24d71' 2025-03-21T20:18:10.6683246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cc' 2025-03-21T20:18:10.6684067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3a/6758090983b54f81aeefff9f7a8ff17ae1c7ab' 2025-03-21T20:18:10.6684657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3a' 2025-03-21T20:18:10.6685424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cf/b9525142febaa9894e4a9859b373d0731b5d86' 2025-03-21T20:18:10.6686019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cf' 2025-03-21T20:18:10.6686793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/83/e37c9dfbadab246e50bd7569fd83463d6491b7' 2025-03-21T20:18:10.6687391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/83' 2025-03-21T20:18:10.6688146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/8e/77a6db2ba4fc1a6e4148d224d70adf733c8d5e' 2025-03-21T20:18:10.6688751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/8e' 2025-03-21T20:18:10.6689580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/6d/979efb27abc474790e960334f9b1bf63068cd0' 2025-03-21T20:18:10.6690196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/6d' 2025-03-21T20:18:10.6690964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3e/fdcff69e5b30cee63ffe050e05ed639c1485e3' 2025-03-21T20:18:10.6691578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3e' 2025-03-21T20:18:10.6692336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/20/3a03ca3b31a2736b70ccfe6512c447b2185ffc' 2025-03-21T20:18:10.6693104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/20/94c5df122a0d46a3b2974d5f65d04033b30747' 2025-03-21T20:18:10.6693694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/20' 2025-03-21T20:18:10.6694470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/f1/a5f7db751ef777fd68ef318dbdde416bd8ea13' 2025-03-21T20:18:10.6695063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/f1' 2025-03-21T20:18:10.6695840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/c9/f33236a7dffad704b1aa0fae21d8631968d936' 2025-03-21T20:18:10.6696434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/c9' 2025-03-21T20:18:10.6697196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d7/46175028888efe4d9c40245c4b878f2ac9cc21' 2025-03-21T20:18:10.6697791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d7' 2025-03-21T20:18:10.6698818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/43/72d79d4c01e5858ce5a8bf6c0ab30cad3733cd' 2025-03-21T20:18:10.6699510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/43' 2025-03-21T20:18:10.6700264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/a8/c6401868bfa452c0b296af01b06f1e9f72dc27' 2025-03-21T20:18:10.6700881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/a8' 2025-03-21T20:18:10.6701633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/02/8e7442c16878a3890d16fc0577be948c3153ea' 2025-03-21T20:18:10.6702241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/02' 2025-03-21T20:18:10.6702989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/7f/97703588744b377faa409b4416a07b8bd8b256' 2025-03-21T20:18:10.6703599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/7f' 2025-03-21T20:18:10.6704362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ea/cd9aef9b65517453ad337dbbeef403cff2b66d' 2025-03-21T20:18:10.6704970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ea' 2025-03-21T20:18:10.6705727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ab/b35b20cd38705566f6c832d93bce3c3ab1c76e' 2025-03-21T20:18:10.6706340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ab' 2025-03-21T20:18:10.6707111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9d/a48cba5f2d5bfda3aaa2ed2af0a150e7c8da30' 2025-03-21T20:18:10.6707723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9d' 2025-03-21T20:18:10.6708482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d5/ffad53e4f55d85a6a3c05ab5f87563cee5c4a5' 2025-03-21T20:18:10.6709091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d5' 2025-03-21T20:18:10.6709669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects' 2025-03-21T20:18:10.6710183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/HEAD' 2025-03-21T20:18:10.6710769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/heads/main' 2025-03-21T20:18:10.6711368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/heads' 2025-03-21T20:18:10.6711971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/tags' 2025-03-21T20:18:10.6712586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.6713243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/remotes/origin' 2025-03-21T20:18:10.6713846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/remotes' 2025-03-21T20:18:10.6714477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs' 2025-03-21T20:18:10.6715054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/shallow' 2025-03-21T20:18:10.6715625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/packed-refs' 2025-03-21T20:18:10.6716271Z 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:10.6716946Z 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:10.6717574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/remotes' 2025-03-21T20:18:10.6718186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/heads/main' 2025-03-21T20:18:10.6718805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/heads' 2025-03-21T20:18:10.6719389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs' 2025-03-21T20:18:10.6719945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/HEAD' 2025-03-21T20:18:10.6720504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs' 2025-03-21T20:18:10.6721059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/FETCH_HEAD' 2025-03-21T20:18:10.6721581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/index' 2025-03-21T20:18:10.6722126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao' 2025-03-21T20:18:10.6722762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/branches' 2025-03-21T20:18:10.6723464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.6724132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/commit-msg.sample' 2025-03-21T20:18:10.6724821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/post-update.sample' 2025-03-21T20:18:10.6725516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.6726197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-commit.sample' 2025-03-21T20:18:10.6726905Z 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:10.6727564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-push.sample' 2025-03-21T20:18:10.6728247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-receive.sample' 2025-03-21T20:18:10.6729007Z 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:10.6729804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.6730502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/update.sample' 2025-03-21T20:18:10.6731229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.6731897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-rebase.sample' 2025-03-21T20:18:10.6732625Z 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:10.6733240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks' 2025-03-21T20:18:10.6733860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/info/exclude' 2025-03-21T20:18:10.6734472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/info' 2025-03-21T20:18:10.6735087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/description' 2025-03-21T20:18:10.6735652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config' 2025-03-21T20:18:10.6736561Z 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:10.6737449Z 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:10.6738347Z 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:10.6739248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-2920cf4fde31e30ab53d692d22bc18f91d2ccfd8.pack' 2025-03-21T20:18:10.6740149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-2920cf4fde31e30ab53d692d22bc18f91d2ccfd8.rev' 2025-03-21T20:18:10.6741035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-2920cf4fde31e30ab53d692d22bc18f91d2ccfd8.idx' 2025-03-21T20:18:10.6741695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack' 2025-03-21T20:18:10.6742362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/info' 2025-03-21T20:18:10.6742993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects' 2025-03-21T20:18:10.6743570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/HEAD' 2025-03-21T20:18:10.6744202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/heads/master' 2025-03-21T20:18:10.6744855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/heads' 2025-03-21T20:18:10.6745547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/tags' 2025-03-21T20:18:10.6746233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.6746985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/remotes/origin' 2025-03-21T20:18:10.6747658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/remotes' 2025-03-21T20:18:10.6748275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs' 2025-03-21T20:18:10.6748874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/shallow' 2025-03-21T20:18:10.6749490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/packed-refs' 2025-03-21T20:18:10.6750209Z 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:10.6750930Z 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:10.6751623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/remotes' 2025-03-21T20:18:10.6752281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/heads/master' 2025-03-21T20:18:10.6752947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/heads' 2025-03-21T20:18:10.6753606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs' 2025-03-21T20:18:10.6754201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/HEAD' 2025-03-21T20:18:10.6754825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs' 2025-03-21T20:18:10.6755415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/FETCH_HEAD' 2025-03-21T20:18:10.6755990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/index' 2025-03-21T20:18:10.6756576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers' 2025-03-21T20:18:10.6757198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/branches' 2025-03-21T20:18:10.6757865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.6758513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/commit-msg.sample' 2025-03-21T20:18:10.6759164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/post-update.sample' 2025-03-21T20:18:10.6759838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.6760477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-commit.sample' 2025-03-21T20:18:10.6761240Z 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:10.6761916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-push.sample' 2025-03-21T20:18:10.6762563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-receive.sample' 2025-03-21T20:18:10.6763254Z 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:10.6763935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.6764562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/update.sample' 2025-03-21T20:18:10.6765250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.6765905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-rebase.sample' 2025-03-21T20:18:10.6766590Z 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:10.6767201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks' 2025-03-21T20:18:10.6767778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/info/exclude' 2025-03-21T20:18:10.6768381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/info' 2025-03-21T20:18:10.6769028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/description' 2025-03-21T20:18:10.6769592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config' 2025-03-21T20:18:10.6770462Z 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:10.6771337Z 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:10.6772191Z 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:10.6772835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/pack' 2025-03-21T20:18:10.6773464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/info' 2025-03-21T20:18:10.6774250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/89/6db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:10.6774875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/89' 2025-03-21T20:18:10.6775659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/f9/f7fdd22d2bb35a7c56cd02b511f0ec8f52f689' 2025-03-21T20:18:10.6776456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/f9/c97ff05498483c0e4d708f9cccb4b8abee64b9' 2025-03-21T20:18:10.6777140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/f9' 2025-03-21T20:18:10.6777982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/51/7e2a4e5533967fab08db2a8712850fdf20f174' 2025-03-21T20:18:10.6778600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/51' 2025-03-21T20:18:10.6779400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/76/4fdcbfcfd888d8db4577d1620604d4e031d0f0' 2025-03-21T20:18:10.6780023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/76' 2025-03-21T20:18:10.6780817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/cb/b5dac77bf529a98c48a682abc306971510fe9a' 2025-03-21T20:18:10.6781433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/cb' 2025-03-21T20:18:10.6782226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/2b/42bf8786685fc4b0cd79034d23f021b4ee0660' 2025-03-21T20:18:10.6782839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/2b' 2025-03-21T20:18:10.6783636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/69/c5b2c93876aad8483b3e2330ddebed3c505299' 2025-03-21T20:18:10.6784250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/69' 2025-03-21T20:18:10.6785048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fa/9a0742c631e9bafc66ea16d64836556f04b231' 2025-03-21T20:18:10.6785668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fa' 2025-03-21T20:18:10.6786441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ae/892c5f3151a11839ff6385f891e666a4c49ba2' 2025-03-21T20:18:10.6787072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ae' 2025-03-21T20:18:10.6787848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/7c/2f53e6e7fc7509afff8395d500d2085941ac69' 2025-03-21T20:18:10.6788472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/7c' 2025-03-21T20:18:10.6789256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c9/537704d6dbf4883b745c0b22cdb64e763f30fd' 2025-03-21T20:18:10.6789889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c9' 2025-03-21T20:18:10.6790660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/e1/939aca42b7245571487f8773ef544cb7602619' 2025-03-21T20:18:10.6791286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/e1' 2025-03-21T20:18:10.6792059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/4a/21e51e12d6613a65d2dbf61e38b69e6848acbc' 2025-03-21T20:18:10.6792748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/4a' 2025-03-21T20:18:10.6793522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/87/a37665877e3d1f74ff21e50df7fb5c20b06582' 2025-03-21T20:18:10.6794371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/87/cf7ad9254fa2b24adfc6087363ffa38f7385b7' 2025-03-21T20:18:10.6794999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/87' 2025-03-21T20:18:10.6795790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ec/57aebdc6bb444237b8766d122f076b3a699c86' 2025-03-21T20:18:10.6796408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ec' 2025-03-21T20:18:10.6797200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5f/037d726d5fbb129881f9e2ef4a81f194a7f3f2' 2025-03-21T20:18:10.6797817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5f' 2025-03-21T20:18:10.6798762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/12/4f7fe1666b8788fea0edc6c8118efc2b9e8d7b' 2025-03-21T20:18:10.6799381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/12' 2025-03-21T20:18:10.6800163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/9f/eb1b7b5fc13a342c4d83b7ed2e930055659ff7' 2025-03-21T20:18:10.6800798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/9f' 2025-03-21T20:18:10.6801573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/05/92f313238095ebb6aad9fe6811d972c6740fca' 2025-03-21T20:18:10.6802207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/05' 2025-03-21T20:18:10.6802980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/59/727b65168fc65550031f146addc136910930da' 2025-03-21T20:18:10.6803616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/59' 2025-03-21T20:18:10.6804400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/eb/19b64b0cfcb62cdcf51c671618d72cbda84047' 2025-03-21T20:18:10.6805031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/eb' 2025-03-21T20:18:10.6805815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/d5/22fed1b2dedb5a488926e7865a61014751538e' 2025-03-21T20:18:10.6806446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/d5' 2025-03-21T20:18:10.6807217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/6d/4585b46493e53433918fa1adac140d3224d96a' 2025-03-21T20:18:10.6808016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/6d/e0f21667e2738e7f49b0abecd77deb2e44cb4d' 2025-03-21T20:18:10.6808735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/6d' 2025-03-21T20:18:10.6809608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c1/64d899a48483857cd3c9d496eb3c6e8a522d4b' 2025-03-21T20:18:10.6810318Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c1' 2025-03-21T20:18:10.6811114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ff/a105db8fe83e1b01048ccc8ffd4f6855964fcd' 2025-03-21T20:18:10.6811729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ff' 2025-03-21T20:18:10.6812502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5b/805fb696ee984284790dcaa56e317ef04f5460' 2025-03-21T20:18:10.6813137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5b' 2025-03-21T20:18:10.6813919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/96/1bd2208e1892db7b6432bdf4c7cc3813008b47' 2025-03-21T20:18:10.6814548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/96' 2025-03-21T20:18:10.6815328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fb/9a67f787ca9db7eab1c9bb279e24756f937b16' 2025-03-21T20:18:10.6815966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fb' 2025-03-21T20:18:10.6816571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects' 2025-03-21T20:18:10.6817127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/HEAD' 2025-03-21T20:18:10.6817733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/heads/master' 2025-03-21T20:18:10.6818357Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/heads' 2025-03-21T20:18:10.6818965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/tags' 2025-03-21T20:18:10.6819617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.6820276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/remotes/origin' 2025-03-21T20:18:10.6820920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/remotes' 2025-03-21T20:18:10.6821505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs' 2025-03-21T20:18:10.6822054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/shallow' 2025-03-21T20:18:10.6822635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/packed-refs' 2025-03-21T20:18:10.6823305Z 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:10.6824004Z 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:10.6824723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/remotes' 2025-03-21T20:18:10.6825453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/heads/master' 2025-03-21T20:18:10.6826092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/heads' 2025-03-21T20:18:10.6826715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs' 2025-03-21T20:18:10.6827276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/HEAD' 2025-03-21T20:18:10.6827880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs' 2025-03-21T20:18:10.6828445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/FETCH_HEAD' 2025-03-21T20:18:10.6829006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/index' 2025-03-21T20:18:10.6829564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc' 2025-03-21T20:18:10.6830182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/branches' 2025-03-21T20:18:10.6830846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.6831488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/commit-msg.sample' 2025-03-21T20:18:10.6832150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/post-update.sample' 2025-03-21T20:18:10.6832816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.6833465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-commit.sample' 2025-03-21T20:18:10.6834137Z 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:10.6834779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-push.sample' 2025-03-21T20:18:10.6835427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-receive.sample' 2025-03-21T20:18:10.6836115Z 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:10.6836798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.6837424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/update.sample' 2025-03-21T20:18:10.6838106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.6838749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-rebase.sample' 2025-03-21T20:18:10.6839432Z 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:10.6840096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks' 2025-03-21T20:18:10.6840721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/info/exclude' 2025-03-21T20:18:10.6841307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/info' 2025-03-21T20:18:10.6841891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/description' 2025-03-21T20:18:10.6842432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config' 2025-03-21T20:18:10.6843312Z 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:10.6844174Z 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:10.6845046Z 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:10.6845669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/pack' 2025-03-21T20:18:10.6846306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/info' 2025-03-21T20:18:10.6847085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a7/38fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:10.6847719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a7' 2025-03-21T20:18:10.6848497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a6/1e2bf2d973937fae6343f370d13c0b20fd4d88' 2025-03-21T20:18:10.6849208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a6' 2025-03-21T20:18:10.6849984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b5/7c8538d61b5b38147b3c81dd20c7c06ab0c4cc' 2025-03-21T20:18:10.6850613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b5' 2025-03-21T20:18:10.6851398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/ec/dd4658dc1fc7f860677d192a21a0af0a23cda7' 2025-03-21T20:18:10.6852033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/ec' 2025-03-21T20:18:10.6852813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/10/f8c6fc590700a075fc07d6b8f42d587802bb72' 2025-03-21T20:18:10.6853432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/10' 2025-03-21T20:18:10.6854224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/39/09d0ce03e48474c921f91cd379cabbfd85f16c' 2025-03-21T20:18:10.6854838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/39' 2025-03-21T20:18:10.6855697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/17/aa507d91de5e3dd1ecc4f58be4f2c736566154' 2025-03-21T20:18:10.6856315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/17' 2025-03-21T20:18:10.6857155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/80/ffd4954bd9e7500446295d89477ff9d6c037cd' 2025-03-21T20:18:10.6857768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/80' 2025-03-21T20:18:10.6858559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4f/7bb782433591ddcc5f31eea8d7fa3c19e72ef7' 2025-03-21T20:18:10.6859173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4f' 2025-03-21T20:18:10.6859962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b2/7e5fda11440a2881a3a16fff4240b6e4d53d9c' 2025-03-21T20:18:10.6860577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b2' 2025-03-21T20:18:10.6861371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/db/05303ed28efa7e7e27d9c7a61457b734b7cdf0' 2025-03-21T20:18:10.6861980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/db' 2025-03-21T20:18:10.6862763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/8c/11203815576220ce53ee86ca64d0253cfc3f15' 2025-03-21T20:18:10.6863375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/8c' 2025-03-21T20:18:10.6864161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4c/d1e69702a3b6e44659faf969280e6f1806f93a' 2025-03-21T20:18:10.6864779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4c' 2025-03-21T20:18:10.6865563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/3d/952a88ea0de789484857f5311536bd0a894b2b' 2025-03-21T20:18:10.6866174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/3d' 2025-03-21T20:18:10.6866774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects' 2025-03-21T20:18:10.6867327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/HEAD' 2025-03-21T20:18:10.6867928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/heads/master' 2025-03-21T20:18:10.6868552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/heads' 2025-03-21T20:18:10.6869167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/tags' 2025-03-21T20:18:10.6869817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.6870474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/remotes/origin' 2025-03-21T20:18:10.6871162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/remotes' 2025-03-21T20:18:10.6871748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs' 2025-03-21T20:18:10.6872374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/shallow' 2025-03-21T20:18:10.6872943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/packed-refs' 2025-03-21T20:18:10.6873623Z 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:10.6874314Z 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:10.6874969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/remotes' 2025-03-21T20:18:10.6875607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/heads/master' 2025-03-21T20:18:10.6876251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/heads' 2025-03-21T20:18:10.6876867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs' 2025-03-21T20:18:10.6877425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/HEAD' 2025-03-21T20:18:10.6878026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs' 2025-03-21T20:18:10.6878588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/FETCH_HEAD' 2025-03-21T20:18:10.6879147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/index' 2025-03-21T20:18:10.6879708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags' 2025-03-21T20:18:10.6880352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/branches' 2025-03-21T20:18:10.6881042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.6881718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/commit-msg.sample' 2025-03-21T20:18:10.6882391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/post-update.sample' 2025-03-21T20:18:10.6883098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.6883764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-commit.sample' 2025-03-21T20:18:10.6884461Z 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:10.6885127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-push.sample' 2025-03-21T20:18:10.6885796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-receive.sample' 2025-03-21T20:18:10.6886559Z 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:10.6887272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.6887980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/update.sample' 2025-03-21T20:18:10.6888685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.6889431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-rebase.sample' 2025-03-21T20:18:10.6890142Z 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:10.6890775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks' 2025-03-21T20:18:10.6891377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/info/exclude' 2025-03-21T20:18:10.6892000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/info' 2025-03-21T20:18:10.6892594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/description' 2025-03-21T20:18:10.6893168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config' 2025-03-21T20:18:10.6894052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack/pack-43a667562de5dc04e645ed5c494189e0eb4815e0.pack' 2025-03-21T20:18:10.6894939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack/pack-43a667562de5dc04e645ed5c494189e0eb4815e0.rev' 2025-03-21T20:18:10.6895814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack/pack-43a667562de5dc04e645ed5c494189e0eb4815e0.idx' 2025-03-21T20:18:10.6896707Z 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:10.6897577Z 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:10.6898711Z 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:10.6899386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack' 2025-03-21T20:18:10.6900041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/info' 2025-03-21T20:18:10.6900877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects' 2025-03-21T20:18:10.6901440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/HEAD' 2025-03-21T20:18:10.6902068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/heads/main' 2025-03-21T20:18:10.6902710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/heads' 2025-03-21T20:18:10.6903484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/tags' 2025-03-21T20:18:10.6904226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.6904927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/remotes/origin' 2025-03-21T20:18:10.6905575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/remotes' 2025-03-21T20:18:10.6906200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs' 2025-03-21T20:18:10.6906770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/shallow' 2025-03-21T20:18:10.6907387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/packed-refs' 2025-03-21T20:18:10.6908083Z 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:10.6908794Z 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:10.6909483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/remotes' 2025-03-21T20:18:10.6910123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/heads/main' 2025-03-21T20:18:10.6910801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/heads' 2025-03-21T20:18:10.6911431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs' 2025-03-21T20:18:10.6912031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/HEAD' 2025-03-21T20:18:10.6912640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs' 2025-03-21T20:18:10.6913246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/FETCH_HEAD' 2025-03-21T20:18:10.6913809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/index' 2025-03-21T20:18:10.6914402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest' 2025-03-21T20:18:10.6915022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/branches' 2025-03-21T20:18:10.6915722Z 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:10.6916377Z 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:10.6917056Z 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:10.6917738Z 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:10.6918396Z 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:10.6919156Z 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:10.6919854Z 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:10.6920532Z 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:10.6921225Z 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:10.6921941Z 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:10.6922577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/update.sample' 2025-03-21T20:18:10.6923290Z 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:10.6923946Z 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:10.6924657Z 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:10.6925264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks' 2025-03-21T20:18:10.6925868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/info/exclude' 2025-03-21T20:18:10.6926469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/info' 2025-03-21T20:18:10.6927070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/description' 2025-03-21T20:18:10.6927632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config' 2025-03-21T20:18:10.6928528Z 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:10.6929466Z 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:10.6930344Z 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:10.6930994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/pack' 2025-03-21T20:18:10.6931643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/info' 2025-03-21T20:18:10.6932446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/06/465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:10.6933077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/06' 2025-03-21T20:18:10.6933869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/11/64316871594254203dc62d1f5525bea1016c7f' 2025-03-21T20:18:10.6934559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/11' 2025-03-21T20:18:10.6935428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bd/82d2aaf849c37256e4f146c101f247ebcc1adf' 2025-03-21T20:18:10.6936060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bd' 2025-03-21T20:18:10.6936853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/73/804037718f79f568d226fcf2187065e11ea935' 2025-03-21T20:18:10.6937485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/73' 2025-03-21T20:18:10.6938283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/69/d590b97d7dc80b51ac3495c2d91ee5873240ad' 2025-03-21T20:18:10.6938918Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/69' 2025-03-21T20:18:10.6939722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/89/8a63148d40efc5c756b5e9bea8599b8c1e30dd' 2025-03-21T20:18:10.6940353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/89' 2025-03-21T20:18:10.6941156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bf/720c6ed96bab550b36b14fbdb7ef4cbe056c74' 2025-03-21T20:18:10.6941790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bf' 2025-03-21T20:18:10.6942588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/02/62610db6a8b9e278252ec88d98296e655d2221' 2025-03-21T20:18:10.6943224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/02' 2025-03-21T20:18:10.6944019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/15/3b3618c84eaec0317f81f4ee56ee266a588680' 2025-03-21T20:18:10.6944648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/15' 2025-03-21T20:18:10.6945426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/f5/26c35d46d498f53cf00b606806c311703e8545' 2025-03-21T20:18:10.6946067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/f5' 2025-03-21T20:18:10.6946853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/9c/1900927569b4262bfa2bf59454cd8ef13ab20d' 2025-03-21T20:18:10.6947500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/9c' 2025-03-21T20:18:10.6948284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/1e/3e18d68d2c974050defc50a5e351100aa98c3c' 2025-03-21T20:18:10.6948928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/1e' 2025-03-21T20:18:10.6949709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/37/9014166243560bd8f170dcf5aabf2dfbe93a1e' 2025-03-21T20:18:10.6950401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/37' 2025-03-21T20:18:10.6951067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects' 2025-03-21T20:18:10.6951630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/HEAD' 2025-03-21T20:18:10.6952250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/heads/master' 2025-03-21T20:18:10.6952894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/heads' 2025-03-21T20:18:10.6953516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/tags' 2025-03-21T20:18:10.6954192Z 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:10.6954869Z 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:10.6955529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/remotes' 2025-03-21T20:18:10.6956130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs' 2025-03-21T20:18:10.6956695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/shallow' 2025-03-21T20:18:10.6957299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/packed-refs' 2025-03-21T20:18:10.6957985Z 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:10.6958702Z 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:10.6959373Z 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:10.6960027Z 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:10.6960686Z 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:10.6961317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/refs' 2025-03-21T20:18:10.6961895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/HEAD' 2025-03-21T20:18:10.6962512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs' 2025-03-21T20:18:10.6963087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/FETCH_HEAD' 2025-03-21T20:18:10.6963653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/index' 2025-03-21T20:18:10.6964228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake' 2025-03-21T20:18:10.6964846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/branches' 2025-03-21T20:18:10.6965596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.6966259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/commit-msg.sample' 2025-03-21T20:18:10.6966985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/post-update.sample' 2025-03-21T20:18:10.6967667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.6968336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-commit.sample' 2025-03-21T20:18:10.6969096Z 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:10.6969760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-push.sample' 2025-03-21T20:18:10.6970423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-receive.sample' 2025-03-21T20:18:10.6971129Z 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:10.6971837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.6972479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/update.sample' 2025-03-21T20:18:10.6973183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.6973855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-rebase.sample' 2025-03-21T20:18:10.6974564Z 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:10.6975188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks' 2025-03-21T20:18:10.6975780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/info/exclude' 2025-03-21T20:18:10.6976379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/info' 2025-03-21T20:18:10.6976977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/description' 2025-03-21T20:18:10.6977541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config' 2025-03-21T20:18:10.6978446Z 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:10.6979323Z 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:10.6980214Z 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:10.6980860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects/pack' 2025-03-21T20:18:10.6981575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects/info' 2025-03-21T20:18:10.6982247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects' 2025-03-21T20:18:10.6982811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/HEAD' 2025-03-21T20:18:10.6983415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/heads/cpp' 2025-03-21T20:18:10.6984059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/heads' 2025-03-21T20:18:10.6984682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/tags' 2025-03-21T20:18:10.6985356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.6986040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/remotes/origin' 2025-03-21T20:18:10.6986697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/remotes' 2025-03-21T20:18:10.6987300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs' 2025-03-21T20:18:10.6987863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/shallow' 2025-03-21T20:18:10.6988465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/packed-refs' 2025-03-21T20:18:10.6989158Z 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:10.6989889Z 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:10.6990555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/remotes' 2025-03-21T20:18:10.6991195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/heads/cpp' 2025-03-21T20:18:10.6991853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/heads' 2025-03-21T20:18:10.6992491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs' 2025-03-21T20:18:10.6993067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/HEAD' 2025-03-21T20:18:10.6993684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs' 2025-03-21T20:18:10.6994241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/index' 2025-03-21T20:18:10.6994825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft' 2025-03-21T20:18:10.6995439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/branches' 2025-03-21T20:18:10.6996114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.6996838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/commit-msg.sample' 2025-03-21T20:18:10.6997544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/post-update.sample' 2025-03-21T20:18:10.6998389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.6999040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-commit.sample' 2025-03-21T20:18:10.6999732Z 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:10.7000363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-push.sample' 2025-03-21T20:18:10.7001036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-receive.sample' 2025-03-21T20:18:10.7001719Z 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:10.7002434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.7003056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/update.sample' 2025-03-21T20:18:10.7003763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.7004408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-rebase.sample' 2025-03-21T20:18:10.7005116Z 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:10.7005716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks' 2025-03-21T20:18:10.7006313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/info/exclude' 2025-03-21T20:18:10.7006904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/info' 2025-03-21T20:18:10.7007479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/description' 2025-03-21T20:18:10.7008042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config' 2025-03-21T20:18:10.7008995Z 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:10.7009882Z 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:10.7010743Z 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:10.7011624Z 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:10.7012485Z 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:10.7013463Z 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:10.7014176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/pack' 2025-03-21T20:18:10.7014826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/info' 2025-03-21T20:18:10.7015438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects' 2025-03-21T20:18:10.7016001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/HEAD' 2025-03-21T20:18:10.7016605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/heads/main' 2025-03-21T20:18:10.7017246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/heads' 2025-03-21T20:18:10.7017868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/tags' 2025-03-21T20:18:10.7018534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.7019205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/remotes/origin' 2025-03-21T20:18:10.7019837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/remotes' 2025-03-21T20:18:10.7020449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs' 2025-03-21T20:18:10.7021015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/shallow' 2025-03-21T20:18:10.7021615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/packed-refs' 2025-03-21T20:18:10.7022293Z 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:10.7023000Z 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:10.7023660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/remotes' 2025-03-21T20:18:10.7024290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/heads/main' 2025-03-21T20:18:10.7024942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/heads' 2025-03-21T20:18:10.7025572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs' 2025-03-21T20:18:10.7026133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/HEAD' 2025-03-21T20:18:10.7026741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs' 2025-03-21T20:18:10.7027306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/FETCH_HEAD' 2025-03-21T20:18:10.7027861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/index' 2025-03-21T20:18:10.7028475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude' 2025-03-21T20:18:10.7029140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/branches' 2025-03-21T20:18:10.7029826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.7030473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/commit-msg.sample' 2025-03-21T20:18:10.7031146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/post-update.sample' 2025-03-21T20:18:10.7031818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.7032487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-commit.sample' 2025-03-21T20:18:10.7033173Z 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:10.7033823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-push.sample' 2025-03-21T20:18:10.7034476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-receive.sample' 2025-03-21T20:18:10.7035164Z 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:10.7035855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.7036492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/update.sample' 2025-03-21T20:18:10.7037190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.7037851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-rebase.sample' 2025-03-21T20:18:10.7038543Z 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:10.7039141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks' 2025-03-21T20:18:10.7039738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/info/exclude' 2025-03-21T20:18:10.7040339Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/info' 2025-03-21T20:18:10.7040940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/description' 2025-03-21T20:18:10.7041495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config' 2025-03-21T20:18:10.7042382Z 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:10.7043244Z 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:10.7044705Z 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:10.7045635Z 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:10.7046511Z 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:10.7047368Z 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:10.7048017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/pack' 2025-03-21T20:18:10.7048656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/info' 2025-03-21T20:18:10.7049369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects' 2025-03-21T20:18:10.7049924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/HEAD' 2025-03-21T20:18:10.7050548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/heads/master' 2025-03-21T20:18:10.7051171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/heads' 2025-03-21T20:18:10.7051784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/tags' 2025-03-21T20:18:10.7052449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/remotes/origin/HEAD' 2025-03-21T20:18:10.7053120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/remotes/origin' 2025-03-21T20:18:10.7053775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/remotes' 2025-03-21T20:18:10.7054369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs' 2025-03-21T20:18:10.7054943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/shallow' 2025-03-21T20:18:10.7055528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/packed-refs' 2025-03-21T20:18:10.7056222Z 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:10.7056926Z 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:10.7057605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/remotes' 2025-03-21T20:18:10.7058245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/heads/master' 2025-03-21T20:18:10.7058911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/heads' 2025-03-21T20:18:10.7059528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs' 2025-03-21T20:18:10.7060173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/HEAD' 2025-03-21T20:18:10.7060767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs' 2025-03-21T20:18:10.7061393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/FETCH_HEAD' 2025-03-21T20:18:10.7061956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/index' 2025-03-21T20:18:10.7062529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11' 2025-03-21T20:18:10.7063098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party' 2025-03-21T20:18:10.7063551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules' 2025-03-21T20:18:10.7063980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git' 2025-03-21T20:18:10.7064550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml/dummy.swift' 2025-03-21T20:18:10.7065110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml' 2025-03-21T20:18:10.7065706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml_debug/dummy.swift' 2025-03-21T20:18:10.7066295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml_debug' 2025-03-21T20:18:10.7066847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps/dummy.swift' 2025-03-21T20:18:10.7067382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps' 2025-03-21T20:18:10.7067970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps_debug/dummy.swift' 2025-03-21T20:18:10.7068536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps_debug' 2025-03-21T20:18:10.7069119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack/dummy.swift' 2025-03-21T20:18:10.7069668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack' 2025-03-21T20:18:10.7070284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack_debug/dummy.swift' 2025-03-21T20:18:10.7070866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack_debug' 2025-03-21T20:18:10.7071424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch/dummy.swift' 2025-03-21T20:18:10.7071951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch' 2025-03-21T20:18:10.7072537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch_debug/dummy.swift' 2025-03-21T20:18:10.7073092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch_debug' 2025-03-21T20:18:10.7073669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom/dummy.swift' 2025-03-21T20:18:10.7074213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom' 2025-03-21T20:18:10.7074861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom_debug/dummy.swift' 2025-03-21T20:18:10.7075458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom_debug' 2025-03-21T20:18:10.7076086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized/dummy.swift' 2025-03-21T20:18:10.7076664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized' 2025-03-21T20:18:10.7077273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized_debug/dummy.swift' 2025-03-21T20:18:10.7077883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized_debug' 2025-03-21T20:18:10.7078456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable/dummy.swift' 2025-03-21T20:18:10.7079027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable' 2025-03-21T20:18:10.7079635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable_debug/dummy.swift' 2025-03-21T20:18:10.7080239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable_debug' 2025-03-21T20:18:10.7080815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized/dummy.swift' 2025-03-21T20:18:10.7081394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized' 2025-03-21T20:18:10.7082005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized_debug/dummy.swift' 2025-03-21T20:18:10.7082600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized_debug' 2025-03-21T20:18:10.7083084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift' 2025-03-21T20:18:10.7083480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.buckconfig' 2025-03-21T20:18:10.7083935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/README.md' 2025-03-21T20:18:10.7084375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/build.sh' 2025-03-21T20:18:10.7084915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ci_commit_pins/buck2.txt' 2025-03-21T20:18:10.7085453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ci_commit_pins/pytorch.txt' 2025-03-21T20:18:10.7085999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ci_commit_pins' 2025-03-21T20:18:10.7086532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_android.sh' 2025-03-21T20:18:10.7087057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_base.sh' 2025-03-21T20:18:10.7087567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_buck.sh' 2025-03-21T20:18:10.7088085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_cache.sh' 2025-03-21T20:18:10.7088616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_clang.sh' 2025-03-21T20:18:10.7089229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_conda.sh' 2025-03-21T20:18:10.7089842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_docs_reqs.sh' 2025-03-21T20:18:10.7090401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_gcc.sh' 2025-03-21T20:18:10.7090924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_java.sh' 2025-03-21T20:18:10.7091447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_linter.sh' 2025-03-21T20:18:10.7091990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_openssl.sh' 2025-03-21T20:18:10.7092519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_pytorch.sh' 2025-03-21T20:18:10.7093041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_user.sh' 2025-03-21T20:18:10.7093520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/utils.sh' 2025-03-21T20:18:10.7093999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common' 2025-03-21T20:18:10.7094499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/conda-env-ci.txt' 2025-03-21T20:18:10.7094998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/requirements-ci.txt' 2025-03-21T20:18:10.7095500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ubuntu/Dockerfile' 2025-03-21T20:18:10.7095974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ubuntu' 2025-03-21T20:18:10.7096421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker' 2025-03-21T20:18:10.7096882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/__init__.py' 2025-03-21T20:18:10.7097391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/build-qnn-sdk.sh' 2025-03-21T20:18:10.7097969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/build_android_instrumentation.sh' 2025-03-21T20:18:10.7098682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/build_llama_android.sh' 2025-03-21T20:18:10.7099183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/download_hf_hub.sh' 2025-03-21T20:18:10.7099735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/gather_benchmark_configs.py' 2025-03-21T20:18:10.7100269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/gather_test_models.py' 2025-03-21T20:18:10.7100836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-arm-baremetal-tools.sh' 2025-03-21T20:18:10.7101337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-conda.sh' 2025-03-21T20:18:10.7101805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-ios.sh' 2025-03-21T20:18:10.7102300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-linux.sh' 2025-03-21T20:18:10.7102779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-macos.sh' 2025-03-21T20:18:10.7103295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-qnn-deps.sh' 2025-03-21T20:18:10.7103845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-vulkan-linux-deps.sh' 2025-03-21T20:18:10.7104486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_ane_static_llama.sh' 2025-03-21T20:18:10.7105098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_eval_llama_mmlu.sh' 2025-03-21T20:18:10.7105646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_eval_llama_wikitext.sh' 2025-03-21T20:18:10.7106138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_ios_ci.sh' 2025-03-21T20:18:10.7106606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llama.sh' 2025-03-21T20:18:10.7107163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llama_runner_eager.sh' 2025-03-21T20:18:10.7107717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llama_torchao_lowbit.sh' 2025-03-21T20:18:10.7108202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llava.sh' 2025-03-21T20:18:10.7108675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_model.sh' 2025-03-21T20:18:10.7109189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_phi_3_mini.sh' 2025-03-21T20:18:10.7109721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_qnn_static_llama.sh' 2025-03-21T20:18:10.7110272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_quantized_aot_lib.sh' 2025-03-21T20:18:10.7110879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/tests/test_gather_benchmark_configs.py' 2025-03-21T20:18:10.7111364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/tests' 2025-03-21T20:18:10.7111881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-buck2.sh' 2025-03-21T20:18:10.7112415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-linux-cmake.sh' 2025-03-21T20:18:10.7112928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-linux.sh' 2025-03-21T20:18:10.7113461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-macos-buck2.sh' 2025-03-21T20:18:10.7114006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-macos-cmake.sh' 2025-03-21T20:18:10.7114499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-macos.sh' 2025-03-21T20:18:10.7114956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/utils.sh' 2025-03-21T20:18:10.7115451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/__init__.py' 2025-03-21T20:18:10.7115970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/envvar_base.sh' 2025-03-21T20:18:10.7116484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/envvar_linux.sh' 2025-03-21T20:18:10.7116992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/envvar_macos.sh' 2025-03-21T20:18:10.7117545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/post_build_script.sh' 2025-03-21T20:18:10.7118083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/pre_build_script.sh' 2025-03-21T20:18:10.7118643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/test_base.py' 2025-03-21T20:18:10.7119194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/test_linux.py' 2025-03-21T20:18:10.7119708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/test_macos.py' 2025-03-21T20:18:10.7120186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel' 2025-03-21T20:18:10.7120641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts' 2025-03-21T20:18:10.7121044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci' 2025-03-21T20:18:10.7121468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.clang-format' 2025-03-21T20:18:10.7121869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.clang-tidy' 2025-03-21T20:18:10.7122306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.cmake-format.yaml' 2025-03-21T20:18:10.7122719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.cmakelintrc' 2025-03-21T20:18:10.7123088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.flake8' 2025-03-21T20:18:10.7123643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-03-21T20:18:10.7124154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:18:10.7124725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/documentation.yml' 2025-03-21T20:18:10.7125296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/feature-request.yml' 2025-03-21T20:18:10.7125810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:10.7126274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/dependabot.yml' 2025-03-21T20:18:10.7126741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ghstack_direct' 2025-03-21T20:18:10.7127206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/merge_rules.yaml' 2025-03-21T20:18:10.7127722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/pull_request_template.md' 2025-03-21T20:18:10.7128216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/pytorch-probot.yml' 2025-03-21T20:18:10.7128726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/check_labels.py' 2025-03-21T20:18:10.7129304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/cherry_pick.py' 2025-03-21T20:18:10.7129892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/extract_benchmark_results.py' 2025-03-21T20:18:10.7130408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/github_utils.py' 2025-03-21T20:18:10.7130894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/gitutils.py' 2025-03-21T20:18:10.7131402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/label_utils.py' 2025-03-21T20:18:10.7131970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/propose_ghstack_orig_pr.py' 2025-03-21T20:18:10.7132645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/test_extract_benchmark_results.py' 2025-03-21T20:18:10.7133136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/trymerge.py' 2025-03-21T20:18:10.7133735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/trymerge_explainer.py' 2025-03-21T20:18:10.7134214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts' 2025-03-21T20:18:10.7134708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/_android.yml' 2025-03-21T20:18:10.7135221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/_unittest.yml' 2025-03-21T20:18:10.7135745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/android-perf.yml' 2025-03-21T20:18:10.7136369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/android-release-artifacts.yml' 2025-03-21T20:18:10.7136887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/apple-perf.yml' 2025-03-21T20:18:10.7137381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/apple.yml' 2025-03-21T20:18:10.7137937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/build-wheels-linux.yml' 2025-03-21T20:18:10.7138507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/build-wheels-macos.yml' 2025-03-21T20:18:10.7139035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/check-labels.yml' 2025-03-21T20:18:10.7139553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/cherry-pick.yml' 2025-03-21T20:18:10.7140070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/doc-build.yml' 2025-03-21T20:18:10.7140607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/docker-builds.yml' 2025-03-21T20:18:10.7141148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/ghstack_land.yml' 2025-03-21T20:18:10.7141628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/lint.yml' 2025-03-21T20:18:10.7142141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/nightly.yml' 2025-03-21T20:18:10.7142643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/periodic.yml' 2025-03-21T20:18:10.7143136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/pull.yml' 2025-03-21T20:18:10.7143627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/trunk.yml' 2025-03-21T20:18:10.7144212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/update-viablestrict.yml' 2025-03-21T20:18:10.7144696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows' 2025-03-21T20:18:10.7145120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github' 2025-03-21T20:18:10.7145524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.gitignore' 2025-03-21T20:18:10.7145920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.gitmodules' 2025-03-21T20:18:10.7146363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.lintrunner.toml' 2025-03-21T20:18:10.7146802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.mypy.ini' 2025-03-21T20:18:10.7147233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CMakeLists.txt' 2025-03-21T20:18:10.7147675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CODEOWNERS' 2025-03-21T20:18:10.7148120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CODE_OF_CONDUCT.md' 2025-03-21T20:18:10.7148541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CONTRIBUTING.md' 2025-03-21T20:18:10.7148908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/LICENSE' 2025-03-21T20:18:10.7149332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/Package.swift' 2025-03-21T20:18:10.7149750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/README-wheel.md' 2025-03-21T20:18:10.7150149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/README.md' 2025-03-21T20:18:10.7150537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/Test.cmake' 2025-03-21T20:18:10.7151088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/.clang-format' 2025-03-21T20:18:10.7151602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/.gitignore' 2025-03-21T20:18:10.7152155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/CMakeLists.txt' 2025-03-21T20:18:10.7152665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/README.md' 2025-03-21T20:18:10.7153175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/TARGETS' 2025-03-21T20:18:10.7153754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:18:10.7154395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:18:10.7154961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/compiler' 2025-03-21T20:18:10.7155535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:18:10.7156126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:18:10.7156778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:18:10.7157358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/partition' 2025-03-21T20:18:10.7157936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:18:10.7158583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:18:10.7159143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/quantizer' 2025-03-21T20:18:10.7159811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAsset.h' 2025-03-21T20:18:10.7160469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAsset.mm' 2025-03-21T20:18:10.7161183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.h' 2025-03-21T20:18:10.7161942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.mm' 2025-03-21T20:18:10.7162715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLComputeUnits.h' 2025-03-21T20:18:10.7163482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLDefaultModelExecutor.h' 2025-03-21T20:18:10.7164246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLDefaultModelExecutor.mm' 2025-03-21T20:18:10.7164927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLLogging.h' 2025-03-21T20:18:10.7165604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLLogging.mm' 2025-03-21T20:18:10.7166265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModel.h' 2025-03-21T20:18:10.7166920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModel.mm' 2025-03-21T20:18:10.7167641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelCompiler.h' 2025-03-21T20:18:10.7168354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelCompiler.mm' 2025-03-21T20:18:10.7169146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelExecutor.h' 2025-03-21T20:18:10.7169852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelLoader.h' 2025-03-21T20:18:10.7170571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelLoader.mm' 2025-03-21T20:18:10.7171274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.h' 2025-03-21T20:18:10.7171997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.mm' 2025-03-21T20:18:10.7172665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLStrings.h' 2025-03-21T20:18:10.7173358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLStrings.mm' 2025-03-21T20:18:10.7174024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLModel_Prewarm.h' 2025-03-21T20:18:10.7174704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLModel_Prewarm.mm' 2025-03-21T20:18:10.7175400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLMultiArray_Copy.h' 2025-03-21T20:18:10.7176086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLMultiArray_Copy.mm' 2025-03-21T20:18:10.7176702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/asset.h' 2025-03-21T20:18:10.7177312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/asset.mm' 2025-03-21T20:18:10.7178055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/backend_delegate.h' 2025-03-21T20:18:10.7178786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/backend_delegate.mm' 2025-03-21T20:18:10.7179616Z 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:10.7180337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/coreml_backend_delegate.mm' 2025-03-21T20:18:10.7181034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/model_event_logger.h' 2025-03-21T20:18:10.7181738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/model_logging_options.h' 2025-03-21T20:18:10.7182406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/model_metadata.h' 2025-03-21T20:18:10.7183045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/multiarray.h' 2025-03-21T20:18:10.7183703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/multiarray.mm' 2025-03-21T20:18:10.7184337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/serde_json.h' 2025-03-21T20:18:10.7184982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/serde_json.mm' 2025-03-21T20:18:10.7185594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate' 2025-03-21T20:18:10.7186300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/include/coreml_backend/delegate.h' 2025-03-21T20:18:10.7187006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/include/coreml_backend' 2025-03-21T20:18:10.7187601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/include' 2025-03-21T20:18:10.7188331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp' 2025-03-21T20:18:10.7189047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.hpp' 2025-03-21T20:18:10.7189849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_metadata.hpp' 2025-03-21T20:18:10.7190657Z 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:10.7191417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_py.cpp' 2025-03-21T20:18:10.7192174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.cpp' 2025-03-21T20:18:10.7192938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.hpp' 2025-03-21T20:18:10.7193685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.mm' 2025-03-21T20:18:10.7194435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.cpp' 2025-03-21T20:18:10.7195168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.hpp' 2025-03-21T20:18:10.7195864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_stream.cpp' 2025-03-21T20:18:10.7196543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_stream.hpp' 2025-03-21T20:18:10.7197168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/range.hpp' 2025-03-21T20:18:10.7197920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/reversed_memory_stream.cpp' 2025-03-21T20:18:10.7198827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/reversed_memory_stream.hpp' 2025-03-21T20:18:10.7199471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:18:10.7200089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs' 2025-03-21T20:18:10.7200730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/database.cpp' 2025-03-21T20:18:10.7201357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/database.hpp' 2025-03-21T20:18:10.7202071Z 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:10.7202777Z 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:10.7203468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/key_value_store.cpp' 2025-03-21T20:18:10.7204138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/key_value_store.hpp' 2025-03-21T20:18:10.7204805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/sqlite_error.cpp' 2025-03-21T20:18:10.7205456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/sqlite_error.hpp' 2025-03-21T20:18:10.7206105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/statement.cpp' 2025-03-21T20:18:10.7206742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/statement.hpp' 2025-03-21T20:18:10.7207354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/types.hpp' 2025-03-21T20:18:10.7207958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore' 2025-03-21T20:18:10.7208636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelAnalyzer.h' 2025-03-21T20:18:10.7209407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelAnalyzer.mm' 2025-03-21T20:18:10.7210095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugInfo.h' 2025-03-21T20:18:10.7210897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugInfo.mm' 2025-03-21T20:18:10.7211647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugger.h' 2025-03-21T20:18:10.7212345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugger.mm' 2025-03-21T20:18:10.7213022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelProfiler.h' 2025-03-21T20:18:10.7213718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelProfiler.mm' 2025-03-21T20:18:10.7214433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelStructurePath.h' 2025-03-21T20:18:10.7215161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelStructurePath.mm' 2025-03-21T20:18:10.7215909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLOperationProfilingInfo.h' 2025-03-21T20:18:10.7216665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLOperationProfilingInfo.mm' 2025-03-21T20:18:10.7217279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLPair.h' 2025-03-21T20:18:10.7217912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLPair.mm' 2025-03-21T20:18:10.7218506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/hash_util.h' 2025-03-21T20:18:10.7219187Z 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:10.7219892Z 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:10.7220538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/model_package_info.h' 2025-03-21T20:18:10.7221202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/model_package_info.mm' 2025-03-21T20:18:10.7221815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/program_path.h' 2025-03-21T20:18:10.7222449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/program_path.mm' 2025-03-21T20:18:10.7223026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk' 2025-03-21T20:18:10.7223730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/BackendDelegateTests.mm' 2025-03-21T20:18:10.7224454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/CoreMLBackendDelegateTests.mm' 2025-03-21T20:18:10.7225101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/DatabaseTests.mm' 2025-03-21T20:18:10.7225815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLAssetManagerTests.mm' 2025-03-21T20:18:10.7226565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLAssetTests.mm' 2025-03-21T20:18:10.7227289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelDebuggerTests.mm' 2025-03-21T20:18:10.7228055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelManagerTests.mm' 2025-03-21T20:18:10.7228789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelProfilerTests.mm' 2025-03-21T20:18:10.7229553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelStructurePathTests.mm' 2025-03-21T20:18:10.7230217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLTestUtils.h' 2025-03-21T20:18:10.7230881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLTestUtils.mm' 2025-03-21T20:18:10.7231598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/InMemoryFileSystemTests.mm' 2025-03-21T20:18:10.7232272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/KeyValueStoreTests.mm' 2025-03-21T20:18:10.7232933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/MultiArrayTests.mm' 2025-03-21T20:18:10.7233616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:18:10.7234211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/setup.md' 2025-03-21T20:18:10.7234794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test' 2025-03-21T20:18:10.7235421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/json_util.cpp' 2025-03-21T20:18:10.7236034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/json_util.hpp' 2025-03-21T20:18:10.7236687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_array_util.h' 2025-03-21T20:18:10.7237329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_json_serde.h' 2025-03-21T20:18:10.7237970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_json_serde.mm' 2025-03-21T20:18:10.7238615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_safe_cast.h' 2025-03-21T20:18:10.7239196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util' 2025-03-21T20:18:10.7240076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/project.pbxproj' 2025-03-21T20:18:10.7241161Z 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:10.7242112Z 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:10.7243039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/xcshareddata' 2025-03-21T20:18:10.7243891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj' 2025-03-21T20:18:10.7244807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/contents.xcworkspacedata' 2025-03-21T20:18:10.7245813Z 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:10.7246701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/xcshareddata' 2025-03-21T20:18:10.7247522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace' 2025-03-21T20:18:10.7248135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace' 2025-03-21T20:18:10.7248701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime' 2025-03-21T20:18:10.7249348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/build_all.sh' 2025-03-21T20:18:10.7249950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/build_tests.sh' 2025-03-21T20:18:10.7250594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/generate_test_models.sh' 2025-03-21T20:18:10.7251252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/install_inmemoryfs.sh' 2025-03-21T20:18:10.7251899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/install_requirements.sh' 2025-03-21T20:18:10.7252478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/run_tests.sh' 2025-03-21T20:18:10.7253041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts' 2025-03-21T20:18:10.7253544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/setup.md' 2025-03-21T20:18:10.7254203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:18:10.7254836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:18:10.7255386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/test' 2025-03-21T20:18:10.7255891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml' 2025-03-21T20:18:10.7256420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/.clang-format' 2025-03-21T20:18:10.7256950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/CMakeLists.txt' 2025-03-21T20:18:10.7257441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/TARGETS' 2025-03-21T20:18:10.7257942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/__init__.py' 2025-03-21T20:18:10.7258529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/install_requirements.sh' 2025-03-21T20:18:10.7259128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:18:10.7259740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:18:10.7260365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:18:10.7260938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:18:10.7261518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:18:10.7262108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:18:10.7262739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:18:10.7263329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:18:10.7263967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:18:10.7264558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:18:10.7265189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:18:10.7265750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:18:10.7266344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:18:10.7266959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:18:10.7267545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:18:10.7268118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:18:10.7268704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:18:10.7269283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:18:10.7269854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:18:10.7270443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:18:10.7271013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:18:10.7271567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators' 2025-03-21T20:18:10.7272131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:18:10.7272757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:18:10.7273299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/partition' 2025-03-21T20:18:10.7273924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSBackend.mm' 2025-03-21T20:18:10.7274488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSCompiler.h' 2025-03-21T20:18:10.7275115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSCompiler.mm' 2025-03-21T20:18:10.7275741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDelegateHeader.h' 2025-03-21T20:18:10.7276358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDelegateHeader.mm' 2025-03-21T20:18:10.7276925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDevice.h' 2025-03-21T20:18:10.7277485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDevice.mm' 2025-03-21T20:18:10.7278070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSExecutor.h' 2025-03-21T20:18:10.7278646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSExecutor.mm' 2025-03-21T20:18:10.7279254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSGraphBuilder.h' 2025-03-21T20:18:10.7279855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSGraphBuilder.mm' 2025-03-21T20:18:10.7280421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSStream.h' 2025-03-21T20:18:10.7280978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSStream.mm' 2025-03-21T20:18:10.7281640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ActivationOps.mm' 2025-03-21T20:18:10.7282289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/BinaryOps.mm' 2025-03-21T20:18:10.7282914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ClampOps.mm' 2025-03-21T20:18:10.7283571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ConstantOps.mm' 2025-03-21T20:18:10.7284230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ConvolutionOps.mm' 2025-03-21T20:18:10.7284886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/IndexingOps.mm' 2025-03-21T20:18:10.7285544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/LinearAlgebra.mm' 2025-03-21T20:18:10.7286247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/MPSGraphSequoiaOps.h' 2025-03-21T20:18:10.7286933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/MPSGraphVenturaOps.h' 2025-03-21T20:18:10.7309673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/NormalizationOps.mm' 2025-03-21T20:18:10.7310512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/OperationUtils.h' 2025-03-21T20:18:10.7311200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/OperationUtils.mm' 2025-03-21T20:18:10.7312034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/PadOps.mm' 2025-03-21T20:18:10.7312771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/PoolingOps.mm' 2025-03-21T20:18:10.7313427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/QuantDequant.mm' 2025-03-21T20:18:10.7314048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/RangeOps.mm' 2025-03-21T20:18:10.7314676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ReduceOps.mm' 2025-03-21T20:18:10.7315292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ShapeOps.mm' 2025-03-21T20:18:10.7315920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/UnaryOps.mm' 2025-03-21T20:18:10.7316511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations' 2025-03-21T20:18:10.7317054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime' 2025-03-21T20:18:10.7317697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:18:10.7318362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:18:10.7318949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:18:10.7319522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization' 2025-03-21T20:18:10.7320009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/setup.md' 2025-03-21T20:18:10.7320518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/targets.bzl' 2025-03-21T20:18:10.7321063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:18:10.7321660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:18:10.7322278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:18:10.7322850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:18:10.7323432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:18:10.7324032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:18:10.7324600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:18:10.7325113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test' 2025-03-21T20:18:10.7325663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:18:10.7326217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:18:10.7326741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/utils' 2025-03-21T20:18:10.7327282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps' 2025-03-21T20:18:10.7327799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple' 2025-03-21T20:18:10.7328299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/CMakeLists.txt' 2025-03-21T20:18:10.7328756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/README.md' 2025-03-21T20:18:10.7329288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/TARGETS' 2025-03-21T20:18:10.7329777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/TARGETS' 2025-03-21T20:18:10.7330326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:18:10.7331006Z 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:10.7331638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:18:10.7332193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:18:10.7332742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:18:10.7333285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:18:10.7333873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:18:10.7334542Z 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:10.7335176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:18:10.7335812Z 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:10.7336381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:18:10.7336980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:18:10.7337583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:18:10.7338147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:18:10.7338753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:18:10.7339332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:18:10.7339938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:18:10.7340529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:18:10.7341123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:18:10.7341683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:18:10.7342339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:18:10.7343036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:18:10.7343606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:18:10.7344280Z 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:10.7344885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:18:10.7345478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:18:10.7346130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:18:10.7346713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:18:10.7347280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:18:10.7347924Z 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:10.7348510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:18:10.7349131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:18:10.7349681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:18:10.7350255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:18:10.7350864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:18:10.7351468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:18:10.7352094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:18:10.7352760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:18:10.7353261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes' 2025-03-21T20:18:10.7353755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/arm_backend.py' 2025-03-21T20:18:10.7354227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/arm_vela.py' 2025-03-21T20:18:10.7354735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:18:10.7355266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:18:10.7355810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/TARGETS' 2025-03-21T20:18:10.7356388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:18:10.7357083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:18:10.7357761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:18:10.7358372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:18:10.7359013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:18:10.7359645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:18:10.7360277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:18:10.7360885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:18:10.7361562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:18:10.7362115Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support' 2025-03-21T20:18:10.7362631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/TARGETS' 2025-03-21T20:18:10.7363161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/__init__.py' 2025-03-21T20:18:10.7363707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:18:10.7364231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:18:10.7364754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_add.py' 2025-03-21T20:18:10.7365291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:18:10.7365808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:18:10.7366335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_any.py' 2025-03-21T20:18:10.7366886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:18:10.7367411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:18:10.7367929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:18:10.7368468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:18:10.7369127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:18:10.7369670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:18:10.7370180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:18:10.7370702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:18:10.7371233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_full.py' 2025-03-21T20:18:10.7371801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:18:10.7372348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:18:10.7372911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:18:10.7373428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_le.py' 2025-03-21T20:18:10.7373944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_log.py' 2025-03-21T20:18:10.7374464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:18:10.7375018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:18:10.7375565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:18:10.7376110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:18:10.7376623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:18:10.7377178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:18:10.7377732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:18:10.7378274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:18:10.7378811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:18:10.7379356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:18:10.7379887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:18:10.7380433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:18:10.7380962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:18:10.7381486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:18:10.7382002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:18:10.7382523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_table.py' 2025-03-21T20:18:10.7383062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:18:10.7383602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:18:10.7384210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:18:10.7384761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:18:10.7385383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:18:10.7385906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_view.py' 2025-03-21T20:18:10.7386510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:18:10.7387041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:18:10.7387610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators' 2025-03-21T20:18:10.7388104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/process_node.py' 2025-03-21T20:18:10.7388613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/TARGETS' 2025-03-21T20:18:10.7389140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:18:10.7389699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:18:10.7390308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:18:10.7390929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:18:10.7391534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:18:10.7392039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer' 2025-03-21T20:18:10.7392601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp' 2025-03-21T20:18:10.7393095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/TARGETS' 2025-03-21T20:18:10.7393655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/VelaBinStream.cpp' 2025-03-21T20:18:10.7394199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/VelaBinStream.h' 2025-03-21T20:18:10.7394727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/targets.bzl' 2025-03-21T20:18:10.7395219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime' 2025-03-21T20:18:10.7395777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_executorch.sh' 2025-03-21T20:18:10.7396390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_executorch_runner.sh' 2025-03-21T20:18:10.7396989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_portable_kernels.sh' 2025-03-21T20:18:10.7397630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_quantized_ops_aot_lib.sh' 2025-03-21T20:18:10.7398146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/pre-commit' 2025-03-21T20:18:10.7398844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/pre-push' 2025-03-21T20:18:10.7399354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/run_fvp.sh' 2025-03-21T20:18:10.7399907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/setup-dev-env.sh' 2025-03-21T20:18:10.7400406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/utils.sh' 2025-03-21T20:18:10.7400909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts' 2025-03-21T20:18:10.7401501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/.coveragerc' 2025-03-21T20:18:10.7402057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/TARGETS' 2025-03-21T20:18:10.7402559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/common.py' 2025-03-21T20:18:10.7403057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/conftest.py' 2025-03-21T20:18:10.7403681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:18:10.7404260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:18:10.7404878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:18:10.7406288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:18:10.7407628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:18:10.7409033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:18:10.7410393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:18:10.7411840Z 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:10.7413258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:18:10.7414495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc' 2025-03-21T20:18:10.7415716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:18:10.7416977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:18:10.7418206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:18:10.7419454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:18:10.7420768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:18:10.7422116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:18:10.7423429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:18:10.7424749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:18:10.7426039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:18:10.7427258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models' 2025-03-21T20:18:10.7428422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:18:10.7429595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:18:10.7430845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:18:10.7432128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:18:10.7433316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:18:10.7434534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:18:10.7435795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:18:10.7437025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:18:10.7438221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:18:10.7439400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:18:10.7440591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:18:10.7441796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:18:10.7443076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:18:10.7444343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:18:10.7445555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:18:10.7446782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:18:10.7448066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:18:10.7449373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:18:10.7450561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:18:10.7451743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:18:10.7452946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:18:10.7454154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:18:10.7455387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:18:10.7456571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:18:10.7457737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:18:10.7458952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:18:10.7460218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:18:10.7461461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:18:10.7462704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:18:10.7463968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:18:10.7465215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:18:10.7466417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:18:10.7467624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:18:10.7468872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:18:10.7470084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:18:10.7471283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:18:10.7472503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:18:10.7473739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:18:10.7474964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:18:10.7476161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:18:10.7477354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:18:10.7478562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:18:10.7479808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:18:10.7481043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:18:10.7482256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:18:10.7483477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:18:10.7484685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:18:10.7485908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:18:10.7487135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:18:10.7488375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:18:10.7489687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:18:10.7490982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:18:10.7492242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:18:10.7493456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:18:10.7494681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:18:10.7495983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:18:10.7497191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:18:10.7498583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:18:10.7499783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:18:10.7501001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:18:10.7502246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:18:10.7503565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:18:10.7504844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:18:10.7506038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:18:10.7507195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops' 2025-03-21T20:18:10.7508459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:18:10.7509820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:18:10.7511170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:18:10.7512553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:18:10.7513983Z 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:10.7515423Z 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:10.7516842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:18:10.7518285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:18:10.7519686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:18:10.7521124Z 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:10.7522470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes' 2025-03-21T20:18:10.7523628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/pytest.ini' 2025-03-21T20:18:10.7524903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:18:10.7526218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/quantizer' 2025-03-21T20:18:10.7527416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:18:10.7528592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/setup_testing.sh' 2025-03-21T20:18:10.7529937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/targets.bzl' 2025-03-21T20:18:10.7531218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/test_arm_baremetal.sh' 2025-03-21T20:18:10.7532429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/test_model.py' 2025-03-21T20:18:10.7533624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:18:10.7534920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:18:10.7536223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:18:10.7537472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:18:10.7538706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester' 2025-03-21T20:18:10.7539924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:18:10.7541140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tosautil' 2025-03-21T20:18:10.7542285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test' 2025-03-21T20:18:10.7543534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/.git' 2025-03-21T20:18:10.7544972Z 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:10.7546443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/.gitignore' 2025-03-21T20:18:10.7547904Z 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:10.7549386Z 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:10.7550830Z 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:10.7552275Z 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:10.7553799Z 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:10.7555389Z 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:10.7556959Z 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:10.7558484Z 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:10.7560024Z 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:10.7561624Z 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:10.7563210Z 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:10.7564895Z 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:10.7566538Z 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:10.7568132Z 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:10.7569774Z 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:10.7571352Z 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:10.7572965Z 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:10.7574513Z 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:10.7576071Z 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:10.7577611Z 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:10.7579117Z 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:10.7580602Z 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:10.7582097Z 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:10.7583611Z 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:10.7585073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:10.7586450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.git' 2025-03-21T20:18:10.7587856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.clang-format' 2025-03-21T20:18:10.7589291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.gitignore' 2025-03-21T20:18:10.7590726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.gitmodules' 2025-03-21T20:18:10.7592231Z 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:10.7593756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/CMakeLists.txt' 2025-03-21T20:18:10.7595213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/LICENSE.txt' 2025-03-21T20:18:10.7596635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/README.md' 2025-03-21T20:18:10.7598119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include/attribute.def' 2025-03-21T20:18:10.7599915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include/attribute.h' 2025-03-21T20:18:10.7601530Z 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:10.7603085Z 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:10.7604728Z 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:10.7606328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include' 2025-03-21T20:18:10.7607815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/pyproject.toml' 2025-03-21T20:18:10.7609450Z 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:10.7611126Z 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:10.7612766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/serializer' 2025-03-21T20:18:10.7614481Z 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:10.7616187Z 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:10.7617796Z 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:10.7619435Z 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:10.7621071Z 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:10.7622704Z 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:10.7624343Z 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:10.7625936Z 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:10.7627497Z 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:10.7629176Z 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:10.7630870Z 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:10.7632498Z 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:10.7634200Z 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:10.7635781Z 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:10.7637401Z 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:10.7639026Z 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:10.7640652Z 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:10.7642283Z 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:10.7643946Z 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:10.7645606Z 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:10.7647222Z 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:10.7648839Z 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:10.7650540Z 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:10.7652185Z 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:10.7653819Z 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:10.7655438Z 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:10.7657021Z 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:10.7658622Z 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:10.7660217Z 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:10.7661872Z 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:10.7663592Z 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:10.7665247Z 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:10.7666873Z 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:10.7668499Z 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:10.7670115Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa' 2025-03-21T20:18:10.7671602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python' 2025-03-21T20:18:10.7673173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/regenerate_headers.sh' 2025-03-21T20:18:10.7674684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:18:10.7676157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/schema' 2025-03-21T20:18:10.7677599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:18:10.7679064Z 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:10.7680677Z 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:10.7682244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/src' 2025-03-21T20:18:10.7683797Z 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:10.7685415Z 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:10.7687020Z 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:10.7688591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/scripts' 2025-03-21T20:18:10.7690291Z 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:10.7692006Z 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:10.7693615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/src' 2025-03-21T20:18:10.7695089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test' 2025-03-21T20:18:10.7696659Z 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:10.7698473Z 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:10.7700091Z 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:10.7701706Z 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:10.7703354Z 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:10.7705156Z 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:10.7706794Z 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:10.7708434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party' 2025-03-21T20:18:10.7709888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib' 2025-03-21T20:18:10.7711181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party' 2025-03-21T20:18:10.7712352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_backend.py' 2025-03-21T20:18:10.7713464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:18:10.7714641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:18:10.7715823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:18:10.7717016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_specification.py' 2025-03-21T20:18:10.7718173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_utils.py' 2025-03-21T20:18:10.7719366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:18:10.7720549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/util' 2025-03-21T20:18:10.7721615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm' 2025-03-21T20:18:10.7722665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/backends.bzl' 2025-03-21T20:18:10.7723752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/.gitignore' 2025-03-21T20:18:10.7724897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/CMakeLists.txt' 2025-03-21T20:18:10.7726032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/README.md' 2025-03-21T20:18:10.7727154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/TARGETS' 2025-03-21T20:18:10.7728304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:18:10.7729572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:18:10.7730787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:18:10.7732033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:18:10.7733267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:18:10.7734546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:18:10.7735841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:18:10.7737068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:18:10.7738334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:18:10.7739599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:18:10.7740937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:18:10.7742203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:18:10.7743466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:18:10.7744648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/passes.py' 2025-03-21T20:18:10.7745847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/TARGETS' 2025-03-21T20:18:10.7747130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:18:10.7748449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:18:10.7749749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:18:10.7751031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:18:10.7752283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer' 2025-03-21T20:18:10.7753569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:18:10.7754836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:18:10.7756044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:18:10.7757251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:18:10.7758468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:18:10.7759792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:18:10.7761181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:18:10.7762542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:18:10.7763894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:18:10.7765282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:18:10.7766704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:18:10.7768107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:18:10.7769601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:18:10.7770928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests' 2025-03-21T20:18:10.7772174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/utils.py' 2025-03-21T20:18:10.7773361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot' 2025-03-21T20:18:10.7774576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/build_cadence_fusionG3.sh' 2025-03-21T20:18:10.7775845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/build_cadence_hifi4.sh' 2025-03-21T20:18:10.7777087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/build_cadence_runner.sh' 2025-03-21T20:18:10.7778297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/cadence.cmake' 2025-03-21T20:18:10.7779484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/executor_runner.cpp' 2025-03-21T20:18:10.7780793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/CMakeLists.txt' 2025-03-21T20:18:10.7782154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/TARGETS' 2025-03-21T20:18:10.7783486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_add.cpp' 2025-03-21T20:18:10.7784834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_cat.cpp' 2025-03-21T20:18:10.7786188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_clamp.cpp' 2025-03-21T20:18:10.7787573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_dequantize.cpp' 2025-03-21T20:18:10.7788965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_div.cpp' 2025-03-21T20:18:10.7790316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_exp.cpp' 2025-03-21T20:18:10.7791653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_lt.cpp' 2025-03-21T20:18:10.7792997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_mean.cpp' 2025-03-21T20:18:10.7794338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_mul.cpp' 2025-03-21T20:18:10.7795762Z 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:10.7797246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_permute_copy.cpp' 2025-03-21T20:18:10.7798821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_quantize.cpp' 2025-03-21T20:18:10.7800220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_rsqrt.cpp' 2025-03-21T20:18:10.7801603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_sigmoid.cpp' 2025-03-21T20:18:10.7803012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_slice_copy.cpp' 2025-03-21T20:18:10.7804423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_softmax.cpp' 2025-03-21T20:18:10.7805907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_sqrt.cpp' 2025-03-21T20:18:10.7807263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_sub.cpp' 2025-03-21T20:18:10.7808705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_tanh.cpp' 2025-03-21T20:18:10.7810178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_transpose_copy.cpp' 2025-03-21T20:18:10.7811601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_where.cpp' 2025-03-21T20:18:10.7812962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/operators.h' 2025-03-21T20:18:10.7814325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/targets.bzl' 2025-03-21T20:18:10.7815740Z 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:10.7817174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/tests' 2025-03-21T20:18:10.7818542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/xt_macros.h' 2025-03-21T20:18:10.7819884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/xt_utils.h' 2025-03-21T20:18:10.7821213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators' 2025-03-21T20:18:10.7822622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/third-party/nnlib/CMakeLists.txt' 2025-03-21T20:18:10.7824078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/third-party/nnlib' 2025-03-21T20:18:10.7825462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/third-party' 2025-03-21T20:18:10.7826745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3' 2025-03-21T20:18:10.7828015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/CMakeLists.txt' 2025-03-21T20:18:10.7829292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/TARGETS' 2025-03-21T20:18:10.7830534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/kernels.cpp' 2025-03-21T20:18:10.7831799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/kernels.h' 2025-03-21T20:18:10.7833068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/targets.bzl' 2025-03-21T20:18:10.7834327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels' 2025-03-21T20:18:10.7835621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/CMakeLists.txt' 2025-03-21T20:18:10.7836915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/TARGETS' 2025-03-21T20:18:10.7838193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_add.cpp' 2025-03-21T20:18:10.7839557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_atan2.cpp' 2025-03-21T20:18:10.7840846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_cat.cpp' 2025-03-21T20:18:10.7842203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_clamp.cpp' 2025-03-21T20:18:10.7843621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_dequantize_per_tensor.cpp' 2025-03-21T20:18:10.7845022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_div.cpp' 2025-03-21T20:18:10.7846314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_full.cpp' 2025-03-21T20:18:10.7847631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_maximum.cpp' 2025-03-21T20:18:10.7849035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_mean.cpp' 2025-03-21T20:18:10.7850351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_minimum.cpp' 2025-03-21T20:18:10.7851668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_mul.cpp' 2025-03-21T20:18:10.7853011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_permute_copy.cpp' 2025-03-21T20:18:10.7854364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_pow.cpp' 2025-03-21T20:18:10.7855746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantize_per_tensor.cpp' 2025-03-21T20:18:10.7857234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_conv_out.cpp' 2025-03-21T20:18:10.7858791Z 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:10.7860358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_layer_norm.cpp' 2025-03-21T20:18:10.7861857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_linear_out.cpp' 2025-03-21T20:18:10.7863330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_relu_out.cpp' 2025-03-21T20:18:10.7864762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_remainder.cpp' 2025-03-21T20:18:10.7866103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_rsqrt.cpp' 2025-03-21T20:18:10.7867430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_sigmoid.cpp' 2025-03-21T20:18:10.7868774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_softmax.cpp' 2025-03-21T20:18:10.7870087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_sub.cpp' 2025-03-21T20:18:10.7871372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_tanh.cpp' 2025-03-21T20:18:10.7872669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_where.cpp' 2025-03-21T20:18:10.7874043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/operators.h' 2025-03-21T20:18:10.7875401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/targets.bzl' 2025-03-21T20:18:10.7876683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators' 2025-03-21T20:18:10.7878042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/CMakeLists.txt' 2025-03-21T20:18:10.7879437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/TARGETS' 2025-03-21T20:18:10.7880814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/license.txt' 2025-03-21T20:18:10.7882331Z 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:10.7883987Z 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:10.7885527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/targets.bzl' 2025-03-21T20:18:10.7886983Z 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:10.7888496Z 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:10.7890055Z 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:10.7891604Z 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:10.7893170Z 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:10.7894734Z 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:10.7896357Z 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:10.7897970Z 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:10.7899773Z 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:10.7901385Z 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:10.7902942Z 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:10.7904521Z 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:10.7906157Z 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:10.7907703Z 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:10.7909312Z 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:10.7910884Z 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:10.7912424Z 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:10.7913914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib' 2025-03-21T20:18:10.7915240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party' 2025-03-21T20:18:10.7916469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi' 2025-03-21T20:18:10.7917681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/install_requirements.sh' 2025-03-21T20:18:10.7919014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/CMakeLists.txt' 2025-03-21T20:18:10.7920348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/TARGETS' 2025-03-21T20:18:10.7921665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/kernels.cpp' 2025-03-21T20:18:10.7922984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/kernels.h' 2025-03-21T20:18:10.7924319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/targets.bzl' 2025-03-21T20:18:10.7925648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels' 2025-03-21T20:18:10.7926993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/CMakeLists.txt' 2025-03-21T20:18:10.7928360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/TARGETS' 2025-03-21T20:18:10.7929855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/dequantize_per_tensor.cpp' 2025-03-21T20:18:10.7931354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/im2row_out.cpp' 2025-03-21T20:18:10.7932729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_add.cpp' 2025-03-21T20:18:10.7934135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_embedding.cpp' 2025-03-21T20:18:10.7935538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_full.cpp' 2025-03-21T20:18:10.7936950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_view_copy.cpp' 2025-03-21T20:18:10.7938355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/operators.h' 2025-03-21T20:18:10.7939805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp' 2025-03-21T20:18:10.7941327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_conv_out.cpp' 2025-03-21T20:18:10.7942977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_fully_connected_out.cpp' 2025-03-21T20:18:10.7944584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_layer_norm.cpp' 2025-03-21T20:18:10.7946181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_linear_out.cpp' 2025-03-21T20:18:10.7947727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_matmul_out.cpp' 2025-03-21T20:18:10.7949218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_ops.h' 2025-03-21T20:18:10.7950700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_relu_out.cpp' 2025-03-21T20:18:10.7952204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/requantize_out.cpp' 2025-03-21T20:18:10.7953626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/targets.bzl' 2025-03-21T20:18:10.7954983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators' 2025-03-21T20:18:10.7956255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference' 2025-03-21T20:18:10.7957441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/TARGETS' 2025-03-21T20:18:10.7958645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:18:10.7959866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/et_pal.cpp' 2025-03-21T20:18:10.7961085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:18:10.7962352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/executor_main.sh' 2025-03-21T20:18:10.7963597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:18:10.7964826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/targets.bzl' 2025-03-21T20:18:10.7966022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:18:10.7967220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime' 2025-03-21T20:18:10.7968427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.git' 2025-03-21T20:18:10.7969878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.github/workflows/python-app.yml' 2025-03-21T20:18:10.7971392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.github/workflows' 2025-03-21T20:18:10.7972782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.github' 2025-03-21T20:18:10.7974081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.gitignore' 2025-03-21T20:18:10.7975395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/CODE_OF_CONDUCT.md' 2025-03-21T20:18:10.7976732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/CONTRIBUTING.md' 2025-03-21T20:18:10.7978112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/LICENSE' 2025-03-21T20:18:10.7979425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/README.md' 2025-03-21T20:18:10.7980759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:18:10.7982172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:18:10.7983543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/calibrator' 2025-03-21T20:18:10.7984916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:18:10.7986330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:18:10.7987788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:18:10.7989169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples' 2025-03-21T20:18:10.7990516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:18:10.7991919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:18:10.7993431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:18:10.7994993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:18:10.7996525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:18:10.7998045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple' 2025-03-21T20:18:10.7999769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:18:10.8001336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:18:10.8002879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:18:10.8004408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:18:10.8005944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument' 2025-03-21T20:18:10.8007500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:18:10.8009162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:18:10.8010729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:18:10.8012448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:18:10.8013998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute' 2025-03-21T20:18:10.8015593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/overview.md' 2025-03-21T20:18:10.8017103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:18:10.8018626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:18:10.8020113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs' 2025-03-21T20:18:10.8021621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:18:10.8023207Z 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:10.8024741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils' 2025-03-21T20:18:10.8026266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:18:10.8027850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:18:10.8029404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:18:10.8030940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:18:10.8032491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:18:10.8034037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:18:10.8035587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:18:10.8037125Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable' 2025-03-21T20:18:10.8038588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen' 2025-03-21T20:18:10.8039999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:18:10.8041409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:18:10.8042846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:18:10.8044277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:18:10.8045696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb' 2025-03-21T20:18:10.8047094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto' 2025-03-21T20:18:10.8048517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/requirements.txt' 2025-03-21T20:18:10.8049938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:18:10.8051366Z 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:10.8052990Z 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:10.8054648Z 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:10.8056306Z 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:10.8057930Z 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:10.8059539Z 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:10.8061154Z 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:10.8062727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:18:10.8064295Z 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:10.8065831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:18:10.8067379Z 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:10.8069028Z 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:10.8070660Z 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:10.8072248Z 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:10.8073839Z 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:10.8075341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen' 2025-03-21T20:18:10.8076675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test' 2025-03-21T20:18:10.8077941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO' 2025-03-21T20:18:10.8079131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/TARGETS' 2025-03-21T20:18:10.8080322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:18:10.8081550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:18:10.8082925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:18:10.8084191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/targets.bzl' 2025-03-21T20:18:10.8085415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils' 2025-03-21T20:18:10.8086548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence' 2025-03-21T20:18:10.8087657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/README.md' 2025-03-21T20:18:10.8088767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/TARGETS' 2025-03-21T20:18:10.8090016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams/delegate.png' 2025-03-21T20:18:10.8091326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams/memory_permute.png' 2025-03-21T20:18:10.8092677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams/quantize_delegate.png' 2025-03-21T20:18:10.8093969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams' 2025-03-21T20:18:10.8095162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend.py' 2025-03-21T20:18:10.8096502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend_delegate_passes/TARGETS' 2025-03-21T20:18:10.8098036Z 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:10.8099923Z 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:10.8101524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend_delegate_passes' 2025-03-21T20:18:10.8102923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/TARGETS' 2025-03-21T20:18:10.8104319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:18:10.8105714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/add.py' 2025-03-21T20:18:10.8107006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:18:10.8107628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:18:10.8108235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:18:10.8108851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:18:10.8109450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/linear.py' 2025-03-21T20:18:10.8110058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:18:10.8110629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/ops.py' 2025-03-21T20:18:10.8111225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/utils.py' 2025-03-21T20:18:10.8111967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators' 2025-03-21T20:18:10.8112621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_partitioner.py' 2025-03-21T20:18:10.8113178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_quantizer.py' 2025-03-21T20:18:10.8113748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/test_example_delegate.py' 2025-03-21T20:18:10.8114245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example' 2025-03-21T20:18:10.8114768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/CMakeLists.txt' 2025-03-21T20:18:10.8115271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/README.md' 2025-03-21T20:18:10.8115783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/__init__.py' 2025-03-21T20:18:10.8116348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:18:10.8117074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:18:10.8117619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/_passes' 2025-03-21T20:18:10.8118145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/partitioner.py' 2025-03-21T20:18:10.8118678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/preprocess.py' 2025-03-21T20:18:10.8119240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:18:10.8119822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:18:10.8120385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:18:10.8120948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:18:10.8121496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer' 2025-03-21T20:18:10.8122034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/requirements.txt' 2025-03-21T20:18:10.8122638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/NeuronBackend.cpp' 2025-03-21T20:18:10.8123237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/NeuronExecutor.cpp' 2025-03-21T20:18:10.8123876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronBackend.h' 2025-03-21T20:18:10.8124557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronBufferAllocator.h' 2025-03-21T20:18:10.8125197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronExecutor.h' 2025-03-21T20:18:10.8125798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronLog.h' 2025-03-21T20:18:10.8126473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronPayloadHeader.h' 2025-03-21T20:18:10.8127197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/api/APUWareUtilsLib.h' 2025-03-21T20:18:10.8127941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/api/NeuronAdapterShim.h' 2025-03-21T20:18:10.8128540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/api' 2025-03-21T20:18:10.8129190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include' 2025-03-21T20:18:10.8129731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime' 2025-03-21T20:18:10.8130281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/scripts/mtk_build.sh' 2025-03-21T20:18:10.8130828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/scripts' 2025-03-21T20:18:10.8131306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek' 2025-03-21T20:18:10.8131844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/CMakeLists.txt' 2025-03-21T20:18:10.8132334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/README.md' 2025-03-21T20:18:10.8132826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/TARGETS' 2025-03-21T20:18:10.8133352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/TARGETS' 2025-03-21T20:18:10.8133909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:18:10.8134529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:18:10.8135146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:18:10.8135748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:18:10.8136353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:18:10.8136987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:18:10.8137703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:18:10.8138325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:18:10.8138901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:18:10.8139512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:18:10.8140175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:18:10.8140768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:18:10.8141441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:18:10.8141999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:18:10.8142720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:18:10.8143346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:18:10.8143963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:18:10.8144555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:18:10.8145234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:18:10.8145878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:18:10.8146485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:18:10.8147094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:18:10.8147724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:18:10.8148324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:18:10.8148975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:18:10.8149577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:18:10.8150188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:18:10.8150739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:18:10.8151281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes' 2025-03-21T20:18:10.8151839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/CMakeLists.txt' 2025-03-21T20:18:10.8152362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/TARGETS' 2025-03-21T20:18:10.8152901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:18:10.8153460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/qcir_utils.cpp' 2025-03-21T20:18:10.8154026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/qcir_utils.h' 2025-03-21T20:18:10.8154575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/targets.bzl' 2025-03-21T20:18:10.8155119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir' 2025-03-21T20:18:10.8155705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/CMakeLists.txt' 2025-03-21T20:18:10.8156373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnManagerAdaptor.cpp' 2025-03-21T20:18:10.8157008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnManagerAdaptor.h' 2025-03-21T20:18:10.8157764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnWrapperAdaptor.cpp' 2025-03-21T20:18:10.8158448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnWrapperAdaptor.h' 2025-03-21T20:18:10.8158995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/TARGETS' 2025-03-21T20:18:10.8159579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/targets.bzl' 2025-03-21T20:18:10.8160128Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python' 2025-03-21T20:18:10.8160743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/CMakeLists.txt' 2025-03-21T20:18:10.8161341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/OpWrapper.cpp' 2025-03-21T20:18:10.8161936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/OpWrapper.h' 2025-03-21T20:18:10.8162542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/ParamWrapper.h' 2025-03-21T20:18:10.8163234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/QuantizeParamsWrapper.cpp' 2025-03-21T20:18:10.8163896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/QuantizeParamsWrapper.h' 2025-03-21T20:18:10.8164553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/ScalarParamWrapper.h' 2025-03-21T20:18:10.8165109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TARGETS' 2025-03-21T20:18:10.8165768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TensorParamWrapper.h' 2025-03-21T20:18:10.8166389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TensorWrapper.cpp' 2025-03-21T20:18:10.8167005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TensorWrapper.h' 2025-03-21T20:18:10.8167593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/targets.bzl' 2025-03-21T20:18:10.8168150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers' 2025-03-21T20:18:10.8168665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot' 2025-03-21T20:18:10.8169285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/README.md' 2025-03-21T20:18:10.8169839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/TARGETS' 2025-03-21T20:18:10.8170392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:18:10.8170982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:18:10.8171529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:18:10.8172187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:18:10.8172727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:18:10.8173370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:18:10.8173979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:18:10.8174562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:18:10.8175155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:18:10.8175696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:18:10.8176247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:18:10.8176792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:18:10.8177352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:18:10.8177917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:18:10.8178469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:18:10.8179079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:18:10.8179673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:18:10.8180211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:18:10.8180799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:18:10.8181336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:18:10.8181894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:18:10.8182455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:18:10.8183029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:18:10.8183577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:18:10.8184123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:18:10.8184717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:18:10.8185256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:18:10.8185857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:18:10.8186436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:18:10.8187024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:18:10.8187573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:18:10.8188200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:18:10.8188866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:18:10.8189446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:18:10.8189991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:18:10.8190551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:18:10.8191101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:18:10.8191691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:18:10.8192287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:18:10.8192825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:18:10.8193390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:18:10.8193927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:18:10.8194517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:18:10.8195081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:18:10.8195621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:18:10.8196176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:18:10.8196708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:18:10.8197260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:18:10.8197796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:18:10.8198500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:18:10.8199041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:18:10.8199613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:18:10.8200185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:18:10.8200744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:18:10.8201305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:18:10.8201870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:18:10.8202448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:18:10.8203111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:18:10.8203803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:18:10.8204370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:18:10.8204924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:18:10.8205492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:18:10.8206090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:18:10.8206655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:18:10.8207292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:18:10.8207921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:18:10.8208484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:18:10.8209117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:18:10.8209667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:18:10.8210274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:18:10.8210828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:18:10.8211383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:18:10.8211931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:18:10.8212529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:18:10.8213107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:18:10.8213767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:18:10.8214406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:18:10.8214974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:18:10.8215560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:18:10.8216121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/targets.bzl' 2025-03-21T20:18:10.8216653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:18:10.8217190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders' 2025-03-21T20:18:10.8217733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/debugger/TARGETS' 2025-03-21T20:18:10.8218335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:18:10.8218956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/debugger' 2025-03-21T20:18:10.8219498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/TARGETS' 2025-03-21T20:18:10.8220085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:18:10.8220692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:18:10.8221263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/targets.bzl' 2025-03-21T20:18:10.8221802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:18:10.8222354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition' 2025-03-21T20:18:10.8222895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/python/.gitignore' 2025-03-21T20:18:10.8223416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/python' 2025-03-21T20:18:10.8223964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:18:10.8224517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/README.md' 2025-03-21T20:18:10.8225060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/TARGETS' 2025-03-21T20:18:10.8225633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:18:10.8226264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:18:10.8227001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:18:10.8227613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/observers' 2025-03-21T20:18:10.8228165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:18:10.8228745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:18:10.8229301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/targets.bzl' 2025-03-21T20:18:10.8229857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer' 2025-03-21T20:18:10.8230431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/CMakeLists.txt' 2025-03-21T20:18:10.8230978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Logging.cpp' 2025-03-21T20:18:10.8231527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Logging.h' 2025-03-21T20:18:10.8232094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnExecuTorch.h' 2025-03-21T20:18:10.8232742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnExecuTorchBackend.cpp' 2025-03-21T20:18:10.8233430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnExecuTorchBackend.h' 2025-03-21T20:18:10.8234060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnManager.cpp' 2025-03-21T20:18:10.8234613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnManager.h' 2025-03-21T20:18:10.8235207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/SharedBuffer.cpp' 2025-03-21T20:18:10.8235773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/SharedBuffer.h' 2025-03-21T20:18:10.8236301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/TARGETS' 2025-03-21T20:18:10.8338811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Utils.cpp' 2025-03-21T20:18:10.8339447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Utils.h' 2025-03-21T20:18:10.8340130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/CMakeLists.txt' 2025-03-21T20:18:10.8340794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCache.cpp' 2025-03-21T20:18:10.8341453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCache.h' 2025-03-21T20:18:10.8342116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCommon.cpp' 2025-03-21T20:18:10.8342780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCommon.h' 2025-03-21T20:18:10.8343457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendFactory.cpp' 2025-03-21T20:18:10.8344129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendFactory.h' 2025-03-21T20:18:10.8344786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnContextCommon.cpp' 2025-03-21T20:18:10.8345441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnContextCommon.h' 2025-03-21T20:18:10.8346111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnCustomProtocol.cpp' 2025-03-21T20:18:10.8346769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnCustomProtocol.h' 2025-03-21T20:18:10.8347442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnDeviceCommon.cpp' 2025-03-21T20:18:10.8348088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnDeviceCommon.h' 2025-03-21T20:18:10.8348773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnFunctionInterface.h' 2025-03-21T20:18:10.8349422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnGraphCommon.cpp' 2025-03-21T20:18:10.8350069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnGraphCommon.h' 2025-03-21T20:18:10.8350733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnImplementation.cpp' 2025-03-21T20:18:10.8351603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnImplementation.h' 2025-03-21T20:18:10.8352314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnLogger.cpp' 2025-03-21T20:18:10.8352930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnLogger.h' 2025-03-21T20:18:10.8353573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnMemManager.cpp' 2025-03-21T20:18:10.8354215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnMemManager.h' 2025-03-21T20:18:10.8354842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnProfiler.cpp' 2025-03-21T20:18:10.8355475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnProfiler.h' 2025-03-21T20:18:10.8356177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnSysFunctionInterface.h' 2025-03-21T20:18:10.8356860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnSysImplementation.cpp' 2025-03-21T20:18:10.8357547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnSysImplementation.h' 2025-03-21T20:18:10.8358228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackend.h' 2025-03-21T20:18:10.8358961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackendCache.cpp' 2025-03-21T20:18:10.8359675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackendCache.h' 2025-03-21T20:18:10.8360384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContext.cpp' 2025-03-21T20:18:10.8361059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContext.h' 2025-03-21T20:18:10.8361835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContextCustomConfig.h' 2025-03-21T20:18:10.8362524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevice.cpp' 2025-03-21T20:18:10.8363204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevice.h' 2025-03-21T20:18:10.8363965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDeviceCustomConfig.h' 2025-03-21T20:18:10.8364779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevicePlatformInfoConfig.h' 2025-03-21T20:18:10.8365457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraph.cpp' 2025-03-21T20:18:10.8366120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraph.h' 2025-03-21T20:18:10.8366886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp' 2025-03-21T20:18:10.8367700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraphCustomConfig.h' 2025-03-21T20:18:10.8368597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpContextCustomConfig.cpp' 2025-03-21T20:18:10.8369510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpDeviceCustomConfig.cpp' 2025-03-21T20:18:10.8370388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpDevicePlatformInfoConfig.cpp' 2025-03-21T20:18:10.8371202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpGraphCustomConfig.cpp' 2025-03-21T20:18:10.8371913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64' 2025-03-21T20:18:10.8372725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp' 2025-03-21T20:18:10.8373543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp' 2025-03-21T20:18:10.8374384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp' 2025-03-21T20:18:10.8375195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp' 2025-03-21T20:18:10.8375885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64' 2025-03-21T20:18:10.8376548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend' 2025-03-21T20:18:10.8377133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends' 2025-03-21T20:18:10.8377692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/targets.bzl' 2025-03-21T20:18:10.8378218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime' 2025-03-21T20:18:10.8378757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/scripts/build.sh' 2025-03-21T20:18:10.8379286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/scripts' 2025-03-21T20:18:10.8379850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/TARGETS' 2025-03-21T20:18:10.8380492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:18:10.8381084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:18:10.8381744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:18:10.8382327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/targets.bzl' 2025-03-21T20:18:10.8382898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization' 2025-03-21T20:18:10.8383379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/setup.md' 2025-03-21T20:18:10.8383950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/targets.bzl' 2025-03-21T20:18:10.8384503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/TARGETS' 2025-03-21T20:18:10.8385037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:18:10.8385621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:18:10.8386150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:18:10.8386658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests' 2025-03-21T20:18:10.8387167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/TARGETS' 2025-03-21T20:18:10.8387719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:18:10.8388261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/targets.bzl' 2025-03-21T20:18:10.8388791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:18:10.8389306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils' 2025-03-21T20:18:10.8389797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm' 2025-03-21T20:18:10.8390260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/README.md' 2025-03-21T20:18:10.8390722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/TARGETS' 2025-03-21T20:18:10.8391311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/multi_method_delegate_test.cpp' 2025-03-21T20:18:10.8391801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/targets.bzl' 2025-03-21T20:18:10.8392254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test' 2025-03-21T20:18:10.8392744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/TARGETS' 2025-03-21T20:18:10.8393267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/__init__.py' 2025-03-21T20:18:10.8393837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:18:10.8394420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:18:10.8394969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:18:10.8395621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:18:10.8396232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:18:10.8396818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:18:10.8397385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:18:10.8397941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:18:10.8398785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:18:10.8399428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:18:10.8399980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:18:10.8400595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:18:10.8401123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/targets.bzl' 2025-03-21T20:18:10.8401845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:18:10.8402550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:18:10.8403165Z 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:10.8403693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test' 2025-03-21T20:18:10.8404183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/utils.py' 2025-03-21T20:18:10.8404833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:18:10.8405320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms' 2025-03-21T20:18:10.8405834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/CMakeLists.txt' 2025-03-21T20:18:10.8406314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/README.md' 2025-03-21T20:18:10.8406778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/TARGETS' 2025-03-21T20:18:10.8407274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/__init__.py' 2025-03-21T20:18:10.8407777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/TARGETS' 2025-03-21T20:18:10.8408324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:18:10.8408982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:18:10.8409643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:18:10.8410206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:18:10.8410875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:18:10.8411479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:18:10.8412109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:18:10.8412702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:18:10.8413228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes' 2025-03-21T20:18:10.8413854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/cmake/ShaderLibrary.cmake' 2025-03-21T20:18:10.8414409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/cmake' 2025-03-21T20:18:10.8414941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:18:10.8415478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/docs/android_demo.md' 2025-03-21T20:18:10.8415978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/docs' 2025-03-21T20:18:10.8416479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/op_registry.py' 2025-03-21T20:18:10.8417034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/partitioner/TARGETS' 2025-03-21T20:18:10.8417661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:18:10.8418216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/partitioner' 2025-03-21T20:18:10.8418736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/quantizer/TARGETS' 2025-03-21T20:18:10.8419341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:18:10.8419868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/quantizer' 2025-03-21T20:18:10.8420436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/VulkanBackend.cpp' 2025-03-21T20:18:10.8421075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/VulkanDelegateHeader.cpp' 2025-03-21T20:18:10.8421688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/VulkanDelegateHeader.h' 2025-03-21T20:18:10.8422259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/Context.cpp' 2025-03-21T20:18:10.8422804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/Context.h' 2025-03-21T20:18:10.8423412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/ShaderRegistry.cpp' 2025-03-21T20:18:10.8424000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/ShaderRegistry.h' 2025-03-21T20:18:10.8424544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/api.h' 2025-03-21T20:18:10.8425209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/ParamsBuffer.cpp' 2025-03-21T20:18:10.8425875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/ParamsBuffer.h' 2025-03-21T20:18:10.8426523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/StagingBuffer.h' 2025-03-21T20:18:10.8427155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/Tensor.cpp' 2025-03-21T20:18:10.8427761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/Tensor.h' 2025-03-21T20:18:10.8428362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers' 2025-03-21T20:18:10.8428965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api' 2025-03-21T20:18:10.8429599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:18:10.8430216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ComputeGraph.cpp' 2025-03-21T20:18:10.8430807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ComputeGraph.h' 2025-03-21T20:18:10.8431415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/GraphConfig.cpp' 2025-03-21T20:18:10.8432001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/GraphConfig.h' 2025-03-21T20:18:10.8432583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/Logging.cpp' 2025-03-21T20:18:10.8433142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/Logging.h' 2025-03-21T20:18:10.8433802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Constant.cpp' 2025-03-21T20:18:10.8434429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Constant.h' 2025-03-21T20:18:10.8435149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/PushConstantData.cpp' 2025-03-21T20:18:10.8435839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/PushConstantData.h' 2025-03-21T20:18:10.8436528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SharedObject.cpp' 2025-03-21T20:18:10.8437188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SharedObject.h' 2025-03-21T20:18:10.8437820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SymInt.cpp' 2025-03-21T20:18:10.8438452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SymInt.h' 2025-03-21T20:18:10.8439080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Types.cpp' 2025-03-21T20:18:10.8439702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Types.h' 2025-03-21T20:18:10.8440316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Value.h' 2025-03-21T20:18:10.8440945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers' 2025-03-21T20:18:10.8441551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/BlitNode.cpp' 2025-03-21T20:18:10.8442151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/BlitNode.h' 2025-03-21T20:18:10.8442780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/DispatchNode.cpp' 2025-03-21T20:18:10.8443405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/DispatchNode.h' 2025-03-21T20:18:10.8444074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/ExecuteNode.cpp' 2025-03-21T20:18:10.8444694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/ExecuteNode.h' 2025-03-21T20:18:10.8445397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.cpp' 2025-03-21T20:18:10.8446043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.h' 2025-03-21T20:18:10.8446674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/PrepackNode.cpp' 2025-03-21T20:18:10.8447281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/PrepackNode.h' 2025-03-21T20:18:10.8447935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/activations.h' 2025-03-21T20:18:10.8448634Z 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:10.8449423Z 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:10.8450143Z 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:10.8450874Z 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:10.8451559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.glsl' 2025-03-21T20:18:10.8452256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:18:10.8452883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.glsl' 2025-03-21T20:18:10.8453515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:18:10.8454160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.glsl' 2025-03-21T20:18:10.8454822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:18:10.8455463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.glsl' 2025-03-21T20:18:10.8456110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:18:10.8456763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.glsl' 2025-03-21T20:18:10.8457405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:18:10.8458209Z 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:10.8458998Z 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:10.8459699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/broadcasting_utils.h' 2025-03-21T20:18:10.8460444Z 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:10.8461195Z 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:10.8461866Z 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:10.8462553Z 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:10.8463167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.glsl' 2025-03-21T20:18:10.8463790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:18:10.8464411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.glsl' 2025-03-21T20:18:10.8465049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:18:10.8465670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.glsl' 2025-03-21T20:18:10.8466290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:18:10.8466940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.glsl' 2025-03-21T20:18:10.8467579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:18:10.8468308Z 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:10.8469022Z 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:10.8469777Z 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:10.8470522Z 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:10.8471279Z 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:10.8472028Z 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:10.8472765Z 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:10.8473487Z 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:10.8474136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.glsl' 2025-03-21T20:18:10.8474776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:18:10.8475482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.glsl' 2025-03-21T20:18:10.8476223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:18:10.8477024Z 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:10.8477864Z 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:10.8478572Z 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:10.8479286Z 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:10.8479940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.glsl' 2025-03-21T20:18:10.8480604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:18:10.8481327Z 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:10.8482059Z 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:10.8482708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.glsl' 2025-03-21T20:18:10.8483366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:18:10.8483975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.glsl' 2025-03-21T20:18:10.8484604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:18:10.8485218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/full.glsl' 2025-03-21T20:18:10.8485837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:18:10.8486488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.glsl' 2025-03-21T20:18:10.8487147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:18:10.8487814Z 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:10.8488483Z 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:10.8489221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.glsl' 2025-03-21T20:18:10.8489886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:18:10.8490609Z 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:10.8491321Z 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:10.8491987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/indexing_utils.h' 2025-03-21T20:18:10.8492747Z 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:10.8493488Z 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:10.8494133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.glsl' 2025-03-21T20:18:10.8494790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:18:10.8495483Z 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:10.8496192Z 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:10.8496984Z 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:10.8497788Z 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:10.8498622Z 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:10.8499312Z 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:10.8499976Z 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:10.8500643Z 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:10.8501294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.glsl' 2025-03-21T20:18:10.8501911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:18:10.8502581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.glsl' 2025-03-21T20:18:10.8503236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:18:10.8503961Z 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:10.8504652Z 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:10.8505301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.glsl' 2025-03-21T20:18:10.8505931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:18:10.8506593Z 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:10.8507244Z 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:10.8507907Z 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:10.8508665Z 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:10.8509475Z 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:10.8510187Z 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:10.8510807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.glsl' 2025-03-21T20:18:10.8511442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:18:10.8512112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.glsl' 2025-03-21T20:18:10.8512799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:18:10.8513503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.glsl' 2025-03-21T20:18:10.8514211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:18:10.8514904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.glsl' 2025-03-21T20:18:10.8515603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:18:10.8516383Z 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:10.8517172Z 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:10.8517864Z 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:10.8518563Z 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:10.8519255Z 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:10.8519960Z 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:10.8520662Z 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:10.8521356Z 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:10.8522063Z 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:10.8522748Z 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:10.8523448Z 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:10.8524132Z 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:10.8524876Z 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:10.8525605Z 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:10.8526298Z 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:10.8526978Z 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:10.8527686Z 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:10.8528375Z 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:10.8529172Z 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:10.8529881Z 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:10.8530531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.glsl' 2025-03-21T20:18:10.8531162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:18:10.8531820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.glsl' 2025-03-21T20:18:10.8532460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:18:10.8533173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.glsl' 2025-03-21T20:18:10.8533894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:18:10.8534506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/view.glsl' 2025-03-21T20:18:10.8535129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:18:10.8535725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl' 2025-03-21T20:18:10.8536356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Arange.cpp' 2025-03-21T20:18:10.8537001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/BatchNorm.cpp' 2025-03-21T20:18:10.8537654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/BinaryOp.cpp' 2025-03-21T20:18:10.8538254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Cat.cpp' 2025-03-21T20:18:10.8538882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Clone.cpp' 2025-03-21T20:18:10.8539484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Clone.h' 2025-03-21T20:18:10.8540154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Convolution.cpp' 2025-03-21T20:18:10.8540823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Copy.cpp' 2025-03-21T20:18:10.8541476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Copy.h' 2025-03-21T20:18:10.8542137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Embedding.cpp' 2025-03-21T20:18:10.8542748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Flip.cpp' 2025-03-21T20:18:10.8543369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Full.cpp' 2025-03-21T20:18:10.8544015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/GridPriors.cpp' 2025-03-21T20:18:10.8544690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/IndexSelect.cpp' 2025-03-21T20:18:10.8545308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Linear.cpp' 2025-03-21T20:18:10.8545944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/MatMul.cpp' 2025-03-21T20:18:10.8546553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/MatMul.h' 2025-03-21T20:18:10.8547253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/NativeLayerNorm.cpp' 2025-03-21T20:18:10.8547857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Pad.cpp' 2025-03-21T20:18:10.8548500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Permute.cpp' 2025-03-21T20:18:10.8549120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Permute.h' 2025-03-21T20:18:10.8549750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Pool.cpp' 2025-03-21T20:18:10.8550434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/QuantizedLinear.cpp' 2025-03-21T20:18:10.8551054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Reduce.cpp' 2025-03-21T20:18:10.8551686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Repeat.cpp' 2025-03-21T20:18:10.8552384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/RepeatInterleave.cpp' 2025-03-21T20:18:10.8553070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/RepeatInterleave.h' 2025-03-21T20:18:10.8553759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/RotaryEmbedding.cpp' 2025-03-21T20:18:10.8554380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/SDPA.cpp' 2025-03-21T20:18:10.8554998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Select.cpp' 2025-03-21T20:18:10.8555631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Slice.cpp' 2025-03-21T20:18:10.8556236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Slice.h' 2025-03-21T20:18:10.8556949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Softmax.cpp' 2025-03-21T20:18:10.8557608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Softmax.h' 2025-03-21T20:18:10.8558241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Split.cpp' 2025-03-21T20:18:10.8558866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Squeeze.cpp' 2025-03-21T20:18:10.8559487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Staging.cpp' 2025-03-21T20:18:10.8560110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Staging.h' 2025-03-21T20:18:10.8560729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/ToCopy.cpp' 2025-03-21T20:18:10.8561387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Transpose.cpp' 2025-03-21T20:18:10.8562012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Transpose.h' 2025-03-21T20:18:10.8562644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/UnaryOp.cpp' 2025-03-21T20:18:10.8563287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Unsqueeze.cpp' 2025-03-21T20:18:10.8563926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Upsample.cpp' 2025-03-21T20:18:10.8564535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/View.cpp' 2025-03-21T20:18:10.8565146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/View.h' 2025-03-21T20:18:10.8565801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/DimUtils.h' 2025-03-21T20:18:10.8566508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.cpp' 2025-03-21T20:18:10.8567186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.h' 2025-03-21T20:18:10.8567886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/QPackUtils.cpp' 2025-03-21T20:18:10.8568563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/QPackUtils.h' 2025-03-21T20:18:10.8569306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/ScalarUtils.h' 2025-03-21T20:18:10.8570013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.cpp' 2025-03-21T20:18:10.8570688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.h' 2025-03-21T20:18:10.8571337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils' 2025-03-21T20:18:10.8571936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl' 2025-03-21T20:18:10.8572672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/BindingUtils.cpp' 2025-03-21T20:18:10.8573378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/BindingUtils.h' 2025-03-21T20:18:10.8574083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.cpp' 2025-03-21T20:18:10.8574763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.h' 2025-03-21T20:18:10.8575444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/StagingUtils.cpp' 2025-03-21T20:18:10.8576097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/StagingUtils.h' 2025-03-21T20:18:10.8576721Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils' 2025-03-21T20:18:10.8577300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops' 2025-03-21T20:18:10.8577860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph' 2025-03-21T20:18:10.8578435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/MacroUtils.h' 2025-03-21T20:18:10.8579025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/StorageUtils.h' 2025-03-21T20:18:10.8579621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/StringUtils.h' 2025-03-21T20:18:10.8580182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/VecUtils.h' 2025-03-21T20:18:10.8580747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils' 2025-03-21T20:18:10.8581324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Adapter.cpp' 2025-03-21T20:18:10.8581895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Adapter.h' 2025-03-21T20:18:10.8582466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Command.cpp' 2025-03-21T20:18:10.8583059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Command.h' 2025-03-21T20:18:10.8583652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Descriptor.cpp' 2025-03-21T20:18:10.8584251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Descriptor.h' 2025-03-21T20:18:10.8584820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Device.cpp' 2025-03-21T20:18:10.8585375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Device.h' 2025-03-21T20:18:10.8585974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Exception.cpp' 2025-03-21T20:18:10.8586549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Exception.h' 2025-03-21T20:18:10.8587123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Fence.cpp' 2025-03-21T20:18:10.8587726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Fence.h' 2025-03-21T20:18:10.8588375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Pipeline.cpp' 2025-03-21T20:18:10.8588943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Pipeline.h' 2025-03-21T20:18:10.8589544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/QueryPool.cpp' 2025-03-21T20:18:10.8590121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/QueryPool.h' 2025-03-21T20:18:10.8590710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Runtime.cpp' 2025-03-21T20:18:10.8591274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Runtime.h' 2025-03-21T20:18:10.8591855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Shader.cpp' 2025-03-21T20:18:10.8592413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Shader.h' 2025-03-21T20:18:10.8592965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Types.h' 2025-03-21T20:18:10.8593538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/VkUtils.h' 2025-03-21T20:18:10.8594175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocation.cpp' 2025-03-21T20:18:10.8594813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocation.h' 2025-03-21T20:18:10.8595449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocator.cpp' 2025-03-21T20:18:10.8596078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocator.h' 2025-03-21T20:18:10.8596687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Buffer.cpp' 2025-03-21T20:18:10.8597298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Buffer.h' 2025-03-21T20:18:10.8597905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Image.cpp' 2025-03-21T20:18:10.8598672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Image.h' 2025-03-21T20:18:10.8599295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/vma_api.cpp' 2025-03-21T20:18:10.8599919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/vma_api.h' 2025-03-21T20:18:10.8600510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory' 2025-03-21T20:18:10.8601065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/vk_api.h' 2025-03-21T20:18:10.8601634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api' 2025-03-21T20:18:10.8602147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime' 2025-03-21T20:18:10.8602713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/TARGETS' 2025-03-21T20:18:10.8603384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:18:10.8604066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/targets.bzl' 2025-03-21T20:18:10.8604721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:18:10.8605382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:18:10.8606042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:18:10.8606612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization' 2025-03-21T20:18:10.8607109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/targets.bzl' 2025-03-21T20:18:10.8607661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/CMakeLists.txt' 2025-03-21T20:18:10.8608153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/TARGETS' 2025-03-21T20:18:10.8608727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/compute_api_tests.bzl' 2025-03-21T20:18:10.8609398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:18:10.8610079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/binary_op_nobroadcast__test.glsl' 2025-03-21T20:18:10.8610674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/fill_buffer.glsl' 2025-03-21T20:18:10.8611292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/fill_texture__test.glsl' 2025-03-21T20:18:10.8611913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/idx_fill_buffer.glsl' 2025-03-21T20:18:10.8612515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/idx_fill_texture.glsl' 2025-03-21T20:18:10.8613100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/indexing_utils.h' 2025-03-21T20:18:10.8613705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/reference_matmul.glsl' 2025-03-21T20:18:10.8614328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/scalar_add_buffer.glsl' 2025-03-21T20:18:10.8614948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/scalar_add_texture.glsl' 2025-03-21T20:18:10.8615539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/test_shader.glsl' 2025-03-21T20:18:10.8616067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl' 2025-03-21T20:18:10.8616613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/TARGETS' 2025-03-21T20:18:10.8617175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:18:10.8617826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:18:10.8618619Z 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:10.8619335Z 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:10.8619996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/rotary_embedding_test.cpp' 2025-03-21T20:18:10.8620576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/sdpa_test.cpp' 2025-03-21T20:18:10.8621158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/targets.bzl' 2025-03-21T20:18:10.8621775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:18:10.8622439Z 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:10.8623096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:18:10.8623784Z 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:10.8624451Z 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:10.8625062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:18:10.8625658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils' 2025-03-21T20:18:10.8626210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests' 2025-03-21T20:18:10.8626797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:18:10.8627390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:18:10.8628034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:18:10.8628603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/utils/test_utils.cpp' 2025-03-21T20:18:10.8629171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/utils/test_utils.h' 2025-03-21T20:18:10.8629728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/utils' 2025-03-21T20:18:10.8630354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/vulkan_compute_api_test.cpp' 2025-03-21T20:18:10.8630863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test' 2025-03-21T20:18:10.8631488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.git' 2025-03-21T20:18:10.8632168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.cmake-format.py' 2025-03-21T20:18:10.8632839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.gitattributes' 2025-03-21T20:18:10.8633641Z 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:10.8634460Z 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:10.8635199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.github' 2025-03-21T20:18:10.8635841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.gitignore' 2025-03-21T20:18:10.8636484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/BUILD.gn' 2025-03-21T20:18:10.8637111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/BUILD.md' 2025-03-21T20:18:10.8637793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/CMakeLists.txt' 2025-03-21T20:18:10.8638485Z 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:10.8639146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/LICENSE.txt' 2025-03-21T20:18:10.8639787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/README.md' 2025-03-21T20:18:10.8640541Z 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:10.8641297Z 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:10.8641982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/cmake' 2025-03-21T20:18:10.8642823Z 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:10.8643719Z 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:10.8644597Z 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:10.8645452Z 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:10.8646335Z 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:10.8647215Z 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:10.8648067Z 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:10.8648804Z 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:10.8649613Z 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:10.8650422Z 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:10.8651184Z 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:10.8652006Z 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:10.8652737Z 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:10.8653469Z 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:10.8654244Z 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:10.8654989Z 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:10.8655753Z 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:10.8656518Z 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:10.8657299Z 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:10.8658107Z 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:10.8658883Z 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:10.8659645Z 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:10.8660399Z 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:10.8661178Z 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:10.8661941Z 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:10.8662679Z 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:10.8663432Z 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:10.8664197Z 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:10.8664952Z 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:10.8665721Z 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:10.8666494Z 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:10.8667295Z 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:10.8668129Z 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:10.8668893Z 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:10.8669631Z 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:10.8670391Z 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:10.8671185Z 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:10.8671919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan' 2025-03-21T20:18:10.8672603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include' 2025-03-21T20:18:10.8673362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:18:10.8674079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:18:10.8674817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:18:10.8675531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:18:10.8676239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:18:10.8676916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:18:10.8677659Z 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:10.8678416Z 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:10.8679141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/validusage.json' 2025-03-21T20:18:10.8679829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vk.xml' 2025-03-21T20:18:10.8680566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:18:10.8681261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry' 2025-03-21T20:18:10.8681885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:10.8682550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/.git' 2025-03-21T20:18:10.8683294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/.gitignore' 2025-03-21T20:18:10.8684001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/.travis.yml' 2025-03-21T20:18:10.8684753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/CHANGELOG.md' 2025-03-21T20:18:10.8685478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/CMakeLists.txt' 2025-03-21T20:18:10.8686150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/Doxyfile' 2025-03-21T20:18:10.8686852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/LICENSE.txt' 2025-03-21T20:18:10.8687537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/README.md' 2025-03-21T20:18:10.8688289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin/Shader.frag.spv' 2025-03-21T20:18:10.8689106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin/Shader.vert.spv' 2025-03-21T20:18:10.8689925Z 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:10.8690635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin' 2025-03-21T20:18:10.8691346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/.nojekyll' 2025-03-21T20:18:10.8692116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Aliasing.png' 2025-03-21T20:18:10.8693036Z 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:10.8693931Z 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:10.8694811Z 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:10.8695671Z 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:10.8696554Z 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:10.8697463Z 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:10.8698411Z 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:10.8699183Z 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:10.8699995Z 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:10.8700856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx' 2025-03-21T20:18:10.8701787Z 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:10.8702574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/annotated.html' 2025-03-21T20:18:10.8703307Z 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:10.8704053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/bdwn.png' 2025-03-21T20:18:10.8704896Z 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:10.8705677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/classes.html' 2025-03-21T20:18:10.8706424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/closed.png' 2025-03-21T20:18:10.8707220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/configuration.html' 2025-03-21T20:18:10.8708069Z 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:10.8708921Z 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:10.8709747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/defragmentation.html' 2025-03-21T20:18:10.8710529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/deprecated.html' 2025-03-21T20:18:10.8711462Z 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:10.8712195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/doc.png' 2025-03-21T20:18:10.8712957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/doxygen.css' 2025-03-21T20:18:10.8713710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/doxygen.svg' 2025-03-21T20:18:10.8714491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/dynsections.js' 2025-03-21T20:18:10.8715390Z 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:10.8716139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/files.html' 2025-03-21T20:18:10.8716929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/folderclosed.png' 2025-03-21T20:18:10.8717772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/folderopen.png' 2025-03-21T20:18:10.8718590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/functions.html' 2025-03-21T20:18:10.8719398Z 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:10.8720246Z 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:10.8721023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/globals.html' 2025-03-21T20:18:10.8721811Z 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:10.8722616Z 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:10.8723399Z 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:10.8724197Z 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:10.8724978Z 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:10.8725806Z 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:10.8726642Z 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:10.8727470Z 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:10.8728326Z 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:10.8729128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/index.html' 2025-03-21T20:18:10.8729882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/jquery.js' 2025-03-21T20:18:10.8730693Z 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:10.8731436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/menu.js' 2025-03-21T20:18:10.8732186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/menudata.js' 2025-03-21T20:18:10.8732957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/modules.html' 2025-03-21T20:18:10.8733695Z 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:10.8734516Z 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:10.8735328Z 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:10.8736073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/open.png' 2025-03-21T20:18:10.8736877Z 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:10.8737637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/pages.html' 2025-03-21T20:18:10.8738416Z 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:10.8739280Z 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:10.8740065Z 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:10.8740851Z 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:10.8741634Z 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:10.8742401Z 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:10.8743207Z 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:10.8743992Z 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:10.8744796Z 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:10.8745573Z 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:10.8746366Z 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:10.8747141Z 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:10.8747941Z 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:10.8748709Z 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:10.8749505Z 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:10.8750277Z 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:10.8751133Z 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:10.8751905Z 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:10.8753080Z 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:10.8753854Z 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:10.8754653Z 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:10.8755422Z 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:10.8756221Z 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:10.8756992Z 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:10.8757788Z 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:10.8758558Z 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:10.8759344Z 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:10.8760140Z 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:10.8760928Z 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:10.8761716Z 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:10.8762501Z 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:10.8763285Z 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:10.8764073Z 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:10.8764857Z 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:10.8765648Z 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:10.8766434Z 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:10.8767215Z 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:10.8768020Z 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:10.8768960Z 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:10.8769840Z 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:10.8770616Z 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:10.8771444Z 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:10.8772242Z 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:10.8773062Z 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:10.8773853Z 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:10.8774698Z 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:10.8775516Z 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:10.8776334Z 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:10.8777123Z 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:10.8777955Z 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:10.8778779Z 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:10.8779578Z 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:10.8780385Z 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:10.8781189Z 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:10.8781997Z 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:10.8782800Z 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:10.8783600Z 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:10.8784403Z 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:10.8785261Z 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:10.8786048Z 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:10.8786923Z 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:10.8787724Z 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:10.8788521Z 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:10.8789319Z 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:10.8790116Z 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:10.8790915Z 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:10.8791713Z 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:10.8792508Z 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:10.8793303Z 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:10.8794103Z 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:10.8794909Z 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:10.8795711Z 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:10.8796492Z 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:10.8797298Z 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:10.8798086Z 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:10.8799072Z 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:10.8799860Z 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:10.8800669Z 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:10.8801453Z 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:10.8802389Z 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:10.8803171Z 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:10.8804134Z 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:10.8804922Z 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:10.8805720Z 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:10.8806498Z 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:10.8807316Z 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:10.8808118Z 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:10.8809000Z 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:10.8809803Z 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:10.8810629Z 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:10.8811437Z 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:10.8812264Z 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:10.8813068Z 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:10.8813901Z 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:10.8814708Z 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:10.8815532Z 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:10.8816358Z 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:10.8817177Z 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:10.8817997Z 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:10.8818826Z 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:10.8819740Z 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:10.8820565Z 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:10.8821447Z 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:10.8822269Z 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:10.8823092Z 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:10.8823918Z 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:10.8824746Z 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:10.8825574Z 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:10.8826401Z 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:10.8827227Z 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:10.8828050Z 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:10.8828871Z 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:10.8829698Z 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:10.8830514Z 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:10.8831337Z 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:10.8832155Z 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:10.8832980Z 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:10.8833800Z 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:10.8834621Z 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:10.8835387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search' 2025-03-21T20:18:10.8836140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/splitbar.png' 2025-03-21T20:18:10.8836984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/statistics.html' 2025-03-21T20:18:10.8837878Z 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:10.8838735Z 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:10.8839692Z 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:10.8840613Z 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:10.8841534Z 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:10.8842418Z 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:10.8843255Z 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:10.8844214Z 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:10.8845118Z 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:10.8846044Z 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:10.8846911Z 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:10.8847791Z 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:10.8848608Z 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:10.8849607Z 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:10.8850559Z 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:10.8851478Z 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:10.8852417Z 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:10.8853328Z 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:10.8854388Z 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:10.8855418Z 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:10.8856370Z 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:10.8857317Z 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:10.8858257Z 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:10.8859166Z 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:10.8860132Z 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:10.8861058Z 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:10.8861864Z 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:10.8862802Z 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:10.8863679Z 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:10.8864581Z 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:10.8865425Z 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:10.8866363Z 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:10.8867236Z 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:10.8868163Z 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:10.8869160Z 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:10.8870110Z 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:10.8871084Z 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:10.8872053Z 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:10.8872979Z 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:10.8873954Z 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:10.8874889Z 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:10.8875808Z 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:10.8876701Z 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:10.8877465Z 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:10.8878228Z 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:10.8878963Z 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:10.8879713Z 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:10.8880453Z 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:10.8881203Z 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:10.8881937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/tabs.css' 2025-03-21T20:18:10.8882748Z 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:10.8883568Z 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:10.8884399Z 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:10.8885285Z 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:10.8886144Z 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:10.8887015Z 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:10.8887755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html' 2025-03-21T20:18:10.8888462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs' 2025-03-21T20:18:10.8889371Z 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:10.8890149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/include' 2025-03-21T20:18:10.8890895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/media/Thumbnail.png' 2025-03-21T20:18:10.8891617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/media' 2025-03-21T20:18:10.8892342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/.editorconfig' 2025-03-21T20:18:10.8893093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/CMakeLists.txt' 2025-03-21T20:18:10.8893800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Common.cpp' 2025-03-21T20:18:10.8894518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Common.h' 2025-03-21T20:18:10.8895305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/CMakeLists.txt' 2025-03-21T20:18:10.8896130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/CompileShaders.bat' 2025-03-21T20:18:10.8896895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/Shader.frag' 2025-03-21T20:18:10.8897676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/Shader.vert' 2025-03-21T20:18:10.8898650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/SparseBindingTest.comp' 2025-03-21T20:18:10.8899410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders' 2025-03-21T20:18:10.8900192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/SparseBindingTest.cpp' 2025-03-21T20:18:10.8900976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/SparseBindingTest.h' 2025-03-21T20:18:10.8901686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Tests.cpp' 2025-03-21T20:18:10.8902403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Tests.h' 2025-03-21T20:18:10.8903126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/VmaUsage.cpp' 2025-03-21T20:18:10.8903846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/VmaUsage.h' 2025-03-21T20:18:10.8904600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/VulkanSample.cpp' 2025-03-21T20:18:10.8905359Z 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:10.8906184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src' 2025-03-21T20:18:10.8907149Z 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:10.8908018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:18:10.8908820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README.md' 2025-03-21T20:18:10.8909774Z 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:10.8910692Z 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:10.8911680Z 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:10.8912623Z 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:10.8913573Z 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:10.8914512Z 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:10.8915464Z 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:10.8916400Z 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:10.8917347Z 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:10.8918281Z 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:10.8919234Z 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:10.8920199Z 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:10.8921181Z 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:10.8922122Z 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:10.8923027Z 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:10.8923945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/Sample.json' 2025-03-21T20:18:10.8924829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis' 2025-03-21T20:18:10.8925534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools' 2025-03-21T20:18:10.8926226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:10.8926777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.git' 2025-03-21T20:18:10.8927479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github/workflows/build.yml' 2025-03-21T20:18:10.8928179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github/workflows/update.yml' 2025-03-21T20:18:10.8928854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github/workflows' 2025-03-21T20:18:10.8929604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github' 2025-03-21T20:18:10.8930187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.gitignore' 2025-03-21T20:18:10.8930813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/CMakeLists.txt' 2025-03-21T20:18:10.8931395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/LICENSE.md' 2025-03-21T20:18:10.8931985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/README.md' 2025-03-21T20:18:10.8932664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/cmake/volkConfig.cmake.in' 2025-03-21T20:18:10.8933288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/cmake' 2025-03-21T20:18:10.8933879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:18:10.8934696Z 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:10.8935452Z 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:10.8936236Z 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:10.8937035Z 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:10.8937795Z 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:10.8938549Z 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:10.8939353Z 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:10.8940180Z 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:10.8940984Z 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:10.8941777Z 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:10.8942507Z 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:10.8943268Z 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:10.8943894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/run_tests.sh' 2025-03-21T20:18:10.8944513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test' 2025-03-21T20:18:10.8945071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/volk.c' 2025-03-21T20:18:10.8945642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/volk.h' 2025-03-21T20:18:10.8946212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk' 2025-03-21T20:18:10.8946765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party' 2025-03-21T20:18:10.8947311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/TARGETS' 2025-03-21T20:18:10.8947896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/config.json' 2025-03-21T20:18:10.8948550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.glsl' 2025-03-21T20:18:10.8949208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:18:10.8949880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.glsl' 2025-03-21T20:18:10.8950589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:18:10.8951221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.glsl' 2025-03-21T20:18:10.8951841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:18:10.8952504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.glsl' 2025-03-21T20:18:10.8953146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:18:10.8953857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.glsl' 2025-03-21T20:18:10.8954551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:18:10.8955178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.glsl' 2025-03-21T20:18:10.8955864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:18:10.8956512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl' 2025-03-21T20:18:10.8957090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/app.h' 2025-03-21T20:18:10.8957748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/architecture.h' 2025-03-21T20:18:10.8958351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/buffers.h' 2025-03-21T20:18:10.8958941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/stats.h' 2025-03-21T20:18:10.8959581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/textures.h' 2025-03-21T20:18:10.8960176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/utils.h' 2025-03-21T20:18:10.8960787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include' 2025-03-21T20:18:10.8961357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/src/main.cpp' 2025-03-21T20:18:10.8961950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/src' 2025-03-21T20:18:10.8962501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo' 2025-03-21T20:18:10.8963017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools' 2025-03-21T20:18:10.8963492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/utils.py' 2025-03-21T20:18:10.8964054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:18:10.8964522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan' 2025-03-21T20:18:10.8965049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/CMakeLists.txt' 2025-03-21T20:18:10.8965539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/README.md' 2025-03-21T20:18:10.8966015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/TARGETS' 2025-03-21T20:18:10.8966532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/__init__.py' 2025-03-21T20:18:10.8967059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/TARGETS' 2025-03-21T20:18:10.8967616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:18:10.8968303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:18:10.8969019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:18:10.8969618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:18:10.8970213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:18:10.8970967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:18:10.8971609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:18:10.8972222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:18:10.8972876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:18:10.8973477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:18:10.8974071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:18:10.8974704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:18:10.8975268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:18:10.8975807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes' 2025-03-21T20:18:10.8976384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/cmake/Dependencies.cmake' 2025-03-21T20:18:10.8976906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/cmake' 2025-03-21T20:18:10.8977434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/TARGETS' 2025-03-21T20:18:10.8977997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:18:10.8978573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:18:10.8979130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:18:10.8979670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:18:10.8980219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:18:10.8980835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:18:10.8981375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:18:10.8981933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:18:10.8982499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:18:10.8983069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:18:10.8983625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:18:10.8984178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:18:10.8984833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:18:10.8985489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:18:10.8986104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:18:10.8986727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:18:10.8987300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:18:10.8987866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:18:10.8988463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:18:10.8989018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:18:10.8989689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:18:10.8990250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:18:10.8990848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:18:10.8991412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:18:10.8991995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:18:10.8992557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:18:10.8993136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:18:10.8993694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:18:10.8994274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:18:10.8994823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:18:10.8995429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:18:10.8995986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:18:10.8996535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:18:10.8997165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:18:10.8997732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:18:10.8998478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:18:10.8999063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:18:10.8999642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:18:10.9000200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:18:10.9000802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:18:10.9001487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:18:10.9002208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:18:10.9002896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:18:10.9003439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:18:10.9004022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:18:10.9004596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:18:10.9005151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators' 2025-03-21T20:18:10.9005686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/TARGETS' 2025-03-21T20:18:10.9006271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/TARGETS' 2025-03-21T20:18:10.9006874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:18:10.9007509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:18:10.9008182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:18:10.9008825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:18:10.9009573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:18:10.9010233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:18:10.9010811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config' 2025-03-21T20:18:10.9011356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:18:10.9011985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:18:10.9012557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:18:10.9013152Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/graphs' 2025-03-21T20:18:10.9013781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:18:10.9014329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition' 2025-03-21T20:18:10.9014859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer/TARGETS' 2025-03-21T20:18:10.9015486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:18:10.9016129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:18:10.9016736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer' 2025-03-21T20:18:10.9017354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp' 2025-03-21T20:18:10.9017906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.h' 2025-03-21T20:18:10.9018477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNExecutor.cpp' 2025-03-21T20:18:10.9019025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNExecutor.h' 2025-03-21T20:18:10.9019589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNHeader.cpp' 2025-03-21T20:18:10.9020133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNHeader.h' 2025-03-21T20:18:10.9020737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNPACKBackend.cpp' 2025-03-21T20:18:10.9021282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNStatus.h' 2025-03-21T20:18:10.9021889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNWeightsCache.cpp' 2025-03-21T20:18:10.9022463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNWeightsCache.h' 2025-03-21T20:18:10.9023109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/profiling/XNNProfiler.cpp' 2025-03-21T20:18:10.9023722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/profiling/XNNProfiler.h' 2025-03-21T20:18:10.9024316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/profiling' 2025-03-21T20:18:10.9024882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/utils/utils.cpp' 2025-03-21T20:18:10.9025430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/utils/utils.h' 2025-03-21T20:18:10.9025994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/utils' 2025-03-21T20:18:10.9026515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime' 2025-03-21T20:18:10.9027074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/TARGETS' 2025-03-21T20:18:10.9027696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:18:10.9028281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:18:10.9028860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/targets.bzl' 2025-03-21T20:18:10.9029527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:18:10.9030199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:18:10.9030766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization' 2025-03-21T20:18:10.9031262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/targets.bzl' 2025-03-21T20:18:10.9031877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/CMakeLists.txt' 2025-03-21T20:18:10.9032431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/TARGETS' 2025-03-21T20:18:10.9033006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:18:10.9033559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:18:10.9034154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:18:10.9034758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:18:10.9035346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:18:10.9035978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:18:10.9036556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:18:10.9037155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:18:10.9037741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:18:10.9038301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:18:10.9038908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:18:10.9039526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:18:10.9040067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:18:10.9040609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models' 2025-03-21T20:18:10.9041165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:18:10.9041705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:18:10.9042298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:18:10.9042891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:18:10.9043447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:18:10.9043992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:18:10.9044554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:18:10.9045192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:18:10.9045762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:18:10.9046321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:18:10.9046964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:18:10.9047579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:18:10.9048126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:18:10.9048696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:18:10.9049341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:18:10.9049928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:18:10.9050523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:18:10.9051098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:18:10.9051649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:18:10.9052231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:18:10.9052796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:18:10.9053394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:18:10.9053964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:18:10.9054531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:18:10.9055124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:18:10.9055685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:18:10.9056259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:18:10.9056803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:18:10.9057366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:18:10.9058010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:18:10.9058573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:18:10.9059128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:18:10.9059685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:18:10.9060252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:18:10.9060852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:18:10.9061414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:18:10.9062031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:18:10.9062719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:18:10.9063362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:18:10.9063923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:18:10.9064452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops' 2025-03-21T20:18:10.9065115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:18:10.9065766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:18:10.9066495Z 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:10.9067140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:18:10.9067805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:18:10.9068472Z 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:10.9069160Z 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:10.9069708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes' 2025-03-21T20:18:10.9070389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:18:10.9071044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:18:10.9071715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:18:10.9072287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer' 2025-03-21T20:18:10.9072920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime/test_runtime_utils.cpp' 2025-03-21T20:18:10.9073598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime/test_xnn_weights_cache.cpp' 2025-03-21T20:18:10.9074222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime/test_xnnexecutor.cpp' 2025-03-21T20:18:10.9074788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime' 2025-03-21T20:18:10.9075461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:18:10.9076119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:18:10.9076704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/serialization' 2025-03-21T20:18:10.9077297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/targets.bzl' 2025-03-21T20:18:10.9077877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:18:10.9078574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:18:10.9079122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester/TARGETS' 2025-03-21T20:18:10.9079682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:18:10.9080250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:18:10.9080794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester' 2025-03-21T20:18:10.9081317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test' 2025-03-21T20:18:10.9081875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/.git' 2025-03-21T20:18:10.9082476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/.gitignore' 2025-03-21T20:18:10.9083090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/CMakeLists.txt' 2025-03-21T20:18:10.9083665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/LICENSE' 2025-03-21T20:18:10.9084570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/README.md' 2025-03-21T20:18:10.9085343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/alt-element.cc' 2025-03-21T20:18:10.9086048Z 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:10.9086809Z 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:10.9087495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/ieee-element.cc' 2025-03-21T20:18:10.9088260Z 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:10.9089068Z 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:10.9089767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench' 2025-03-21T20:18:10.9090549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:10.9091349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:10.9092059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake/DownloadPSimd.cmake' 2025-03-21T20:18:10.9092815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake' 2025-03-21T20:18:10.9093452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:18:10.9094190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:18:10.9094837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16.h' 2025-03-21T20:18:10.9095631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:18:10.9096344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:18:10.9097159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:18:10.9097856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/bitcasts.h' 2025-03-21T20:18:10.9098733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/fp16.h' 2025-03-21T20:18:10.9099381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/psimd.h' 2025-03-21T20:18:10.9100114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16' 2025-03-21T20:18:10.9100837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include' 2025-03-21T20:18:10.9101488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/jni/Android.mk' 2025-03-21T20:18:10.9102218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/jni/Application.mk' 2025-03-21T20:18:10.9102832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/jni' 2025-03-21T20:18:10.9103656Z 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:10.9104364Z 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:10.9105127Z 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:10.9105814Z 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:10.9106651Z 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:10.9107315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/bitcasts.cc' 2025-03-21T20:18:10.9108115Z 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:10.9108826Z 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:10.9109603Z 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:10.9110350Z 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:10.9111123Z 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:10.9112035Z 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:10.9113015Z 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:10.9113709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:18:10.9114441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/peachpy' 2025-03-21T20:18:10.9115084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/tables.cc' 2025-03-21T20:18:10.9115723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/tables.h' 2025-03-21T20:18:10.9116404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test' 2025-03-21T20:18:10.9117095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party/THHalf.h' 2025-03-21T20:18:10.9117846Z 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:10.9118599Z 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:10.9119385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party/half.hpp' 2025-03-21T20:18:10.9120129Z 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:10.9120872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party' 2025-03-21T20:18:10.9121490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16' 2025-03-21T20:18:10.9122113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/.git' 2025-03-21T20:18:10.9122781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/.gitignore' 2025-03-21T20:18:10.9123491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/.travis.yml' 2025-03-21T20:18:10.9124128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/BUILD.bazel' 2025-03-21T20:18:10.9124810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/CMakeLists.txt' 2025-03-21T20:18:10.9125459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/LICENSE' 2025-03-21T20:18:10.9126144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/README.md' 2025-03-21T20:18:10.9126767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/WORKSPACE' 2025-03-21T20:18:10.9127487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/divide.cc' 2025-03-21T20:18:10.9128177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/init.cc' 2025-03-21T20:18:10.9128961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/multiply.cc' 2025-03-21T20:18:10.9129752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/quotient.cc' 2025-03-21T20:18:10.9130503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/round-down.cc' 2025-03-21T20:18:10.9131199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench' 2025-03-21T20:18:10.9131982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:10.9132758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:10.9133452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/cmake' 2025-03-21T20:18:10.9134180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:18:10.9134807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:18:10.9135508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/include/fxdiv.h' 2025-03-21T20:18:10.9136165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/include' 2025-03-21T20:18:10.9136875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/jni/Android.mk' 2025-03-21T20:18:10.9137578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/jni/Application.mk' 2025-03-21T20:18:10.9138208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/jni' 2025-03-21T20:18:10.9138962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/test/multiply-high.cc' 2025-03-21T20:18:10.9139618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/test/quotient.cc' 2025-03-21T20:18:10.9140280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/test' 2025-03-21T20:18:10.9140948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:10.9141650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/TARGETS' 2025-03-21T20:18:10.9142261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.git' 2025-03-21T20:18:10.9142945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.bazelrc' 2025-03-21T20:18:10.9143602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.clang-format' 2025-03-21T20:18:10.9144494Z 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:10.9145253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows/build.yml' 2025-03-21T20:18:10.9146147Z 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:10.9146981Z 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:10.9147841Z 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:10.9148661Z 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:10.9149491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows' 2025-03-21T20:18:10.9150161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github' 2025-03-21T20:18:10.9150864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.gitignore' 2025-03-21T20:18:10.9151515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/BUILD.bazel' 2025-03-21T20:18:10.9152156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/CMakeLists.txt' 2025-03-21T20:18:10.9152927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/CONTRIBUTING.md' 2025-03-21T20:18:10.9153546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/LICENSE' 2025-03-21T20:18:10.9154234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/README.md' 2025-03-21T20:18:10.9154881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/WORKSPACE' 2025-03-21T20:18:10.9155619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/BUILD.bazel' 2025-03-21T20:18:10.9156430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/average-pooling.cc' 2025-03-21T20:18:10.9157243Z 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:10.9157932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/bf16-gemm.cc' 2025-03-21T20:18:10.9158659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/bgemm.h' 2025-03-21T20:18:10.9159349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/binary.cc' 2025-03-21T20:18:10.9160130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/channel-shuffle.cc' 2025-03-21T20:18:10.9160788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/conv.h' 2025-03-21T20:18:10.9161514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/convolution.cc' 2025-03-21T20:18:10.9162219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/dconv.h' 2025-03-21T20:18:10.9163003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/deconvolution.cc' 2025-03-21T20:18:10.9163728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/dwconv.h' 2025-03-21T20:18:10.9164559Z 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:10.9165221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-dwconv.cc' 2025-03-21T20:18:10.9165989Z 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:10.9166784Z 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:10.9167511Z 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:10.9168265Z 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:10.9169141Z 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:10.9169958Z 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:10.9170636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-gemm.cc' 2025-03-21T20:18:10.9171434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-igemm.cc' 2025-03-21T20:18:10.9172187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-raddstoreexpminusmax.cc' 2025-03-21T20:18:10.9172992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rmax.cc' 2025-03-21T20:18:10.9173671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rmin.cc' 2025-03-21T20:18:10.9174417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rminmax.cc' 2025-03-21T20:18:10.9175093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rsum.cc' 2025-03-21T20:18:10.9175848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-spmm.cc' 2025-03-21T20:18:10.9176547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-vcmul.cc' 2025-03-21T20:18:10.9177280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-bgemm.cc' 2025-03-21T20:18:10.9177989Z 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:10.9178794Z 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:10.9179502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-dwconv.cc' 2025-03-21T20:18:10.9180292Z 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:10.9181104Z 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:10.9181828Z 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:10.9182656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-gemm.cc' 2025-03-21T20:18:10.9183368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-igemm.cc' 2025-03-21T20:18:10.9184142Z 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:10.9184849Z 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:10.9185611Z 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:10.9186402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-raddexpminusmax.cc' 2025-03-21T20:18:10.9187250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-raddextexp.cc' 2025-03-21T20:18:10.9188029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-raddstoreexpminusmax.cc' 2025-03-21T20:18:10.9188761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rdsum.cc' 2025-03-21T20:18:10.9189438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rmax.cc' 2025-03-21T20:18:10.9190147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rmin.cc' 2025-03-21T20:18:10.9190910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rminmax.cc' 2025-03-21T20:18:10.9191651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rsum.cc' 2025-03-21T20:18:10.9192349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-softmax.cc' 2025-03-21T20:18:10.9193077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-spmm.cc' 2025-03-21T20:18:10.9193750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-vcmul.cc' 2025-03-21T20:18:10.9194594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-vscaleexpminusmax.cc' 2025-03-21T20:18:10.9195346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-vscaleextexp.cc' 2025-03-21T20:18:10.9196070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/fully-connected.cc' 2025-03-21T20:18:10.9196840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/gemm-benchmark.cc' 2025-03-21T20:18:10.9197547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/gemm-benchmark.h' 2025-03-21T20:18:10.9198460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/gemm.h' 2025-03-21T20:18:10.9199351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/max-pooling.cc' 2025-03-21T20:18:10.9200187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/BUILD' 2025-03-21T20:18:10.9200919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/benchmark.cc' 2025-03-21T20:18:10.9201813Z 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:10.9202595Z 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:10.9203446Z 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:10.9204494Z 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:10.9205371Z 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:10.9206092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/models.h' 2025-03-21T20:18:10.9206888Z 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:10.9207702Z 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:10.9208497Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models' 2025-03-21T20:18:10.9209324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/packq-benchmark.cc' 2025-03-21T20:18:10.9210108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/packq-benchmark.h' 2025-03-21T20:18:10.9210869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/packw-benchmark.h' 2025-03-21T20:18:10.9211556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/prelu.cc' 2025-03-21T20:18:10.9212337Z 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:10.9213074Z 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:10.9213845Z 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:10.9214606Z 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:10.9215404Z 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:10.9216131Z 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:10.9216986Z 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:10.9217756Z 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:10.9218563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-dwconv.cc' 2025-03-21T20:18:10.9219248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-gemm.cc' 2025-03-21T20:18:10.9219990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-packw.cc' 2025-03-21T20:18:10.9220706Z 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:10.9221464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-rdsum.cc' 2025-03-21T20:18:10.9222140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-rsum.cc' 2025-03-21T20:18:10.9222902Z 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:10.9223622Z 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:10.9224421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-gemm.cc' 2025-03-21T20:18:10.9225104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-rdsum.cc' 2025-03-21T20:18:10.9225786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-rsum.cc' 2025-03-21T20:18:10.9226535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/rsum-benchmark.h' 2025-03-21T20:18:10.9227379Z 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:10.9228131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/softmax.cc' 2025-03-21T20:18:10.9228846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/spmm-benchmark.h' 2025-03-21T20:18:10.9229556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/spmm.h' 2025-03-21T20:18:10.9230199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/unary.cc' 2025-03-21T20:18:10.9230985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/utils.cc' 2025-03-21T20:18:10.9231642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/utils.h' 2025-03-21T20:18:10.9232429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/vbinary.cc' 2025-03-21T20:18:10.9233102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/vunary.cc' 2025-03-21T20:18:10.9233816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x16-packw.cc' 2025-03-21T20:18:10.9234608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x32-packw.cc' 2025-03-21T20:18:10.9235396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x8-lut.cc' 2025-03-21T20:18:10.9236080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x8-packq.cc' 2025-03-21T20:18:10.9236804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x8-packw.cc' 2025-03-21T20:18:10.9237546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/xN-transposec.cc' 2025-03-21T20:18:10.9238327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/xx-transposev.cc' 2025-03-21T20:18:10.9239009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench' 2025-03-21T20:18:10.9239738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_config/BUILD.bazel' 2025-03-21T20:18:10.9240486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_config' 2025-03-21T20:18:10.9241147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_defs.bzl' 2025-03-21T20:18:10.9241854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_params.bzl' 2025-03-21T20:18:10.9242557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_srcs.bzl' 2025-03-21T20:18:10.9243373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadCpuinfo.cmake' 2025-03-21T20:18:10.9244110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadFXdiv.cmake' 2025-03-21T20:18:10.9244964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:10.9245721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:10.9246534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadKleidiAI.cmake' 2025-03-21T20:18:10.9247320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadPThreadPool.cmake' 2025-03-21T20:18:10.9248132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/aarch64.toolchain' 2025-03-21T20:18:10.9248843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/armhf.toolchain' 2025-03-21T20:18:10.9249927Z 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:10.9250721Z 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:10.9251634Z 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:10.9252507Z 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:10.9253431Z 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:10.9254266Z 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:10.9255119Z 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:10.9255942Z 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:10.9256801Z 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:10.9257619Z 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:10.9258400Z 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:10.9259347Z 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:10.9260155Z 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:10.9261040Z 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:10.9261828Z 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:10.9262681Z 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:10.9263514Z 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:10.9264332Z 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:10.9265138Z 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:10.9266017Z 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:10.9266827Z 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:10.9267648Z 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:10.9268393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/microkernels.cmake' 2025-03-21T20:18:10.9269237Z 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:10.9270039Z 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:10.9270975Z 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:10.9271865Z 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:10.9272696Z 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:10.9273639Z 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:10.9274580Z 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:10.9275383Z 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:10.9276227Z 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:10.9277080Z 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:10.9278017Z 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:10.9278817Z 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:10.9279668Z 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:10.9280460Z 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:10.9281377Z 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:10.9282218Z 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:10.9283043Z 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:10.9283881Z 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:10.9284693Z 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:10.9285532Z 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:10.9286338Z 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:10.9287160Z 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:10.9287930Z 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:10.9288815Z 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:10.9289724Z 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:10.9290606Z 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:10.9291460Z 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:10.9292357Z 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:10.9293170Z 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:10.9294003Z 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:10.9294730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen' 2025-03-21T20:18:10.9295519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/hexagon.toolchain' 2025-03-21T20:18:10.9296236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/riscv64.toolchain' 2025-03-21T20:18:10.9297007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/x64_arm64.toolchain' 2025-03-21T20:18:10.9297680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake' 2025-03-21T20:18:10.9298664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc/dwconv.md' 2025-03-21T20:18:10.9299455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc/microkernel-enumerators.md' 2025-03-21T20:18:10.9300306Z 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:10.9300959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc' 2025-03-21T20:18:10.9301631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/emscripten.bzl' 2025-03-21T20:18:10.9302295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/BUILD' 2025-03-21T20:18:10.9303098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/aarch32_microkernels.bzl' 2025-03-21T20:18:10.9303899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/aarch64_microkernels.bzl' 2025-03-21T20:18:10.9304652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/armsimd32_microkernels.bzl' 2025-03-21T20:18:10.9305461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx256skx_microkernels.bzl' 2025-03-21T20:18:10.9306351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx256vnni_microkernels.bzl' 2025-03-21T20:18:10.9307200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx256vnnigfni_microkernels.bzl' 2025-03-21T20:18:10.9308032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx2_microkernels.bzl' 2025-03-21T20:18:10.9308859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512amx_microkernels.bzl' 2025-03-21T20:18:10.9309597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512f_microkernels.bzl' 2025-03-21T20:18:10.9310416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512fp16_microkernels.bzl' 2025-03-21T20:18:10.9311194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512skx_microkernels.bzl' 2025-03-21T20:18:10.9312004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512vbmi_microkernels.bzl' 2025-03-21T20:18:10.9312778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512vnni_microkernels.bzl' 2025-03-21T20:18:10.9313610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512vnnigfni_microkernels.bzl' 2025-03-21T20:18:10.9314312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx_microkernels.bzl' 2025-03-21T20:18:10.9315210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avxvnni_microkernels.bzl' 2025-03-21T20:18:10.9315992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avxvnniint8_microkernels.bzl' 2025-03-21T20:18:10.9316784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/f16c_microkernels.bzl' 2025-03-21T20:18:10.9317512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/fma3_microkernels.bzl' 2025-03-21T20:18:10.9318320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/fp16arith_microkernels.bzl' 2025-03-21T20:18:10.9319079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/hexagon_microkernels.bzl' 2025-03-21T20:18:10.9319805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/hvx_microkernels.bzl' 2025-03-21T20:18:10.9320565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/microkernels.bzl' 2025-03-21T20:18:10.9321338Z 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:10.9322091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neon_microkernels.bzl' 2025-03-21T20:18:10.9351432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonbf16_microkernels.bzl' 2025-03-21T20:18:10.9352190Z 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:10.9352987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neondot_microkernels.bzl' 2025-03-21T20:18:10.9353802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neondotfp16arith_microkernels.bzl' 2025-03-21T20:18:10.9354561Z 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:10.9355270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfma_microkernels.bzl' 2025-03-21T20:18:10.9355995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfp16_microkernels.bzl' 2025-03-21T20:18:10.9356787Z 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:10.9357545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfp16arith_microkernels.bzl' 2025-03-21T20:18:10.9358263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neoni8mm_microkernels.bzl' 2025-03-21T20:18:10.9358980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonsme2_microkernels.bzl' 2025-03-21T20:18:10.9359683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonsme_microkernels.bzl' 2025-03-21T20:18:10.9360403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonv8_microkernels.bzl' 2025-03-21T20:18:10.9361096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/rvv_microkernels.bzl' 2025-03-21T20:18:10.9361832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/rvvfp16arith_microkernels.bzl' 2025-03-21T20:18:10.9362549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/scalar_microkernels.bzl' 2025-03-21T20:18:10.9363277Z 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:10.9363980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sme_microkernels.bzl' 2025-03-21T20:18:10.9364672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sse2_microkernels.bzl' 2025-03-21T20:18:10.9365379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sse41_microkernels.bzl' 2025-03-21T20:18:10.9366070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sse_microkernels.bzl' 2025-03-21T20:18:10.9366776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/ssse3_microkernels.bzl' 2025-03-21T20:18:10.9367476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasm32_microkernels.bzl' 2025-03-21T20:18:10.9368182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasm_microkernels.bzl' 2025-03-21T20:18:10.9369076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmrelaxedsimd32_microkernels.bzl' 2025-03-21T20:18:10.9369898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmrelaxedsimd_microkernels.bzl' 2025-03-21T20:18:10.9370626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmsimd32_microkernels.bzl' 2025-03-21T20:18:10.9371357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmsimd_microkernels.bzl' 2025-03-21T20:18:10.9371974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen' 2025-03-21T20:18:10.9372691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/include/experiments-config.h' 2025-03-21T20:18:10.9373335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/include/xnnpack.h' 2025-03-21T20:18:10.9373980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/include' 2025-03-21T20:18:10.9374629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/preamble.js.lds' 2025-03-21T20:18:10.9375355Z 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:10.9376098Z 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:10.9376801Z 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:10.9377536Z 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:10.9378246Z 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:10.9378975Z 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:10.9379653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-local.sh' 2025-03-21T20:18:10.9380361Z 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:10.9381101Z 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:10.9381831Z 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:10.9382556Z 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:10.9383254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:18:10.9383967Z 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:10.9384703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-benchmarks.sh' 2025-03-21T20:18:10.9385487Z 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:10.9386309Z 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:10.9387027Z 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:10.9387781Z 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:10.9388521Z 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:10.9389278Z 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:10.9390037Z 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:10.9390745Z 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:10.9391522Z 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:10.9392265Z 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:10.9392989Z 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:10.9393807Z 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:10.9394553Z 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:10.9395256Z 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:10.9395970Z 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:10.9396698Z 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:10.9397430Z 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:10.9398133Z 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:10.9399045Z 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:10.9399768Z 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:10.9400507Z 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:10.9401223Z 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:10.9402056Z 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:10.9402901Z 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:10.9403613Z 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:10.9404337Z 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:10.9405058Z 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:10.9405809Z 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:10.9406541Z 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:10.9407281Z 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:10.9408038Z 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:10.9408781Z 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:10.9409547Z 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:10.9410330Z 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:10.9411066Z 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:10.9411798Z 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:10.9412530Z 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:10.9413267Z 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:10.9414006Z 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:10.9414747Z 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:10.9415501Z 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:10.9416232Z 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:10.9417019Z 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:10.9417764Z 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:10.9418663Z 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:10.9419429Z 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:10.9420166Z 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:10.9420876Z 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:10.9421597Z 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:10.9422328Z 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:10.9423061Z 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:10.9423773Z 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:10.9424530Z 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:10.9425238Z 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:10.9425953Z 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:10.9426668Z 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:10.9427409Z 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:10.9428116Z 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:10.9428846Z 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:10.9429595Z 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:10.9430298Z 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:10.9431018Z 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:10.9431742Z 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:10.9432545Z 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:10.9433304Z 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:10.9434047Z 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:10.9434815Z 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:10.9435598Z 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:10.9436315Z 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:10.9437041Z 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:10.9437771Z 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:10.9438518Z 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:10.9439225Z 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:10.9439955Z 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:10.9440668Z 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:10.9441388Z 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:10.9442094Z 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:10.9442803Z 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:10.9443538Z 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:10.9444250Z 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:10.9444979Z 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:10.9445686Z 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:10.9446427Z 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:10.9447163Z 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:10.9447966Z 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:10.9448663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-tests.sh' 2025-03-21T20:18:10.9449472Z 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:10.9450185Z 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:10.9450991Z 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:10.9451702Z 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:10.9452480Z 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:10.9453175Z 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:10.9453896Z 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:10.9454606Z 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:10.9455347Z 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:10.9455992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/genxnn' 2025-03-21T20:18:10.9456726Z 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:10.9457454Z 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:10.9458148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:18:10.9458799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts' 2025-03-21T20:18:10.9459435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/allocator.c' 2025-03-21T20:18:10.9460269Z 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:10.9461003Z 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:10.9461735Z 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:10.9462446Z 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:10.9463335Z 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:10.9464209Z 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:10.9465101Z 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:10.9465957Z 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:10.9466909Z 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:10.9467839Z 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:10.9468776Z 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:10.9469647Z 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:10.9470518Z 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:10.9471385Z 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:10.9472267Z 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:10.9473140Z 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:10.9474008Z 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:10.9474877Z 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:10.9475751Z 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:10.9476635Z 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:10.9477496Z 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:10.9478446Z 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:10.9479315Z 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:10.9480208Z 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:10.9481075Z 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:10.9481948Z 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:10.9482878Z 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:10.9483823Z 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:10.9484618Z 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:10.9485302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm' 2025-03-21T20:18:10.9486046Z 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:10.9486743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-vunary' 2025-03-21T20:18:10.9487354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/cache.c' 2025-03-21T20:18:10.9488097Z 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:10.9488811Z 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:10.9489670Z 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:10.9490367Z 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:10.9491117Z 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:10.9491818Z 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:10.9492563Z 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:10.9493299Z 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:10.9493992Z 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:10.9494717Z 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:10.9495455Z 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:10.9496189Z 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:10.9496907Z 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:10.9497620Z 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:10.9498495Z 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:10.9499231Z 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:10.9500021Z 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:10.9500735Z 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:10.9501537Z 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:10.9502334Z 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:10.9503053Z 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:10.9503832Z 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:10.9504532Z 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:10.9505271Z 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:10.9505972Z 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:10.9506677Z 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:10.9507389Z 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:10.9508070Z 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:10.9508743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs' 2025-03-21T20:18:10.9509375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/datatype.c' 2025-03-21T20:18:10.9510095Z 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:10.9510800Z 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:10.9511520Z 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:10.9512186Z 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:10.9512893Z 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:10.9513547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/enums' 2025-03-21T20:18:10.9514395Z 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:10.9515277Z 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:10.9516111Z 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:10.9516985Z 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:10.9517807Z 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:10.9518546Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool' 2025-03-21T20:18:10.9519508Z 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:10.9520230Z 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:10.9521049Z 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:10.9521845Z 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:10.9522714Z 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:10.9523558Z 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:10.9524481Z 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:10.9525384Z 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:10.9526247Z 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:10.9527095Z 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:10.9528007Z 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:10.9528996Z 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:10.9529852Z 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:10.9530696Z 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:10.9531610Z 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:10.9532502Z 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:10.9533354Z 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:10.9534193Z 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:10.9535161Z 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:10.9536094Z 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:10.9536951Z 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:10.9537788Z 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:10.9538693Z 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:10.9539582Z 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:10.9540433Z 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:10.9541271Z 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:10.9542174Z 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:10.9543054Z 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:10.9543912Z 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:10.9544749Z 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:10.9545653Z 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:10.9546534Z 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:10.9547387Z 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:10.9548225Z 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:10.9549137Z 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:10.9550021Z 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:10.9550869Z 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:10.9551744Z 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:10.9552663Z 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:10.9553583Z 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:10.9554498Z 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:10.9555360Z 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:10.9556327Z 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:10.9557260Z 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:10.9558165Z 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:10.9559028Z 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:10.9559987Z 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:10.9560913Z 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:10.9561821Z 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:10.9562680Z 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:10.9563637Z 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:10.9564546Z 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:10.9565455Z 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:10.9566322Z 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:10.9567285Z 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:10.9568206Z 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:10.9569245Z 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:10.9570176Z 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:10.9571138Z 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:10.9572062Z 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:10.9572967Z 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:10.9573832Z 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:10.9574803Z 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:10.9575717Z 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:10.9576628Z 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:10.9577495Z 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:10.9578463Z 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:10.9579389Z 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:10.9580294Z 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:10.9581154Z 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:10.9582124Z 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:10.9583048Z 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:10.9583954Z 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:10.9584813Z 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:10.9585772Z 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:10.9586743Z 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:10.9587655Z 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:10.9588480Z 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:10.9589397Z 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:10.9590271Z 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:10.9591127Z 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:10.9591978Z 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:10.9592893Z 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:10.9593778Z 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:10.9594625Z 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:10.9595466Z 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:10.9596378Z 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:10.9597259Z 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:10.9597959Z 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:10.9598902Z 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:10.9599710Z 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:10.9600469Z 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:10.9601256Z 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:10.9601950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv' 2025-03-21T20:18:10.9602757Z 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:10.9603692Z 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:10.9604490Z 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:10.9605400Z 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:10.9606401Z 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:10.9607411Z 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:10.9608414Z 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:10.9609469Z 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:10.9610466Z 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:10.9611452Z 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:10.9612426Z 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:10.9613410Z 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:10.9614380Z 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:10.9615360Z 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:10.9616370Z 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:10.9617394Z 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:10.9618406Z 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:10.9619397Z 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:10.9620400Z 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:10.9621450Z 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:10.9622432Z 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:10.9623475Z 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:10.9624472Z 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:10.9625481Z 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:10.9626476Z 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:10.9627484Z 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:10.9628447Z 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:10.9629449Z 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:10.9630447Z 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:10.9631432Z 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:10.9632468Z 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:10.9633450Z 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:10.9634447Z 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:10.9635432Z 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:10.9636406Z 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:10.9637427Z 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:10.9638431Z 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:10.9639524Z 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:10.9640580Z 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:10.9641575Z 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:10.9642576Z 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:10.9643590Z 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:10.9644579Z 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:10.9645587Z 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:10.9646574Z 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:10.9647315Z 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:10.9648046Z 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:10.9648772Z 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:10.9649570Z 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:10.9650263Z 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:10.9651102Z 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:10.9651923Z 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:10.9652751Z 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:10.9653568Z 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:10.9654399Z 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:10.9655215Z 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:10.9656047Z 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:10.9656923Z 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:10.9657809Z 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:10.9658629Z 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:10.9659430Z 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:10.9660218Z 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:10.9661065Z 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:10.9661896Z 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:10.9662741Z 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:10.9663567Z 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:10.9664411Z 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:10.9665240Z 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:10.9666087Z 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:10.9666909Z 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:10.9667729Z 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:10.9668554Z 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:10.9669359Z 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:10.9670177Z 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:10.9670974Z 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:10.9671780Z 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:10.9672604Z 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:10.9673496Z 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:10.9674366Z 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:10.9675196Z 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:10.9676019Z 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:10.9676849Z 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:10.9677673Z 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:10.9678506Z 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:10.9679336Z 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:10.9680183Z 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:10.9681011Z 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:10.9681849Z 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:10.9682681Z 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:10.9683521Z 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:10.9684347Z 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:10.9685183Z 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:10.9686073Z 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:10.9686975Z 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:10.9687858Z 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:10.9688756Z 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:10.9689715Z 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:10.9690676Z 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:10.9691618Z 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:10.9692507Z 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:10.9693371Z 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:10.9694217Z 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:10.9695075Z 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:10.9695917Z 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:10.9696771Z 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:10.9697616Z 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:10.9698635Z 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:10.9699478Z 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:10.9700208Z 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:10.9700938Z 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:10.9701679Z 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:10.9702396Z 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:10.9703113Z 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:10.9703839Z 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:10.9704579Z 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:10.9705326Z 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:10.9706088Z 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:10.9706886Z 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:10.9707834Z 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:10.9708835Z 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:10.9709780Z 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:10.9710701Z 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:10.9711643Z 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:10.9712575Z 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:10.9713508Z 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:10.9714426Z 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:10.9715360Z 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:10.9716095Z 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:10.9716801Z 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:10.9717752Z 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:10.9718684Z 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:10.9719638Z 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:10.9720572Z 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:10.9721519Z 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:10.9722455Z 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:10.9723396Z 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:10.9724381Z 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:10.9725386Z 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:10.9726123Z 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:10.9726846Z 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:10.9727547Z 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:10.9728308Z 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:10.9729278Z 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:10.9730197Z 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:10.9731085Z 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:10.9731992Z 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:10.9732862Z 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:10.9733740Z 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:10.9734596Z 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:10.9735467Z 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:10.9736429Z 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:10.9737408Z 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:10.9738368Z 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:10.9739120Z 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:10.9739834Z 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:10.9740558Z 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:10.9741355Z 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:10.9742125Z 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:10.9743015Z 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:10.9743872Z 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:10.9744788Z 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:10.9745684Z 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:10.9746577Z 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:10.9747455Z 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:10.9748322Z 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:10.9749179Z 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:10.9750044Z 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:10.9750897Z 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:10.9751735Z 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:10.9752640Z 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:10.9753557Z 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:10.9754465Z 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:10.9755384Z 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:10.9756255Z 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:10.9757133Z 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:10.9757859Z 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:10.9758754Z 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:10.9759520Z 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:10.9760364Z 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:10.9761190Z 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:10.9762020Z 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:10.9762846Z 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:10.9763684Z 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:10.9764508Z 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:10.9765384Z 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:10.9766253Z 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:10.9767130Z 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:10.9767957Z 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:10.9768792Z 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:10.9769674Z 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:10.9770493Z 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:10.9771240Z 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:10.9772007Z 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:10.9772969Z 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:10.9773913Z 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:10.9774775Z 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:10.9775701Z 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:10.9776643Z 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:10.9777524Z 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:10.9778476Z 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:10.9779322Z 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:10.9780204Z 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:10.9781051Z 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:10.9781999Z 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:10.9782935Z 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:10.9783801Z 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:10.9784669Z 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:10.9785566Z 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:10.9786446Z 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:10.9787391Z 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:10.9788242Z 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:10.9789123Z 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:10.9789971Z 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:10.9790866Z 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:10.9791744Z 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:10.9792650Z 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:10.9793681Z 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:10.9794687Z 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:10.9795666Z 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:10.9796622Z 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:10.9797560Z 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:10.9798594Z 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:10.9799475Z 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:10.9800372Z 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:10.9801312Z 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:10.9802178Z 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:10.9803048Z 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:10.9803932Z 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:10.9804832Z 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:10.9805677Z 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:10.9806572Z 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:10.9807455Z 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:10.9808353Z 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:10.9809343Z 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:10.9810319Z 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:10.9811355Z 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:10.9812266Z 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:10.9813229Z 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:10.9814139Z 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:10.9815105Z 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:10.9816020Z 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:10.9816976Z 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:10.9817878Z 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:10.9818890Z 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:10.9819908Z 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:10.9820871Z 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:10.9821778Z 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:10.9822731Z 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:10.9823633Z 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:10.9824529Z 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:10.9825496Z 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:10.9826384Z 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:10.9827135Z 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:10.9827891Z 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:10.9828642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm' 2025-03-21T20:18:10.9829569Z 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:10.9830489Z 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:10.9831395Z 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:10.9832149Z 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:10.9832930Z 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:10.9833657Z 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:10.9834356Z 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:10.9835164Z 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:10.9835988Z 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:10.9836848Z 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:10.9837710Z 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:10.9838422Z 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:10.9839183Z 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:10.9839878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear' 2025-03-21T20:18:10.9840628Z 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:10.9841396Z 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:10.9842339Z 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:10.9843272Z 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:10.9844267Z 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:10.9845254Z 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:10.9846239Z 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:10.9847224Z 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:10.9848205Z 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:10.9849234Z 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:10.9850185Z 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:10.9851046Z 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:10.9851943Z 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:10.9852842Z 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:10.9853749Z 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:10.9854612Z 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:10.9855517Z 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:10.9856383Z 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:10.9857269Z 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:10.9858160Z 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:10.9859071Z 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:10.9859972Z 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:10.9860853Z 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:10.9861801Z 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:10.9862721Z 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:10.9863626Z 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:10.9864525Z 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:10.9865399Z 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:10.9866297Z 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:10.9867205Z 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:10.9868106Z 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:10.9868981Z 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:10.9869866Z 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:10.9870783Z 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:10.9871686Z 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:10.9872566Z 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:10.9873454Z 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:10.9874375Z 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:10.9875271Z 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:10.9876173Z 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:10.9876879Z 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:10.9877662Z 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:10.9878340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm' 2025-03-21T20:18:10.9879285Z 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:10.9880238Z 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:10.9881009Z 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:10.9881705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool' 2025-03-21T20:18:10.9882580Z 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:10.9883498Z 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:10.9884352Z 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:10.9885234Z 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:10.9886029Z 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:10.9886726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool' 2025-03-21T20:18:10.9887469Z 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:10.9888357Z 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:10.9889293Z 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:10.9890184Z 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:10.9891037Z 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:10.9891905Z 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:10.9892757Z 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:10.9893618Z 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:10.9894458Z 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:10.9895313Z 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:10.9896262Z 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:10.9897165Z 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:10.9898006Z 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:10.9899024Z 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:10.9899737Z 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:10.9900506Z 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:10.9901198Z 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:10.9902173Z 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:10.9903202Z 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:10.9904214Z 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:10.9905243Z 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:10.9906287Z 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:10.9907283Z 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:10.9908345Z 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:10.9909366Z 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:10.9910379Z 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:10.9911391Z 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:10.9912426Z 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:10.9913418Z 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:10.9914585Z 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:10.9915677Z 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:10.9916681Z 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:10.9917695Z 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:10.9918704Z 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:10.9919723Z 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:10.9920760Z 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:10.9921751Z 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:10.9922784Z 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:10.9923800Z 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:10.9924830Z 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:10.9925822Z 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:10.9926914Z 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:10.9927995Z 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:10.9929120Z 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:10.9930203Z 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:10.9931292Z 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:10.9932402Z 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:10.9933541Z 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:10.9934611Z 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:10.9935672Z 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:10.9936744Z 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:10.9937834Z 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:10.9938877Z 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:10.9939963Z 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:10.9941011Z 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:10.9942104Z 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:10.9943177Z 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:10.9944234Z 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:10.9945310Z 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:10.9946401Z 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:10.9947482Z 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:10.9948542Z 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:10.9949329Z 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:10.9950263Z 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:10.9951042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax' 2025-03-21T20:18:10.9951828Z 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:10.9952559Z 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:10.9953303Z 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:10.9954147Z 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:10.9954985Z 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:10.9955810Z 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:10.9956638Z 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:10.9958478Z 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:10.9960241Z 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:10.9962030Z 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:10.9963832Z 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:10.9965624Z 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:10.9967405Z 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:10.9969332Z 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:10.9971180Z 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:10.9973001Z 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:10.9974833Z 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:10.9976626Z 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:10.9978358Z 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:10.9980164Z 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:10.9981969Z 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:10.9983715Z 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:10.9985467Z 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:10.9987252Z 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:10.9989065Z 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:10.9990823Z 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:10.9992601Z 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:10.9994395Z 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:10.9996154Z 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:10.9997920Z 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:10.9999863Z 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:11.0001652Z 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:11.0003445Z 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:11.0005260Z 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:11.0007103Z 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:11.0008970Z 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:11.0010807Z 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:11.0012653Z 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:11.0014462Z 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:11.0016421Z 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:11.0018326Z 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:11.0020142Z 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:11.0021974Z 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:11.0023796Z 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:11.0025642Z 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:11.0027389Z 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:11.0029119Z 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:11.0030871Z 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:11.0032618Z 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:11.0034369Z 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:11.0036166Z 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:11.0038008Z 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:11.0039820Z 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:11.0041639Z 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:11.0043472Z 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:11.0045265Z 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:11.0047067Z 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:11.0048959Z 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:11.0050789Z 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:11.0052683Z 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:11.0054582Z 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:11.0056457Z 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:11.0058362Z 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:11.0060227Z 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:11.0062070Z 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:11.0063908Z 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:11.0065769Z 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:11.0067614Z 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:11.0069456Z 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:11.0071313Z 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:11.0073158Z 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:11.0074970Z 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:11.0076742Z 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:11.0078500Z 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:11.0080286Z 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:11.0082056Z 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:11.0083834Z 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:11.0085493Z 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:11.0087080Z 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:11.0088724Z 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:11.0090310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax' 2025-03-21T20:18:11.0091961Z 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:11.0093616Z 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:11.0095389Z 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:11.0097107Z 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:11.0098982Z 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:11.0100755Z 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:11.0102544Z 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:11.0104340Z 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:11.0106138Z 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:11.0107934Z 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:11.0109702Z 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:11.0111324Z 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:11.0112874Z 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:11.0114393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum' 2025-03-21T20:18:11.0116112Z 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:11.0118037Z 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:11.0119889Z 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:11.0121788Z 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:11.0123705Z 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:11.0139861Z 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:11.0141876Z 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:11.0143794Z 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:11.0145646Z 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:11.0147530Z 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:11.0149455Z 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:11.0151313Z 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:11.0152996Z 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:11.0154639Z 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:11.0156311Z 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:11.0157862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm' 2025-03-21T20:18:11.0159359Z 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:11.0160838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vabs' 2025-03-21T20:18:11.0162326Z 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:11.0163862Z 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:11.0165399Z 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:11.0166935Z 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:11.0168471Z 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:11.0170075Z 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:11.0171608Z 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:11.0173156Z 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:11.0174782Z 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:11.0176319Z 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:11.0177923Z 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:11.0179453Z 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:11.0181016Z 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:11.0182572Z 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:11.0184141Z 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:11.0185711Z 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:11.0187272Z 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:11.0188855Z 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:11.0190416Z 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:11.0191929Z 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:11.0193575Z 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:11.0195325Z 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:11.0197035Z 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:11.0198888Z 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:11.0200604Z 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:11.0202332Z 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:11.0204057Z 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:11.0205807Z 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:11.0207585Z 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:11.0209387Z 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:11.0211266Z 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:11.0213052Z 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:11.0214741Z 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:11.0216449Z 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:11.0218182Z 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:11.0219919Z 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:11.0221682Z 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:11.0223476Z 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:11.0225281Z 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:11.0227148Z 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:11.0228955Z 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:11.0230694Z 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:11.0232404Z 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:11.0234067Z 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:11.0235761Z 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:11.0237520Z 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:11.0239231Z 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:11.0241037Z 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:11.0242899Z 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:11.0244709Z 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:11.0246542Z 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:11.0248260Z 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:11.0250092Z 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:11.0251805Z 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:11.0253544Z 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:11.0255277Z 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:11.0257016Z 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:11.0258760Z 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:11.0260455Z 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:11.0262122Z 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:11.0263855Z 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:11.0265575Z 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:11.0267301Z 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:11.0269056Z 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:11.0270833Z 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:11.0272589Z 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:11.0274333Z 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:11.0276041Z 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:11.0277716Z 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:11.0279416Z 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:11.0281145Z 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:11.0283831Z 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:11.0285608Z 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:11.0287471Z 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:11.0289316Z 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:11.0291065Z 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:11.0292786Z 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:11.0294440Z 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:11.0296141Z 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:11.0297869Z 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:11.0299732Z 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:11.0301494Z 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:11.0303276Z 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:11.0305039Z 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:11.0306787Z 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:11.0308499Z 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:11.0310168Z 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:11.0311881Z 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:11.0313617Z 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:11.0315348Z 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:11.0317110Z 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:11.0318894Z 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:11.0320772Z 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:11.0322594Z 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:11.0324306Z 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:11.0325983Z 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:11.0327666Z 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:11.0329463Z 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:11.0331194Z 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:11.0332950Z 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:11.0334732Z 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:11.0336495Z 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:11.0338250Z 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:11.0339969Z 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:11.0361741Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:11.0362352Z + echo ::endgroup:: 2025-03-21T20:18:11.0363331Z 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:11.0365058Z 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:11.0366796Z 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:11.0368551Z 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:11.0370431Z 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:11.0372221Z 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:11.0373997Z 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:11.0375763Z 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:11.0377632Z 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:11.0379392Z 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:11.0381133Z 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:11.0382936Z 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:11.0384720Z 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:11.0386501Z 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:11.0388251Z 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:11.0389951Z 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:11.0391710Z 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:11.0393505Z 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:11.0395356Z 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:11.0397245Z 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:11.0399493Z 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:11.0401260Z 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:11.0402988Z 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:11.0404678Z 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:11.0406396Z 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:11.0408145Z 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:11.0409948Z 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:11.0411694Z 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:11.0413638Z 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:11.0415402Z 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:11.0417197Z 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:11.0418971Z 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:11.0420791Z 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:11.0422585Z 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:11.0424351Z 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:11.0426087Z 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:11.0427778Z 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:11.0429478Z 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:11.0431217Z 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:11.0432962Z 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:11.0434728Z 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:11.0436520Z 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:11.0438293Z 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:11.0440066Z 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:11.0441818Z 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:11.0443535Z 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:11.0445268Z 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:11.0447023Z 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:11.0448791Z 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:11.0450731Z 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:11.0452601Z 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:11.0454406Z 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:11.0456197Z 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:11.0457954Z 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:11.0459680Z 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:11.0461426Z 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:11.0463193Z 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:11.0464966Z 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:11.0466774Z 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:11.0468606Z 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:11.0470395Z 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:11.0472133Z 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:11.0473832Z 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:11.0475501Z 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:11.0477192Z 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:11.0478924Z 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:11.0480635Z 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:11.0482382Z 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:11.0484159Z 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:11.0485973Z 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:11.0487793Z 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:11.0489579Z 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:11.0491261Z 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:11.0492970Z 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:11.0494711Z 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:11.0496427Z 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:11.0498350Z 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:11.0500141Z 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:11.0501816Z 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:11.0503415Z 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:11.0505025Z 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:11.0506619Z 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:11.0508271Z 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:11.0509928Z 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:11.0511523Z 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:11.0513127Z 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:11.0514787Z 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:11.0516390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary' 2025-03-21T20:18:11.0517909Z 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:11.0519434Z 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:11.0521027Z 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:11.0522826Z 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:11.0524626Z 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:11.0526399Z 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:11.0528178Z 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:11.0530021Z 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:11.0531808Z 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:11.0533592Z 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:11.0535254Z 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:11.0536838Z 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:11.0538441Z 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:11.0539993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp' 2025-03-21T20:18:11.0541635Z 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:11.0543396Z 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:11.0545161Z 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:11.0546794Z 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:11.0548357Z 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:11.0549905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vcmul' 2025-03-21T20:18:11.0551433Z 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:11.0552962Z 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:11.0554570Z 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:11.0556284Z 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:11.0558125Z 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:11.0560000Z 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:11.0561666Z 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:11.0563267Z 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:11.0564843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu' 2025-03-21T20:18:11.0566366Z 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:11.0567906Z 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:11.0569570Z 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:11.0571270Z 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:11.0573017Z 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:11.0574829Z 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:11.0576504Z 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:11.0578091Z 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:11.0579646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish' 2025-03-21T20:18:11.0581159Z 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:11.0582669Z 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:11.0584262Z 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:11.0585948Z 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:11.0587665Z 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:11.0589453Z 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:11.0591104Z 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:11.0592752Z 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:11.0594300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu' 2025-03-21T20:18:11.0595960Z 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:11.0597669Z 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:11.0599746Z 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:11.0601660Z 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:11.0603560Z 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:11.0605337Z 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:11.0606946Z 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:11.0608524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc' 2025-03-21T20:18:11.0610109Z 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:11.0611597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vneg' 2025-03-21T20:18:11.0613084Z 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:11.0614599Z 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:11.0616111Z 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:11.0617598Z 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:11.0619100Z 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:11.0620670Z 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:11.0622321Z 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:11.0624019Z 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:11.0644197Z 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:11.0645955Z 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:11.0647912Z 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:11.0650548Z 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:11.0653073Z 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:11.0655425Z 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:11.0657676Z 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:11.0660045Z 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:11.0662496Z 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:11.0664919Z 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:11.0667306Z 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:11.0673881Z 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:11.0676407Z 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:11.0678670Z 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:11.0680843Z 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:11.0683023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd' 2025-03-21T20:18:11.0685131Z 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:11.0687311Z 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:11.0689702Z 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:11.0692135Z 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:11.0694566Z 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:11.0697097Z 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:11.0699881Z 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:11.0702662Z 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:11.0705249Z 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:11.0707521Z 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:11.0709895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt' 2025-03-21T20:18:11.0711970Z 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:11.0714223Z 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:11.0716926Z 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:11.0719982Z 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:11.0722879Z 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:11.0725766Z 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:11.0728817Z 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:11.0731895Z 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:11.0734867Z 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:11.0737705Z 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:11.0740569Z 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:11.0743136Z 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:11.0745929Z 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:11.0748597Z 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:11.0751308Z 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:11.0754022Z 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:11.0756804Z 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:11.0759579Z 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:11.0762190Z 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:11.0764807Z 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:11.0767550Z 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:11.0770326Z 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:11.0772951Z 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:11.0775622Z 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:11.0778227Z 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:11.0780810Z 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:11.0783548Z 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:11.0786421Z 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:11.0789241Z 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:11.0792041Z 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:11.0794867Z 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:11.0797731Z 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:11.0800811Z 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:11.0803701Z 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:11.0806514Z 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:11.0809750Z 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:11.0812692Z 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:11.0815599Z 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:11.0818476Z 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:11.0821333Z 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:11.0824251Z 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:11.0827132Z 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:11.0829613Z 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:11.0831872Z 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:11.0834110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid' 2025-03-21T20:18:11.0836303Z 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:11.0838501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqr' 2025-03-21T20:18:11.0840675Z 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:11.0842932Z 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:11.0845163Z 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:11.0847322Z 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:11.0849658Z 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:11.0852031Z 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:11.0854524Z 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:11.0857277Z 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:11.0860140Z 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:11.0862900Z 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:11.0865485Z 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:11.0868063Z 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:11.0870661Z 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:11.0873168Z 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:11.0875726Z 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:11.0878298Z 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:11.0880770Z 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:11.0883229Z 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:11.0885678Z 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:11.0888090Z 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:11.0890595Z 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:11.0893064Z 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:11.0896171Z 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:11.0899499Z 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:11.0902842Z 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:11.0906302Z 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:11.0909779Z 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:11.0912858Z 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:11.0915767Z 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:11.0919066Z 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:11.0922055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt' 2025-03-21T20:18:11.0924882Z 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:11.0927829Z 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:11.0930633Z 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:11.0933987Z 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:11.0938016Z 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:11.0941609Z 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:11.0945633Z 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:11.0949660Z 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:11.0953589Z 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:11.0957810Z 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:11.0962134Z 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:11.0966429Z 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:11.0970824Z 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:11.0974967Z 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:11.0977944Z 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:11.0980763Z 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:11.0983698Z 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:11.0986491Z 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:11.0989375Z 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:11.0992187Z 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:11.0994968Z 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:11.0997778Z 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:11.1000776Z 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:11.1003587Z 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:11.1006400Z 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:11.1009264Z 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:11.1012088Z 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:11.1014905Z 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:11.1017728Z 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:11.1020561Z 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:11.1023379Z 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:11.1024664Z 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:11.1025967Z 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:11.1027369Z 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:11.1028953Z 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:11.1030540Z 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:11.1031949Z 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:11.1033193Z 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:11.1034454Z 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:11.1035714Z 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:11.1036991Z 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:11.1038238Z 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:11.1039495Z 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:11.1040730Z 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:11.1041987Z 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:11.1043255Z 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:11.1044480Z 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:11.1045703Z 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:11.1046917Z 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:11.1048135Z 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:11.1049303Z 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:11.1050221Z 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:11.1051149Z 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:11.1052018Z 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:11.1053045Z 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:11.1053996Z 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:11.1054885Z 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:11.1055757Z 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:11.1056643Z 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:11.1057521Z 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:11.1058521Z 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:11.1059394Z 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:11.1060284Z 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:11.1061200Z 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:11.1062247Z 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:11.1063191Z 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:11.1064231Z 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:11.1065258Z 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:11.1066239Z 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:11.1067165Z 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:11.1068079Z 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:11.1069070Z 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:11.1070021Z 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:11.1071077Z 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:11.1072104Z 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:11.1073082Z 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:11.1074116Z 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:11.1075168Z 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:11.1076195Z 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:11.1077236Z 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:11.1078240Z 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:11.1079158Z 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:11.1080100Z 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:11.1080982Z 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:11.1082036Z 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:11.1083098Z 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:11.1083991Z 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:11.1084868Z 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:11.1085900Z 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:11.1086850Z 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:11.1087878Z 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:11.1088747Z 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:11.1090060Z 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:11.1091145Z 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:11.1092152Z 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:11.1093141Z 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:11.1094132Z 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:11.1095125Z 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:11.1096176Z 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:11.1097178Z 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:11.1098453Z 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:11.1099552Z 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:11.1100770Z 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:11.1101826Z 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:11.1102850Z 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:11.1104066Z 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:11.1105246Z 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:11.1106326Z 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:11.1107343Z 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:11.1108345Z 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:11.1109551Z 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:11.1110625Z 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:11.1111685Z 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:11.1112689Z 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:11.1113707Z 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:11.1114784Z 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:11.1115933Z 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:11.1117143Z 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:11.1118239Z 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:11.1119241Z 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:11.1120324Z 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:11.1121519Z 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:11.1122706Z 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:11.1123405Z 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:11.1124225Z 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:11.1124906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh' 2025-03-21T20:18:11.1125589Z 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:11.1126417Z 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:11.1127223Z 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:11.1128141Z 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:11.1129064Z 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:11.1129955Z 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:11.1130896Z 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:11.1131749Z 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:11.1132512Z 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:11.1133285Z 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:11.1134035Z 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:11.1134866Z 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:11.1135745Z 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:11.1136463Z 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:11.1137297Z 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:11.1138042Z 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:11.1138722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary' 2025-03-21T20:18:11.1139546Z 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:11.1140413Z 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:11.1141310Z 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:11.1142180Z 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:11.1143155Z 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:11.1144041Z 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:11.1145004Z 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:11.1146035Z 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:11.1146918Z 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:11.1147777Z 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:11.1148588Z 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:11.1149410Z 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:11.1150237Z 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:11.1151065Z 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:11.1151897Z 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:11.1152607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool' 2025-03-21T20:18:11.1153508Z 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:11.1154428Z 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:11.1155350Z 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:11.1156538Z 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:11.1157417Z 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:11.1158309Z 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:11.1159135Z 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:11.1159980Z 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:11.1160790Z 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:11.1161619Z 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:11.1162486Z 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:11.1163434Z 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:11.1164302Z 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:11.1165154Z 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:11.1166019Z 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:11.1166859Z 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:11.1167817Z 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:11.1168582Z 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:11.1169432Z 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:11.1170288Z 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:11.1171102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool' 2025-03-21T20:18:11.1171951Z 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:11.1172809Z 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:11.1173674Z 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:11.1174457Z 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:11.1175323Z 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:11.1176273Z 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:11.1177215Z 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:11.1178164Z 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:11.1179085Z 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:11.1179968Z 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:11.1181102Z 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:11.1182132Z 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:11.1183216Z 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:11.1184104Z 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:11.1185123Z 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:11.1186124Z 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:11.1187082Z 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:11.1187950Z 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:11.1188870Z 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:11.1189802Z 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:11.1190661Z 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:11.1191543Z 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:11.1192463Z 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:11.1193151Z 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:11.1194171Z 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:11.1195236Z 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:11.1196147Z 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:11.1197109Z 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:11.1198001Z 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:11.1199136Z 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:11.1200050Z 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:11.1201158Z 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:11.1202100Z 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:11.1203004Z 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:11.1203901Z 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:11.1204714Z 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:11.1205547Z 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:11.1206402Z 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:11.1207240Z 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:11.1208111Z 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:11.1209046Z 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:11.1209911Z 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:11.1210755Z 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:11.1211616Z 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:11.1212459Z 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:11.1213362Z 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:11.1214277Z 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:11.1215244Z 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:11.1216201Z 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:11.1217068Z 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:11.1218107Z 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:11.1219102Z 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:11.1219984Z 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:11.1220863Z 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:11.1221785Z 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:11.1222656Z 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:11.1223484Z 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:11.1224317Z 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:11.1225111Z 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:11.1225995Z 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:11.1226848Z 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:11.1227761Z 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:11.1228584Z 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:11.1229463Z 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:11.1230390Z 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:11.1231256Z 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:11.1232281Z 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:11.1233313Z 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:11.1234455Z 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:11.1235478Z 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:11.1236372Z 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:11.1237352Z 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:11.1238226Z 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:11.1239149Z 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:11.1240025Z 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:11.1241013Z 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:11.1241823Z 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:11.1242732Z 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:11.1243614Z 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:11.1244611Z 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:11.1245440Z 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:11.1246367Z 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:11.1247208Z 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:11.1248144Z 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:11.1249085Z 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:11.1250074Z 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:11.1250910Z 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:11.1251944Z 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:11.1252907Z 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:11.1253896Z 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:11.1254850Z 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:11.1255753Z 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:11.1256640Z 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:11.1257545Z 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:11.1258441Z 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:11.1259320Z 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:11.1260146Z 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:11.1261045Z 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:11.1261928Z 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:11.1262793Z 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:11.1263652Z 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:11.1264550Z 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:11.1265438Z 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:11.1266302Z 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:11.1267146Z 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:11.1268044Z 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:11.1268915Z 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:11.1269775Z 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:11.1270676Z 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:11.1271616Z 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:11.1272591Z 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:11.1273528Z 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:11.1274449Z 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:11.1275323Z 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:11.1276182Z 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:11.1277120Z 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:11.1278031Z 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:11.1278979Z 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:11.1279893Z 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:11.1280780Z 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:11.1281621Z 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:11.1282479Z 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:11.1283299Z 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:11.1284181Z 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:11.1285030Z 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:11.1285892Z 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:11.1286720Z 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:11.1287583Z 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:11.1288465Z 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:11.1289463Z 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:11.1290309Z 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:11.1291183Z 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:11.1292025Z 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:11.1292891Z 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:11.1293720Z 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:11.1294554Z 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:11.1295349Z 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:11.1296223Z 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:11.1297057Z 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:11.1297920Z 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:11.1298966Z 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:11.1299803Z 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:11.1300592Z 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:11.1301474Z 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:11.1302321Z 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:11.1303181Z 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:11.1304000Z 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:11.1304860Z 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:11.1305862Z 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:11.1306777Z 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:11.1307601Z 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:11.1308514Z 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:11.1309472Z 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:11.1310388Z 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:11.1311294Z 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:11.1312194Z 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:11.1313079Z 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:11.1313984Z 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:11.1314871Z 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:11.1315741Z 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:11.1316559Z 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:11.1317406Z 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:11.1318242Z 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:11.1319093Z 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:11.1319926Z 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:11.1320771Z 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:11.1321600Z 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:11.1322519Z 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:11.1323437Z 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:11.1324277Z 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:11.1325106Z 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:11.1326018Z 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:11.1326973Z 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:11.1327885Z 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:11.1328782Z 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:11.1329771Z 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:11.1330649Z 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:11.1331548Z 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:11.1332419Z 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:11.1333297Z 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:11.1334099Z 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:11.1334959Z 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:11.1335778Z 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:11.1336665Z 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:11.1337508Z 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:11.1338369Z 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:11.1339190Z 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:11.1340115Z 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:11.1340985Z 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:11.1341865Z 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:11.1342703Z 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:11.1343575Z 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:11.1344408Z 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:11.1345270Z 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:11.1346085Z 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:11.1346914Z 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:11.1347704Z 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:11.1348587Z 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:11.1349419Z 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:11.1350277Z 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:11.1351093Z 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:11.1351920Z 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:11.1352711Z 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:11.1353586Z 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:11.1354427Z 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:11.1355284Z 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:11.1356099Z 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:11.1357016Z 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:11.1357932Z 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:11.1358770Z 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:11.1359597Z 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:11.1360516Z 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:11.1361475Z 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:11.1362396Z 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:11.1363294Z 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:11.1364191Z 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:11.1365075Z 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:11.1365971Z 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:11.1366858Z 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:11.1367726Z 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:11.1368547Z 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:11.1369467Z 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:11.1370299Z 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:11.1371150Z 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:11.1371983Z 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:11.1372827Z 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:11.1373714Z 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:11.1374576Z 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:11.1375483Z 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:11.1376325Z 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:11.1377151Z 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:11.1378068Z 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:11.1379022Z 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:11.1379940Z 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:11.1380838Z 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:11.1381733Z 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:11.1382614Z 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:11.1383510Z 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:11.1384373Z 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:11.1385245Z 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:11.1386050Z 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:11.1386983Z 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:11.1387901Z 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:11.1388799Z 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:11.1389661Z 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:11.1390564Z 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:11.1391487Z 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:11.1392446Z 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:11.1393311Z 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:11.1394231Z 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:11.1395111Z 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:11.1396013Z 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:11.1396875Z 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:11.1397748Z 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:11.1398803Z 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:11.1399746Z 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:11.1400640Z 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:11.1401553Z 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:11.1402416Z 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:11.1403320Z 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:11.1404184Z 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:11.1405110Z 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:11.1405987Z 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:11.1406883Z 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:11.1407744Z 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:11.1408824Z 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:11.1409958Z 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:11.1410925Z 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:11.1411855Z 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:11.1412810Z 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:11.1413719Z 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:11.1414677Z 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:11.1415583Z 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:11.1416535Z 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:11.1417444Z 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:11.1418336Z 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:11.1419185Z 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:11.1420079Z 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:11.1420948Z 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:11.1421857Z 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:11.1422748Z 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:11.1423630Z 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:11.1424498Z 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:11.1425380Z 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:11.1426311Z 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:11.1427263Z 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:11.1428130Z 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:11.1429019Z 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:11.1429893Z 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:11.1430788Z 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:11.1431662Z 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:11.1432560Z 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:11.1433442Z 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:11.1434337Z 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:11.1435210Z 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:11.1436067Z 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:11.1436914Z 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:11.1437803Z 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:11.1438688Z 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:11.1439599Z 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:11.1440492Z 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:11.1441372Z 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:11.1442243Z 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:11.1443196Z 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:11.1444187Z 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:11.1445097Z 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:11.1445989Z 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:11.1446870Z 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:11.1447742Z 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:11.1448632Z 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:11.1449561Z 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:11.1450460Z 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:11.1451323Z 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:11.1452234Z 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:11.1453101Z 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:11.1453999Z 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:11.1454854Z 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:11.1455755Z 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:11.1456615Z 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:11.1457523Z 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:11.1458385Z 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:11.1459297Z 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:11.1460227Z 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:11.1461179Z 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:11.1462037Z 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:11.1462907Z 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:11.1463742Z 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:11.1464649Z 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:11.1465511Z 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:11.1466434Z 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:11.1467309Z 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:11.1468204Z 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:11.1469068Z 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:11.1469981Z 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:11.1470842Z 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:11.1471766Z 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:11.1472646Z 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:11.1473543Z 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:11.1474402Z 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:11.1475298Z 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:11.1476152Z 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:11.1477014Z 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:11.1477860Z 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:11.1478736Z 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:11.1479600Z 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:11.1480440Z 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:11.1481302Z 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:11.1482126Z 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:11.1482994Z 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:11.1483816Z 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:11.1484692Z 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:11.1485533Z 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:11.1486408Z 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:11.1487242Z 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:11.1488099Z 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:11.1488974Z 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:11.1489809Z 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:11.1490671Z 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:11.1491518Z 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:11.1492360Z 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:11.1493191Z 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:11.1494006Z 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:11.1494894Z 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:11.1495813Z 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:11.1496668Z 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:11.1497514Z 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:11.1498527Z 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:11.1499398Z 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:11.1500250Z 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:11.1501088Z 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:11.1501911Z 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:11.1502833Z 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:11.1503784Z 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:11.1504701Z 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:11.1505601Z 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:11.1506498Z 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:11.1507362Z 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:11.1508270Z 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:11.1509136Z 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:11.1510018Z 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:11.1510850Z 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:11.1511782Z 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:11.1512704Z 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:11.1513532Z 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:11.1514379Z 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:11.1515214Z 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:11.1516068Z 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:11.1516900Z 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:11.1517772Z 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:11.1518627Z 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:11.1519472Z 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:11.1520303Z 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:11.1521222Z 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:11.1522174Z 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:11.1523086Z 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:11.1523983Z 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:11.1524879Z 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:11.1525759Z 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:11.1526651Z 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:11.1527529Z 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:11.1528392Z 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:11.1529363Z 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:11.1530221Z 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:11.1530938Z 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:11.1531675Z 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:11.1532428Z 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:11.1533190Z 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:11.1533942Z 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:11.1534691Z 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:11.1535455Z 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:11.1536195Z 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:11.1536938Z 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:11.1537687Z 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:11.1538432Z 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:11.1539173Z 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:11.1539925Z 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:11.1540615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv' 2025-03-21T20:18:11.1541371Z 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:11.1542154Z 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:11.1542900Z 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:11.1543671Z 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:11.1544511Z 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:11.1545403Z 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:11.1546164Z 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:11.1546991Z 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:11.1547760Z 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:11.1548606Z 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:11.1549448Z 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:11.1550196Z 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:11.1550980Z 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:11.1551724Z 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:11.1552575Z 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:11.1553391Z 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:11.1554174Z 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:11.1554950Z 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:11.1555717Z 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:11.1556566Z 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:11.1557403Z 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:11.1558427Z 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:11.1559457Z 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:11.1560467Z 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:11.1561465Z 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:11.1562549Z 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:11.1563596Z 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:11.1564577Z 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:11.1565564Z 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:11.1566541Z 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:11.1567536Z 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:11.1568478Z 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:11.1569494Z 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:11.1570435Z 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:11.1571362Z 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:11.1572303Z 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:11.1573227Z 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:11.1574141Z 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:11.1575064Z 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:11.1575979Z 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:11.1576914Z 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:11.1577866Z 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:11.1578834Z 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:11.1579840Z 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:11.1580769Z 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:11.1581778Z 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:11.1582712Z 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:11.1583634Z 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:11.1584568Z 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:11.1585507Z 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:11.1586431Z 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:11.1587377Z 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:11.1588312Z 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:11.1589259Z 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:11.1590174Z 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:11.1591119Z 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:11.1592029Z 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:11.1592954Z 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:11.1593860Z 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:11.1594783Z 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:11.1595693Z 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:11.1596654Z 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:11.1597656Z 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:11.1599065Z 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:11.1600456Z 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:11.1601879Z 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:11.1602860Z 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:11.1603797Z 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:11.1604717Z 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:11.1605646Z 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:11.1606563Z 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:11.1607634Z 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:11.1608694Z 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:11.1609812Z 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:11.1610841Z 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:11.1611910Z 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:11.1612935Z 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:11.1613978Z 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:11.1615003Z 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:11.1616042Z 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:11.1617198Z 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:11.1618344Z 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:11.1619373Z 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:11.1620456Z 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:11.1621505Z 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:11.1622711Z 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:11.1624151Z 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:11.1625329Z 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:11.1626333Z 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:11.1627341Z 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:11.1628341Z 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:11.1629402Z 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:11.1630455Z 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:11.1631526Z 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:11.1632640Z 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:11.1633854Z 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:11.1635179Z 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:11.1636392Z 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:11.1637481Z 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:11.1638518Z 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:11.1639539Z 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:11.1640591Z 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:11.1641621Z 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:11.1642780Z 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:11.1643869Z 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:11.1644980Z 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:11.1646337Z 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:11.1647435Z 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:11.1648525Z 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:11.1649682Z 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:11.1650878Z 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:11.1651917Z 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:11.1652944Z 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:11.1654023Z 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:11.1655162Z 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:11.1656465Z 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:11.1657693Z 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:11.1658763Z 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:11.1659752Z 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:11.1660724Z 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:11.1661679Z 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:11.1662645Z 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:11.1663572Z 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:11.1664546Z 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:11.1665533Z 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:11.1666583Z 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:11.1667679Z 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:11.1668891Z 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:11.1669867Z 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:11.1670854Z 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:11.1671795Z 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:11.1672770Z 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:11.1673773Z 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:11.1674724Z 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:11.1675712Z 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:11.1676757Z 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:11.1677849Z 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:11.1679075Z 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:11.1680217Z 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:11.1681194Z 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:11.1682125Z 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:11.1683047Z 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:11.1683982Z 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:11.1685058Z 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:11.1686136Z 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:11.1687201Z 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:11.1688260Z 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:11.1689505Z 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:11.1690688Z 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:11.1691758Z 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:11.1693238Z 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:11.1694377Z 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:11.1695596Z 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:11.1696638Z 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:11.1697665Z 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:11.1698945Z 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:11.1699980Z 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:11.1701065Z 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:11.1702087Z 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:11.1703325Z 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:11.1704785Z 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:11.1705850Z 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:11.1706917Z 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:11.1708234Z 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:11.1709547Z 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:11.1710581Z 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:11.1711624Z 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:11.1712833Z 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:11.1713908Z 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:11.1715035Z 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:11.1716119Z 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:11.1717373Z 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:11.1718691Z 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:11.1719943Z 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:11.1720970Z 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:11.1721978Z 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:11.1723001Z 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:11.1724012Z 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:11.1725033Z 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:11.1726010Z 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:11.1727045Z 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:11.1728237Z 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:11.1729655Z 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:11.1730858Z 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:11.1731857Z 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:11.1732969Z 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:11.1734097Z 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:11.1735080Z 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:11.1736036Z 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:11.1736980Z 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:11.1738006Z 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:11.1739003Z 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:11.1740091Z 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:11.1741430Z 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:11.1742797Z 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:11.1743720Z 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:11.1744675Z 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:11.1745590Z 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:11.1746545Z 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:11.1747459Z 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:11.1748390Z 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:11.1749342Z 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:11.1750388Z 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:11.1751633Z 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:11.1752922Z 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:11.1754022Z 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:11.1754982Z 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:11.1755933Z 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:11.1756882Z 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:11.1757835Z 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:11.1758771Z 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:11.1759706Z 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:11.1760721Z 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:11.1761795Z 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:11.1763188Z 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:11.1764329Z 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:11.1765276Z 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:11.1766215Z 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:11.1767145Z 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:11.1768075Z 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:11.1769077Z 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:11.1770125Z 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:11.1771046Z 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:11.1772011Z 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:11.1773364Z 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:11.1774837Z 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:11.1776022Z 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:11.1777084Z 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:11.1778123Z 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:11.1779179Z 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:11.1780251Z 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:11.1781282Z 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:11.1782464Z 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:11.1783492Z 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:11.1784766Z 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:11.1786354Z 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:11.1787532Z 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:11.1788704Z 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:11.1789742Z 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:11.1790856Z 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:11.1791950Z 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:11.1792951Z 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:11.1793995Z 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:11.1795155Z 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:11.1796428Z 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:11.1798986Z 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:11.1800012Z 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:11.1801076Z 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:11.1802080Z 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:11.1803094Z 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:11.1804151Z 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:11.1805214Z 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:11.1806366Z 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:11.1807670Z 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:11.1810309Z 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:11.1811516Z 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:11.1813075Z 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:11.1814201Z 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:11.1815249Z 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:11.1816283Z 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:11.1817583Z 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:11.1819088Z 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:11.1820736Z 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:11.1821776Z 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:11.1823123Z 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:11.1824172Z 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:11.1825204Z 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:11.1826243Z 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:11.1827238Z 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:11.1828355Z 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:11.1830232Z 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:11.1831823Z 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:11.1833107Z 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:11.1834238Z 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:11.1835338Z 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:11.1836350Z 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:11.1837348Z 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:11.1838490Z 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:11.1839670Z 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:11.1840770Z 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:11.1841868Z 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:11.1842943Z 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:11.1844244Z 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:11.1845439Z 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:11.1846431Z 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:11.1847523Z 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:11.1848721Z 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:11.1849764Z 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:11.1850722Z 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:11.1851947Z 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:11.1852876Z 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:11.1853933Z 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:11.1854940Z 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:11.1855881Z 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:11.1856927Z 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:11.1858381Z 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:11.1859684Z 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:11.1861118Z 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:11.1862533Z 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:11.1863505Z 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:11.1864444Z 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:11.1865424Z 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:11.1866381Z 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:11.1867515Z 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:11.1869193Z 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:11.1870153Z 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:11.1871186Z 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:11.1872586Z 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:11.1873536Z 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:11.1874702Z 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:11.1875806Z 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:11.1877265Z 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:11.1878978Z 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:11.1880381Z 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:11.1881849Z 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:11.1883264Z 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:11.1884370Z 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:11.1885607Z 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:11.1887167Z 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:11.1888640Z 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:11.1889767Z 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:11.1890852Z 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:11.1891920Z 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:11.1892979Z 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:11.1894053Z 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:11.1895113Z 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:11.1896380Z 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:11.1897837Z 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:11.1899295Z 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:11.1900430Z 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:11.1901444Z 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:11.1902506Z 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:11.1903599Z 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:11.1904625Z 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:11.1905711Z 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:11.1906767Z 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:11.1908098Z 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:11.1909705Z 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:11.1910805Z 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:11.1911943Z 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:11.1913397Z 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:11.1914482Z 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:11.1915553Z 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:11.1916775Z 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:11.1917934Z 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:11.1919368Z 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:11.1920616Z 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:11.1921857Z 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:11.1923094Z 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:11.1924155Z 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:11.1925161Z 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:11.1926218Z 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:11.1927262Z 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:11.1928364Z 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:11.1929673Z 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:11.1930874Z 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:11.1931720Z 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:11.1932592Z 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:11.1933462Z 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:11.1934176Z 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:11.1935048Z 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:11.1935843Z 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:11.1936727Z 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:11.1937741Z 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:11.1938651Z 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:11.1939591Z 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:11.1940673Z 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:11.1941786Z 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:11.1942593Z 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:11.1943388Z 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:11.1944195Z 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:11.1944984Z 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:11.1945788Z 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:11.1946610Z 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:11.1947442Z 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:11.1948328Z 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:11.1949197Z 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:11.1950234Z 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:11.1951223Z 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:11.1952300Z 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:11.1953151Z 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:11.1953992Z 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:11.1954916Z 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:11.1955751Z 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:11.1956659Z 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:11.1957488Z 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:11.1958321Z 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:11.1959132Z 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:11.1960023Z 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:11.1961091Z 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:11.1961994Z 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:11.1963102Z 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:11.1963909Z 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:11.1964716Z 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:11.1965515Z 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:11.1966388Z 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:11.1967244Z 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:11.1968120Z 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:11.1969042Z 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:11.1969882Z 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:11.1970910Z 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:11.1972058Z 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:11.1972939Z 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:11.1973905Z 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:11.1974652Z 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:11.1975383Z 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:11.1976124Z 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:11.1976885Z 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:11.1977626Z 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:11.1978316Z 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:11.1979045Z 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:11.1979733Z 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:11.1980825Z 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:11.1981704Z 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:11.1982713Z 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:11.1983854Z 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:11.1984767Z 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:11.1985744Z 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:11.1986574Z 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:11.1987369Z 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:11.1988199Z 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:11.1989017Z 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:11.1989819Z 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:11.1990613Z 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:11.1991520Z 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:11.1992589Z 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:11.1993672Z 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:11.1994599Z 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:11.1995406Z 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:11.1996184Z 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:11.1997011Z 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:11.1997962Z 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:11.1999004Z 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:11.1999828Z 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:11.2000705Z 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:11.2001564Z 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:11.2002509Z 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:11.2003497Z 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:11.2004674Z 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:11.2005625Z 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:11.2006464Z 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:11.2007298Z 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:11.2008121Z 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:11.2009028Z 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:11.2009993Z 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:11.2010828Z 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:11.2011716Z 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:11.2012521Z 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:11.2013302Z 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:11.2014172Z 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:11.2015056Z 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:11.2016159Z 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:11.2016915Z 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:11.2017652Z 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:11.2018389Z 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:11.2019244Z 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:11.2020207Z 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:11.2021056Z 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:11.2021992Z 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:11.2022836Z 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:11.2023789Z 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:11.2024683Z 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:11.2025645Z 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:11.2026764Z 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:11.2027941Z 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:11.2029108Z 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:11.2030002Z 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:11.2030795Z 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:11.2031599Z 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:11.2032376Z 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:11.2033155Z 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:11.2033948Z 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:11.2034741Z 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:11.2035549Z 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:11.2036524Z 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:11.2037606Z 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:11.2038688Z 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:11.2039805Z 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:11.2040740Z 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:11.2041684Z 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:11.2042765Z 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:11.2043743Z 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:11.2044693Z 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:11.2045782Z 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:11.2046963Z 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:11.2048149Z 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:11.2049391Z 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:11.2050358Z 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:11.2051398Z 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:11.2052390Z 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:11.2053304Z 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:11.2054278Z 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:11.2055209Z 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:11.2056186Z 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:11.2057117Z 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:11.2058064Z 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:11.2058970Z 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:11.2059828Z 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:11.2060680Z 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:11.2061542Z 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:11.2062391Z 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:11.2063248Z 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:11.2064107Z 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:11.2065060Z 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:11.2065937Z 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:11.2066895Z 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:11.2067813Z 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:11.2068742Z 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:11.2069639Z 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:11.2070550Z 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:11.2071444Z 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:11.2072349Z 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:11.2073217Z 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:11.2074163Z 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:11.2075070Z 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:11.2075943Z 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:11.2076781Z 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:11.2077699Z 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:11.2078574Z 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:11.2079429Z 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:11.2080240Z 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:11.2081057Z 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:11.2081874Z 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:11.2082757Z 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:11.2083693Z 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:11.2084560Z 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:11.2085418Z 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:11.2086271Z 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:11.2087161Z 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:11.2087981Z 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:11.2088844Z 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:11.2089700Z 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:11.2090570Z 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:11.2091495Z 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:11.2092380Z 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:11.2093182Z 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:11.2093989Z 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:11.2094785Z 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:11.2095576Z 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:11.2096341Z 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:11.2097285Z 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:11.2098128Z 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:11.2099298Z 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:11.2100160Z 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:11.2101109Z 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:11.2101921Z 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:11.2102755Z 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:11.2103698Z 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:11.2104627Z 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:11.2105545Z 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:11.2106447Z 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:11.2107340Z 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:11.2108224Z 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:11.2109117Z 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:11.2109994Z 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:11.2110916Z 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:11.2111815Z 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:11.2112688Z 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:11.2113530Z 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:11.2114432Z 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:11.2115304Z 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:11.2116144Z 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:11.2117007Z 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:11.2117868Z 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:11.2118761Z 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:11.2119637Z 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:11.2120485Z 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:11.2121350Z 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:11.2122227Z 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:11.2123051Z 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:11.2123898Z 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:11.2124697Z 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:11.2125619Z 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:11.2126537Z 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:11.2127482Z 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:11.2128414Z 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:11.2129311Z 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:11.2130197Z 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:11.2131045Z 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:11.2131913Z 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:11.2132772Z 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:11.2133751Z 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:11.2134718Z 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:11.2135725Z 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:11.2136635Z 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:11.2137552Z 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:11.2138397Z 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:11.2139214Z 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:11.2140007Z 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:11.2140797Z 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:11.2141583Z 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:11.2142345Z 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:11.2143158Z 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:11.2144051Z 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:11.2144927Z 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:11.2145769Z 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:11.2146634Z 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:11.2147517Z 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:11.2148345Z 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:11.2149193Z 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:11.2149989Z 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:11.2150924Z 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:11.2151829Z 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:11.2152711Z 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:11.2153528Z 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:11.2154318Z 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:11.2155126Z 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:11.2155905Z 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:11.2156675Z 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:11.2157519Z 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:11.2158450Z 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:11.2159367Z 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:11.2160329Z 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:11.2161254Z 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:11.2162193Z 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:11.2163111Z 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:11.2164065Z 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:11.2164987Z 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:11.2165881Z 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:11.2166847Z 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:11.2167848Z 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:11.2168801Z 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:11.2170676Z 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:11.2171633Z 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:11.2172541Z 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:11.2173463Z 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:11.2174314Z 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:11.2175172Z 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:11.2176020Z 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:11.2176880Z 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:11.2177733Z 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:11.2178593Z 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:11.2179455Z 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:11.2180322Z 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:11.2181128Z 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:11.2181959Z 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:11.2182901Z 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:11.2183824Z 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:11.2184736Z 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:11.2185635Z 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:11.2186595Z 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:11.2187535Z 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:11.2188425Z 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:11.2189304Z 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:11.2190232Z 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:11.2191140Z 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:11.2192002Z 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:11.2192856Z 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:11.2193749Z 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:11.2194635Z 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:11.2195466Z 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:11.2196290Z 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:11.2197091Z 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:11.2197925Z 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:11.2198932Z 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:11.2199826Z 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:11.2200709Z 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:11.2201554Z 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:11.2202418Z 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:11.2203450Z 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:11.2204284Z 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:11.2205232Z 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:11.2206027Z 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:11.2206948Z 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:11.2207809Z 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:11.2208675Z 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:11.2209612Z 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:11.2210471Z 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:11.2211345Z 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:11.2212214Z 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:11.2213143Z 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:11.2214369Z 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:11.2215374Z 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:11.2216312Z 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:11.2217204Z 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:11.2218152Z 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:11.2218972Z 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:11.2219942Z 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:11.2220918Z 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:11.2222076Z 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:11.2223095Z 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:11.2224066Z 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:11.2225049Z 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:11.2226031Z 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:11.2226976Z 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:11.2227940Z 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:11.2228908Z 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:11.2229920Z 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:11.2230844Z 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:11.2231779Z 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:11.2232711Z 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:11.2233621Z 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:11.2234522Z 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:11.2235413Z 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:11.2236316Z 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:11.2237245Z 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:11.2238193Z 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:11.2239073Z 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:11.2240094Z 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:11.2241147Z 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:11.2241998Z 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:11.2276895Z 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:11.2277719Z 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:11.2278683Z 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:11.2279537Z 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:11.2280418Z 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:11.2281266Z 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:11.2282140Z 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:11.2283004Z 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:11.2283936Z 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:11.2284782Z 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:11.2285593Z 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:11.2286462Z 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:11.2287399Z 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:11.2288316Z 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:11.2289389Z 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:11.2290328Z 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:11.2291287Z 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:11.2292377Z 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:11.2293454Z 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:11.2294392Z 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:11.2295315Z 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:11.2296224Z 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:11.2297092Z 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:11.2297939Z 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:11.2299014Z 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:11.2299861Z 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:11.2300730Z 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:11.2301582Z 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:11.2302462Z 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:11.2303322Z 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:11.2304130Z 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:11.2304966Z 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:11.2305909Z 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:11.2306835Z 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:11.2307753Z 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:11.2308655Z 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:11.2309684Z 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:11.2310639Z 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:11.2311530Z 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:11.2312414Z 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:11.2313345Z 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:11.2314257Z 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:11.2315118Z 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:11.2315967Z 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:11.2316858Z 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:11.2317749Z 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:11.2318576Z 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:11.2319399Z 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:11.2320199Z 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:11.2321027Z 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:11.2321822Z 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:11.2322725Z 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:11.2323593Z 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:11.2324449Z 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:11.2325296Z 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:11.2326241Z 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:11.2327058Z 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:11.2327972Z 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:11.2328755Z 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:11.2329707Z 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:11.2330575Z 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:11.2331370Z 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:11.2332166Z 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:11.2332919Z 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:11.2333781Z 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:11.2334628Z 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:11.2335491Z 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:11.2336365Z 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:11.2337247Z 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:11.2338094Z 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:11.2338958Z 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:11.2339761Z 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:11.2340591Z 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:11.2341555Z 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:11.2342499Z 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:11.2343490Z 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:11.2344245Z 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:11.2344973Z 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:11.2345685Z 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:11.2346382Z 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:11.2347114Z 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:11.2347803Z 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:11.2348507Z 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:11.2349204Z 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:11.2349924Z 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:11.2350677Z 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:11.2351391Z 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:11.2352137Z 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:11.2352812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm' 2025-03-21T20:18:11.2353814Z 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:11.2354698Z 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:11.2355625Z 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:11.2356510Z 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:11.2357422Z 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:11.2358263Z 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:11.2359098Z 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:11.2360185Z 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:11.2361258Z 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:11.2362234Z 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:11.2363258Z 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:11.2364237Z 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:11.2365199Z 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:11.2366076Z 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:11.2366973Z 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:11.2367849Z 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:11.2368755Z 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:11.2369708Z 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:11.2370624Z 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:11.2371469Z 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:11.2372334Z 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:11.2373311Z 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:11.2374274Z 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:11.2375225Z 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:11.2376161Z 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:11.2377094Z 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:11.2378091Z 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:11.2379068Z 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:11.2379986Z 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:11.2380821Z 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:11.2381683Z 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:11.2382517Z 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:11.2383446Z 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:11.2384360Z 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:11.2385244Z 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:11.2386137Z 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:11.2386979Z 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:11.2387818Z 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:11.2388694Z 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:11.2389594Z 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:11.2390496Z 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:11.2391352Z 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:11.2392205Z 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:11.2393183Z 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:11.2394131Z 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:11.2395141Z 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:11.2396115Z 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:11.2397063Z 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:11.2397965Z 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:11.2399073Z 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:11.2399983Z 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:11.2400825Z 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:11.2401748Z 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:11.2402668Z 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:11.2403551Z 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:11.2404455Z 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:11.2405442Z 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:11.2406339Z 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:11.2407252Z 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:11.2408154Z 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:11.2409130Z 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:11.2409983Z 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:11.2410804Z 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:11.2411774Z 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:11.2412825Z 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:11.2413885Z 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:11.2414857Z 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:11.2415879Z 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:11.2416857Z 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:11.2417825Z 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:11.2418770Z 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:11.2419655Z 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:11.2420534Z 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:11.2421436Z 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:11.2422311Z 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:11.2423196Z 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:11.2424088Z 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:11.2424984Z 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:11.2425894Z 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:11.2426745Z 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:11.2427608Z 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:11.2428579Z 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:11.2429542Z 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:11.2430564Z 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:11.2431553Z 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:11.2432487Z 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:11.2433406Z 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:11.2434338Z 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:11.2435257Z 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:11.2436097Z 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:11.2436961Z 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:11.2437789Z 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:11.2438734Z 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:11.2439636Z 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:11.2440530Z 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:11.2441414Z 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:11.2442306Z 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:11.2443214Z 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:11.2444121Z 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:11.2445017Z 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:11.2445974Z 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:11.2446988Z 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:11.2448035Z 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:11.2449028Z 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:11.2449926Z 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:11.2450808Z 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:11.2451678Z 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:11.2452533Z 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:11.2453524Z 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:11.2454476Z 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:11.2455443Z 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:11.2456377Z 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:11.2457329Z 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:11.2458238Z 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:11.2459186Z 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:11.2460088Z 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:11.2460922Z 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:11.2461863Z 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:11.2462761Z 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:11.2463660Z 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:11.2464538Z 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:11.2465497Z 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:11.2466455Z 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:11.2467351Z 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:11.2468246Z 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:11.2469219Z 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:11.2470169Z 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:11.2471160Z 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:11.2473297Z 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:11.2475408Z 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:11.2477551Z 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:11.2479703Z 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:11.2481823Z 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:11.2483884Z 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:11.2485898Z 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:11.2487853Z 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:11.2489922Z 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:11.2491878Z 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:11.2493843Z 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:11.2495964Z 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:11.2498044Z 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:11.2500183Z 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:11.2502073Z 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:11.2503916Z 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:11.2505885Z 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:11.2507957Z 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:11.2510018Z 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:11.2512062Z 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:11.2514078Z 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:11.2516075Z 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:11.2518067Z 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:11.2520054Z 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:11.2521947Z 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:11.2523784Z 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:11.2525611Z 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:11.2527507Z 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:11.2529588Z 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:11.2531528Z 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:11.2533624Z 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:11.2535630Z 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:11.2537554Z 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:11.2539454Z 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:11.2541381Z 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:11.2543316Z 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:11.2545181Z 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:11.2547013Z 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:11.2548701Z 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:11.2550233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc' 2025-03-21T20:18:11.2551924Z 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:11.2553781Z 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:11.2555628Z 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:11.2557489Z 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:11.2559395Z 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:11.2561283Z 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:11.2563165Z 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:11.2565038Z 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:11.2566893Z 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:11.2568743Z 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:11.2570725Z 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:11.2572640Z 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:11.2574530Z 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:11.2576289Z 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:11.2577905Z 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:11.2579516Z 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:11.2581120Z 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:11.2582717Z 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:11.2584328Z 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:11.2586000Z 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:11.2587760Z 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:11.2589525Z 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:11.2591318Z 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:11.2593093Z 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:11.2594868Z 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:11.2596636Z 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:11.2598552Z 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:11.2600286Z 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:11.2602091Z 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:11.2603966Z 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:11.2605799Z 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:11.2607695Z 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:11.2609529Z 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:11.2611094Z 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:11.2612649Z 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:11.2614193Z 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:11.2615744Z 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:11.2617308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear' 2025-03-21T20:18:11.2618955Z 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:11.2620746Z 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:11.2622543Z 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:11.2624310Z 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:11.2626073Z 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:11.2627842Z 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:11.2629586Z 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:11.2631334Z 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:11.2633080Z 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:11.2634798Z 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:11.2636545Z 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:11.2638339Z 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:11.2640113Z 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:11.2641844Z 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:11.2643687Z 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:11.2645562Z 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:11.2647359Z 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:11.2649186Z 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:11.2650921Z 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:11.2652603Z 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:11.2654195Z 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:11.2655787Z 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:11.2657379Z 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:11.2658959Z 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:11.2660557Z 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:11.2662176Z 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:11.2663986Z 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:11.2665999Z 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:11.2667988Z 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:11.2669981Z 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:11.2671993Z 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:11.2673994Z 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:11.2675924Z 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:11.2677792Z 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:11.2679793Z 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:11.2681775Z 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:11.2683656Z 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:11.2685524Z 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:11.2687389Z 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:11.2689334Z 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:11.2691230Z 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:11.2693108Z 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:11.2694924Z 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:11.2696700Z 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:11.2698619Z 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:11.2700364Z 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:11.2702063Z 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:11.2703770Z 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:11.2705510Z 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:11.2707205Z 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:11.2708971Z 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:11.2710905Z 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:11.2712905Z 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:11.2715064Z 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:11.2717106Z 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:11.2719249Z 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:11.2721327Z 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:11.2723407Z 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:11.2725474Z 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:11.2727518Z 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:11.2729587Z 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:11.2731506Z 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:11.2733364Z 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:11.2735226Z 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:11.2737098Z 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:11.2738963Z 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:11.2740848Z 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:11.2742686Z 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:11.2744483Z 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:11.2746396Z 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:11.2748413Z 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:11.2750410Z 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:11.2752445Z 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:11.2754395Z 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:11.2756379Z 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:11.2758311Z 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:11.2760248Z 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:11.2762217Z 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:11.2764211Z 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:11.2766129Z 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:11.2767970Z 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:11.2769923Z 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:11.2771858Z 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:11.2773738Z 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:11.2775537Z 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:11.2777314Z 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:11.2779094Z 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:11.2780872Z 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:11.2782729Z 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:11.2784646Z 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:11.2786507Z 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:11.2788369Z 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:11.2790344Z 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:11.2792334Z 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:11.2794161Z 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:11.2795961Z 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:11.2797762Z 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:11.2799866Z 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:11.2801818Z 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:11.2803653Z 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:11.2805420Z 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:11.2807156Z 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:11.2808948Z 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:11.2810665Z 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:11.2812515Z 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:11.2814453Z 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:11.2816317Z 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:11.2818188Z 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:11.2820076Z 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:11.2821913Z 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:11.2823704Z 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:11.2825610Z 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:11.2827739Z 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:11.2829815Z 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:11.2831785Z 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:11.2833732Z 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:11.2835668Z 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:11.2837597Z 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:11.2839527Z 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:11.2841481Z 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:11.2843473Z 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:11.2845400Z 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:11.2847256Z 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:11.2849212Z 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:11.2851148Z 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:11.2853014Z 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:11.2854823Z 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:11.2856593Z 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:11.2858446Z 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:11.2860368Z 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:11.2862242Z 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:11.2864175Z 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:11.2866112Z 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:11.2867972Z 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:11.2869795Z 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:11.2871589Z 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:11.2873461Z 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:11.2875391Z 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:11.2877265Z 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:11.2879144Z 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:11.2881014Z 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:11.2882905Z 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:11.2884846Z 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:11.2886873Z 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:11.2889002Z 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:11.2891029Z 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:11.2892958Z 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:11.2894776Z 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:11.2896542Z 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:11.2898433Z 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:11.2900271Z 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:11.2902061Z 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:11.2903784Z 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:11.2905626Z 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:11.2907549Z 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:11.2909429Z 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:11.2911298Z 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:11.2913193Z 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:11.2915041Z 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:11.2916861Z 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:11.2918660Z 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:11.2920488Z 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:11.2922432Z 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:11.2924343Z 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:11.2926149Z 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:11.2927908Z 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:11.2929711Z 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:11.2931445Z 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:11.2933153Z 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:11.2934926Z 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:11.2936939Z 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:11.2938991Z 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:11.2941013Z 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:11.2943059Z 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:11.2945052Z 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:11.2947089Z 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:11.2949130Z 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:11.2951111Z 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:11.2953132Z 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:11.2955213Z 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:11.2957279Z 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:11.2959354Z 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:11.2961362Z 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:11.2963341Z 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:11.2965256Z 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:11.2967103Z 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:11.2969040Z 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:11.2970904Z 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:11.2972761Z 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:11.2974699Z 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:11.2976632Z 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:11.2978514Z 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:11.2980350Z 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:11.2982150Z 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:11.2984078Z 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:11.2986097Z 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:11.2988084Z 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:11.2990053Z 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:11.2992017Z 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:11.2993958Z 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:11.2995895Z 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:11.2997823Z 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:11.2999967Z 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:11.3001973Z 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:11.3003910Z 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:11.3005776Z 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:11.3007673Z 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:11.3009662Z 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:11.3011679Z 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:11.3013554Z 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:11.3015327Z 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:11.3017108Z 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:11.3018882Z 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:11.3020733Z 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:11.3022658Z 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:11.3024536Z 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:11.3026396Z 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:11.3028278Z 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:11.3030140Z 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:11.3031975Z 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:11.3033781Z 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:11.3035653Z 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:11.3037587Z 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:11.3039463Z 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:11.3041380Z 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:11.3043284Z 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:11.3045151Z 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:11.3047017Z 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:11.3049030Z 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:11.3051121Z 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:11.3053207Z 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:11.3055158Z 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:11.3057019Z 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:11.3058843Z 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:11.3060645Z 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:11.3062565Z 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:11.3064583Z 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:11.3066586Z 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:11.3068552Z 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:11.3070507Z 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:11.3072444Z 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:11.3074376Z 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:11.3076309Z 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:11.3078275Z 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:11.3080269Z 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:11.3082197Z 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:11.3084054Z 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:11.3086017Z 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:11.3088001Z 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:11.3089912Z 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:11.3091712Z 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:11.3093483Z 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:11.3095338Z 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:11.3097267Z 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:11.3099293Z 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:11.3101152Z 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:11.3103046Z 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:11.3104903Z 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:11.3106740Z 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:11.3108528Z 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:11.3110402Z 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:11.3112335Z 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:11.3114211Z 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:11.3116129Z 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:11.3118037Z 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:11.3119908Z 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:11.3121928Z 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:11.3123946Z 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:11.3125874Z 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:11.3127681Z 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:11.3129548Z 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:11.3131503Z 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:11.3133501Z 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:11.3135551Z 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:11.3137639Z 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:11.3139721Z 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:11.3141804Z 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:11.3143829Z 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:11.3145818Z 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:11.3147727Z 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:11.3149582Z 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:11.3151432Z 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:11.3153276Z 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:11.3155135Z 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:11.3156993Z 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:11.3158938Z 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:11.3160874Z 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:11.3162696Z 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:11.3164487Z 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:11.3166410Z 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:11.3168434Z 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:11.3170523Z 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:11.3172476Z 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:11.3174425Z 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:11.3176359Z 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:11.3178287Z 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:11.3180218Z 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:11.3182175Z 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:11.3184170Z 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:11.3186095Z 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:11.3187951Z 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:11.3189847Z 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:11.3191782Z 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:11.3193640Z 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:11.3195509Z 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:11.3197283Z 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:11.3199426Z 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:11.3201206Z 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:11.3203060Z 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:11.3204978Z 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:11.3206853Z 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:11.3208710Z 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:11.3210643Z 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:11.3212480Z 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:11.3214313Z 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:11.3216111Z 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:11.3217928Z 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:11.3219837Z 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:11.3221657Z 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:11.3223403Z 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:11.3225108Z 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:11.3226877Z 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:11.3228729Z 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:11.3230567Z 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:11.3232555Z 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:11.3234529Z 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:11.3236412Z 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:11.3238280Z 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:11.3240105Z 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:11.3241893Z 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:11.3243567Z 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:11.3245137Z 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:11.3246731Z 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:11.3248280Z 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:11.3249917Z 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:11.3251476Z 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:11.3253009Z 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:11.3254543Z 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:11.3256109Z 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:11.3257735Z 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:11.3259363Z 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:11.3260944Z 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:11.3262489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm' 2025-03-21T20:18:11.3264133Z 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:11.3265938Z 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:11.3267807Z 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:11.3269600Z 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:11.3271495Z 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:11.3273381Z 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:11.3275154Z 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:11.3276908Z 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:11.3278731Z 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:11.3280425Z 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:11.3281958Z 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:11.3283460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool' 2025-03-21T20:18:11.3285121Z 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:11.3286950Z 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:11.3288787Z 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:11.3290681Z 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:11.3292502Z 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:11.3294383Z 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:11.3296297Z 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:11.3298174Z 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:11.3300171Z 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:11.3301997Z 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:11.3303821Z 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:11.3305731Z 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:11.3307656Z 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:11.3309558Z 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:11.3311346Z 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:11.3312953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool' 2025-03-21T20:18:11.3314603Z 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:11.3316370Z 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:11.3318138Z 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:11.3319893Z 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:11.3321630Z 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:11.3323387Z 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:11.3325230Z 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:11.3327124Z 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:11.3329021Z 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:11.3330774Z 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:11.3332524Z 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:11.3334281Z 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:11.3336108Z 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:11.3337992Z 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:11.3339962Z 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:11.3342119Z 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:11.3344201Z 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:11.3346190Z 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:11.3348071Z 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:11.3349838Z 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:11.3351558Z 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:11.3353371Z 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:11.3355260Z 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:11.3357159Z 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:11.3359040Z 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:11.3361006Z 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:11.3363060Z 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:11.3365086Z 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:11.3367075Z 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:11.3369016Z 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:11.3370776Z 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:11.3372395Z 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:11.3373905Z 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:11.3375409Z 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:11.3376905Z 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:11.3378514Z 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:11.3380181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm' 2025-03-21T20:18:11.3381752Z 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:11.3383361Z 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:11.3384854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-prelu' 2025-03-21T20:18:11.3386422Z 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:11.3388092Z 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:11.3389910Z 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:11.3391869Z 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:11.3393833Z 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:11.3395733Z 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:11.3397577Z 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:11.3399713Z 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:11.3401790Z 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:11.3403901Z 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:11.3406006Z 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:11.3408152Z 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:11.3409207Z 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:11.3410225Z 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:11.3411329Z 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:11.3412317Z 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:11.3413367Z 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:11.3414385Z 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:11.3415383Z 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:11.3416402Z 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:11.3417405Z 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:11.3418387Z 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:11.3419359Z 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:11.3420262Z 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:11.3421180Z 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:11.3422096Z 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:11.3422979Z 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:11.3423880Z 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:11.3424802Z 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:11.3425713Z 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:11.3426581Z 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:11.3427429Z 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:11.3428334Z 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:11.3429296Z 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:11.3430254Z 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:11.3431117Z 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:11.3432091Z 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:11.3433051Z 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:11.3433968Z 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:11.3434878Z 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:11.3435787Z 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:11.3436746Z 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:11.3437715Z 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:11.3438573Z 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:11.3439434Z 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:11.3440283Z 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:11.3441139Z 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:11.3442114Z 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:11.3443078Z 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:11.3444052Z 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:11.3445005Z 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:11.3445985Z 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:11.3446886Z 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:11.3447867Z 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:11.3448730Z 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:11.3449731Z 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:11.3450636Z 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:11.3451555Z 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:11.3452520Z 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:11.3453431Z 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:11.3454296Z 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:11.3455210Z 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:11.3456119Z 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:11.3457031Z 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:11.3458001Z 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:11.3458981Z 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:11.3459943Z 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:11.3460915Z 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:11.3461811Z 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:11.3462719Z 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:11.3463688Z 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:11.3464620Z 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:11.3465511Z 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:11.3466422Z 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:11.3467322Z 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:11.3468233Z 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:11.3469142Z 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:11.3470056Z 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:11.3470773Z 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:11.3471477Z 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:11.3472413Z 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:11.3473368Z 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:11.3474304Z 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:11.3475246Z 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:11.3476184Z 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:11.3477127Z 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:11.3478063Z 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:11.3479006Z 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:11.3479977Z 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:11.3480942Z 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:11.3481890Z 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:11.3482834Z 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:11.3483734Z 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:11.3484648Z 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:11.3485591Z 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:11.3486449Z 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:11.3487305Z 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:11.3488146Z 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:11.3489067Z 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:11.3489881Z 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:11.3490865Z 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:11.3491824Z 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:11.3492835Z 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:11.3493805Z 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:11.3494841Z 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:11.3495827Z 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:11.3496857Z 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:11.3497904Z 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:11.3499054Z 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:11.3500123Z 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:11.3501151Z 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:11.3502132Z 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:11.3503168Z 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:11.3504153Z 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:11.3505147Z 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:11.3506099Z 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:11.3507013Z 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:11.3507911Z 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:11.3508821Z 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:11.3509737Z 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:11.3510616Z 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:11.3511502Z 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:11.3512506Z 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:11.3513469Z 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:11.3514449Z 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:11.3515466Z 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:11.3516423Z 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:11.3517401Z 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:11.3518361Z 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:11.3519280Z 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:11.3520274Z 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:11.3521231Z 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:11.3522158Z 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:11.3523044Z 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:11.3524006Z 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:11.3524934Z 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:11.3525832Z 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:11.3526689Z 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:11.3527565Z 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:11.3528423Z 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:11.3529452Z 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:11.3530375Z 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:11.3531284Z 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:11.3532181Z 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:11.3533186Z 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:11.3534106Z 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:11.3535010Z 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:11.3535865Z 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:11.3536764Z 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:11.3537700Z 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:11.3538636Z 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:11.3539556Z 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:11.3540472Z 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:11.3541421Z 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:11.3542279Z 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:11.3543145Z 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:11.3543986Z 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:11.3544840Z 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:11.3545658Z 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:11.3546574Z 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:11.3547480Z 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:11.3548429Z 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:11.3549335Z 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:11.3550319Z 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:11.3551307Z 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:11.3552188Z 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:11.3553071Z 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:11.3554080Z 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:11.3555054Z 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:11.3556036Z 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:11.3556975Z 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:11.3557940Z 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:11.3558874Z 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:11.3559840Z 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:11.3560768Z 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:11.3561754Z 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:11.3562705Z 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:11.3563637Z 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:11.3564527Z 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:11.3565488Z 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:11.3566411Z 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:11.3567304Z 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:11.3568219Z 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:11.3569217Z 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:11.3570164Z 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:11.3571096Z 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:11.3572006Z 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:11.3572921Z 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:11.3573860Z 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:11.3574744Z 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:11.3575645Z 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:11.3576504Z 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:11.3577468Z 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:11.3578423Z 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:11.3579404Z 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:11.3580300Z 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:11.3581213Z 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:11.3582145Z 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:11.3583059Z 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:11.3583969Z 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:11.3585003Z 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:11.3585965Z 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:11.3587002Z 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:11.3587899Z 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:11.3588762Z 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:11.3589612Z 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:11.3590473Z 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:11.3591307Z 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:11.3592136Z 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:11.3592992Z 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:11.3593950Z 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:11.3594870Z 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:11.3595785Z 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:11.3596682Z 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:11.3597624Z 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:11.3598639Z 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:11.3599563Z 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:11.3600403Z 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:11.3601350Z 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:11.3602291Z 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:11.3603152Z 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:11.3604066Z 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:11.3604909Z 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:11.3605721Z 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:11.3606705Z 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:11.3607668Z 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:11.3608645Z 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:11.3609672Z 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:11.3610586Z 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:11.3611483Z 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:11.3612393Z 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:11.3613304Z 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:11.3614177Z 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:11.3615053Z 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:11.3616049Z 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:11.3617034Z 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:11.3618002Z 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:11.3618962Z 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:11.3619968Z 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:11.3620959Z 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:11.3621903Z 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:11.3622839Z 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:11.3623817Z 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:11.3624786Z 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:11.3625698Z 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:11.3626600Z 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:11.3627543Z 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:11.3628485Z 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:11.3629368Z 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:11.3630250Z 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:11.3631118Z 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:11.3631988Z 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:11.3632936Z 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:11.3633868Z 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:11.3634761Z 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:11.3635669Z 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:11.3636595Z 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:11.3637540Z 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:11.3638492Z 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:11.3639346Z 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:11.3640242Z 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:11.3641155Z 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:11.3642087Z 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:11.3643005Z 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:11.3643925Z 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:11.3644867Z 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:11.3645833Z 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:11.3646747Z 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:11.3647639Z 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:11.3648518Z 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:11.3649461Z 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:11.3650468Z 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:11.3651437Z 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:11.3652410Z 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:11.3653352Z 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:11.3654364Z 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:11.3655289Z 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:11.3656300Z 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:11.3657223Z 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:11.3658210Z 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:11.3659167Z 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:11.3660094Z 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:11.3660985Z 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:11.3661932Z 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:11.3662866Z 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:11.3663753Z 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:11.3664626Z 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:11.3665484Z 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:11.3666441Z 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:11.3667361Z 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:11.3668272Z 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:11.3669171Z 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:11.3670115Z 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:11.3670980Z 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:11.3672016Z 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:11.3672907Z 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:11.3673826Z 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:11.3674732Z 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:11.3675675Z 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:11.3676578Z 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:11.3677507Z 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:11.3678468Z 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:11.3679380Z 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:11.3680242Z 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:11.3681186Z 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:11.3682157Z 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:11.3683133Z 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:11.3684094Z 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:11.3685070Z 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:11.3693172Z 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:11.3694211Z 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:11.3695126Z 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:11.3696058Z 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:11.3697086Z 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:11.3698049Z 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:11.3699283Z 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:11.3700266Z 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:11.3701237Z 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:11.3702182Z 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:11.3703148Z 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:11.3704076Z 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:11.3705035Z 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:11.3705960Z 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:11.3706952Z 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:11.3707913Z 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:11.3708842Z 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:11.3709735Z 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:11.3710694Z 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:11.3711624Z 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:11.3712524Z 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:11.3713385Z 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:11.3714428Z 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:11.3715359Z 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:11.3716319Z 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:11.3717240Z 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:11.3718155Z 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:11.3719055Z 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:11.3720009Z 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:11.3720878Z 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:11.3721788Z 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:11.3722625Z 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:11.3723540Z 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:11.3724448Z 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:11.3725398Z 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:11.3726303Z 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:11.3727260Z 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:11.3728163Z 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:11.3729177Z 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:11.3730085Z 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:11.3731041Z 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:11.3732054Z 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:11.3733064Z 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:11.3733966Z 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:11.3734707Z 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:11.3735404Z 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:11.3736286Z 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:11.3737153Z 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:11.3738027Z 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:11.3738882Z 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:11.3739736Z 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:11.3740607Z 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:11.3741333Z 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:11.3742039Z 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:11.3742726Z 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:11.3743432Z 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:11.3744154Z 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:11.3744887Z 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:11.3745683Z 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:11.3746489Z 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:11.3747281Z 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:11.3748074Z 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:11.3748935Z 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:11.3749801Z 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:11.3750593Z 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:11.3751397Z 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:11.3752221Z 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:11.3753056Z 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:11.3753879Z 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:11.3754712Z 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:11.3755503Z 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:11.3756295Z 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:11.3757096Z 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:11.3757889Z 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:11.3758689Z 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:11.3759484Z 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:11.3760289Z 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:11.3761080Z 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:11.3761882Z 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:11.3762687Z 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:11.3763502Z 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:11.3764302Z 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:11.3765186Z 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:11.3765972Z 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:11.3766839Z 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:11.3767622Z 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:11.3768421Z 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:11.3769365Z 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:11.3770222Z 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:11.3771066Z 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:11.3771922Z 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:11.3772760Z 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:11.3773618Z 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:11.3774453Z 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:11.3775310Z 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:11.3776153Z 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:11.3776995Z 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:11.3777853Z 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:11.3778692Z 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:11.3779507Z 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:11.3780301Z 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:11.3781105Z 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:11.3781890Z 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:11.3782765Z 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:11.3783613Z 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:11.3784422Z 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:11.3785216Z 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:11.3786057Z 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:11.3786889Z 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:11.3787734Z 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:11.3788560Z 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:11.3789412Z 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:11.3790250Z 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:11.3791108Z 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:11.3791946Z 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:11.3792805Z 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:11.3793656Z 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:11.3794513Z 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:11.3795362Z 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:11.3796087Z 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:11.3796774Z 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:11.3797468Z 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:11.3798368Z 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:11.3799174Z 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:11.3800005Z 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:11.3800753Z 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:11.3801513Z 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:11.3802206Z 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:11.3802963Z 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:11.3803714Z 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:11.3804422Z 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:11.3805144Z 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:11.3805956Z 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:11.3806750Z 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:11.3807556Z 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:11.3808341Z 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:11.3809206Z 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:11.3809997Z 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:11.3810804Z 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:11.3811598Z 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:11.3812446Z 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:11.3813268Z 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:11.3814088Z 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:11.3814923Z 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:11.3815775Z 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:11.3816579Z 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:11.3817427Z 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:11.3818228Z 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:11.3819032Z 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:11.3819854Z 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:11.3820658Z 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:11.3821471Z 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:11.3822257Z 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:11.3823055Z 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:11.3823843Z 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:11.3824644Z 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:11.3825491Z 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:11.3826346Z 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:11.3827185Z 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:11.3828032Z 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:11.3828873Z 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:11.3829729Z 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:11.3830567Z 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:11.3831417Z 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:11.3832252Z 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:11.3833158Z 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:11.3834061Z 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:11.3834896Z 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:11.3835700Z 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:11.3836491Z 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:11.3837303Z 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:11.3838093Z 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:11.3838933Z 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:11.3839761Z 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:11.3840598Z 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:11.3841423Z 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:11.3842279Z 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:11.3843118Z 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:11.3843966Z 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:11.3844799Z 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:11.3845662Z 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:11.3846517Z 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:11.3847378Z 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:11.3848220Z 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:11.3849019Z 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:11.3849770Z 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:11.3850603Z 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:11.3851416Z 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:11.3852360Z 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:11.3853286Z 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:11.3854204Z 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:11.3855138Z 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:11.3856078Z 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:11.3856976Z 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:11.3857919Z 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:11.3858815Z 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:11.3859746Z 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:11.3860682Z 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:11.3861578Z 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:11.3862518Z 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:11.3863444Z 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:11.3864378Z 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:11.3865274Z 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:11.3866284Z 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:11.3867331Z 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:11.3868373Z 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:11.3869361Z 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:11.3870336Z 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:11.3871331Z 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:11.3872333Z 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:11.3873300Z 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:11.3874302Z 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:11.3875292Z 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:11.3876302Z 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:11.3877277Z 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:11.3878278Z 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:11.3879271Z 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:11.3880251Z 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:11.3881013Z 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:11.3881764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax' 2025-03-21T20:18:11.3882491Z 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:11.3883287Z 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:11.3884214Z 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:11.3885091Z 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:11.3885982Z 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:11.3886856Z 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:11.3887717Z 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:11.3888570Z 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:11.3889486Z 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:11.3890343Z 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:11.3891204Z 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:11.3892077Z 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:11.3892919Z 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:11.3893789Z 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:11.3894652Z 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:11.3895530Z 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:11.3896365Z 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:11.3897299Z 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:11.3898424Z 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:11.3899324Z 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:11.3900271Z 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:11.3901172Z 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:11.3902243Z 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:11.3903241Z 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:11.3904160Z 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:11.3905090Z 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:11.3906033Z 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:11.3906959Z 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:11.3907877Z 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:11.3908795Z 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:11.3909731Z 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:11.3910632Z 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:11.3911374Z 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:11.3912072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp' 2025-03-21T20:18:11.3912895Z 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:11.3913700Z 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:11.3914579Z 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:11.3915397Z 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:11.3916426Z 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:11.3917436Z 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:11.3918468Z 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:11.3919507Z 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:11.3920586Z 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:11.3921598Z 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:11.3922621Z 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:11.3923606Z 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:11.3924657Z 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:11.3925701Z 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:11.3926754Z 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:11.3927763Z 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:11.3928826Z 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:11.3929964Z 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:11.3931060Z 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:11.3932138Z 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:11.3933163Z 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:11.3934200Z 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:11.3935241Z 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:11.3936267Z 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:11.3937355Z 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:11.3938425Z 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:11.3939419Z 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:11.3940430Z 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:11.3941491Z 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:11.3942542Z 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:11.3943576Z 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:11.3944619Z 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:11.3945646Z 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:11.3946663Z 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:11.3947666Z 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:11.3948675Z 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:11.3949758Z 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:11.3950829Z 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:11.3951876Z 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:11.3952948Z 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:11.3953990Z 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:11.3955018Z 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:11.3956154Z 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:11.3957233Z 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:11.3958234Z 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:11.3959215Z 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:11.3960265Z 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:11.3961325Z 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:11.3962395Z 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:11.3963448Z 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:11.3964469Z 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:11.3965492Z 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:11.3966530Z 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:11.3967548Z 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:11.3968571Z 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:11.3969659Z 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:11.3970657Z 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:11.3971667Z 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:11.3972768Z 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:11.3973925Z 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:11.3975069Z 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:11.3976151Z 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:11.3977204Z 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:11.3978247Z 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:11.3979265Z 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:11.3980308Z 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:11.3981112Z 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:11.3981914Z 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:11.3982740Z 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:11.3983544Z 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:11.3984346Z 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:11.3985215Z 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:11.3986036Z 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:11.3986861Z 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:11.3987699Z 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:11.3988470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax' 2025-03-21T20:18:11.3989145Z 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:11.3989852Z 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:11.3990680Z 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:11.3991578Z 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:11.3992454Z 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:11.3993317Z 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:11.3994160Z 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:11.3995018Z 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:11.3995863Z 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:11.3996710Z 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:11.3997552Z 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:11.3998533Z 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:11.3999379Z 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:11.4000203Z 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:11.4001044Z 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:11.4001864Z 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:11.4002707Z 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:11.4003530Z 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:11.4004372Z 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:11.4005233Z 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:11.4006103Z 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:11.4006959Z 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:11.4007669Z 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:11.4008437Z 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:11.4009258Z 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:11.4009951Z 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:11.4010641Z 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:11.4011344Z 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:11.4012022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum' 2025-03-21T20:18:11.4012722Z 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:11.4013430Z 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:11.4014235Z 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:11.4015028Z 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:11.4015832Z 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:11.4016624Z 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:11.4017395Z 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:11.4018184Z 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:11.4019007Z 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:11.4019818Z 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:11.4020642Z 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:11.4021453Z 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:11.4022261Z 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:11.4023058Z 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:11.4023861Z 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:11.4024678Z 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:11.4025545Z 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:11.4026302Z 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:11.4027079Z 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:11.4027844Z 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:11.4028606Z 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:11.4029398Z 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:11.4030210Z 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:11.4031030Z 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:11.4031831Z 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:11.4032645Z 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:11.4033438Z 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:11.4034243Z 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:11.4035031Z 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:11.4035802Z 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:11.4036581Z 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:11.4037358Z 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:11.4038148Z 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:11.4038950Z 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:11.4039737Z 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:11.4040537Z 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:11.4041458Z 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:11.4042385Z 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:11.4043239Z 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:11.4044085Z 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:11.4044934Z 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:11.4045818Z 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:11.4046687Z 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:11.4047560Z 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:11.4048393Z 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:11.4049340Z 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:11.4050151Z 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:11.4050947Z 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:11.4051748Z 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:11.4052536Z 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:11.4053302Z 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:11.4054086Z 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:11.4054911Z 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:11.4055717Z 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:11.4056534Z 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:11.4057340Z 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:11.4058466Z 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:11.4059261Z 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:11.4060120Z 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:11.4060882Z 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:11.4061683Z 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:11.4062445Z 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:11.4063217Z 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:11.4063980Z 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:11.4064745Z 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:11.4065518Z 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:11.4066332Z 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:11.4067138Z 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:11.4067946Z 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:11.4068758Z 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:11.4069546Z 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:11.4070346Z 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:11.4071137Z 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:11.4071907Z 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:11.4072687Z 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:11.4073458Z 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:11.4074246Z 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:11.4075095Z 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:11.4075931Z 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:11.4076727Z 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:11.4077593Z 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:11.4078463Z 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:11.4079321Z 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:11.4080158Z 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:11.4081011Z 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:11.4081888Z 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:11.4082747Z 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:11.4083624Z 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:11.4084461Z 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:11.4085333Z 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:11.4086136Z 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:11.4086952Z 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:11.4087756Z 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:11.4088565Z 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:11.4089407Z 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:11.4090214Z 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:11.4091061Z 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:11.4091947Z 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:11.4092787Z 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:11.4093678Z 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:11.4094496Z 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:11.4095305Z 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:11.4096130Z 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:11.4096908Z 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:11.4097731Z 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:11.4098641Z 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:11.4099433Z 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:11.4100205Z 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:11.4101000Z 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:11.4101797Z 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:11.4102626Z 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:11.4103442Z 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:11.4104269Z 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:11.4105085Z 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:11.4105908Z 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:11.4106711Z 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:11.4107526Z 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:11.4108297Z 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:11.4109188Z 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:11.4110048Z 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:11.4110852Z 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:11.4111669Z 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:11.4112470Z 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:11.4113291Z 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:11.4114173Z 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:11.4115063Z 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:11.4115933Z 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:11.4116793Z 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:11.4117665Z 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:11.4118567Z 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:11.4119449Z 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:11.4120342Z 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:11.4121193Z 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:11.4122086Z 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:11.4122795Z 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:11.4123496Z 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:11.4124181Z 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:11.4124890Z 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:11.4125634Z 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:11.4126360Z 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:11.4127094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax' 2025-03-21T20:18:11.4127762Z 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:11.4128463Z 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:11.4129268Z 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:11.4130063Z 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:11.4130838Z 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:11.4131619Z 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:11.4132387Z 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:11.4133136Z 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:11.4133909Z 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:11.4134718Z 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:11.4135518Z 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:11.4136323Z 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:11.4137114Z 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:11.4137908Z 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:11.4138687Z 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:11.4139449Z 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:11.4140224Z 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:11.4141005Z 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:11.4141780Z 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:11.4142641Z 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:11.4143466Z 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:11.4144207Z 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:11.4144989Z 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:11.4145743Z 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:11.4146544Z 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:11.4147334Z 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:11.4148133Z 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:11.4148915Z 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:11.4149702Z 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:11.4150474Z 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:11.4151260Z 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:11.4152004Z 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:11.4152789Z 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:11.4153590Z 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:11.4154410Z 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:11.4155215Z 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:11.4156001Z 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:11.4156799Z 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:11.4157501Z 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:11.4158168Z 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:11.4158923Z 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:11.4159659Z 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:11.4160325Z 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:11.4161031Z 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:11.4161691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum' 2025-03-21T20:18:11.4162574Z 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:11.4163452Z 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:11.4164321Z 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:11.4165134Z 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:11.4165960Z 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:11.4166754Z 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:11.4167571Z 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:11.4168394Z 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:11.4169313Z 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:11.4170172Z 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:11.4171035Z 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:11.4171852Z 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:11.4172661Z 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:11.4173535Z 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:11.4174380Z 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:11.4175195Z 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:11.4176064Z 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:11.4177084Z 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:11.4178047Z 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:11.4178951Z 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:11.4179867Z 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:11.4180752Z 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:11.4181730Z 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:11.4182676Z 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:11.4183591Z 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:11.4184493Z 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:11.4185376Z 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:11.4186314Z 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:11.4187214Z 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:11.4188087Z 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:11.4188952Z 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:11.4189813Z 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:11.4190730Z 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:11.4191640Z 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:11.4192501Z 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:11.4193424Z 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:11.4194317Z 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:11.4195183Z 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:11.4196037Z 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:11.4196907Z 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:11.4197711Z 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:11.4198712Z 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:11.4199515Z 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:11.4200393Z 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:11.4201260Z 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:11.4202124Z 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:11.4202932Z 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:11.4203749Z 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:11.4204539Z 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:11.4205401Z 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:11.4206220Z 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:11.4207038Z 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:11.4207910Z 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:11.4208755Z 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:11.4209621Z 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:11.4210513Z 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:11.4211625Z 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:11.4212575Z 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:11.4213493Z 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:11.4214404Z 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:11.4215305Z 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:11.4216268Z 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:11.4217227Z 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:11.4218125Z 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:11.4219043Z 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:11.4219930Z 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:11.4220869Z 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:11.4221770Z 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:11.4222641Z 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:11.4223504Z 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:11.4224367Z 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:11.4225286Z 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:11.4226191Z 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:11.4227044Z 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:11.4227977Z 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:11.4228870Z 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:11.4229740Z 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:11.4230598Z 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:11.4231455Z 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:11.4232260Z 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:11.4233065Z 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:11.4233932Z 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:11.4234769Z 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:11.4235572Z 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:11.4236450Z 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:11.4237256Z 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:11.4238055Z 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:11.4239011Z 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:11.4239962Z 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:11.4240861Z 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:11.4241758Z 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:11.4242644Z 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:11.4243592Z 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:11.4244596Z 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:11.4245492Z 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:11.4246453Z 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:11.4247329Z 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:11.4248250Z 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:11.4249216Z 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:11.4250086Z 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:11.4250937Z 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:11.4251787Z 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:11.4252700Z 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:11.4253610Z 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:11.4254466Z 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:11.4255327Z 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:11.4256167Z 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:11.4257032Z 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:11.4257886Z 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:11.4258776Z 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:11.4259642Z 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:11.4260498Z 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:11.4261308Z 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:11.4262188Z 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:11.4263030Z 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:11.4263893Z 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:11.4264698Z 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:11.4265498Z 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:11.4266371Z 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:11.4267217Z 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:11.4268027Z 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:11.4268900Z 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:11.4269701Z 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:11.4270488Z 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:11.4271461Z 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:11.4272399Z 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:11.4273306Z 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:11.4274200Z 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:11.4275090Z 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:11.4276046Z 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:11.4276997Z 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:11.4277888Z 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:11.4278853Z 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:11.4279731Z 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:11.4280729Z 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:11.4281626Z 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:11.4282488Z 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:11.4283343Z 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:11.4284208Z 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:11.4285127Z 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:11.4286039Z 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:11.4286888Z 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:11.4287757Z 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:11.4288600Z 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:11.4289529Z 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:11.4290334Z 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:11.4291199Z 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:11.4292006Z 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:11.4292715Z 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:11.4293445Z 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:11.4294129Z 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:11.4294849Z 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:11.4295586Z 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:11.4296332Z 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:11.4297133Z 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:11.4297831Z 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:11.4298619Z 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:11.4299392Z 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:11.4300092Z 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:11.4300774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm' 2025-03-21T20:18:11.4301462Z 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:11.4302140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vabs' 2025-03-21T20:18:11.4302834Z 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:11.4303550Z 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:11.4304250Z 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:11.4304992Z 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:11.4305719Z 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:11.4306425Z 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:11.4307122Z 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:11.4307811Z 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:11.4308521Z 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:11.4309219Z 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:11.4309926Z 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:11.4310617Z 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:11.4311322Z 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:11.4312119Z 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:11.4312841Z 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:11.4313646Z 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:11.4314364Z 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:11.4315078Z 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:11.4315790Z 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:11.4316509Z 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:11.4317248Z 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:11.4317938Z 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:11.4318647Z 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:11.4319407Z 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:11.4320162Z 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:11.4320956Z 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:11.4321740Z 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:11.4322526Z 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:11.4323287Z 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:11.4324059Z 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:11.4324824Z 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:11.4325598Z 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:11.4326359Z 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:11.4327131Z 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:11.4327908Z 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:11.4328758Z 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:11.4329663Z 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:11.4330450Z 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:11.4331206Z 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:11.4331975Z 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:11.4332737Z 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:11.4333507Z 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:11.4334266Z 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:11.4335039Z 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:11.4335838Z 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:11.4336644Z 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:11.4337432Z 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:11.4338205Z 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:11.4338975Z 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:11.4339768Z 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:11.4340568Z 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:11.4341341Z 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:11.4342120Z 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:11.4342886Z 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:11.4343664Z 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:11.4344432Z 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:11.4345271Z 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:11.4346104Z 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:11.4346897Z 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:11.4347678Z 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:11.4348468Z 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:11.4349247Z 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:11.4350020Z 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:11.4350782Z 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:11.4351563Z 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:11.4352333Z 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:11.4353117Z 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:11.4353886Z 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:11.4354690Z 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:11.4355497Z 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:11.4356287Z 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:11.4357108Z 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:11.4357913Z 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:11.4358690Z 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:11.4359443Z 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:11.4360239Z 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:11.4361023Z 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:11.4361847Z 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:11.4362656Z 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:11.4363441Z 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:11.4364214Z 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:11.4365002Z 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:11.4365783Z 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:11.4366544Z 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:11.4367299Z 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:11.4368072Z 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:11.4368828Z 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:11.4369652Z 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:11.4370413Z 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:11.4371209Z 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:11.4372003Z 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:11.4372783Z 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:11.4373608Z 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:11.4374424Z 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:11.4375208Z 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:11.4375966Z 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:11.4376771Z 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:11.4377559Z 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:11.4378395Z 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:11.4379163Z 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:11.4380010Z 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:11.4380784Z 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:11.4381574Z 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:11.4382346Z 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:11.4383121Z 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:11.4383882Z 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:11.4384658Z 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:11.4385422Z 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:11.4386198Z 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:11.4386967Z 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:11.4387780Z 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:11.4388569Z 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:11.4389358Z 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:11.4390128Z 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:11.4390884Z 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:11.4391681Z 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:11.4392460Z 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:11.4393235Z 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:11.4393992Z 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:11.4394813Z 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:11.4395572Z 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:11.4396395Z 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:11.4397150Z 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:11.4397917Z 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:11.4398809Z 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:11.4399607Z 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:11.4400381Z 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:11.4401165Z 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:11.4401916Z 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:11.4402678Z 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:11.4403441Z 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:11.4404220Z 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:11.4404979Z 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:11.4405732Z 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:11.4406562Z 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:11.4407376Z 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:11.4408198Z 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:11.4409086Z 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:11.4409907Z 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:11.4410713Z 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:11.4411609Z 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:11.4412368Z 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:11.4413245Z 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:11.4414033Z 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:11.4414815Z 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:11.4415584Z 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:11.4416368Z 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:11.4417140Z 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:11.4417921Z 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:11.4418688Z 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:11.4419464Z 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:11.4420243Z 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:11.4421043Z 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:11.4421822Z 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:11.4422598Z 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:11.4423369Z 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:11.4424135Z 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:11.4424918Z 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:11.4425687Z 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:11.4426468Z 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:11.4427234Z 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:11.4428069Z 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:11.4428945Z 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:11.4429827Z 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:11.4430651Z 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:11.4431480Z 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:11.4432292Z 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:11.4433069Z 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:11.4433827Z 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:11.4434622Z 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:11.4435402Z 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:11.4436184Z 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:11.4436948Z 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:11.4437726Z 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:11.4438486Z 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:11.4439256Z 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:11.4440010Z 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:11.4440770Z 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:11.4441558Z 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:11.4442341Z 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:11.4443127Z 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:11.4443896Z 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:11.4444666Z 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:11.4445477Z 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:11.4446307Z 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:11.4447072Z 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:11.4447843Z 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:11.4448600Z 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:11.4449495Z 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:11.4450313Z 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:11.4451137Z 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:11.4451946Z 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:11.4452764Z 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:11.4453572Z 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:11.4454358Z 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:11.4455115Z 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:11.4455914Z 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:11.4456702Z 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:11.4457491Z 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:11.4458264Z 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:11.4459029Z 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:11.4459811Z 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:11.4460575Z 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:11.4461346Z 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:11.4462184Z 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:11.4463034Z 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:11.4463816Z 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:11.4464605Z 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:11.4465381Z 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:11.4466164Z 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:11.4466933Z 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:11.4467721Z 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:11.4468491Z 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:11.4469277Z 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:11.4470054Z 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:11.4470895Z 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:11.4471717Z 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:11.4472553Z 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:11.4473374Z 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:11.4474208Z 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:11.4475030Z 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:11.4475796Z 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:11.4476560Z 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:11.4477344Z 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:11.4478229Z 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:11.4479001Z 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:11.4479903Z 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:11.4480663Z 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:11.4481434Z 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:11.4482191Z 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:11.4482964Z 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:11.4483726Z 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:11.4484514Z 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:11.4485291Z 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:11.4486076Z 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:11.4486854Z 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:11.4487625Z 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:11.4488378Z 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:11.4489221Z 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:11.4489983Z 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:11.4490759Z 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:11.4491521Z 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:11.4492321Z 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:11.4493120Z 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:11.4493907Z 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:11.4494691Z 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:11.4495517Z 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:11.4496371Z 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:11.4497159Z 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:11.4497944Z 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:11.4498906Z 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:11.4499696Z 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:11.4500466Z 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:11.4501247Z 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:11.4502015Z 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:11.4502803Z 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:11.4503589Z 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:11.4504387Z 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:11.4505163Z 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:11.4505949Z 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:11.4506709Z 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:11.4507482Z 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:11.4508249Z 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:11.4509020Z 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:11.4509798Z 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:11.4510559Z 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:11.4511370Z 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:11.4512293Z 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:11.4513169Z 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:11.4513940Z 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:11.4514722Z 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:11.4515522Z 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:11.4516336Z 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:11.4517113Z 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:11.4517904Z 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:11.4518683Z 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:11.4519484Z 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:11.4520270Z 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:11.4521064Z 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:11.4521841Z 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:11.4522629Z 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:11.4523410Z 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:11.4524200Z 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:11.4524968Z 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:11.4525766Z 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:11.4526535Z 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:11.4527304Z 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:11.4528166Z 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:11.4529133Z 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:11.4530063Z 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:11.4530873Z 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:11.4531684Z 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:11.4532482Z 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:11.4533278Z 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:11.4534053Z 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:11.4534866Z 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:11.4535665Z 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:11.4536465Z 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:11.4537247Z 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:11.4538051Z 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:11.4538843Z 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:11.4539649Z 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:11.4540438Z 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:11.4541232Z 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:11.4542009Z 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:11.4542808Z 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:11.4543591Z 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:11.4544382Z 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:11.4545215Z 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:11.4545996Z 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:11.4546839Z 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:11.4547694Z 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:11.4548551Z 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:11.4549395Z 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:11.4550223Z 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:11.4551026Z 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:11.4551841Z 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:11.4552659Z 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:11.4553489Z 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:11.4554267Z 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:11.4555050Z 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:11.4555842Z 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:11.4556662Z 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:11.4557434Z 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:11.4558222Z 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:11.4559008Z 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:11.4559804Z 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:11.4560587Z 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:11.4561380Z 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:11.4562198Z 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:11.4563031Z 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:11.4563808Z 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:11.4564580Z 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:11.4565363Z 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:11.4566134Z 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:11.4566954Z 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:11.4567759Z 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:11.4568572Z 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:11.4569419Z 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:11.4570213Z 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:11.4571029Z 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:11.4571860Z 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:11.4572644Z 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:11.4573440Z 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:11.4574239Z 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:11.4575057Z 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:11.4575860Z 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:11.4576671Z 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:11.4577456Z 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:11.4578256Z 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:11.4579101Z 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:11.4579960Z 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:11.4580744Z 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:11.4581545Z 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:11.4582331Z 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:11.4583121Z 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:11.4584001Z 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:11.4584853Z 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:11.4585721Z 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:11.4586540Z 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:11.4587361Z 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:11.4588172Z 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:11.4588959Z 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:11.4589723Z 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:11.4590528Z 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:11.4591322Z 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:11.4592110Z 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:11.4592882Z 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:11.4593664Z 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:11.4594431Z 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:11.4595211Z 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:11.4596028Z 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:11.4596880Z 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:11.4597663Z 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:11.4598652Z 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:11.4599435Z 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:11.4600235Z 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:11.4601005Z 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:11.4601778Z 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:11.4602563Z 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:11.4603335Z 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:11.4604124Z 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:11.4604894Z 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:11.4605715Z 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:11.4606516Z 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:11.4607321Z 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:11.4608108Z 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:11.4608938Z 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:11.4609751Z 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:11.4610569Z 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:11.4611357Z 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:11.4612152Z 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:11.4613056Z 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:11.4613927Z 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:11.4614713Z 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:11.4615510Z 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:11.4616295Z 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:11.4617117Z 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:11.4617919Z 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:11.4618735Z 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:11.4619536Z 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:11.4620317Z 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:11.4621114Z 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:11.4621941Z 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:11.4622765Z 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:11.4623570Z 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:11.4624373Z 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:11.4625157Z 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:11.4625984Z 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:11.4626801Z 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:11.4627611Z 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:11.4628406Z 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:11.4629262Z 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:11.4630052Z 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:11.4630908Z 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:11.4631700Z 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:11.4632502Z 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:11.4633307Z 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:11.4634128Z 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:11.4634934Z 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:11.4635746Z 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:11.4636532Z 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:11.4637327Z 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:11.4638153Z 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:11.4638971Z 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:11.4639797Z 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:11.4640559Z 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:11.4641325Z 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:11.4642110Z 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:11.4642907Z 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:11.4643678Z 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:11.4644448Z 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:11.4645208Z 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:11.4646034Z 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:11.4646849Z 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:11.4647618Z 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:11.4648372Z 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:11.4649226Z 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:11.4650009Z 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:11.4650796Z 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:11.4651571Z 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:11.4652338Z 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:11.4653091Z 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:11.4653864Z 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:11.4654625Z 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:11.4655387Z 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:11.4656157Z 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:11.4656954Z 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:11.4657757Z 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:11.4658544Z 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:11.4659326Z 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:11.4660085Z 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:11.4660889Z 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:11.4661674Z 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:11.4662540Z 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:11.4663306Z 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:11.4664142Z 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:11.4664910Z 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:11.4665690Z 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:11.4666456Z 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:11.4667235Z 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:11.4668016Z 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:11.4668809Z 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:11.4669584Z 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:11.4670375Z 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:11.4671139Z 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:11.4671912Z 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:11.4672678Z 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:11.4673443Z 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:11.4674220Z 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:11.4674988Z 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:11.4675797Z 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:11.4676591Z 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:11.4677395Z 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:11.4678100Z 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:11.4678818Z 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:11.4679617Z 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:11.4680386Z 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:11.4681098Z 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:11.4681810Z 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:11.4682535Z 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:11.4683254Z 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:11.4683992Z 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:11.4684711Z 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:11.4685442Z 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:11.4686164Z 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:11.4686878Z 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:11.4687589Z 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:11.4688338Z 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:11.4689098Z 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:11.4689852Z 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:11.4690535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary' 2025-03-21T20:18:11.4691239Z 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:11.4691935Z 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:11.4692653Z 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:11.4693426Z 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:11.4694207Z 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:11.4695001Z 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:11.4695866Z 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:11.4696692Z 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:11.4697479Z 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:11.4698397Z 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:11.4699189Z 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:11.4699966Z 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:11.4700750Z 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:11.4701520Z 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:11.4702302Z 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:11.4703097Z 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:11.4703885Z 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:11.4704660Z 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:11.4705424Z 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:11.4706209Z 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:11.4706979Z 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:11.4707761Z 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:11.4708585Z 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:11.4709423Z 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:11.4710242Z 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:11.4711072Z 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:11.4711773Z 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:11.4712566Z 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:11.4713320Z 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:11.4714024Z 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:11.4714708Z 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:11.4715430Z 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:11.4716106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp' 2025-03-21T20:18:11.4716800Z 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:11.4717601Z 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:11.4718378Z 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:11.4719168Z 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:11.4719943Z 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:11.4720720Z 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:11.4721480Z 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:11.4722247Z 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:11.4723005Z 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:11.4723777Z 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:11.4724542Z 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:11.4725310Z 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:11.4726062Z 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:11.4726826Z 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:11.4727577Z 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:11.4728339Z 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:11.4729242Z 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:11.4730078Z 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:11.4730845Z 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:11.4731623Z 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:11.4732374Z 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:11.4733135Z 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:11.4733898Z 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:11.4734641Z 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:11.4735440Z 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:11.4736227Z 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:11.4737023Z 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:11.4737803Z 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:11.4738510Z 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:11.4739189Z 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:11.4739873Z 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:11.4740562Z 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:11.4741276Z 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:11.4741947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul' 2025-03-21T20:18:11.4742687Z 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:11.4743418Z 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:11.4744217Z 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:11.4745142Z 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:11.4745941Z 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:11.4746793Z 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:11.4747589Z 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:11.4748399Z 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:11.4749191Z 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:11.4750013Z 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:11.4750810Z 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:11.4751623Z 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:11.4752412Z 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:11.4753239Z 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:11.4754034Z 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:11.4754869Z 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:11.4755665Z 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:11.4756486Z 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:11.4757287Z 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:11.4758124Z 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:11.4758845Z 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:11.4759596Z 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:11.4760292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign' 2025-03-21T20:18:11.4761046Z 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:11.4761864Z 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:11.4762582Z 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:11.4763429Z 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:11.4764215Z 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:11.4764989Z 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:11.4765705Z 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:11.4766515Z 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:11.4767250Z 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:11.4767943Z 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:11.4768763Z 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:11.4769659Z 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:11.4770479Z 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:11.4771309Z 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:11.4772121Z 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:11.4772949Z 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:11.4773794Z 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:11.4774657Z 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:11.4775503Z 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:11.4776356Z 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:11.4777196Z 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:11.4778043Z 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:11.4778885Z 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:11.4779745Z 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:11.4780527Z 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:11.4781320Z 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:11.4782098Z 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:11.4782892Z 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:11.4783759Z 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:11.4784621Z 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:11.4785492Z 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:11.4786353Z 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:11.4787231Z 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:11.4788096Z 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:11.4788975Z 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:11.4789836Z 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:11.4790706Z 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:11.4791565Z 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:11.4792425Z 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:11.4793269Z 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:11.4794120Z 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:11.4794959Z 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:11.4795877Z 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:11.4796776Z 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:11.4797628Z 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:11.4798615Z 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:11.4799470Z 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:11.4800318Z 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:11.4801175Z 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:11.4802012Z 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:11.4802870Z 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:11.4803711Z 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:11.4804569Z 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:11.4805411Z 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:11.4806262Z 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:11.4807107Z 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:11.4807960Z 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:11.4808805Z 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:11.4809661Z 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:11.4810452Z 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:11.4811244Z 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:11.4812046Z 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:11.4812937Z 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:11.4813819Z 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:11.4814604Z 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:11.4815403Z 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:11.4816186Z 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:11.4816990Z 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:11.4817871Z 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:11.4818756Z 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:11.4819624Z 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:11.4820505Z 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:11.4821370Z 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:11.4822248Z 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:11.4823111Z 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:11.4823983Z 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:11.4824793Z 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:11.4825624Z 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:11.4826429Z 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:11.4827245Z 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:11.4828047Z 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:11.4828858Z 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:11.4829718Z 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:11.4830588Z 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:11.4831412Z 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:11.4832258Z 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:11.4833078Z 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:11.4833906Z 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:11.4834738Z 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:11.4835557Z 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:11.4836363Z 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:11.4837155Z 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:11.4837965Z 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:11.4838760Z 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:11.4839563Z 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:11.4840346Z 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:11.4841204Z 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:11.4842048Z 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:11.4842906Z 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:11.4843752Z 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:11.4844607Z 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:11.4845445Z 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:11.4846324Z 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:11.4847137Z 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:11.4848027Z 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:11.4848834Z 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:11.4849720Z 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:11.4850531Z 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:11.4851373Z 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:11.4852208Z 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:11.4853053Z 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:11.4853882Z 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:11.4854707Z 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:11.4855552Z 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:11.4856358Z 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:11.4857170Z 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:11.4857968Z 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:11.4858782Z 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:11.4859579Z 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:11.4860387Z 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:11.4861212Z 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:11.4862048Z 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:11.4862867Z 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:11.4863755Z 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:11.4864624Z 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:11.4865459Z 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:11.4866248Z 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:11.4867046Z 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:11.4867836Z 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:11.4868633Z 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:11.4869414Z 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:11.4870210Z 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:11.4871039Z 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:11.4871878Z 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:11.4872709Z 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:11.4873546Z 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:11.4874362Z 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:11.4875182Z 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:11.4875988Z 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:11.4876785Z 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:11.4877589Z 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:11.4878383Z 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:11.4879186Z 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:11.4880027Z 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:11.4880859Z 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:11.4881731Z 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:11.4882560Z 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:11.4883378Z 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:11.4884211Z 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:11.4885030Z 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:11.4885829Z 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:11.4886615Z 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:11.4887411Z 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:11.4888193Z 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:11.4889059Z 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:11.4889846Z 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:11.4890778Z 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:11.4891695Z 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:11.4892628Z 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:11.4893538Z 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:11.4894461Z 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:11.4895365Z 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:11.4896252Z 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:11.4897187Z 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:11.4898117Z 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:11.4899138Z 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:11.4900011Z 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:11.4900895Z 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:11.4901791Z 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:11.4902697Z 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:11.4903586Z 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:11.4904490Z 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:11.4905374Z 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:11.4906280Z 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:11.4907142Z 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:11.4908016Z 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:11.4908875Z 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:11.4909742Z 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:11.4910602Z 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:11.4911470Z 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:11.4912343Z 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:11.4913227Z 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:11.4914099Z 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:11.4915102Z 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:11.4916045Z 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:11.4916930Z 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:11.4917772Z 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:11.4918627Z 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:11.4919467Z 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:11.4920321Z 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:11.4921154Z 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:11.4921997Z 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:11.4922867Z 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:11.4923746Z 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:11.4924613Z 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:11.4925495Z 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:11.4926355Z 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:11.4927224Z 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:11.4928071Z 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:11.4928970Z 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:11.4929820Z 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:11.4930650Z 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:11.4931551Z 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:11.4932384Z 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:11.4933140Z 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:11.4933869Z 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:11.4934577Z 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:11.4935336Z 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:11.4936083Z 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:11.4936823Z 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:11.4937535Z 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:11.4938308Z 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:11.4939055Z 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:11.4939725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu' 2025-03-21T20:18:11.4940415Z 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:11.4941181Z 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:11.4941880Z 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:11.4942583Z 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:11.4943245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vexp' 2025-03-21T20:18:11.4943945Z 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:11.4944792Z 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:11.4945661Z 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:11.4946521Z 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:11.4947379Z 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:11.4948290Z 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:11.4949200Z 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:11.4950059Z 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:11.4950823Z 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:11.4951663Z 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:11.4952547Z 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:11.4953243Z 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:11.4953988Z 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:11.4954678Z 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:11.4955368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu' 2025-03-21T20:18:11.4956050Z 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:11.4956771Z 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:11.4957480Z 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:11.4958272Z 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:11.4959046Z 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:11.4959850Z 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:11.4960667Z 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:11.4961454Z 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:11.4962248Z 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:11.4963032Z 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:11.4963823Z 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:11.4964653Z 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:11.4965491Z 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:11.4966263Z 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:11.4967049Z 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:11.4967823Z 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:11.4968629Z 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:11.4980847Z 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:11.4981808Z 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:11.4982598Z 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:11.4983391Z 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:11.4984172Z 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:11.4984972Z 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:11.4985755Z 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:11.4987523Z 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:11.4989291Z 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:11.4991044Z 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:11.4992703Z 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:11.4994251Z 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:11.4995777Z 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:11.4997331Z 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:11.4999097Z 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:11.5000636Z 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:11.5002350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish' 2025-03-21T20:18:11.5003945Z 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:11.5005606Z 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:11.5007423Z 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:11.5009353Z 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:11.5011205Z 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:11.5012991Z 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:11.5014787Z 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:11.5016515Z 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:11.5018265Z 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:11.5020080Z 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:11.5021902Z 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:11.5023584Z 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:11.5025130Z 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:11.5026697Z 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:11.5028207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog' 2025-03-21T20:18:11.5029689Z 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:11.5031216Z 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:11.5032769Z 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:11.5034392Z 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:11.5036084Z 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:11.5037856Z 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:11.5039645Z 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:11.5041344Z 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:11.5043021Z 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:11.5044689Z 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:11.5046365Z 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:11.5048040Z 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:11.5049809Z 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:11.5051506Z 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:11.5053206Z 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:11.5054911Z 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:11.5056586Z 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:11.5058256Z 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:11.5059915Z 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:11.5061601Z 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:11.5063282Z 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:11.5064974Z 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:11.5066665Z 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:11.5068338Z 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:11.5070020Z 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:11.5071815Z 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:11.5073788Z 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:11.5075800Z 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:11.5077742Z 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:11.5079630Z 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:11.5081468Z 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:11.5083312Z 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:11.5085172Z 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:11.5086870Z 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:11.5088389Z 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:11.5089961Z 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:11.5091499Z 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:11.5093023Z 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:11.5094530Z 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:11.5096104Z 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:11.5097782Z 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:11.5099557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu' 2025-03-21T20:18:11.5101264Z 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:11.5103151Z 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:11.5105029Z 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:11.5106905Z 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:11.5108748Z 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:11.5110747Z 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:11.5112718Z 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:11.5114582Z 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:11.5116438Z 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:11.5118366Z 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:11.5120389Z 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:11.5122393Z 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:11.5124361Z 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:11.5126280Z 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:11.5128183Z 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:11.5130148Z 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:11.5132096Z 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:11.5134140Z 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:11.5136161Z 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:11.5138137Z 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:11.5139938Z 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:11.5141513Z 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:11.5143083Z 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:11.5144650Z 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:11.5146330Z 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:11.5147894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc' 2025-03-21T20:18:11.5149526Z 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:11.5151024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vneg' 2025-03-21T20:18:11.5152515Z 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:11.5154032Z 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:11.5155674Z 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:11.5157427Z 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:11.5159174Z 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:11.5160806Z 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:11.5162383Z 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:11.5164036Z 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:11.5165696Z 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:11.5167403Z 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:11.5169156Z 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:11.5170810Z 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:11.5172475Z 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:11.5174141Z 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:11.5175800Z 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:11.5177441Z 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:11.5179110Z 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:11.5180792Z 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:11.5182607Z 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:11.5184343Z 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:11.5185996Z 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:11.5187628Z 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:11.5189271Z 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:11.5190932Z 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:11.5192563Z 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:11.5194212Z 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:11.5195890Z 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:11.5197601Z 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:11.5199530Z 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:11.5201143Z 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:11.5202663Z 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:11.5204159Z 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:11.5205662Z 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:11.5207143Z 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:11.5208638Z 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:11.5210236Z 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:11.5215165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu' 2025-03-21T20:18:11.5216643Z 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:11.5218138Z 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:11.5219644Z 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:11.5221310Z 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:11.5222826Z 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:11.5224433Z 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:11.5226008Z 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:11.5227631Z 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:11.5229295Z 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:11.5230985Z 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:11.5232643Z 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:11.5234279Z 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:11.5235925Z 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:11.5237576Z 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:11.5239242Z 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:11.5240881Z 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:11.5242523Z 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:11.5244159Z 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:11.5245850Z 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:11.5249734Z 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:11.5251501Z 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:11.5253290Z 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:11.5254928Z 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:11.5256577Z 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:11.5258226Z 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:11.5259958Z 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:11.5261680Z 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:11.5263336Z 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:11.5264982Z 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:11.5266654Z 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:11.5268349Z 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:11.5270024Z 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:11.5271670Z 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:11.5273331Z 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:11.5275006Z 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:11.5276668Z 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:11.5278298Z 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:11.5279946Z 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:11.5281588Z 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:11.5283282Z 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:11.5285024Z 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:11.5286812Z 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:11.5288512Z 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:11.5290302Z 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:11.5291958Z 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:11.5293628Z 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:11.5295330Z 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:11.5297066Z 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:11.5298971Z 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:11.5300604Z 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:11.5302261Z 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:11.5303950Z 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:11.5305611Z 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:11.5307249Z 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:11.5308893Z 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:11.5310541Z 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:11.5312186Z 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:11.5313822Z 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:11.5315454Z 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:11.5317089Z 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:11.5318765Z 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:11.5320498Z 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:11.5322322Z 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:11.5324014Z 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:11.5325694Z 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:11.5327340Z 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:11.5329066Z 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:11.5330794Z 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:11.5332489Z 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:11.5334278Z 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:11.5335914Z 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:11.5337566Z 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:11.5339250Z 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:11.5340895Z 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:11.5342524Z 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:11.5344175Z 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:11.5345832Z 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:11.5347478Z 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:11.5349111Z 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:11.5350740Z 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:11.5352366Z 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:11.5354039Z 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:11.5355751Z 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:11.5357542Z 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:11.5359218Z 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:11.5360883Z 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:11.5362522Z 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:11.5364170Z 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:11.5365843Z 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:11.5367557Z 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:11.5369239Z 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:11.5370744Z 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:11.5372240Z 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:11.5373759Z 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:11.5375294Z 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:11.5376816Z 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:11.5378367Z 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:11.5379920Z 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:11.5381477Z 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:11.5383028Z 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:11.5384562Z 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:11.5386115Z 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:11.5387664Z 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:11.5389200Z 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:11.5390697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd' 2025-03-21T20:18:11.5392217Z 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:11.5393851Z 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:11.5395430Z 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:11.5397008Z 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:11.5398848Z 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:11.5400601Z 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:11.5402410Z 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:11.5404215Z 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:11.5406015Z 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:11.5407808Z 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:11.5409636Z 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:11.5411406Z 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:11.5413160Z 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:11.5414901Z 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:11.5416651Z 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:11.5418396Z 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:11.5420151Z 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:11.5421900Z 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:11.5423641Z 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:11.5425395Z 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:11.5427166Z 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:11.5428984Z 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:11.5430749Z 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:11.5432528Z 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:11.5434266Z 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:11.5435908Z 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:11.5437473Z 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:11.5439050Z 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:11.5440631Z 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:11.5442217Z 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:11.5443740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt' 2025-03-21T20:18:11.5445333Z 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:11.5447055Z 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:11.5449015Z 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:11.5451011Z 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:11.5453002Z 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:11.5454996Z 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:11.5456987Z 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:11.5458981Z 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:11.5460970Z 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:11.5462953Z 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:11.5464933Z 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:11.5466957Z 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:11.5468968Z 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:11.5470956Z 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:11.5473010Z 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:11.5475158Z 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:11.5477317Z 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:11.5479432Z 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:11.5481543Z 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:11.5483653Z 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:11.5485766Z 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:11.5487873Z 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:11.5490042Z 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:11.5492149Z 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:11.5494248Z 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:11.5496353Z 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:11.5498451Z 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:11.5500113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax' 2025-03-21T20:18:11.5501741Z 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:11.5503500Z 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:11.5505303Z 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:11.5507219Z 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:11.5509082Z 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:11.5510941Z 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:11.5512829Z 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:11.5514741Z 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:11.5516599Z 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:11.5518459Z 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:11.5520319Z 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:11.5522182Z 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:11.5524049Z 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:11.5525910Z 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:11.5527838Z 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:11.5529903Z 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:11.5531881Z 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:11.5533867Z 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:11.5535855Z 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:11.5537844Z 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:11.5539884Z 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:11.5541870Z 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:11.5543885Z 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:11.5545860Z 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:11.5547835Z 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:11.5549844Z 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:11.5551675Z 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:11.5553255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp' 2025-03-21T20:18:11.5554840Z 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:11.5556451Z 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:11.5558190Z 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:11.5559982Z 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:11.5561790Z 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:11.5563518Z 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:11.5565361Z 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:11.5567448Z 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:11.5569571Z 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:11.5571646Z 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:11.5573722Z 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:11.5575795Z 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:11.5577902Z 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:11.5579963Z 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:11.5582053Z 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:11.5584106Z 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:11.5586198Z 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:11.5588244Z 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:11.5590293Z 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:11.5592280Z 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:11.5594266Z 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:11.5596238Z 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:11.5598389Z 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:11.5600369Z 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:11.5602275Z 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:11.5604123Z 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:11.5605982Z 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:11.5607832Z 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:11.5609735Z 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:11.5611578Z 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:11.5613421Z 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:11.5615345Z 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:11.5617168Z 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:11.5619047Z 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:11.5620890Z 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:11.5622727Z 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:11.5624625Z 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:11.5626497Z 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:11.5628337Z 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:11.5630174Z 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:11.5632012Z 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:11.5633863Z 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:11.5635691Z 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:11.5637527Z 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:11.5639379Z 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:11.5641238Z 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:11.5643095Z 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:11.5644958Z 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:11.5646816Z 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:11.5648667Z 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:11.5650643Z 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:11.5652503Z 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:11.5654388Z 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:11.5656225Z 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:11.5658091Z 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:11.5659999Z 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:11.5661902Z 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:11.5663777Z 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:11.5665655Z 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:11.5667527Z 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:11.5669403Z 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:11.5671283Z 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:11.5673162Z 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:11.5675017Z 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:11.5676895Z 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:11.5678772Z 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:11.5680647Z 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:11.5682524Z 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:11.5684397Z 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:11.5686275Z 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:11.5688188Z 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:11.5690118Z 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:11.5692034Z 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:11.5693908Z 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:11.5695920Z 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:11.5698038Z 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:11.5700350Z 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:11.5702432Z 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:11.5704528Z 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:11.5706618Z 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:11.5708708Z 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:11.5710796Z 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:11.5712920Z 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:11.5715079Z 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:11.5717221Z 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:11.5719370Z 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:11.5721501Z 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:11.5723639Z 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:11.5725841Z 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:11.5728031Z 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:11.5730158Z 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:11.5732151Z 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:11.5734181Z 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:11.5736155Z 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:11.5738173Z 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:11.5740143Z 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:11.5742115Z 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:11.5744094Z 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:11.5746079Z 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:11.5748109Z 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:11.5750119Z 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:11.5752119Z 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:11.5754130Z 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:11.5756139Z 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:11.5758145Z 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:11.5760146Z 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:11.5762245Z 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:11.5764378Z 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:11.5766533Z 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:11.5768647Z 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:11.5770811Z 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:11.5772950Z 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:11.5775083Z 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:11.5777190Z 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:11.5779323Z 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:11.5781501Z 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:11.5783666Z 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:11.5785820Z 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:11.5787973Z 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:11.5790136Z 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:11.5792291Z 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:11.5794447Z 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:11.5796510Z 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:11.5798662Z 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:11.5800732Z 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:11.5802738Z 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:11.5804798Z 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:11.5806803Z 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:11.5809185Z 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:11.5811198Z 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:11.5813245Z 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:11.5815232Z 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:11.5817213Z 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:11.5819199Z 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:11.5821138Z 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:11.5823068Z 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:11.5824984Z 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:11.5826894Z 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:11.5828807Z 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:11.5830708Z 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:11.5832705Z 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:11.5834784Z 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:11.5836859Z 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:11.5838976Z 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:11.5841112Z 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:11.5843178Z 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:11.5845235Z 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:11.5847287Z 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:11.5849412Z 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:11.5851433Z 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:11.5853446Z 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:11.5855453Z 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:11.5857492Z 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:11.5859544Z 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:11.5861588Z 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:11.5863625Z 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:11.5865666Z 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:11.5867682Z 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:11.5869734Z 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:11.5871808Z 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:11.5873884Z 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:11.5876002Z 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:11.5878101Z 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:11.5880164Z 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:11.5882188Z 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:11.5884226Z 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:11.5886230Z 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:11.5888262Z 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:11.5890304Z 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:11.5892289Z 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:11.5894301Z 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:11.5896333Z 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:11.5898541Z 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:11.5900573Z 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:11.5902596Z 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:11.5904617Z 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:11.5906643Z 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:11.5907578Z 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:11.5908525Z 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:11.5909559Z 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:11.5910507Z 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:11.5911484Z 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:11.5912402Z 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:11.5913297Z 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:11.5914327Z 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:11.5915267Z 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:11.5916177Z 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:11.5917069Z 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:11.5917996Z 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:11.5918906Z 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:11.5919827Z 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:11.5920742Z 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:11.5921669Z 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:11.5922578Z 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:11.5923510Z 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:11.5924428Z 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:11.5925354Z 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:11.5926257Z 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:11.5927213Z 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:11.5928114Z 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:11.5929100Z 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:11.5929970Z 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:11.5930835Z 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:11.5931780Z 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:11.5932701Z 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:11.5933609Z 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:11.5934501Z 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:11.5935401Z 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:11.5936291Z 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:11.5937172Z 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:11.5938028Z 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:11.5938901Z 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:11.5939757Z 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:11.5940624Z 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:11.5941480Z 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:11.5942388Z 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:11.5943287Z 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:11.5944231Z 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:11.5945128Z 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:11.5946068Z 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:11.5946956Z 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:11.5947842Z 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:11.5948738Z 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:11.5949638Z 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:11.5950507Z 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:11.5951379Z 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:11.5952241Z 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:11.5953187Z 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:11.5954118Z 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:11.5955064Z 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:11.5955996Z 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:11.5956933Z 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:11.5957864Z 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:11.5958789Z 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:11.5959700Z 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:11.5960623Z 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:11.5961562Z 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:11.5962483Z 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:11.5963413Z 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:11.5964399Z 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:11.5965394Z 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:11.5966406Z 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:11.5967438Z 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:11.5968416Z 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:11.5969465Z 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:11.5970430Z 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:11.5971398Z 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:11.5972352Z 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:11.5973315Z 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:11.5974262Z 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:11.5975227Z 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:11.5976193Z 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:11.5977170Z 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:11.5978134Z 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:11.5979109Z 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:11.5980099Z 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:11.5981096Z 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:11.5982026Z 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:11.5982969Z 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:11.5983927Z 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:11.5984892Z 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:11.5985819Z 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:11.5986752Z 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:11.5987668Z 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:11.5988603Z 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:11.5989521Z 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:11.5990449Z 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:11.5991360Z 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:11.5992285Z 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:11.5993168Z 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:11.5994065Z 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:11.5994944Z 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:11.5995835Z 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:11.5996737Z 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:11.5997620Z 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:11.5998571Z 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:11.5999344Z 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:11.6000094Z 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:11.6000817Z 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:11.6001693Z 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:11.6002549Z 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:11.6003320Z 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:11.6004104Z 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:11.6004867Z 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:11.6005686Z 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:11.6006487Z 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:11.6007179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid' 2025-03-21T20:18:11.6007878Z 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:11.6008544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqr' 2025-03-21T20:18:11.6009318Z 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:11.6010018Z 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:11.6010794Z 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:11.6011527Z 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:11.6012239Z 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:11.6012981Z 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:11.6013747Z 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:11.6014598Z 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:11.6015483Z 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:11.6016313Z 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:11.6017122Z 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:11.6017953Z 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:11.6018772Z 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:11.6019580Z 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:11.6020360Z 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:11.6021150Z 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:11.6021966Z 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:11.6022788Z 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:11.6023604Z 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:11.6024414Z 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:11.6025213Z 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:11.6026024Z 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:11.6026811Z 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:11.6027610Z 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:11.6028390Z 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:11.6029188Z 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:11.6029990Z 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:11.6030836Z 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:11.6031636Z 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:11.6032464Z 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:11.6033248Z 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:11.6034046Z 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:11.6034874Z 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:11.6035691Z 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:11.6036469Z 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:11.6037286Z 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:11.6038108Z 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:11.6038918Z 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:11.6039626Z 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:11.6040329Z 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:11.6041143Z 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:11.6041900Z 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:11.6042617Z 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:11.6043337Z 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:11.6044055Z 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:11.6044754Z 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:11.6045497Z 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:11.6046166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt' 2025-03-21T20:18:11.6046900Z 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:11.6047734Z 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:11.6048602Z 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:11.6049516Z 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:11.6050380Z 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:11.6051264Z 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:11.6052136Z 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:11.6052977Z 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:11.6053805Z 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:11.6054663Z 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:11.6055508Z 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:11.6056356Z 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:11.6057220Z 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:11.6057928Z 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:11.6058652Z 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:11.6059341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh' 2025-03-21T20:18:11.6060076Z 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:11.6060850Z 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:11.6061581Z 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:11.6062330Z 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:11.6063086Z 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:11.6063991Z 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:11.6064782Z 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:11.6065664Z 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:11.6066615Z 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:11.6067405Z 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:11.6068291Z 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:11.6069058Z 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:11.6069936Z 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:11.6070686Z 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:11.6071621Z 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:11.6072405Z 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:11.6073253Z 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:11.6074038Z 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:11.6074851Z 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:11.6075661Z 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:11.6076494Z 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:11.6077297Z 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:11.6078076Z 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:11.6078910Z 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:11.6079652Z 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:11.6080536Z 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:11.6081321Z 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:11.6082195Z 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:11.6083014Z 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:11.6083824Z 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:11.6084632Z 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:11.6085481Z 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:11.6086309Z 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:11.6087175Z 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:11.6087894Z 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:11.6088668Z 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:11.6089486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary' 2025-03-21T20:18:11.6090183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/im2col.c' 2025-03-21T20:18:11.6090869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/indirection.c' 2025-03-21T20:18:11.6091563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/init.c' 2025-03-21T20:18:11.6092176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/log.c' 2025-03-21T20:18:11.6092984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/memory-planner.c' 2025-03-21T20:18:11.6093635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/memory.c' 2025-03-21T20:18:11.6094357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/microkernel-utils.c' 2025-03-21T20:18:11.6095122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/microparams-init.c' 2025-03-21T20:18:11.6095771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/mutex.c' 2025-03-21T20:18:11.6096532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/normalization.c' 2025-03-21T20:18:11.6097255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operator-delete.c' 2025-03-21T20:18:11.6097985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operator-run.c' 2025-03-21T20:18:11.6098881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operator-utils.c' 2025-03-21T20:18:11.6099801Z 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:11.6100577Z 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:11.6101550Z 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:11.6102348Z 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:11.6103240Z 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:11.6104056Z 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:11.6104893Z 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:11.6105705Z 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:11.6106553Z 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:11.6107388Z 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:11.6108227Z 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:11.6108992Z 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:11.6109782Z 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:11.6110530Z 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:11.6111321Z 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:11.6112170Z 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:11.6112899Z 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:11.6113806Z 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:11.6114569Z 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:11.6115365Z 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:11.6116119Z 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:11.6116963Z 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:11.6117749Z 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:11.6118548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators' 2025-03-21T20:18:11.6119290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/params.c' 2025-03-21T20:18:11.6120207Z 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:11.6120917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/pf32-gemm' 2025-03-21T20:18:11.6122071Z 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:11.6123113Z 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:11.6124233Z 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:11.6125193Z 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:11.6126172Z 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:11.6127132Z 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:11.6128094Z 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:11.6129184Z 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:11.6130262Z 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:11.6131201Z 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:11.6132210Z 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:11.6133276Z 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:11.6134389Z 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:11.6135407Z 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:11.6136457Z 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:11.6137416Z 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:11.6138492Z 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:11.6139397Z 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:11.6140459Z 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:11.6141491Z 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:11.6142479Z 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:11.6143431Z 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:11.6144525Z 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:11.6145596Z 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:11.6146666Z 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:11.6147633Z 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:11.6148635Z 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:11.6149645Z 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:11.6150632Z 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:11.6151603Z 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:11.6152725Z 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:11.6153757Z 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:11.6154836Z 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:11.6155773Z 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:11.6156882Z 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:11.6157814Z 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:11.6158950Z 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:11.6159879Z 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:11.6160888Z 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:11.6161943Z 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:11.6162960Z 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:11.6163924Z 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:11.6164976Z 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:11.6165932Z 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:11.6167072Z 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:11.6168131Z 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:11.6169278Z 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:11.6170255Z 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:11.6171263Z 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:11.6172255Z 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:11.6173371Z 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:11.6174335Z 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:11.6175365Z 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:11.6176321Z 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:11.6177299Z 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:11.6178329Z 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:11.6179431Z 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:11.6180209Z 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:11.6181018Z 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:11.6182045Z removed '/home/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:11.6183095Z removed '/home/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:11.6184113Z removed '/home/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:11.6185142Z removed '/home/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:11.6186164Z removed '/home/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:11.6187210Z removed '/home/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:11.6188205Z removed '/home/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:11.6189289Z removed '/home/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:11.6190283Z removed '/home/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:11.6191347Z removed '/home/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:11.6192368Z removed '/home/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:11.6193415Z removed '/home/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:11.6194461Z removed '/home/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:11.6195526Z removed '/home/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:11.6196556Z removed '/home/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:11.6197600Z removed '/home/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:11.6198834Z removed '/home/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:11.6199893Z removed '/home/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:11.6200983Z removed '/home/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:11.6202062Z removed '/home/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:11.6203071Z removed '/home/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:11.6204078Z removed '/home/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:11.6205047Z removed '/home/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:11.6206173Z removed '/home/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:11.6207162Z removed '/home/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:11.6208171Z removed '/home/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:11.6209170Z removed '/home/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:11.6210297Z removed '/home/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:11.6211325Z removed '/home/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:11.6212387Z removed '/home/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:11.6213382Z removed '/home/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:11.6214400Z removed '/home/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:11.6215451Z removed '/home/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:11.6216539Z removed '/home/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:11.6217539Z removed '/home/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:11.6218602Z removed '/home/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:11.6219569Z removed '/home/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:11.6220686Z removed '/home/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:11.6221698Z removed '/home/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:11.6222801Z removed '/home/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:11.6223756Z removed '/home/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:11.6224773Z removed '/home/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:11.6225773Z removed '/home/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:11.6226791Z removed '/home/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:11.6227796Z removed '/home/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:11.6228831Z removed '/home/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:11.6229787Z removed '/home/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:11.6230796Z removed '/home/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:11.6231790Z removed '/home/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:11.6232798Z removed '/home/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:11.6233923Z removed '/home/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:11.6235027Z removed '/home/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:11.6236035Z removed '/home/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:11.6236995Z removed '/home/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:11.6237982Z removed '/home/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:11.6239149Z removed '/home/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:11.6240145Z removed '/home/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:11.6241105Z removed '/home/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:11.6242078Z removed '/home/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:11.6243038Z removed '/home/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:11.6244085Z removed '/home/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:11.6245051Z removed '/home/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:11.6246052Z removed '/home/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:11.6247119Z removed '/home/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:11.6248239Z removed '/home/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:11.6249352Z removed '/home/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:11.6250418Z removed '/home/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:11.6251373Z removed '/home/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:11.6252466Z removed '/home/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:11.6253496Z removed '/home/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:11.6254487Z removed '/home/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:11.6255440Z removed '/home/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:11.6256462Z removed '/home/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:11.6257444Z removed '/home/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:11.6258449Z removed '/home/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:11.6259460Z removed '/home/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:11.6260517Z removed '/home/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:11.6261497Z removed '/home/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:11.6262513Z removed '/home/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:11.6263516Z removed '/home/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:11.6264552Z removed '/home/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:11.6265486Z removed '/home/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:11.6266538Z removed '/home/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:11.6267568Z removed '/home/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:11.6268633Z removed '/home/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:11.6269590Z removed '/home/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:11.6270637Z removed '/home/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:11.6271628Z removed '/home/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:11.6272752Z removed '/home/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:11.6273740Z removed '/home/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:11.6274765Z removed '/home/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:11.6275713Z removed '/home/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:11.6276738Z removed '/home/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:11.6277828Z removed '/home/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:11.6278909Z removed '/home/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:11.6279978Z removed '/home/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:11.6280981Z removed '/home/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:11.6281916Z removed '/home/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:11.6283027Z removed '/home/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:11.6284014Z removed '/home/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:11.6285053Z removed '/home/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:11.6285981Z removed '/home/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:11.6286999Z removed '/home/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:11.6288028Z removed '/home/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:11.6289122Z removed '/home/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:11.6290115Z removed '/home/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:11.6291162Z removed '/home/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:11.6292121Z removed '/home/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:11.6293173Z removed '/home/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:11.6294148Z removed '/home/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:11.6295123Z removed '/home/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:11.6296159Z removed '/home/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:11.6297197Z removed '/home/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:11.6298129Z removed '/home/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:11.6299445Z removed '/home/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:11.6300419Z removed '/home/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:11.6301494Z removed '/home/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:11.6302482Z removed '/home/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:11.6303553Z removed '/home/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:11.6304538Z removed '/home/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:11.6305608Z removed '/home/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:11.6306566Z removed '/home/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:11.6307569Z removed '/home/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:11.6308597Z removed '/home/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:11.6309650Z removed '/home/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:11.6310606Z removed '/home/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:11.6311670Z removed '/home/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:11.6312663Z removed '/home/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:11.6313667Z removed '/home/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:11.6314640Z removed '/home/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:11.6315709Z removed '/home/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:11.6316720Z removed '/home/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:11.6317758Z removed '/home/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:11.6318734Z removed '/home/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:11.6319768Z removed '/home/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:11.6320756Z removed '/home/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:11.6321840Z removed '/home/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:11.6322862Z removed '/home/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:11.6323932Z removed '/home/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:11.6324913Z removed '/home/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:11.6325992Z removed '/home/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:11.6327038Z removed '/home/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:11.6327893Z 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:11.6328660Z 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:11.6329798Z 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:11.6330749Z 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:11.6331861Z 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:11.6332835Z 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:11.6333896Z 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:11.6334866Z 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:11.6335898Z 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:11.6336908Z 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:11.6337983Z 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:11.6338948Z 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:11.6339999Z 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:11.6340994Z 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:11.6342058Z 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:11.6343107Z 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:11.6344098Z 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:11.6345083Z 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:11.6346126Z 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:11.6347097Z 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:11.6348186Z 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:11.6349133Z 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:11.6350136Z 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:11.6351137Z 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:11.6352120Z 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:11.6353116Z 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:11.6354116Z 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:11.6355111Z 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:11.6356159Z 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:11.6357086Z 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:11.6358134Z 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:11.6359186Z 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:11.6360244Z 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:11.6361230Z 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:11.6362250Z 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:11.6363227Z 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:11.6364311Z 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:11.6365313Z 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:11.6366321Z 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:11.6367270Z 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:11.6368354Z 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:11.6376677Z 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:11.6377769Z 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:11.6378720Z 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:11.6379651Z 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:11.6380783Z 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:11.6381755Z 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:11.6382661Z 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:11.6383607Z 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:11.6384648Z 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:11.6385569Z 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:11.6386587Z 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:11.6387510Z 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:11.6388441Z 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:11.6389444Z 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:11.6390397Z 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:11.6391372Z 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:11.6392304Z 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:11.6393267Z 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:11.6394182Z 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:11.6395116Z 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:11.6396088Z 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:11.6397026Z 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:11.6397949Z 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:11.6399167Z 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:11.6400122Z 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:11.6401045Z 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:11.6401963Z 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:11.6402968Z 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:11.6403929Z 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:11.6404875Z 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:11.6405794Z 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:11.6406804Z 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:11.6407771Z 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:11.6408727Z 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:11.6409736Z 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:11.6410668Z 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:11.6411594Z 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:11.6412531Z 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:11.6413449Z 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:11.6414421Z 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:11.6415352Z 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:11.6416305Z 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:11.6417219Z 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:11.6418148Z 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:11.6419104Z 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:11.6420076Z 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:11.6420819Z 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:11.6421595Z 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:11.6422572Z 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:11.6423529Z 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:11.6424537Z 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:11.6425525Z 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:11.6426501Z 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:11.6427462Z 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:11.6428445Z 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:11.6429403Z 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:11.6430388Z 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:11.6431336Z 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:11.6432319Z 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:11.6433269Z 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:11.6434265Z 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:11.6435257Z 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:11.6436161Z 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:11.6437136Z 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:11.6438110Z 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:11.6439094Z 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:11.6440050Z 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:11.6440986Z 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:11.6441947Z 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:11.6442971Z 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:11.6443908Z 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:11.6444886Z 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:11.6445897Z 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:11.6446876Z 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:11.6447793Z 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:11.6448746Z 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:11.6449747Z 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:11.6450684Z 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:11.6451634Z 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:11.6452537Z 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:11.6453502Z 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:11.6454470Z 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:11.6455413Z 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:11.6456545Z 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:11.6457595Z 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:11.6458580Z 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:11.6459554Z 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:11.6460564Z 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:11.6461697Z 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:11.6462678Z 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:11.6463600Z 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:11.6464560Z 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:11.6465498Z 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:11.6466428Z 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:11.6467375Z 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:11.6468346Z 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:11.6469301Z 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:11.6470256Z 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:11.6471187Z 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:11.6472207Z 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:11.6473159Z 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:11.6474168Z 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:11.6475156Z 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:11.6476110Z 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:11.6477070Z 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:11.6478025Z 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:11.6478973Z 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:11.6479906Z 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:11.6480889Z 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:11.6481833Z 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:11.6482799Z 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:11.6483718Z 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:11.6484715Z 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:11.6485652Z 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:11.6486643Z 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:11.6487623Z 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:11.6488571Z 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:11.6489651Z 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:11.6490619Z 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:11.6491607Z 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:11.6492545Z 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:11.6493477Z 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:11.6494493Z 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:11.6495464Z 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:11.6496231Z 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:11.6496961Z 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:11.6497944Z 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:11.6499158Z 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:11.6500173Z 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:11.6501136Z 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:11.6502115Z 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:11.6503054Z 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:11.6504056Z 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:11.6505015Z 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:11.6505987Z 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:11.6506915Z 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:11.6507981Z 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:11.6508980Z 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:11.6509968Z 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:11.6510908Z 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:11.6511867Z 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:11.6512892Z 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:11.6513825Z 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:11.6514819Z 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:11.6515775Z 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:11.6516715Z 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:11.6517610Z 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:11.6518545Z 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:11.6519437Z 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:11.6520373Z 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:11.6521283Z 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:11.6522221Z 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:11.6523139Z 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:11.6524081Z 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:11.6525102Z 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:11.6526012Z 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:11.6526947Z 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:11.6527849Z 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:11.6528793Z 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:11.6529875Z 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:11.6530866Z 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:11.6531796Z 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:11.6532715Z 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:11.6533623Z 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:11.6534544Z 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:11.6535444Z 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:11.6536361Z 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:11.6537283Z 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:11.6538213Z 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:11.6539148Z 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:11.6540084Z 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:11.6541020Z 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:11.6541940Z 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:11.6542863Z 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:11.6543784Z 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:11.6544713Z 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:11.6545694Z 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:11.6546684Z 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:11.6547636Z 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:11.6548572Z 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:11.6549492Z 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:11.6550430Z 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:11.6551344Z 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:11.6552293Z 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:11.6553213Z 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:11.6554154Z 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:11.6555090Z 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:11.6556019Z 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:11.6556916Z 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:11.6557846Z 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:11.6558824Z 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:11.6559811Z 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:11.6560754Z 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:11.6561673Z 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:11.6562611Z 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:11.6563535Z 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:11.6564470Z 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:11.6565417Z 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:11.6566362Z 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:11.6567283Z 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:11.6568235Z 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:11.6569212Z 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:11.6570141Z 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:11.6571036Z 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:11.6571968Z 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:11.6572892Z 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:11.6573875Z 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:11.6574803Z 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:11.6575803Z 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:11.6576796Z 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:11.6577727Z 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:11.6578682Z 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:11.6579600Z 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:11.6580512Z 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:11.6581535Z 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:11.6582511Z 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:11.6583439Z 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:11.6584363Z 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:11.6585296Z 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:11.6586207Z 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:11.6587139Z 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:11.6588099Z 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:11.6589047Z 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:11.6590034Z 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:11.6591002Z 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:11.6591921Z 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:11.6592853Z 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:11.6593808Z 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:11.6594786Z 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:11.6595747Z 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:11.6596749Z 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:11.6597705Z 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:11.6598878Z 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:11.6599837Z 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:11.6600768Z 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:11.6601730Z 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:11.6602680Z 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:11.6603666Z 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:11.6604639Z 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:11.6605378Z 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:11.6606110Z 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:11.6607100Z removed '/home/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:11.6608072Z removed '/home/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:11.6609106Z removed '/home/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:11.6610057Z removed '/home/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:11.6611042Z removed '/home/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:11.6612064Z removed '/home/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:11.6613051Z removed '/home/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:11.6614044Z removed '/home/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:11.6615017Z removed '/home/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:11.6615999Z removed '/home/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:11.6617023Z removed '/home/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:11.6617987Z removed '/home/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:11.6618983Z removed '/home/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:11.6619938Z removed '/home/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:11.6620910Z removed '/home/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:11.6621847Z removed '/home/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:11.6622842Z removed '/home/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:11.6623792Z removed '/home/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:11.6624795Z removed '/home/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:11.6625757Z removed '/home/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:11.6626735Z removed '/home/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:11.6627672Z removed '/home/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:11.6628677Z removed '/home/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:11.6629671Z removed '/home/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:11.6630695Z removed '/home/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:11.6631649Z removed '/home/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:11.6632621Z removed '/home/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:11.6633585Z removed '/home/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:11.6634607Z removed '/home/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:11.6635565Z removed '/home/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:11.6636561Z removed '/home/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:11.6637515Z removed '/home/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:11.6638486Z removed '/home/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:11.6639421Z removed '/home/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:11.6640418Z removed '/home/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:11.6641375Z removed '/home/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:11.6642381Z removed '/home/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:11.6643340Z removed '/home/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:11.6644320Z removed '/home/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:11.6645260Z removed '/home/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:11.6646295Z removed '/home/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:11.6647255Z removed '/home/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:11.6648287Z removed '/home/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:11.6649313Z removed '/home/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:11.6650294Z removed '/home/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:11.6651266Z removed '/home/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:11.6652290Z removed '/home/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:11.6653250Z removed '/home/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:11.6654245Z removed '/home/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:11.6655202Z removed '/home/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:11.6656184Z removed '/home/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:11.6657118Z removed '/home/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:11.6658116Z removed '/home/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:11.6659081Z removed '/home/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:11.6660051Z removed '/home/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:11.6660983Z removed '/home/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:11.6661955Z removed '/home/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:11.6662884Z removed '/home/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:11.6663898Z removed '/home/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:11.6664838Z removed '/home/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:11.6665774Z removed '/home/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:11.6666747Z removed '/home/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:11.6667696Z removed '/home/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:11.6668652Z removed '/home/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:11.6669678Z removed '/home/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:11.6670630Z removed '/home/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:11.6671603Z removed '/home/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:11.6672534Z removed '/home/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:11.6673528Z removed '/home/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:11.6674485Z removed '/home/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:11.6675412Z removed '/home/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:11.6676394Z removed '/home/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:11.6677364Z removed '/home/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:11.6678315Z removed '/home/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:11.6679257Z removed '/home/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:11.6680220Z removed '/home/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:11.6681203Z removed '/home/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:11.6682192Z removed '/home/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:11.6683208Z removed '/home/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:11.6684128Z removed '/home/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:11.6685037Z removed '/home/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:11.6685947Z removed '/home/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:11.6686936Z removed '/home/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:11.6687856Z removed '/home/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:11.6688745Z removed '/home/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:11.6689709Z removed '/home/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:11.6690639Z removed '/home/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:11.6691570Z removed '/home/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:11.6692493Z removed '/home/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:11.6693429Z removed '/home/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:11.6694366Z removed '/home/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:11.6695306Z removed '/home/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:11.6696267Z removed '/home/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:11.6697208Z removed '/home/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:11.6698169Z removed '/home/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:11.6699365Z removed '/home/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:11.6700359Z removed '/home/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:11.6701298Z removed '/home/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:11.6702225Z removed '/home/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:11.6703176Z removed '/home/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:11.6704059Z removed '/home/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:11.6705039Z removed '/home/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:11.6705992Z removed '/home/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:11.6706929Z removed '/home/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:11.6707823Z removed '/home/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:11.6708818Z removed '/home/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:11.6709773Z removed '/home/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:11.6710714Z removed '/home/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:11.6711675Z removed '/home/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:11.6712626Z removed '/home/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:11.6713610Z removed '/home/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:11.6714574Z removed '/home/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:11.6715515Z removed '/home/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:11.6716474Z removed '/home/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:11.6717396Z removed '/home/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:11.6718414Z removed '/home/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:11.6719361Z removed '/home/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:11.6720294Z removed '/home/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:11.6721246Z removed '/home/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:11.6722182Z removed '/home/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:11.6723068Z removed '/home/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:11.6724005Z removed '/home/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:11.6724903Z removed '/home/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:11.6725801Z removed '/home/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:11.6726729Z removed '/home/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:11.6727663Z removed '/home/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:11.6728596Z removed '/home/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:11.6729605Z removed '/home/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:11.6730547Z removed '/home/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:11.6731494Z removed '/home/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:11.6732455Z removed '/home/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:11.6733398Z removed '/home/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:11.6734393Z removed '/home/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:11.6735394Z removed '/home/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:11.6736382Z removed '/home/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:11.6737282Z removed '/home/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:11.6738205Z removed '/home/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:11.6739125Z removed '/home/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:11.6740041Z removed '/home/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:11.6740991Z removed '/home/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:11.6741928Z removed '/home/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:11.6742822Z removed '/home/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:11.6743756Z removed '/home/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:11.6744701Z removed '/home/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:11.6745623Z removed '/home/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:11.6746541Z removed '/home/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:11.6747529Z removed '/home/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:11.6748477Z removed '/home/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:11.6749404Z removed '/home/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:11.6750322Z removed '/home/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:11.6751317Z removed '/home/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:11.6752244Z removed '/home/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:11.6753201Z removed '/home/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:11.6754127Z removed '/home/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:11.6755055Z removed '/home/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:11.6756015Z removed '/home/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:11.6756980Z removed '/home/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:11.6757940Z removed '/home/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:11.6758878Z removed '/home/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:11.6759844Z removed '/home/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:11.6760782Z removed '/home/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:11.6761775Z removed '/home/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:11.6762673Z removed '/home/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:11.6763625Z removed '/home/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:11.6764564Z removed '/home/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:11.6765462Z removed '/home/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:11.6766395Z removed '/home/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:11.6767334Z removed '/home/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:11.6768286Z removed '/home/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:11.6769271Z removed '/home/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:11.6770289Z removed '/home/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:11.6771232Z removed '/home/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:11.6772228Z removed '/home/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:11.6773213Z removed '/home/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:11.6774211Z removed '/home/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:11.6775147Z removed '/home/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:11.6776144Z removed '/home/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:11.6777104Z removed '/home/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:11.6778035Z removed '/home/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:11.6778960Z removed '/home/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:11.6779893Z removed '/home/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:11.6780783Z removed '/home/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:11.6781677Z removed '/home/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:11.6782600Z removed '/home/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:11.6783529Z removed '/home/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:11.6784460Z removed '/home/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:11.6785392Z removed '/home/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:11.6786353Z removed '/home/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:11.6787324Z removed '/home/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:11.6788288Z removed '/home/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:11.6789225Z removed '/home/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:11.6790211Z removed '/home/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:11.6791248Z removed '/home/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:11.6792250Z removed '/home/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:11.6793156Z removed '/home/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:11.6794070Z removed '/home/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:11.6795028Z removed '/home/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:11.6795971Z removed '/home/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:11.6796867Z removed '/home/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:11.6797805Z removed '/home/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:11.6799041Z removed '/home/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:11.6799971Z removed '/home/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:11.6800891Z removed '/home/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:11.6801890Z removed '/home/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:11.6802845Z removed '/home/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:11.6803883Z removed '/home/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:11.6804820Z removed '/home/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:11.6805848Z removed '/home/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:11.6806802Z removed '/home/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:11.6807843Z removed '/home/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:11.6808848Z removed '/home/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:11.6809868Z removed '/home/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:11.6810800Z removed '/home/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:11.6811775Z removed '/home/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:11.6812711Z removed '/home/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:11.6813709Z removed '/home/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:11.6814664Z removed '/home/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:11.6815597Z removed '/home/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:11.6816522Z removed '/home/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:11.6817418Z removed '/home/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:11.6818376Z removed '/home/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:11.6819308Z removed '/home/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:11.6820195Z removed '/home/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:11.6821220Z removed '/home/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:11.6822178Z removed '/home/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:11.6823136Z removed '/home/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:11.6824094Z removed '/home/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:11.6825061Z removed '/home/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:11.6826042Z removed '/home/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:11.6827033Z removed '/home/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:11.6827973Z removed '/home/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:11.6828896Z removed '/home/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:11.6829814Z removed '/home/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:11.6830804Z removed '/home/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:11.6831753Z removed '/home/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:11.6832676Z removed '/home/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:11.6833595Z removed '/home/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:11.6834536Z removed '/home/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:11.6835424Z removed '/home/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:11.6836349Z removed '/home/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:11.6837293Z removed '/home/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:11.6838251Z removed '/home/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:11.6839148Z removed '/home/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:11.6840111Z removed '/home/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:11.6841047Z removed '/home/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:11.6841968Z removed '/home/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:11.6842908Z removed '/home/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:11.6843875Z removed '/home/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:11.6844863Z removed '/home/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:11.6845832Z removed '/home/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:11.6846800Z removed '/home/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:11.6847743Z removed '/home/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:11.6848732Z removed '/home/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:11.6849766Z removed '/home/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:11.6850748Z removed '/home/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:11.6851715Z removed '/home/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:11.6852670Z removed '/home/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:11.6853600Z removed '/home/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:11.6854574Z removed '/home/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:11.6855535Z removed '/home/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:11.6856533Z removed '/home/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:11.6857519Z removed '/home/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:11.6858448Z removed '/home/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:11.6859374Z removed '/home/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:11.6860337Z removed '/home/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:11.6861244Z removed '/home/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:11.6862185Z removed '/home/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:11.6863134Z removed '/home/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:11.6864072Z removed '/home/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:11.6864970Z removed '/home/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:11.6865968Z removed '/home/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:11.6866916Z removed '/home/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:11.6867855Z removed '/home/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:11.6868816Z removed '/home/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:11.6869760Z removed '/home/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:11.6870742Z removed '/home/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:11.6871705Z removed '/home/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:11.6872643Z removed '/home/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:11.6873595Z removed '/home/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:11.6874540Z removed '/home/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:11.6875538Z removed '/home/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:11.6876490Z removed '/home/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:11.6877508Z removed '/home/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:11.6878467Z removed '/home/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:11.6879466Z removed '/home/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:11.6880420Z removed '/home/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:11.6881423Z removed '/home/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:11.6882379Z removed '/home/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:11.6883351Z removed '/home/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:11.6884277Z removed '/home/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:11.6885257Z removed '/home/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:11.6886197Z removed '/home/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:11.6887200Z removed '/home/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:11.6888163Z removed '/home/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:11.6889173Z removed '/home/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:11.6890096Z removed '/home/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:11.6891037Z removed '/home/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:11.6892024Z removed '/home/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:11.6892959Z removed '/home/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:11.6893853Z removed '/home/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:11.6894877Z removed '/home/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:11.6895856Z removed '/home/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:11.6896787Z removed '/home/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:11.6897744Z removed '/home/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:11.6898896Z removed '/home/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:11.6899880Z removed '/home/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:11.6900854Z removed '/home/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:11.6901793Z removed '/home/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:11.6902718Z removed '/home/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:11.6903640Z removed '/home/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:11.6904637Z removed '/home/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:11.6905591Z removed '/home/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:11.6906570Z removed '/home/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:11.6907503Z removed '/home/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:11.6908561Z removed '/home/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:11.6909514Z removed '/home/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:11.6910549Z removed '/home/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:11.6911506Z removed '/home/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:11.6912516Z removed '/home/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:11.6913483Z removed '/home/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:11.6914479Z removed '/home/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:11.6915428Z removed '/home/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:11.6916413Z removed '/home/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:11.6917363Z removed '/home/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:11.6918333Z removed '/home/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:11.6919263Z removed '/home/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:11.6920242Z removed '/home/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:11.6921208Z removed '/home/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:11.6921952Z 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:11.6922684Z 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:11.6923644Z removed '/home/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:11.6924588Z removed '/home/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:11.6925582Z removed '/home/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:11.6926532Z removed '/home/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:11.6927520Z removed '/home/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:11.6928459Z removed '/home/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:11.6929488Z removed '/home/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:11.6930470Z removed '/home/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:11.6931460Z removed '/home/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:11.6932403Z removed '/home/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:11.6933360Z removed '/home/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:11.6934310Z removed '/home/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:11.6935277Z removed '/home/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:11.6936229Z removed '/home/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:11.6937198Z removed '/home/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:11.6938141Z removed '/home/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:11.6939106Z removed '/home/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:11.6940053Z removed '/home/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:11.6941013Z removed '/home/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:11.6941958Z removed '/home/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:11.6942943Z removed '/home/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:11.6943889Z removed '/home/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:11.6944889Z removed '/home/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:11.6945837Z removed '/home/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:11.6946811Z removed '/home/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:11.6947793Z removed '/home/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:11.6948751Z removed '/home/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:11.6949726Z removed '/home/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:11.6950655Z removed '/home/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:11.6951586Z removed '/home/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:11.6952533Z removed '/home/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:11.6953478Z removed '/home/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:11.6954473Z removed '/home/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:11.6955440Z removed '/home/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:11.6956369Z removed '/home/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:11.6957345Z removed '/home/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:11.6958276Z removed '/home/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:11.6959230Z removed '/home/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:11.6960180Z removed '/home/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:11.6961084Z removed '/home/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:11.6961994Z removed '/home/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:11.6962932Z removed '/home/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:11.6963849Z removed '/home/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:11.6964777Z removed '/home/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:11.6965680Z removed '/home/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:11.6966610Z removed '/home/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:11.6967534Z removed '/home/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:11.6968546Z removed '/home/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:11.6969611Z removed '/home/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:11.6970641Z removed '/home/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:11.6971645Z removed '/home/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:11.6972585Z removed '/home/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:11.6973506Z removed '/home/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:11.6974447Z removed '/home/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:11.6975371Z removed '/home/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:11.6976319Z removed '/home/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:11.6977246Z removed '/home/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:11.6978276Z removed '/home/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:11.6979307Z removed '/home/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:11.6980191Z removed '/home/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:11.6981129Z removed '/home/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:11.6982129Z removed '/home/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:11.6983108Z removed '/home/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:11.6984003Z removed '/home/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:11.6984897Z removed '/home/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:11.6985818Z removed '/home/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:11.6986765Z removed '/home/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:11.6987704Z removed '/home/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:11.6988679Z removed '/home/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:11.6989635Z removed '/home/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:11.6990563Z removed '/home/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:11.6991556Z removed '/home/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:11.6992460Z removed '/home/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:11.6993377Z removed '/home/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:11.6994347Z removed '/home/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:11.6995304Z removed '/home/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:11.6996258Z removed '/home/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:11.6997198Z removed '/home/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:11.6998157Z removed '/home/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:11.6999322Z removed '/home/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:11.7000279Z removed '/home/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:11.7001232Z removed '/home/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:11.7002186Z removed '/home/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:11.7003105Z removed '/home/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:11.7004098Z removed '/home/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:11.7005045Z removed '/home/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:11.7005974Z removed '/home/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:11.7006893Z removed '/home/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:11.7007801Z removed '/home/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:11.7008686Z removed '/home/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:11.7009681Z removed '/home/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:11.7010575Z removed '/home/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:11.7011468Z removed '/home/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:11.7012443Z removed '/home/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:11.7013388Z removed '/home/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:11.7014438Z removed '/home/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:11.7015440Z removed '/home/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:11.7016447Z removed '/home/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:11.7017488Z removed '/home/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:11.7018443Z removed '/home/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:11.7019370Z removed '/home/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:11.7020300Z removed '/home/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:11.7021238Z removed '/home/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:11.7022170Z removed '/home/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:11.7023110Z removed '/home/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:11.7024108Z removed '/home/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:11.7025105Z removed '/home/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:11.7025993Z removed '/home/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:11.7026982Z removed '/home/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:11.7027924Z removed '/home/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:11.7028832Z removed '/home/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:11.7029747Z removed '/home/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:11.7030698Z removed '/home/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:11.7031659Z removed '/home/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:11.7032606Z removed '/home/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:11.7033568Z removed '/home/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:11.7034571Z removed '/home/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:11.7035508Z removed '/home/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:11.7036415Z removed '/home/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:11.7037355Z removed '/home/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:11.7038271Z removed '/home/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:11.7039202Z removed '/home/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:11.7040143Z removed '/home/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:11.7041068Z removed '/home/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:11.7042011Z removed '/home/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:11.7042951Z removed '/home/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:11.7043935Z removed '/home/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:11.7044895Z removed '/home/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:11.7045809Z removed '/home/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:11.7046746Z removed '/home/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:11.7047687Z removed '/home/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:11.7048651Z removed '/home/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:11.7049626Z removed '/home/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:11.7050640Z removed '/home/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:11.7051671Z removed '/home/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:11.7052717Z removed '/home/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:11.7053722Z removed '/home/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:11.7054661Z removed '/home/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:11.7055578Z removed '/home/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:11.7056524Z removed '/home/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:11.7057449Z removed '/home/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:11.7058395Z removed '/home/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:11.7059322Z removed '/home/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:11.7060336Z removed '/home/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:11.7061328Z removed '/home/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:11.7062230Z removed '/home/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:11.7063196Z removed '/home/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:11.7064149Z removed '/home/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:11.7065099Z removed '/home/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:11.7066044Z removed '/home/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:11.7067031Z removed '/home/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:11.7068000Z removed '/home/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:11.7069001Z removed '/home/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:11.7069908Z removed '/home/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:11.7070894Z removed '/home/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:11.7071816Z removed '/home/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:11.7072731Z removed '/home/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:11.7073686Z removed '/home/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:11.7074605Z removed '/home/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:11.7075561Z removed '/home/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:11.7076478Z removed '/home/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:11.7077471Z removed '/home/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:11.7078418Z removed '/home/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:11.7079503Z removed '/home/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:11.7080525Z removed '/home/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:11.7081551Z removed '/home/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:11.7082543Z removed '/home/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:11.7083496Z removed '/home/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:11.7084439Z removed '/home/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:11.7085393Z removed '/home/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:11.7086358Z removed '/home/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:11.7087292Z removed '/home/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:11.7088231Z removed '/home/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:11.7089215Z removed '/home/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:11.7090098Z removed '/home/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:11.7091040Z removed '/home/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:11.7091968Z removed '/home/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:11.7092984Z removed '/home/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:11.7093974Z removed '/home/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:11.7094994Z removed '/home/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:11.7095998Z removed '/home/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:11.7096941Z removed '/home/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:11.7097858Z removed '/home/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:11.7098927Z removed '/home/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:11.7099920Z removed '/home/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:11.7100861Z removed '/home/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:11.7101843Z removed '/home/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:11.7102847Z removed '/home/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:11.7103847Z removed '/home/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:11.7104766Z removed '/home/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:11.7105795Z removed '/home/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:11.7106734Z removed '/home/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:11.7107667Z removed '/home/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:11.7108596Z removed '/home/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:11.7109658Z removed '/home/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:11.7110621Z removed '/home/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:11.7111588Z removed '/home/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:11.7112500Z removed '/home/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:11.7113407Z removed '/home/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:11.7114350Z removed '/home/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:11.7115271Z removed '/home/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:11.7116188Z removed '/home/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:11.7117161Z removed '/home/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:11.7118076Z removed '/home/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:11.7119056Z removed '/home/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:11.7119975Z removed '/home/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:11.7120949Z removed '/home/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:11.7121912Z removed '/home/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:11.7122868Z removed '/home/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:11.7123824Z removed '/home/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:11.7124765Z removed '/home/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:11.7125730Z removed '/home/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:11.7126676Z removed '/home/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:11.7127598Z removed '/home/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:11.7128516Z removed '/home/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:11.7129452Z removed '/home/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:11.7130436Z removed '/home/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:11.7131396Z removed '/home/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:11.7132321Z removed '/home/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:11.7133243Z removed '/home/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:11.7134213Z removed '/home/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:11.7135170Z removed '/home/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:11.7136151Z removed '/home/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:11.7137059Z removed '/home/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:11.7137990Z removed '/home/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:11.7139026Z removed '/home/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:11.7140012Z removed '/home/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:11.7140928Z removed '/home/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:11.7141865Z removed '/home/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:11.7142772Z removed '/home/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:11.7143668Z removed '/home/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:11.7144636Z removed '/home/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:11.7145591Z removed '/home/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:11.7146544Z removed '/home/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:11.7147518Z removed '/home/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:11.7148430Z removed '/home/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:11.7149387Z removed '/home/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:11.7150294Z removed '/home/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:11.7151219Z removed '/home/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:11.7152177Z removed '/home/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:11.7153159Z removed '/home/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:11.7154119Z removed '/home/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:11.7155083Z removed '/home/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:11.7156039Z removed '/home/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:11.7157001Z removed '/home/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:11.7157974Z removed '/home/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:11.7158892Z removed '/home/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:11.7159811Z removed '/home/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:11.7160738Z removed '/home/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:11.7161636Z removed '/home/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:11.7162561Z removed '/home/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:11.7163529Z removed '/home/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:11.7164487Z removed '/home/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:11.7165421Z removed '/home/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:11.7166382Z removed '/home/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:11.7167322Z removed '/home/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:11.7168262Z removed '/home/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:11.7169293Z removed '/home/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:11.7170216Z removed '/home/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:11.7171216Z removed '/home/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:11.7172147Z removed '/home/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:11.7173116Z removed '/home/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:11.7174063Z removed '/home/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:11.7175067Z removed '/home/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:11.7175998Z removed '/home/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:11.7176926Z removed '/home/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:11.7177841Z removed '/home/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:11.7178736Z removed '/home/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:11.7179694Z removed '/home/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:11.7180662Z removed '/home/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:11.7181585Z removed '/home/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:11.7182525Z removed '/home/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:11.7183482Z removed '/home/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:11.7184437Z removed '/home/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:11.7185343Z removed '/home/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:11.7186301Z removed '/home/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:11.7187261Z removed '/home/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:11.7188237Z removed '/home/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:11.7189195Z removed '/home/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:11.7190137Z removed '/home/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:11.7191128Z removed '/home/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:11.7192097Z removed '/home/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:11.7192842Z 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:11.7193578Z 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:11.7194558Z removed '/home/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:11.7195529Z removed '/home/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:11.7196516Z removed '/home/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:11.7197493Z removed '/home/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:11.7198600Z removed '/home/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:11.7199567Z removed '/home/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:11.7200551Z removed '/home/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:11.7201513Z removed '/home/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:11.7202490Z removed '/home/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:11.7203451Z removed '/home/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:11.7204472Z removed '/home/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:11.7205427Z removed '/home/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:11.7206449Z removed '/home/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:11.7207415Z removed '/home/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:11.7208435Z removed '/home/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:11.7209508Z removed '/home/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:11.7210485Z removed '/home/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:11.7211446Z removed '/home/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:11.7212423Z removed '/home/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:11.7213386Z removed '/home/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:11.7214364Z removed '/home/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:11.7215312Z removed '/home/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:11.7216301Z removed '/home/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:11.7217254Z removed '/home/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:11.7218262Z removed '/home/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:11.7219222Z removed '/home/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:11.7220178Z removed '/home/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:11.7221150Z removed '/home/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:11.7222146Z removed '/home/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:11.7223113Z removed '/home/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:11.7224091Z removed '/home/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:11.7225033Z removed '/home/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:11.7226085Z removed '/home/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:11.7227076Z removed '/home/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:11.7228031Z removed '/home/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:11.7229004Z removed '/home/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:11.7229962Z removed '/home/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:11.7230919Z removed '/home/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:11.7231873Z removed '/home/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:11.7232783Z removed '/home/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:11.7233690Z removed '/home/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:11.7234635Z removed '/home/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:11.7235580Z removed '/home/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:11.7236484Z removed '/home/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:11.7237386Z removed '/home/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:11.7238321Z removed '/home/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:11.7239677Z removed '/home/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:11.7240687Z removed '/home/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:11.7241754Z removed '/home/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:11.7242766Z removed '/home/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:11.7243749Z removed '/home/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:11.7244709Z removed '/home/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:11.7245673Z removed '/home/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:11.7246615Z removed '/home/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:11.7247573Z removed '/home/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:11.7248516Z removed '/home/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:11.7249615Z removed '/home/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:11.7250626Z removed '/home/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:11.7251579Z removed '/home/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:11.7252573Z removed '/home/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:11.7253547Z removed '/home/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:11.7254460Z removed '/home/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:11.7255365Z removed '/home/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:11.7256312Z removed '/home/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:11.7257290Z removed '/home/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:11.7258300Z removed '/home/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:11.7259246Z removed '/home/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:11.7260183Z removed '/home/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:11.7261196Z removed '/home/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:11.7262135Z removed '/home/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:11.7263137Z removed '/home/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:11.7264062Z removed '/home/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:11.7265026Z removed '/home/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:11.7265953Z removed '/home/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:11.7266914Z removed '/home/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:11.7267839Z removed '/home/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:11.7268802Z removed '/home/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:11.7269740Z removed '/home/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:11.7270744Z removed '/home/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:11.7271707Z removed '/home/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:11.7272649Z removed '/home/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:11.7273580Z removed '/home/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:11.7274544Z removed '/home/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:11.7275440Z removed '/home/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:11.7276409Z removed '/home/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:11.7277312Z removed '/home/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:11.7278216Z removed '/home/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:11.7279179Z removed '/home/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:11.7280216Z removed '/home/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:11.7281233Z removed '/home/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:11.7282249Z removed '/home/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:11.7283283Z removed '/home/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:11.7284223Z removed '/home/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:11.7285170Z removed '/home/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:11.7286111Z removed '/home/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:11.7287059Z removed '/home/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:11.7288003Z removed '/home/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:11.7289024Z removed '/home/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:11.7290034Z removed '/home/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:11.7291045Z removed '/home/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:11.7292060Z removed '/home/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:11.7293027Z removed '/home/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:11.7293982Z removed '/home/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:11.7294892Z removed '/home/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:11.7295835Z removed '/home/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:11.7296796Z removed '/home/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:11.7297726Z removed '/home/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:11.7298825Z removed '/home/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:11.7299748Z removed '/home/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:11.7300698Z removed '/home/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:11.7301645Z removed '/home/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:11.7302592Z removed '/home/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:11.7303544Z removed '/home/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:11.7304498Z removed '/home/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:11.7305495Z removed '/home/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:11.7306473Z removed '/home/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:11.7307410Z removed '/home/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:11.7308355Z removed '/home/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:11.7309423Z removed '/home/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:11.7310444Z removed '/home/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:11.7311503Z removed '/home/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:11.7312524Z removed '/home/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:11.7313462Z removed '/home/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:11.7314444Z removed '/home/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:11.7315424Z removed '/home/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:11.7316378Z removed '/home/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:11.7317325Z removed '/home/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:11.7318282Z removed '/home/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:11.7319288Z removed '/home/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:11.7320300Z removed '/home/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:11.7321287Z removed '/home/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:11.7322254Z removed '/home/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:11.7323159Z removed '/home/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:11.7324125Z removed '/home/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:11.7325047Z removed '/home/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:11.7325996Z removed '/home/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:11.7326971Z removed '/home/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:11.7327910Z removed '/home/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:11.7328926Z removed '/home/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:11.7329887Z removed '/home/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:11.7330881Z removed '/home/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:11.7331887Z removed '/home/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:11.7333002Z removed '/home/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:11.7334051Z removed '/home/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:11.7335028Z removed '/home/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:11.7335991Z removed '/home/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:11.7336925Z removed '/home/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:11.7337900Z removed '/home/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:11.7338838Z removed '/home/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:11.7339787Z removed '/home/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:11.7340720Z removed '/home/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:11.7341645Z removed '/home/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:11.7342538Z removed '/home/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:11.7343488Z removed '/home/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:11.7344529Z removed '/home/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:11.7345547Z removed '/home/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:11.7346656Z removed '/home/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:11.7347684Z removed '/home/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:11.7348652Z removed '/home/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:11.7349595Z removed '/home/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:11.7350557Z removed '/home/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:11.7351503Z removed '/home/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:11.7352444Z removed '/home/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:11.7353401Z removed '/home/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:11.7354409Z removed '/home/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:11.7355412Z removed '/home/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:11.7356406Z removed '/home/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:11.7357361Z removed '/home/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:11.7358438Z removed '/home/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:11.7359364Z removed '/home/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:11.7360299Z removed '/home/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:11.7361249Z removed '/home/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:11.7362220Z removed '/home/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:11.7363156Z removed '/home/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:11.7364143Z removed '/home/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:11.7365072Z removed '/home/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:11.7366072Z removed '/home/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:11.7367010Z removed '/home/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:11.7368026Z removed '/home/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:11.7369036Z removed '/home/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:11.7370023Z removed '/home/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:11.7370967Z removed '/home/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:11.7371955Z removed '/home/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:11.7372906Z removed '/home/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:11.7373860Z removed '/home/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:11.7374836Z removed '/home/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:11.7375789Z removed '/home/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:11.7376749Z removed '/home/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:11.7377691Z removed '/home/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:11.7378687Z removed '/home/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:11.7379700Z removed '/home/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:11.7380634Z removed '/home/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:11.7381608Z removed '/home/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:11.7382535Z removed '/home/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:11.7383533Z removed '/home/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:11.7384515Z removed '/home/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:11.7385484Z removed '/home/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:11.7386439Z removed '/home/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:11.7387373Z removed '/home/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:11.7388308Z removed '/home/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:11.7389259Z removed '/home/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:11.7390233Z removed '/home/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:11.7391193Z removed '/home/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:11.7392159Z removed '/home/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:11.7393116Z removed '/home/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:11.7394094Z removed '/home/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:11.7395047Z removed '/home/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:11.7395992Z removed '/home/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:11.7396981Z removed '/home/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:11.7397919Z removed '/home/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:11.7399058Z removed '/home/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:11.7400004Z removed '/home/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:11.7400977Z removed '/home/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:11.7401967Z removed '/home/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:11.7402992Z removed '/home/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:11.7403938Z removed '/home/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:11.7404884Z removed '/home/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:11.7405858Z removed '/home/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:11.7406812Z removed '/home/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:11.7407785Z removed '/home/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:11.7408740Z removed '/home/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:11.7409740Z removed '/home/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:11.7410688Z removed '/home/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:11.7411611Z removed '/home/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:11.7412553Z removed '/home/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:11.7413519Z removed '/home/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:11.7414514Z removed '/home/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:11.7415466Z removed '/home/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:11.7416430Z removed '/home/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:11.7417357Z removed '/home/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:11.7418344Z removed '/home/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:11.7419317Z removed '/home/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:11.7420331Z removed '/home/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:11.7421270Z removed '/home/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:11.7422245Z removed '/home/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:11.7423187Z removed '/home/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:11.7423932Z 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:11.7424673Z 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:11.7425634Z 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:11.7426599Z 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:11.7427557Z 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:11.7428490Z 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:11.7430546Z 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:11.7432376Z 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:11.7434195Z 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:11.7436287Z 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:11.7438290Z 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:11.7440318Z 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:11.7442338Z 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:11.7444411Z 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:11.7446216Z 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:11.7448033Z 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:11.7450058Z 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:11.7451967Z 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:11.7453973Z 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:11.7456029Z 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:11.7458046Z 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:11.7460011Z 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:11.7461948Z 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:11.7463901Z 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:11.7465843Z 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:11.7467818Z 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:11.7469785Z 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:11.7471753Z 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:11.7473763Z 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:11.7475733Z 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:11.7477718Z 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:11.7479732Z 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:11.7481746Z 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:11.7483741Z 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:11.7485736Z 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:11.7487705Z 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:11.7489755Z 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:11.7491734Z 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:11.7493693Z 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:11.7495645Z 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:11.7497586Z 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:11.7499682Z 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:11.7501645Z 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:11.7503612Z 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:11.7505543Z 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:11.7507556Z 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:11.7509686Z 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:11.7511717Z 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:11.7513758Z 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:11.7515715Z 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:11.7517672Z 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:11.7519653Z 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:11.7521686Z 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:11.7523666Z 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:11.7525649Z 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:11.7527626Z 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:11.7529748Z 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:11.7531749Z 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:11.7533732Z 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:11.7535678Z 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:11.7537630Z 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:11.7539606Z 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:11.7541581Z 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:11.7543562Z 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:11.7545534Z 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:11.7547619Z 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:11.7549590Z 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:11.7551576Z 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:11.7553568Z 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:11.7555595Z 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:11.7557633Z 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:11.7559627Z 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:11.7561591Z 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:11.7563691Z 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:11.7565865Z 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:11.7567999Z 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:11.7570186Z 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:11.7572233Z 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:11.7574236Z 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:11.7576254Z 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:11.7578269Z 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:11.7580291Z 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:11.7582346Z 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:11.7584381Z 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:11.7586482Z 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:11.7588572Z 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:11.7590644Z 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:11.7592741Z 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:11.7594850Z 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:11.7596943Z 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:11.7599227Z 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:11.7601286Z 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:11.7603352Z 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:11.7605408Z 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:11.7607447Z 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:11.7609539Z 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:11.7611560Z 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:11.7613590Z 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:11.7615620Z 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:11.7617654Z 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:11.7619677Z 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:11.7621772Z 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:11.7624051Z 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:11.7626214Z 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:11.7628310Z 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:11.7630345Z 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:11.7632392Z 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:11.7634450Z 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:11.7636473Z 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:11.7638497Z 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:11.7640514Z 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:11.7642546Z 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:11.7644561Z 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:11.7646547Z 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:11.7648541Z 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:11.7650628Z 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:11.7652620Z 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:11.7654645Z 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:11.7656687Z 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:11.7658719Z 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:11.7660838Z 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:11.7662884Z 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:11.7664972Z 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:11.7667057Z 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:11.7669129Z 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:11.7671163Z 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:11.7673218Z 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:11.7675354Z 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:11.7677520Z 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:11.7679637Z 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:11.7681735Z 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:11.7683775Z 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:11.7685780Z 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:11.7687795Z 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:11.7689860Z 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:11.7691896Z 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:11.7693952Z 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:11.7695988Z 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:11.7698080Z 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:11.7700310Z 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:11.7702431Z 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:11.7704500Z 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:11.7706553Z 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:11.7708653Z 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:11.7710734Z 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:11.7712785Z 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:11.7714850Z 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:11.7716897Z 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:11.7718929Z 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:11.7720963Z 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:11.7722981Z 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:11.7724998Z 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:11.7727028Z 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:11.7729102Z 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:11.7731121Z 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:11.7733232Z 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:11.7735453Z 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:11.7737578Z 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:11.7739717Z 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:11.7741750Z 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:11.7743746Z 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:11.7745802Z 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:11.7747843Z 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:11.7749870Z 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:11.7751895Z 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:11.7753909Z 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:11.7755917Z 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:11.7757916Z 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:11.7759907Z 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:11.7761907Z 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:11.7763907Z 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:11.7765912Z 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:11.7767943Z 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:11.7770006Z 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:11.7772038Z 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:11.7774122Z 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:11.7776206Z 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:11.7778270Z 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:11.7780312Z 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:11.7782376Z 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:11.7784455Z 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:11.7786587Z 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:11.7788749Z 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:11.7790870Z 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:11.7792965Z 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:11.7794993Z 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:11.7796997Z 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:11.7799146Z 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:11.7801153Z 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:11.7803165Z 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:11.7805222Z 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:11.7807252Z 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:11.7809345Z 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:11.7811456Z 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:11.7813576Z 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:11.7815668Z 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:11.7817730Z 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:11.7819832Z 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:11.7821901Z 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:11.7829985Z 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:11.7832173Z 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:11.7834241Z 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:11.7836303Z 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:11.7838355Z 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:11.7840384Z 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:11.7842411Z 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:11.7844453Z 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:11.7846487Z 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:11.7848514Z 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:11.7850731Z 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:11.7852900Z 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:11.7855212Z 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:11.7857344Z 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:11.7859380Z 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:11.7861388Z 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:11.7863441Z 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:11.7865494Z 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:11.7867523Z 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:11.7869551Z 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:11.7871575Z 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:11.7873597Z 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:11.7875591Z 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:11.7877577Z 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:11.7879578Z 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:11.7881576Z 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:11.7883584Z 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:11.7885626Z 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:11.7887650Z 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:11.7889754Z 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:11.7891823Z 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:11.7893889Z 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:11.7895993Z 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:11.7898034Z 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:11.7900305Z 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:11.7902418Z 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:11.7904472Z 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:11.7906400Z 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:11.7908314Z 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:11.7910301Z 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:11.7912347Z 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:11.7914354Z 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:11.7916312Z 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:11.7918253Z 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:11.7920204Z 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:11.7922128Z 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:11.7924075Z 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:11.7926021Z 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:11.7927977Z 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:11.7930048Z 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:11.7932015Z 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:11.7934011Z 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:11.7936014Z 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:11.7938056Z 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:11.7940039Z 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:11.7942016Z 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:11.7943974Z 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:11.7945935Z 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:11.7947893Z 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:11.7949836Z 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:11.7951783Z 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:11.7953708Z 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:11.7955595Z 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:11.7957510Z 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:11.7959450Z 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:11.7961387Z 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:11.7963309Z 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:11.7965196Z 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:11.7967197Z 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:11.7969333Z 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:11.7971349Z 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:11.7973303Z 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:11.7975278Z 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:11.7977259Z 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:11.7979181Z 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:11.7981115Z 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:11.7983052Z 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:11.7984997Z 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:11.7986942Z 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:11.7988859Z 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:11.7990754Z 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:11.7992674Z 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:11.7994605Z 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:11.7996490Z 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:11.7998533Z 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:11.8000441Z 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:11.8002365Z 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:11.8004372Z 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:11.8006349Z 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:11.8008298Z 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:11.8010297Z 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:11.8012268Z 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:11.8014279Z 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:11.8016279Z 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:11.8018247Z 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:11.8020203Z 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:11.8022151Z 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:11.8023910Z 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:11.8025588Z 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:11.8027391Z 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:11.8029148Z 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:11.8030868Z 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:11.8032603Z 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:11.8034316Z 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:11.8035993Z 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:11.8037663Z 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:11.8039396Z 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:11.8041121Z 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:11.8042935Z 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:11.8044745Z 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:11.8046528Z 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:11.8048348Z 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:11.8050190Z 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:11.8051999Z 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:11.8053724Z 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:11.8055423Z 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:11.8057123Z 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:11.8058798Z 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:11.8060441Z 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:11.8062070Z 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:11.8063724Z 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:11.8065414Z 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:11.8067034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv' 2025-03-21T20:18:11.8068547Z 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:11.8070178Z 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:11.8071914Z 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:11.8073641Z 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:11.8075405Z 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:11.8077183Z 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:11.8079061Z 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:11.8080892Z 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:11.8082714Z 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:11.8084442Z 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:11.8085993Z 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:11.8087580Z 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:11.8089206Z 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:11.8090728Z 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:11.8092252Z 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:11.8093795Z 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:11.8095460Z 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:11.8097190Z 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:11.8099075Z 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:11.8100792Z 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:11.8102520Z 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:11.8104253Z 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:11.8105988Z 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:11.8107707Z 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:11.8109450Z 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:11.8111238Z 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:11.8113092Z 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:11.8114921Z 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:11.8116681Z 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:11.8118413Z 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:11.8120139Z 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:11.8121901Z 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:11.8123660Z 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:11.8125376Z 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:11.8127091Z 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:11.8128833Z 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:11.8130669Z 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:11.8132408Z 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:11.8134147Z 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:11.8135872Z 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:11.8137599Z 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:11.8139331Z 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:11.8141069Z 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:11.8142800Z 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:11.8144536Z 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:11.8146268Z 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:11.8148066Z 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:11.8149849Z 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:11.8151645Z 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:11.8153419Z 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:11.8155087Z 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:11.8156666Z 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:11.8158222Z 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:11.8159810Z 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:11.8161341Z 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:11.8162877Z 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:11.8164405Z 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:11.8165967Z 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:11.8167511Z 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:11.8169227Z 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:11.8170984Z 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:11.8172790Z 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:11.8174628Z 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:11.8176401Z 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:11.8178114Z 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:11.8179896Z 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:11.8181663Z 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:11.8183402Z 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:11.8185192Z 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:11.8187109Z 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:11.8188957Z 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:11.8190770Z 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:11.8192581Z 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:11.8194334Z 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:11.8196114Z 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:11.8197919Z 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:11.8199924Z 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:11.8201759Z 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:11.8203549Z 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:11.8205350Z 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:11.8207124Z 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:11.8208802Z 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:11.8210472Z 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:11.8212095Z 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:11.8213727Z 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:11.8215346Z 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:11.8216919Z 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:11.8218549Z 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:11.8220275Z 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:11.8221932Z 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:11.8223594Z 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:11.8225164Z 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:11.8226823Z 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:11.8228508Z 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:11.8230090Z 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:11.8231748Z 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:11.8233364Z 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:11.8234966Z 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:11.8236582Z 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:11.8238222Z 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:11.8239849Z 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:11.8241429Z 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:11.8243020Z 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:11.8244670Z 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:11.8246280Z 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:11.8247838Z 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:11.8249463Z 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:11.8251022Z 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:11.8252562Z 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:11.8254138Z 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:11.8255809Z 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:11.8257372Z 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:11.8258904Z 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:11.8260396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm' 2025-03-21T20:18:11.8262074Z 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:11.8263969Z 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:11.8265743Z 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:11.8267480Z 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:11.8269264Z 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:11.8271039Z 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:11.8272841Z 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:11.8274732Z 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:11.8276589Z 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:11.8278414Z 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:11.8280212Z 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:11.8281972Z 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:11.8283794Z 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:11.8285663Z 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:11.8287501Z 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:11.8289364Z 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:11.8291186Z 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:11.8293019Z 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:11.8294752Z 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:11.8296396Z 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:11.8298026Z 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:11.8299789Z 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:11.8301473Z 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:11.8303085Z 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:11.8304726Z 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:11.8306383Z 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:11.8308060Z 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:11.8309720Z 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:11.8311365Z 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:11.8313025Z 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:11.8314616Z 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:11.8316226Z 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:11.8317828Z 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:11.8319499Z 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:11.8321148Z 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:11.8322745Z 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:11.8324351Z 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:11.8326016Z 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:11.8327698Z 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:11.8329345Z 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:11.8331023Z 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:11.8332587Z 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:11.8334159Z 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:11.8335748Z 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:11.8337429Z 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:11.8339076Z 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:11.8340584Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm' 2025-03-21T20:18:11.8342242Z 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:11.8344122Z 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:11.8346017Z 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:11.8347893Z 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:11.8349754Z 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:11.8351582Z 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:11.8353406Z 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:11.8355231Z 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:11.8357046Z 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:11.8358910Z 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:11.8360792Z 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:11.8362652Z 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:11.8364555Z 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:11.8366359Z 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:11.8368250Z 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:11.8370042Z 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:11.8371569Z 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:11.8373109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw' 2025-03-21T20:18:11.8374932Z 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:11.8376992Z 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:11.8379018Z 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:11.8381128Z 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:11.8383289Z 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:11.8385419Z 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:11.8386384Z 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:11.8387356Z 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:11.8388346Z 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:11.8389318Z 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:11.8390281Z 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:11.8391249Z 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:11.8392230Z 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:11.8393243Z 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:11.8394272Z 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:11.8395229Z 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:11.8396227Z 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:11.8397233Z 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:11.8398506Z 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:11.8399460Z 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:11.8400465Z 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:11.8401417Z 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:11.8402389Z 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:11.8403397Z 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:11.8404378Z 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:11.8405342Z 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:11.8406319Z 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:11.8407281Z 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:11.8408249Z 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:11.8409287Z 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:11.8410262Z 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:11.8411276Z 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:11.8412273Z 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:11.8413300Z 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:11.8414306Z 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:11.8415338Z 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:11.8416339Z 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:11.8417318Z 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:11.8418280Z 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:11.8419241Z 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:11.8420211Z 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:11.8421172Z 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:11.8422146Z 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:11.8423094Z 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:11.8424082Z 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:11.8425023Z 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:11.8425982Z 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:11.8426923Z 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:11.8427899Z 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:11.8428867Z 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:11.8429867Z 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:11.8430845Z 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:11.8431812Z 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:11.8432839Z 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:11.8433850Z 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:11.8434790Z 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:11.8435777Z 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:11.8436726Z 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:11.8437687Z 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:11.8438694Z 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:11.8439672Z 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:11.8440642Z 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:11.8441598Z 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:11.8442569Z 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:11.8443546Z 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:11.8444525Z 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:11.8445542Z 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:11.8446543Z 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:11.8447541Z 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:11.8448496Z 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:11.8449538Z 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:11.8450511Z 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:11.8451522Z 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:11.8452484Z 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:11.8453470Z 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:11.8454409Z 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:11.8455361Z 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:11.8456316Z 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:11.8457290Z 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:11.8458382Z 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:11.8459445Z 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:11.8460496Z 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:11.8461530Z 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:11.8462507Z 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:11.8463545Z 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:11.8464526Z 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:11.8465564Z 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:11.8466583Z 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:11.8467562Z 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:11.8468617Z 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:11.8469650Z 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:11.8470690Z 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:11.8471728Z 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:11.8472740Z 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:11.8473768Z 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:11.8474803Z 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:11.8475828Z 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:11.8476824Z 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:11.8477852Z 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:11.8478856Z 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:11.8479910Z 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:11.8480936Z 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:11.8481969Z 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:11.8483003Z 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:11.8484002Z 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:11.8485004Z 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:11.8486027Z 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:11.8487065Z 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:11.8488064Z 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:11.8489113Z 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:11.8490213Z 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:11.8491283Z 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:11.8492333Z 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:11.8493374Z 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:11.8494356Z 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:11.8495361Z 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:11.8496365Z 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:11.8497383Z 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:11.8498517Z 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:11.8499596Z 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:11.8500584Z 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:11.8501625Z 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:11.8502603Z 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:11.8503635Z 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:11.8504637Z 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:11.8505667Z 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:11.8506670Z 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:11.8507704Z 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:11.8508699Z 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:11.8509732Z 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:11.8510743Z 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:11.8511734Z 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:11.8512760Z 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:11.8513755Z 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:11.8514807Z 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:11.8515829Z 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:11.8516947Z 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:11.8518007Z 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:11.8519084Z 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:11.8520115Z 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:11.8521087Z 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:11.8522123Z 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:11.8523134Z 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:11.8524157Z 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:11.8525163Z 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:11.8526160Z 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:11.8527179Z 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:11.8528203Z 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:11.8529283Z 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:11.8530323Z 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:11.8531320Z 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:11.8532362Z 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:11.8533380Z 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:11.8534411Z 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:11.8535430Z 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:11.8536497Z 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:11.8537485Z 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:11.8538553Z 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:11.8539595Z 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:11.8540635Z 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:11.8541632Z 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:11.8542636Z 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:11.8543619Z 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:11.8544629Z 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:11.8545633Z 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:11.8546640Z 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:11.8547616Z 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:11.8548723Z 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:11.8549773Z 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:11.8550838Z 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:11.8551861Z 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:11.8552898Z 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:11.8553883Z 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:11.8554928Z 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:11.8555925Z 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:11.8556967Z 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:11.8557960Z 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:11.8558990Z 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:11.8559958Z 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:11.8560956Z 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:11.8561940Z 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:11.8562956Z 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:11.8563935Z 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:11.8564952Z 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:11.8565971Z 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:11.8566978Z 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:11.8567988Z 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:11.8569090Z 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:11.8570069Z 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:11.8571164Z 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:11.8572173Z 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:11.8573233Z 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:11.8574235Z 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:11.8575370Z 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:11.8576443Z 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:11.8577512Z 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:11.8578539Z 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:11.8579534Z 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:11.8580525Z 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:11.8581524Z 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:11.8582539Z 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:11.8583558Z 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:11.8584540Z 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:11.8585566Z 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:11.8586576Z 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:11.8587612Z 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:11.8588671Z 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:11.8589685Z 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:11.8590744Z 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:11.8591777Z 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:11.8592822Z 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:11.8593844Z 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:11.8594874Z 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:11.8595879Z 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:11.8596931Z 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:11.8597949Z 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:11.8599100Z 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:11.8600110Z 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:11.8601101Z 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:11.8602098Z 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:11.8603096Z 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:11.8604109Z 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:11.8605106Z 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:11.8606161Z 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:11.8607250Z 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:11.8608347Z 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:11.8609464Z 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:11.8610544Z 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:11.8611515Z 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:11.8612553Z 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:11.8613540Z 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:11.8614553Z 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:11.8615553Z 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:11.8616571Z 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:11.8617568Z 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:11.8618565Z 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:11.8619551Z 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:11.8620542Z 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:11.8621555Z 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:11.8622547Z 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:11.8623545Z 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:11.8624603Z 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:11.8625623Z 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:11.8626648Z 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:11.8627660Z 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:11.8628681Z 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:11.8629738Z 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:11.8630734Z 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:11.8631779Z 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:11.8632804Z 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:11.8633775Z 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:11.8634717Z 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:11.8635666Z 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:11.8636684Z 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:11.8637681Z 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:11.8638668Z 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:11.8639626Z 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:11.8640595Z 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:11.8641608Z 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:11.8642575Z 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:11.8643561Z 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:11.8644529Z 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:11.8645509Z 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:11.8646527Z 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:11.8647551Z 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:11.8648510Z 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:11.8649575Z 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:11.8650563Z 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:11.8651555Z 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:11.8652505Z 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:11.8653499Z 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:11.8654452Z 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:11.8655420Z 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:11.8656425Z 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:11.8657409Z 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:11.8658369Z 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:11.8659383Z 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:11.8660339Z 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:11.8661324Z 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:11.8662279Z 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:11.8663248Z 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:11.8664232Z 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:11.8665216Z 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:11.8666244Z 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:11.8667251Z 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:11.8668241Z 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:11.8669204Z 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:11.8670173Z 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:11.8671134Z 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:11.8672088Z 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:11.8673058Z 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:11.8674014Z 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:11.8674982Z 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:11.8675928Z 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:11.8676932Z 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:11.8677866Z 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:11.8678842Z 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:11.8679778Z 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:11.8680750Z 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:11.8681786Z 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:11.8682783Z 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:11.8683756Z 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:11.8684727Z 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:11.8685698Z 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:11.8686680Z 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:11.8687627Z 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:11.8688613Z 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:11.8689609Z 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:11.8690571Z 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:11.8691571Z 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:11.8692543Z 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:11.8693275Z 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:11.8694363Z 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:11.8695460Z 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:11.8696390Z 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:11.8697262Z 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:11.8697981Z 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:11.8699166Z 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:11.8700133Z 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:11.8701101Z 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:11.8702025Z 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:11.8702987Z 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:11.8703913Z 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:11.8704881Z 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:11.8705804Z 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:11.8706766Z 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:11.8707695Z 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:11.8708653Z 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:11.8709577Z 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:11.8710542Z 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:11.8711464Z 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:11.8712476Z 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:11.8713402Z 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:11.8714398Z 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:11.8715318Z 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:11.8716276Z 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:11.8717231Z 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:11.8718210Z 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:11.8719127Z 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:11.8720084Z 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:11.8721008Z 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:11.8721985Z 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:11.8722919Z 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:11.8723895Z 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:11.8724839Z 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:11.8725851Z 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:11.8726861Z 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:11.8727792Z 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:11.8728740Z 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:11.8729762Z 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:11.8730676Z 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:11.8731671Z 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:11.8732597Z 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:11.8733526Z 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:11.8734519Z 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:11.8735496Z 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:11.8736416Z 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:11.8737411Z 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:11.8738360Z 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:11.8739288Z 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:11.8740242Z 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:11.8741175Z 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:11.8742106Z 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:11.8743032Z 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:11.8743946Z 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:11.8744880Z 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:11.8745802Z 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:11.8746734Z 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:11.8747679Z 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:11.8748620Z 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:11.8749530Z 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:11.8750461Z 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:11.8751408Z 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:11.8752368Z 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:11.8753279Z 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:11.8754185Z 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:11.8755111Z 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:11.8756022Z 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:11.8756936Z 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:11.8757854Z 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:11.8758780Z 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:11.8759699Z 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:11.8760630Z 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:11.8761615Z 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:11.8762601Z 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:11.8763519Z 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:11.8764482Z 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:11.8765407Z 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:11.8766386Z 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:11.8767322Z 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:11.8768258Z 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:11.8769383Z 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:11.8770419Z 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:11.8771327Z 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:11.8772238Z 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:11.8773161Z 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:11.8774091Z 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:11.8775016Z 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:11.8775944Z 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:11.8776928Z 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:11.8777923Z 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:11.8778842Z 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:11.8779965Z 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:11.8781028Z 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:11.8782191Z 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:11.8783281Z 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:11.8784279Z 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:11.8785212Z 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:11.8786223Z 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:11.8787169Z 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:11.8788128Z 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:11.8789044Z 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:11.8789996Z 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:11.8790935Z 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:11.8791884Z 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:11.8792829Z 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:11.8793793Z 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:11.8794744Z 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:11.8795708Z 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:11.8796665Z 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:11.8797606Z 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:11.8798720Z 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:11.8799740Z 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:11.8800681Z 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:11.8801669Z 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:11.8802575Z 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:11.8803536Z 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:11.8804529Z 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:11.8805541Z 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:11.8806469Z 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:11.8807414Z 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:11.8808395Z 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:11.8809560Z 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:11.8810634Z 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:11.8811662Z 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:11.8812639Z 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:11.8813546Z 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:11.8814463Z 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:11.8815426Z 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:11.8816341Z 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:11.8817309Z 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:11.8818217Z 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:11.8819197Z 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:11.8820125Z 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:11.8821056Z 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:11.8822010Z 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:11.8822958Z 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:11.8823892Z 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:11.8824795Z 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:11.8825739Z 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:11.8826656Z 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:11.8827638Z 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:11.8828576Z 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:11.8829565Z 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:11.8830516Z 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:11.8831444Z 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:11.8832358Z 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:11.8833297Z 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:11.8834220Z 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:11.8835201Z 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:11.8836111Z 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:11.8837068Z 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:11.8837991Z 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:11.8838960Z 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:11.8839884Z 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:11.8840839Z 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:11.8841749Z 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:11.8842676Z 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:11.8843590Z 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:11.8844511Z 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:11.8845429Z 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:11.8846350Z 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:11.8847273Z 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:11.8848202Z 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:11.8849255Z 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:11.8850248Z 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:11.8851172Z 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:11.8852134Z 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:11.8853059Z 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:11.8854023Z 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:11.8854951Z 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:11.8855887Z 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:11.8856911Z 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:11.8857940Z 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:11.8858851Z 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:11.8859767Z 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:11.8860684Z 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:11.8861610Z 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:11.8862535Z 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:11.8863462Z 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:11.8864451Z 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:11.8865452Z 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:11.8866411Z 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:11.8867343Z 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:11.8868326Z 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:11.8869266Z 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:11.8870289Z 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:11.8871231Z 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:11.8872160Z 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:11.8873096Z 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:11.8874077Z 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:11.8875039Z 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:11.8875994Z 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:11.8876942Z 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:11.8877902Z 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:11.8878856Z 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:11.8879815Z 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:11.8880743Z 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:11.8881687Z 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:11.8882628Z 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:11.8883581Z 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:11.8884527Z 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:11.8885487Z 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:11.8886434Z 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:11.8887422Z 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:11.8888352Z 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:11.8889376Z 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:11.8890462Z 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:11.8891567Z 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:11.8892584Z 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:11.8893622Z 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:11.8894602Z 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:11.8895499Z 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:11.8896416Z 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:11.8897363Z 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:11.8898447Z 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:11.8899382Z 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:11.8900292Z 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:11.8901236Z 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:11.8902164Z 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:11.8903090Z 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:11.8904021Z 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:11.8905001Z 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:11.8905969Z 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:11.8906952Z 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:11.8907923Z 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:11.8908884Z 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:11.8909882Z 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:11.8910877Z 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:11.8911790Z 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:11.8912760Z 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:11.8913699Z 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:11.8914630Z 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:11.8915541Z 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:11.8916475Z 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:11.8917400Z 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:11.8918342Z 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:11.8919256Z 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:11.8920196Z 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:11.8921123Z 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:11.8922056Z 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:11.8922996Z 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:11.8923934Z 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:11.8924863Z 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:11.8925775Z 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:11.8926720Z 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:11.8927661Z 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:11.8928585Z 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:11.8929558Z 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:11.8930486Z 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:11.8931477Z 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:11.8932467Z 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:11.8933388Z 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:11.8934314Z 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:11.8935244Z 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:11.8936176Z 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:11.8937108Z 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:11.8938043Z 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:11.8939041Z 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:11.8940079Z 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:11.8940994Z 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:11.8941938Z 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:11.8942856Z 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:11.8943779Z 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:11.8944729Z 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:11.8945692Z 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:11.8946677Z 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:11.8947671Z 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:11.8948639Z 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:11.8949584Z 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:11.8950557Z 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:11.8951515Z 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:11.8952430Z 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:11.8953363Z 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:11.8954246Z 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:11.8955175Z 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:11.8956107Z 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:11.8957050Z 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:11.8957956Z 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:11.8959007Z 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:11.8959910Z 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:11.8960855Z 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:11.8961810Z 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:11.8962953Z 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:11.8964037Z 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:11.8965121Z 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:11.8966160Z 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:11.8967137Z 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:11.8968083Z 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:11.8969125Z 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:11.8970072Z 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:11.8971134Z 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:11.8972150Z 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:11.8973168Z 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:11.8974174Z 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:11.8975187Z 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:11.8976113Z 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:11.8977062Z 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:11.8978017Z 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:11.8978957Z 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:11.8979899Z 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:11.8980901Z 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:11.8981837Z 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:11.8982759Z 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:11.8983691Z 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:11.8984618Z 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:11.8985566Z 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:11.8986491Z 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:11.8987419Z 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:11.8988344Z 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:11.8989280Z 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:11.8990207Z 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:11.8991138Z 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:11.8992053Z 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:11.8993014Z 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:11.8993955Z 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:11.8994874Z 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:11.8995793Z 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:11.8996752Z 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:11.8997672Z 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:11.8998761Z 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:11.8999750Z 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:11.9000741Z 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:11.9001667Z 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:11.9002599Z 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:11.9003525Z 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:11.9004459Z 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:11.9005397Z 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:11.9006336Z 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:11.9007342Z 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:11.9008351Z 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:11.9009381Z 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:11.9010440Z 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:11.9011551Z 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:11.9012673Z 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:11.9013775Z 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:11.9014890Z 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:11.9015995Z 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:11.9017037Z 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:11.9018146Z 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:11.9019245Z 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:11.9020357Z 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:11.9021457Z 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:11.9022532Z 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:11.9023595Z 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:11.9024559Z 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:11.9025504Z 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:11.9026472Z 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:11.9027427Z 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:11.9028369Z 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:11.9029300Z 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:11.9030380Z 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:11.9031390Z 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:11.9032319Z 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:11.9033210Z 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:11.9034153Z 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:11.9035095Z 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:11.9035990Z 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:11.9036909Z 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:11.9037836Z 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:11.9038751Z 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:11.9039678Z 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:11.9040601Z 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:11.9041559Z 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:11.9042497Z 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:11.9043442Z 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:11.9044373Z 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:11.9045347Z 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:11.9046277Z 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:11.9047247Z 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:11.9048170Z 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:11.9049151Z 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:11.9050088Z 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:11.9051083Z 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:11.9052050Z 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:11.9052999Z 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:11.9053972Z 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:11.9054937Z 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:11.9055841Z 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:11.9056767Z 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:11.9057722Z 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:11.9058664Z 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:11.9059637Z 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:11.9060596Z 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:11.9061496Z 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:11.9062437Z 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:11.9063371Z 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:11.9064292Z 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:11.9065237Z 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:11.9066200Z 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:11.9067151Z 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:11.9068107Z 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:11.9069056Z 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:11.9070022Z 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:11.9070941Z 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:11.9071870Z 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:11.9072791Z 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:11.9073747Z 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:11.9074658Z 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:11.9075599Z 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:11.9076501Z 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:11.9077467Z 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:11.9078390Z 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:11.9079308Z 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:11.9080281Z 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:11.9081212Z 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:11.9082194Z 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:11.9083123Z 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:11.9084036Z 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:11.9084975Z 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:11.9085953Z 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:11.9086882Z 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:11.9087810Z 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:11.9088716Z 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:11.9089670Z 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:11.9090635Z 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:11.9091552Z 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:11.9092509Z 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:11.9093429Z 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:11.9094387Z 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:11.9095305Z 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:11.9096033Z 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:11.9096725Z 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:11.9097718Z 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:11.9098769Z 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:11.9099765Z 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:11.9100691Z 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:11.9101653Z 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:11.9102950Z 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:11.9103934Z 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:11.9104858Z 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:11.9105799Z 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:11.9106731Z 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:11.9107700Z 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:11.9108656Z 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:11.9109597Z 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:11.9110521Z 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:11.9111467Z 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:11.9112390Z 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:11.9113349Z 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:11.9114294Z 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:11.9115298Z 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:11.9116241Z 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:11.9117234Z 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:11.9118182Z 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:11.9119142Z 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:11.9120113Z 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:11.9121117Z 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:11.9122081Z 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:11.9123069Z 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:11.9124035Z 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:11.9124969Z 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:11.9125889Z 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:11.9126821Z 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:11.9127744Z 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:11.9128714Z 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:11.9129745Z 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:11.9130674Z 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:11.9131661Z 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:11.9132610Z 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:11.9133591Z 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:11.9134553Z 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:11.9135473Z 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:11.9136466Z 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:11.9137467Z 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:11.9138436Z 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:11.9139398Z 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:11.9140323Z 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:11.9141271Z 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:11.9142214Z 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:11.9143164Z 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:11.9144105Z 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:11.9145050Z 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:11.9145981Z 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:11.9146925Z 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:11.9147866Z 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:11.9148814Z 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:11.9149749Z 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:11.9150722Z 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:11.9151650Z 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:11.9152605Z 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:11.9153545Z 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:11.9154464Z 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:11.9155440Z 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:11.9156409Z 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:11.9157355Z 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:11.9158286Z 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:11.9159299Z 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:11.9160299Z 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:11.9161256Z 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:11.9162185Z 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:11.9163140Z 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:11.9164077Z 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:11.9165038Z 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:11.9165981Z 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:11.9167003Z 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:11.9168039Z 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:11.9169034Z 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:11.9169986Z 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:11.9170925Z 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:11.9171852Z 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:11.9172830Z 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:11.9173787Z 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:11.9174807Z 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:11.9175803Z 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:11.9176747Z 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:11.9177862Z 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:11.9178961Z 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:11.9180087Z 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:11.9181206Z 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:11.9182180Z 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:11.9183139Z 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:11.9184118Z 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:11.9185080Z 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:11.9186037Z 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:11.9186978Z 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:11.9187963Z 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:11.9188927Z 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:11.9189877Z 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:11.9190872Z 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:11.9191853Z 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:11.9192828Z 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:11.9193789Z 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:11.9194767Z 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:11.9195705Z 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:11.9196666Z 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:11.9197614Z 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:11.9198705Z 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:11.9199659Z 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:11.9200590Z 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:11.9201544Z 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:11.9202518Z 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:11.9203536Z 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:11.9204485Z 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:11.9205473Z 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:11.9206481Z 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:11.9207583Z 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:11.9208701Z 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:11.9209821Z 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:11.9210827Z 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:11.9211722Z 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:11.9212661Z 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:11.9213620Z 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:11.9214560Z 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:11.9215506Z 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:11.9216438Z 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:11.9217408Z 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:11.9218353Z 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:11.9219297Z 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:11.9220221Z 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:11.9221210Z 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:11.9222146Z 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:11.9223106Z 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:11.9224047Z 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:11.9224985Z 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:11.9226003Z 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:11.9226993Z 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:11.9227985Z 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:11.9228955Z 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:11.9229883Z 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:11.9230822Z 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:11.9231763Z 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:11.9232711Z 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:11.9233643Z 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:11.9234588Z 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:11.9235516Z 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:11.9236462Z 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:11.9237392Z 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:11.9238336Z 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:11.9239359Z 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:11.9240329Z 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:11.9241261Z 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:11.9242197Z 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:11.9243153Z 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:11.9244120Z 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:11.9245045Z 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:11.9245988Z 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:11.9246916Z 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:11.9247930Z 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:11.9248976Z 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:11.9249933Z 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:11.9250861Z 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:11.9251818Z 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:11.9252752Z 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:11.9253711Z 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:11.9254657Z 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:11.9255684Z 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:11.9256731Z 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:11.9257703Z 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:11.9258619Z 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:11.9259570Z 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:11.9260533Z 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:11.9261490Z 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:11.9262451Z 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:11.9263466Z 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:11.9264455Z 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:11.9265446Z 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:11.9266393Z 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:11.9267391Z 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:11.9268349Z 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:11.9269366Z 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:11.9270293Z 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:11.9271240Z 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:11.9272186Z 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:11.9273146Z 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:11.9274130Z 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:11.9275099Z 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:11.9276084Z 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:11.9277063Z 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:11.9278073Z 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:11.9279052Z 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:11.9280020Z 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:11.9280970Z 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:11.9281936Z 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:11.9282891Z 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:11.9283855Z 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:11.9284816Z 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:11.9285790Z 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:11.9286757Z 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:11.9287704Z 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:11.9288656Z 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:11.9289839Z 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:11.9290916Z 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:11.9291999Z 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:11.9292994Z 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:11.9301476Z 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:11.9302529Z 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:11.9303689Z 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:11.9304616Z 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:11.9305615Z 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:11.9306542Z 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:11.9307500Z 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:11.9308445Z 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:11.9309385Z 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:11.9310333Z 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:11.9311276Z 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:11.9312258Z 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:11.9313225Z 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:11.9314220Z 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:11.9315194Z 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:11.9316163Z 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:11.9317182Z 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:11.9318109Z 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:11.9319147Z 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:11.9320099Z 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:11.9321047Z 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:11.9322007Z 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:11.9322991Z 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:11.9323931Z 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:11.9324879Z 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:11.9325813Z 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:11.9326762Z 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:11.9327694Z 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:11.9328645Z 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:11.9329678Z 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:11.9330631Z 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:11.9331562Z 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:11.9332505Z 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:11.9333423Z 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:11.9334411Z 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:11.9335340Z 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:11.9336306Z 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:11.9337250Z 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:11.9338253Z 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:11.9339289Z 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:11.9340256Z 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:11.9341198Z 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:11.9342136Z 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:11.9343080Z 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:11.9344023Z 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:11.9344973Z 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:11.9345988Z 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:11.9347001Z 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:11.9347924Z 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:11.9348849Z 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:11.9349780Z 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:11.9350716Z 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:11.9351653Z 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:11.9352628Z 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:11.9353659Z 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:11.9354665Z 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:11.9355636Z 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:11.9356621Z 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:11.9357629Z 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:11.9358594Z 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:11.9359514Z 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:11.9360460Z 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:11.9361361Z 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:11.9362301Z 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:11.9363245Z 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:11.9364165Z 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:11.9365085Z 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:11.9366032Z 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:11.9366956Z 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:11.9367911Z 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:11.9368832Z 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:11.9370137Z 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:11.9371238Z 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:11.9372362Z 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:11.9373416Z 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:11.9374435Z 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:11.9375407Z 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:11.9376408Z 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:11.9377365Z 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:11.9378318Z 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:11.9379230Z 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:11.9380304Z 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:11.9381325Z 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:11.9382353Z 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:11.9383273Z 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:11.9384255Z 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:11.9385201Z 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:11.9386139Z 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:11.9387115Z 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:11.9388109Z 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:11.9389067Z 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:11.9390006Z 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:11.9390942Z 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:11.9391923Z 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:11.9392881Z 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:11.9393818Z 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:11.9394745Z 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:11.9395690Z 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:11.9396631Z 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:11.9397577Z 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:11.9398705Z 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:11.9399653Z 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:11.9400578Z 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:11.9401496Z 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:11.9402442Z 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:11.9403365Z 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:11.9404311Z 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:11.9405302Z 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:11.9406317Z 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:11.9407343Z 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:11.9408296Z 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:11.9409342Z 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:11.9410301Z 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:11.9411277Z 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:11.9412234Z 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:11.9413172Z 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:11.9414201Z 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:11.9415210Z 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:11.9416222Z 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:11.9417217Z 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:11.9418351Z 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:11.9419442Z 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:11.9420574Z 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:11.9421652Z 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:11.9422776Z 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:11.9423827Z 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:11.9425000Z 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:11.9426093Z 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:11.9427227Z 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:11.9428351Z 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:11.9429497Z 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:11.9430556Z 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:11.9431536Z 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:11.9432484Z 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:11.9433476Z 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:11.9434429Z 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:11.9435363Z 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:11.9436295Z 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:11.9437361Z 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:11.9438377Z 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:11.9439300Z 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:11.9440195Z 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:11.9441169Z 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:11.9442113Z 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:11.9443066Z 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:11.9443984Z 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:11.9444962Z 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:11.9445887Z 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:11.9446898Z 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:11.9447824Z 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:11.9448771Z 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:11.9449735Z 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:11.9450688Z 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:11.9451590Z 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:11.9452557Z 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:11.9453484Z 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:11.9454456Z 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:11.9455386Z 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:11.9456343Z 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:11.9457254Z 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:11.9458266Z 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:11.9459246Z 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:11.9460235Z 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:11.9461224Z 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:11.9462190Z 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:11.9463143Z 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:11.9464109Z 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:11.9465081Z 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:11.9466042Z 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:11.9467029Z 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:11.9467993Z 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:11.9468909Z 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:11.9469864Z 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:11.9470781Z 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:11.9471717Z 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:11.9472655Z 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:11.9473579Z 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:11.9474506Z 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:11.9475452Z 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:11.9476383Z 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:11.9477381Z 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:11.9478313Z 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:11.9479243Z 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:11.9480211Z 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:11.9481203Z 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:11.9482148Z 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:11.9483090Z 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:11.9484021Z 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:11.9484959Z 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:11.9485878Z 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:11.9486803Z 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:11.9487757Z 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:11.9488663Z 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:11.9489686Z 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:11.9490624Z 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:11.9491566Z 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:11.9492476Z 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:11.9493479Z 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:11.9494408Z 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:11.9495402Z 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:11.9496316Z 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:11.9497250Z 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:11.9498405Z 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:11.9499369Z 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:11.9500305Z 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:11.9501220Z 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:11.9502181Z 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:11.9503120Z 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:11.9503850Z 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:11.9504563Z 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:11.9505495Z 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:11.9506418Z 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:11.9507337Z 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:11.9508234Z 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:11.9509113Z 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:11.9510051Z 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:11.9510983Z 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:11.9511904Z 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:11.9512829Z 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:11.9513718Z 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:11.9514645Z 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:11.9515404Z 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:11.9516199Z 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:11.9516883Z 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:11.9517601Z 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:11.9518466Z 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:11.9519350Z 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:11.9520249Z 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:11.9521147Z 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:11.9522003Z 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:11.9522877Z 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:11.9523738Z 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:11.9524615Z 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:11.9525485Z 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:11.9526359Z 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:11.9527177Z 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:11.9528037Z 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:11.9528855Z 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:11.9529834Z 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:11.9530528Z 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:11.9531221Z 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:11.9531948Z 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:11.9532645Z 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:11.9533377Z 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:11.9534057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum' 2025-03-21T20:18:11.9534730Z 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:11.9535428Z 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:11.9536144Z 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:11.9536837Z 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:11.9537637Z 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:11.9538421Z 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:11.9539184Z 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:11.9539965Z 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:11.9540791Z 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:11.9541610Z 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:11.9542401Z 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:11.9543206Z 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:11.9544038Z 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:11.9544892Z 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:11.9545715Z 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:11.9546530Z 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:11.9547354Z 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:11.9548163Z 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:11.9549017Z 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:11.9549826Z 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:11.9550656Z 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:11.9551470Z 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:11.9552301Z 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:11.9553088Z 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:11.9553889Z 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:11.9554704Z 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:11.9555478Z 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:11.9556285Z 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:11.9557037Z 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:11.9557827Z 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:11.9558608Z 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:11.9559395Z 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:11.9560164Z 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:11.9561001Z 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:11.9561797Z 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:11.9562655Z 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:11.9563411Z 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:11.9564174Z 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:11.9564954Z 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:11.9565728Z 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:11.9566544Z 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:11.9567339Z 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:11.9568125Z 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:11.9569031Z 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:11.9569890Z 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:11.9570740Z 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:11.9571608Z 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:11.9572415Z 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:11.9573231Z 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:11.9574048Z 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:11.9574840Z 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:11.9575528Z 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:11.9576216Z 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:11.9576905Z 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:11.9577635Z 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:11.9578318Z 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:11.9579097Z 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:11.9579790Z 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:11.9580467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum' 2025-03-21T20:18:11.9581199Z 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:11.9582004Z 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:11.9582878Z 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:11.9583738Z 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:11.9584586Z 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:11.9585441Z 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:11.9586292Z 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:11.9587148Z 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:11.9587991Z 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:11.9588832Z 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:11.9589702Z 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:11.9590553Z 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:11.9591412Z 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:11.9592258Z 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:11.9593156Z 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:11.9594043Z 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:11.9594883Z 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:11.9595671Z 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:11.9596499Z 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:11.9597283Z 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:11.9598122Z 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:11.9599141Z 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:11.9600017Z 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:11.9600838Z 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:11.9601668Z 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:11.9602486Z 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:11.9603309Z 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:11.9604108Z 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:11.9604921Z 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:11.9605774Z 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:11.9606635Z 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:11.9607489Z 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:11.9608351Z 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:11.9609279Z 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:11.9610152Z 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:11.9611006Z 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:11.9611904Z 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:11.9612776Z 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:11.9613669Z 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:11.9614548Z 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:11.9615393Z 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:11.9616254Z 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:11.9617104Z 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:11.9617942Z 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:11.9618757Z 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:11.9619467Z 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:11.9620141Z 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:11.9620827Z 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:11.9621547Z 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:11.9622248Z 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:11.9622976Z 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:11.9623713Z 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:11.9624414Z 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:11.9625098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd' 2025-03-21T20:18:11.9625839Z 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:11.9626628Z 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:11.9627492Z 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:11.9628397Z 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:11.9629278Z 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:11.9630159Z 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:11.9631032Z 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:11.9631889Z 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:11.9632791Z 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:11.9633674Z 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:11.9634550Z 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:11.9635410Z 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:11.9636281Z 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:11.9637143Z 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:11.9638054Z 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:11.9638959Z 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:11.9639815Z 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:11.9640652Z 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:11.9641509Z 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:11.9642343Z 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:11.9643191Z 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:11.9644022Z 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:11.9644844Z 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:11.9645685Z 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:11.9646507Z 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:11.9647398Z 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:11.9648272Z 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:11.9649209Z 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:11.9650119Z 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:11.9651009Z 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:11.9651888Z 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:11.9652756Z 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:11.9653631Z 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:11.9654503Z 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:11.9655371Z 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:11.9656250Z 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:11.9657110Z 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:11.9657954Z 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:11.9658784Z 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:11.9659629Z 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:11.9660450Z 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:11.9661154Z 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:11.9661837Z 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:11.9662607Z 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:11.9663303Z 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:11.9664079Z 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:11.9664808Z 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:11.9665521Z 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:11.9666220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc' 2025-03-21T20:18:11.9666931Z 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:11.9667633Z 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:11.9668425Z 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:11.9669199Z 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:11.9669958Z 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:11.9670706Z 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:11.9671447Z 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:11.9672209Z 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:11.9672955Z 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:11.9673712Z 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:11.9674460Z 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:11.9675218Z 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:11.9675964Z 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:11.9676727Z 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:11.9677484Z 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:11.9678250Z 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:11.9679035Z 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:11.9679792Z 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:11.9680570Z 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:11.9681337Z 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:11.9682082Z 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:11.9682878Z 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:11.9683672Z 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:11.9684511Z 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:11.9685333Z 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:11.9686157Z 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:11.9686936Z 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:11.9687712Z 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:11.9688500Z 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:11.9689257Z 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:11.9689949Z 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:11.9690632Z 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:11.9691339Z 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:11.9692017Z 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:11.9692707Z 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:11.9693388Z 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:11.9694103Z 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:11.9694767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt' 2025-03-21T20:18:11.9695545Z 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:11.9696230Z 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:11.9697075Z 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:11.9697876Z 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:11.9698857Z 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:11.9699700Z 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:11.9700505Z 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:11.9701294Z 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:11.9702066Z 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:11.9702857Z 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:11.9703637Z 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:11.9704421Z 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:11.9705196Z 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:11.9705980Z 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:11.9706748Z 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:11.9707579Z 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:11.9708405Z 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:11.9709247Z 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:11.9710063Z 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:11.9710896Z 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:11.9711716Z 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:11.9712551Z 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:11.9713330Z 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:11.9714165Z 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:11.9714946Z 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:11.9715734Z 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:11.9716544Z 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:11.9717367Z 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:11.9718238Z 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:11.9719109Z 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:11.9719984Z 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:11.9720853Z 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:11.9721726Z 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:11.9722552Z 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:11.9723383Z 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:11.9724202Z 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:11.9725036Z 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:11.9725856Z 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:11.9726569Z 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:11.9727252Z 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:11.9727959Z 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:11.9728642Z 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:11.9729511Z 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:11.9730277Z 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:11.9730977Z 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:11.9731662Z 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:11.9732366Z 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:11.9733128Z 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:11.9733900Z 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:11.9734579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu' 2025-03-21T20:18:11.9735386Z 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:11.9736212Z 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:11.9737088Z 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:11.9737968Z 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:11.9738824Z 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:11.9739684Z 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:11.9740526Z 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:11.9741408Z 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:11.9742266Z 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:11.9743133Z 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:11.9743959Z 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:11.9744794Z 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:11.9745650Z 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:11.9746549Z 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:11.9747452Z 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:11.9748344Z 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:11.9749221Z 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:11.9750189Z 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:11.9751121Z 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:11.9751998Z 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:11.9752850Z 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:11.9753718Z 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:11.9754410Z 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:11.9755103Z 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:11.9755852Z 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:11.9756617Z 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:11.9757284Z 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:11.9757971Z 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:11.9758721Z 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:11.9759485Z 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:11.9760167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul' 2025-03-21T20:18:11.9760992Z 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:11.9761822Z 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:11.9762748Z 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:11.9763646Z 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:11.9764540Z 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:11.9765417Z 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:11.9766270Z 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:11.9767193Z 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:11.9768093Z 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:11.9769055Z 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:11.9769904Z 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:11.9770761Z 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:11.9771606Z 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:11.9772520Z 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:11.9773410Z 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:11.9774322Z 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:11.9775217Z 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:11.9776153Z 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:11.9777070Z 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:11.9777957Z 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:11.9778821Z 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:11.9779732Z 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:11.9780429Z 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:11.9781150Z 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:11.9781922Z 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:11.9782689Z 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:11.9783377Z 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:11.9784158Z 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:11.9784925Z 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:11.9785692Z 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:11.9786377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc' 2025-03-21T20:18:11.9787234Z 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:11.9788174Z 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:11.9789029Z 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:11.9789890Z 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:11.9790792Z 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:11.9791649Z 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:11.9792397Z 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:11.9793097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool' 2025-03-21T20:18:11.9793988Z 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:11.9794882Z 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:11.9795772Z 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:11.9796730Z 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:11.9797621Z 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:11.9798733Z 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:11.9799622Z 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:11.9800533Z 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:11.9801486Z 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:11.9802443Z 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:11.9803358Z 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:11.9804248Z 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:11.9805164Z 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:11.9806077Z 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:11.9807000Z 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:11.9807890Z 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:11.9808810Z 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:11.9809778Z 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:11.9810697Z 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:11.9811595Z 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:11.9812495Z 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:11.9813417Z 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:11.9814366Z 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:11.9815272Z 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:11.9816233Z 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:11.9817122Z 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:11.9818042Z 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:11.9818976Z 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:11.9819918Z 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:11.9820817Z 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:11.9821713Z 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:11.9822593Z 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:11.9823493Z 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:11.9824381Z 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:11.9825291Z 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:11.9826175Z 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:11.9827078Z 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:11.9827970Z 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:11.9828903Z 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:11.9829799Z 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:11.9830697Z 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:11.9831692Z 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:11.9832634Z 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:11.9833605Z 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:11.9834549Z 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:11.9835479Z 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:11.9836463Z 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:11.9837420Z 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:11.9838368Z 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:11.9839320Z 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:11.9840278Z 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:11.9841206Z 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:11.9842167Z 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:11.9843110Z 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:11.9844052Z 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:11.9844998Z 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:11.9845943Z 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:11.9846897Z 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:11.9847834Z 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:11.9848808Z 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:11.9849827Z 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:11.9850807Z 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:11.9851738Z 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:11.9852692Z 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:11.9853660Z 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:11.9854633Z 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:11.9855579Z 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:11.9856535Z 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:11.9857478Z 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:11.9858427Z 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:11.9859350Z 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:11.9860289Z 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:11.9861217Z 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:11.9862161Z 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:11.9863100Z 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:11.9864043Z 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:11.9864971Z 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:11.9865931Z 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:11.9866898Z 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:11.9867841Z 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:11.9868839Z 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:11.9869781Z 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:11.9870749Z 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:11.9871694Z 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:11.9872655Z 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:11.9873612Z 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:11.9874538Z 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:11.9875489Z 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:11.9876441Z 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:11.9877393Z 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:11.9878324Z 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:11.9879276Z 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:11.9880220Z 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:11.9881179Z 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:11.9882111Z 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:11.9883064Z 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:11.9884050Z 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:11.9885010Z 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:11.9885973Z 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:11.9886954Z 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:11.9887886Z 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:11.9888855Z 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:11.9889878Z 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:11.9890832Z 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:11.9891767Z 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:11.9892727Z 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:11.9893672Z 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:11.9894632Z 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:11.9895564Z 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:11.9896484Z 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:11.9897433Z 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:11.9898578Z 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:11.9899569Z 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:11.9900511Z 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:11.9901447Z 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:11.9902446Z 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:11.9903445Z 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:11.9904380Z 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:11.9905318Z 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:11.9906324Z 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:11.9907304Z 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:11.9908242Z 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:11.9909195Z 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:11.9910126Z 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:11.9911087Z 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:11.9912026Z 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:11.9914074Z 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:11.9916118Z 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:11.9918168Z 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:11.9920181Z 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:11.9922206Z 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:11.9924300Z 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:11.9926326Z 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:11.9928370Z 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:11.9930472Z 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:11.9932544Z 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:11.9934571Z 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:11.9936626Z 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:11.9938645Z 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:11.9940704Z 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:11.9942703Z 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:11.9944717Z 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:11.9946748Z 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:11.9948776Z 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:11.9950811Z 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:11.9952840Z 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:11.9954866Z 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:11.9956885Z 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:11.9958884Z 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:11.9960884Z 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:11.9962871Z 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:11.9964900Z 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:11.9966913Z 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:11.9969025Z 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:11.9971035Z 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:11.9973067Z 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:11.9975148Z 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:11.9977221Z 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:11.9979200Z 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:11.9981129Z 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:11.9983033Z 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:11.9984988Z 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:11.9986971Z 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:11.9988934Z 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:11.9990888Z 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:11.9992832Z 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:11.9994782Z 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:11.9996759Z 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:11.9998864Z 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:12.0000824Z 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:12.0002929Z 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:12.0004908Z 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:12.0006920Z 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:12.0008945Z 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:12.0010868Z 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:12.0012872Z 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:12.0014872Z 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:12.0016843Z 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:12.0018783Z 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:12.0020682Z 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:12.0022591Z 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:12.0024544Z 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:12.0026492Z 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:12.0028397Z 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:12.0030332Z 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:12.0032259Z 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:12.0034185Z 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:12.0036130Z 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:12.0038077Z 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:12.0040066Z 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:12.0041960Z 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:12.0043879Z 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:12.0045767Z 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:12.0047669Z 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:12.0049675Z 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:12.0051634Z 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:12.0053557Z 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:12.0055473Z 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:12.0057394Z 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:12.0059332Z 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:12.0061273Z 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:12.0063201Z 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:12.0064938Z 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:12.0066564Z 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:12.0068311Z 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:12.0070129Z 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:12.0071938Z 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:12.0073724Z 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:12.0075455Z 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:12.0077092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv' 2025-03-21T20:18:12.0078712Z 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:12.0080460Z 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:12.0082185Z 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:12.0083890Z 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:12.0085661Z 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:12.0087416Z 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:12.0089208Z 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:12.0090937Z 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:12.0092692Z 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:12.0094484Z 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:12.0096273Z 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:12.0098054Z 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:12.0099956Z 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:12.0101682Z 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:12.0103420Z 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:12.0105143Z 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:12.0106872Z 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:12.0108594Z 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:12.0110327Z 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:12.0112066Z 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:12.0113898Z 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:12.0115648Z 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:12.0117426Z 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:12.0119145Z 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:12.0120876Z 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:12.0122659Z 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:12.0124446Z 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:12.0126181Z 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:12.0127916Z 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:12.0129716Z 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:12.0131480Z 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:12.0133266Z 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:12.0135039Z 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:12.0136811Z 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:12.0138479Z 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:12.0140059Z 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:12.0141617Z 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:12.0143339Z 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:12.0145262Z 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:12.0147182Z 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:12.0149148Z 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:12.0151077Z 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:12.0152988Z 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:12.0154851Z 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:12.0156718Z 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:12.0158633Z 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:12.0160539Z 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:12.0162401Z 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:12.0164248Z 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:12.0166085Z 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:12.0167957Z 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:12.0169899Z 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:12.0171775Z 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:12.0173625Z 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:12.0175460Z 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:12.0177297Z 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:12.0179149Z 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:12.0181012Z 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:12.0182871Z 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:12.0184735Z 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:12.0186644Z 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:12.0188607Z 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:12.0190606Z 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:12.0192536Z 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:12.0194446Z 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:12.0196329Z 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:12.0198372Z 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:12.0200259Z 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:12.0202156Z 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:12.0204115Z 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:12.0206144Z 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:12.0208085Z 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:12.0209985Z 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:12.0211851Z 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:12.0213720Z 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:12.0215591Z 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:12.0217465Z 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:12.0219401Z 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:12.0221390Z 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:12.0223407Z 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:12.0225482Z 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:12.0227800Z 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:12.0229845Z 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:12.0231727Z 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:12.0233559Z 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:12.0235481Z 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:12.0237359Z 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:12.0239238Z 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:12.0241116Z 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:12.0242992Z 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:12.0244861Z 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:12.0246696Z 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:12.0248539Z 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:12.0250471Z 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:12.0252352Z 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:12.0254241Z 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:12.0256110Z 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:12.0257947Z 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:12.0259827Z 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:12.0261679Z 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:12.0263579Z 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:12.0265439Z 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:12.0267299Z 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:12.0269182Z 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:12.0271152Z 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:12.0273152Z 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:12.0275086Z 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:12.0276959Z 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:12.0278840Z 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:12.0280718Z 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:12.0282606Z 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:12.0284499Z 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:12.0286449Z 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:12.0288467Z 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:12.0290458Z 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:12.0292309Z 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:12.0294166Z 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:12.0296068Z 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:12.0297935Z 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:12.0299972Z 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:12.0301910Z 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:12.0303910Z 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:12.0305921Z 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:12.0307813Z 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:12.0309681Z 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:12.0311568Z 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:12.0313449Z 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:12.0315330Z 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:12.0317199Z 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:12.0319042Z 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:12.0320886Z 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:12.0322760Z 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:12.0324638Z 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:12.0326503Z 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:12.0328340Z 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:12.0330229Z 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:12.0332084Z 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:12.0333997Z 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:12.0335864Z 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:12.0337782Z 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:12.0339651Z 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:12.0341594Z 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:12.0343626Z 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:12.0345594Z 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:12.0347466Z 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:12.0349332Z 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:12.0351195Z 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:12.0353074Z 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:12.0354966Z 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:12.0356916Z 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:12.0358941Z 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:12.0360874Z 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:12.0362728Z 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:12.0364587Z 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:12.0366448Z 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:12.0368322Z 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:12.0370268Z 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:12.0372197Z 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:12.0374224Z 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:12.0376186Z 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:12.0378054Z 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:12.0379958Z 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:12.0381905Z 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:12.0384006Z 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:12.0386244Z 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:12.0388481Z 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:12.0390715Z 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:12.0392909Z 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:12.0395045Z 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:12.0397066Z 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:12.0399096Z 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:12.0400980Z 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:12.0402856Z 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:12.0404723Z 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:12.0406567Z 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:12.0408485Z 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:12.0410456Z 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:12.0412339Z 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:12.0414202Z 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:12.0416075Z 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:12.0417911Z 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:12.0419798Z 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:12.0421657Z 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:12.0423514Z 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:12.0425378Z 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:12.0427249Z 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:12.0429188Z 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:12.0431189Z 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:12.0433126Z 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:12.0435004Z 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:12.0436863Z 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:12.0438746Z 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:12.0440627Z 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:12.0442516Z 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:12.0444504Z 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:12.0446529Z 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:12.0448570Z 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:12.0450631Z 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:12.0452575Z 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:12.0454699Z 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:12.0456956Z 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:12.0459158Z 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:12.0461374Z 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:12.0463554Z 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:12.0465689Z 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:12.0467700Z 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:12.0469556Z 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:12.0471417Z 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:12.0473314Z 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:12.0475205Z 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:12.0477115Z 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:12.0479024Z 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:12.0480937Z 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:12.0482832Z 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:12.0484751Z 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:12.0486437Z 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:12.0487924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm' 2025-03-21T20:18:12.0489686Z 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:12.0491671Z 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:12.0493651Z 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:12.0495587Z 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:12.0497498Z 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:12.0499521Z 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:12.0501412Z 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:12.0503325Z 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:12.0505237Z 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:12.0507131Z 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:12.0509002Z 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:12.0510859Z 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:12.0512751Z 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:12.0514659Z 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:12.0516564Z 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:12.0518504Z 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:12.0520349Z 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:12.0522253Z 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:12.0524119Z 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:12.0525996Z 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:12.0527912Z 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:12.0529898Z 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:12.0531809Z 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:12.0533774Z 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:12.0535801Z 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:12.0537765Z 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:12.0539663Z 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:12.0541549Z 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:12.0543459Z 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:12.0545391Z 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:12.0547310Z 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:12.0549293Z 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:12.0551334Z 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:12.0553297Z 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:12.0555219Z 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:12.0557101Z 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:12.0559003Z 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:12.0560888Z 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:12.0562764Z 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:12.0564755Z 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:12.0566799Z 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:12.0568762Z 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:12.0570954Z 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:12.0573202Z 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:12.0575263Z 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:12.0577149Z 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:12.0578999Z 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:12.0580902Z 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:12.0582819Z 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:12.0584700Z 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:12.0586612Z 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:12.0588514Z 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:12.0590403Z 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:12.0592297Z 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:12.0594161Z 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:12.0596081Z 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:12.0597984Z 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:12.0600020Z 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:12.0601970Z 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:12.0603849Z 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:12.0605712Z 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:12.0607583Z 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:12.0609525Z 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:12.0611413Z 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:12.0613302Z 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:12.0615201Z 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:12.0617158Z 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:12.0619197Z 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:12.0621152Z 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:12.0623049Z 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:12.0624940Z 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:12.0626843Z 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:12.0628846Z 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:12.0630767Z 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:12.0632792Z 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:12.0634841Z 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:12.0636803Z 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:12.0638705Z 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:12.0640610Z 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:12.0642493Z 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:12.0644382Z 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:12.0646265Z 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:12.0648220Z 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:12.0650317Z 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:12.0652295Z 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:12.0654174Z 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:12.0656066Z 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:12.0657989Z 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:12.0659893Z 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:12.0661799Z 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:12.0663690Z 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:12.0665601Z 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:12.0667463Z 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:12.0669402Z 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:12.0671306Z 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:12.0673198Z 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:12.0675120Z 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:12.0677017Z 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:12.0678891Z 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:12.0680770Z 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:12.0682644Z 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:12.0684540Z 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:12.0686429Z 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:12.0688389Z 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:12.0697204Z 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:12.0699524Z 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:12.0701461Z 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:12.0703369Z 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:12.0705287Z 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:12.0707202Z 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:12.0709124Z 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:12.0711269Z 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:12.0713353Z 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:12.0715315Z 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:12.0717192Z 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:12.0719111Z 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:12.0721052Z 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:12.0722949Z 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:12.0724850Z 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:12.0726804Z 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:12.0728833Z 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:12.0730908Z 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:12.0732801Z 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:12.0734669Z 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:12.0736610Z 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:12.0738732Z 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:12.0740994Z 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:12.0743261Z 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:12.0745516Z 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:12.0747772Z 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:12.0749961Z 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:12.0752048Z 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:12.0753971Z 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:12.0755873Z 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:12.0757815Z 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:12.0759724Z 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:12.0761579Z 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:12.0763453Z 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:12.0765364Z 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:12.0767264Z 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:12.0769220Z 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:12.0771090Z 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:12.0772945Z 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:12.0774822Z 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:12.0776705Z 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:12.0778577Z 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:12.0780464Z 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:12.0782359Z 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:12.0784352Z 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:12.0786384Z 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:12.0788384Z 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:12.0790287Z 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:12.0792190Z 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:12.0794133Z 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:12.0796079Z 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:12.0798010Z 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:12.0800167Z 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:12.0802223Z 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:12.0804264Z 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:12.0806297Z 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:12.0808273Z 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:12.0810445Z 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:12.0812711Z 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:12.0814974Z 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:12.0817225Z 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:12.0819426Z 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:12.0821729Z 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:12.0823774Z 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:12.0825709Z 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:12.0827597Z 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:12.0829512Z 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:12.0831467Z 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:12.0833438Z 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:12.0835385Z 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:12.0837310Z 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:12.0839234Z 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:12.0841161Z 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:12.0842867Z 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:12.0844376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm' 2025-03-21T20:18:12.0845980Z 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:12.0847719Z 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:12.0849510Z 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:12.0851249Z 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:12.0852994Z 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:12.0854738Z 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:12.0856501Z 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:12.0858317Z 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:12.0860093Z 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:12.0861827Z 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:12.0863416Z 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:12.0864929Z 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:12.0866441Z 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:12.0867993Z 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:12.0869524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum' 2025-03-21T20:18:12.0871012Z 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:12.0872621Z 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:12.0874334Z 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:12.0876003Z 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:12.0877688Z 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:12.0879373Z 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:12.0880170Z 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:12.0880949Z 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:12.0881745Z 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:12.0882512Z 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:12.0883286Z 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:12.0884043Z 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:12.0884806Z 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:12.0885584Z 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:12.0886409Z 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:12.0887189Z 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:12.0888020Z 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:12.0888839Z 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:12.0889692Z 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:12.0890513Z 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:12.0891210Z 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:12.0891944Z 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:12.0892617Z 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:12.0893296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum' 2025-03-21T20:18:12.0894148Z 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:12.0895017Z 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:12.0895871Z 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:12.0896738Z 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:12.0897592Z 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:12.0898620Z 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:12.0899516Z 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:12.0900425Z 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:12.0901259Z 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:12.0902092Z 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:12.0902910Z 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:12.0903794Z 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:12.0904600Z 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:12.0905466Z 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:12.0906263Z 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:12.0907112Z 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:12.0908013Z 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:12.0908907Z 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:12.0909776Z 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:12.0910635Z 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:12.0911498Z 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:12.0912323Z 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:12.0913157Z 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:12.0913973Z 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:12.0914674Z 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:12.0915390Z 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:12.0916075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd' 2025-03-21T20:18:12.0916941Z 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:12.0917810Z 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:12.0918670Z 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:12.0919542Z 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:12.0920457Z 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:12.0921334Z 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:12.0922265Z 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:12.0923178Z 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:12.0924019Z 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:12.0924894Z 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:12.0925752Z 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:12.0926597Z 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:12.0927416Z 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:12.0928240Z 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:12.0929106Z 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:12.0929976Z 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:12.0930850Z 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:12.0931721Z 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:12.0932602Z 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:12.0933477Z 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:12.0934356Z 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:12.0935193Z 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:12.0936036Z 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:12.0936861Z 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:12.0937602Z 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:12.0938339Z 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:12.0939054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc' 2025-03-21T20:18:12.0939830Z 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:12.0940625Z 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:12.0941401Z 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:12.0942157Z 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:12.0942928Z 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:12.0943687Z 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:12.0944438Z 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:12.0945199Z 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:12.0945949Z 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:12.0946710Z 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:12.0947455Z 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:12.0948213Z 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:12.0948981Z 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:12.0949739Z 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:12.0950500Z 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:12.0951246Z 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:12.0952008Z 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:12.0952757Z 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:12.0953512Z 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:12.0954293Z 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:12.0955084Z 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:12.0955909Z 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:12.0956748Z 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:12.0957560Z 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:12.0958371Z 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:12.0959173Z 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:12.0959958Z 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:12.0960648Z 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:12.0961341Z 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:12.0962012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt' 2025-03-21T20:18:12.0962824Z 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:12.0963629Z 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:12.0964397Z 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:12.0965182Z 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:12.0965944Z 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:12.0966734Z 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:12.0967512Z 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:12.0968299Z 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:12.0969142Z 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:12.0969937Z 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:12.0971106Z 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:12.0971891Z 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:12.0972698Z 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:12.0973543Z 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:12.0974367Z 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:12.0975231Z 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:12.0976089Z 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:12.0976924Z 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:12.0977744Z 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:12.0978530Z 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:12.0979311Z 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:12.0980102Z 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:12.0980884Z 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:12.0981655Z 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:12.0982447Z 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:12.0983232Z 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:12.0984114Z 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:12.0984988Z 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:12.0985868Z 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:12.0986735Z 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:12.0987638Z 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:12.0988465Z 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:12.0989330Z 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:12.0990154Z 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:12.0990985Z 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:12.0991832Z 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:12.0992550Z 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:12.0993279Z 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:12.0993966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu' 2025-03-21T20:18:12.0994777Z 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:12.0995602Z 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:12.0996482Z 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:12.0997365Z 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:12.0998371Z 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:12.0999230Z 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:12.1000073Z 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:12.1000956Z 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:12.1001813Z 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:12.1002667Z 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:12.1003507Z 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:12.1004335Z 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:12.1005235Z 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:12.1006121Z 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:12.1007047Z 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:12.1007935Z 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:12.1008878Z 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:12.1009857Z 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:12.1010818Z 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:12.1011680Z 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:12.1012549Z 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:12.1013406Z 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:12.1014112Z 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:12.1014869Z 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:12.1015641Z 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:12.1016310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul' 2025-03-21T20:18:12.1017151Z 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:12.1017977Z 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:12.1018883Z 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:12.1019770Z 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:12.1020650Z 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:12.1021510Z 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:12.1022411Z 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:12.1023315Z 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:12.1024204Z 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:12.1025073Z 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:12.1025930Z 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:12.1026800Z 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:12.1027669Z 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:12.1028578Z 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:12.1029469Z 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:12.1030388Z 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:12.1031279Z 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:12.1032211Z 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:12.1033125Z 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:12.1034016Z 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:12.1034885Z 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:12.1035765Z 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:12.1036467Z 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:12.1037244Z 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:12.1038011Z 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:12.1038702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc' 2025-03-21T20:18:12.1039484Z 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:12.1040216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/reference/packing.cc' 2025-03-21T20:18:12.1040958Z 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:12.1041640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/reference' 2025-03-21T20:18:12.1042256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/runtime.c' 2025-03-21T20:18:12.1043087Z 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:12.1043905Z 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:12.1044686Z 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:12.1045463Z 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:12.1046252Z 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:12.1046975Z 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:12.1047693Z 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:12.1048397Z 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:12.1049147Z 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:12.1049964Z 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:12.1050760Z 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:12.1051582Z 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:12.1052389Z 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:12.1053205Z 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:12.1054002Z 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:12.1054807Z 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:12.1055648Z 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:12.1056460Z 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:12.1057355Z 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:12.1058225Z 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:12.1059084Z 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:12.1059976Z 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:12.1060736Z 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:12.1061447Z 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:12.1062152Z 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:12.1062856Z 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:12.1063624Z 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:12.1064375Z 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:12.1065077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear' 2025-03-21T20:18:12.1065905Z 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:12.1066740Z 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:12.1067561Z 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:12.1068407Z 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:12.1069230Z 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:12.1070068Z 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:12.1070912Z 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:12.1071665Z 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:12.1072373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool' 2025-03-21T20:18:12.1073141Z 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:12.1073925Z 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:12.1074695Z 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:12.1075449Z 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:12.1076188Z 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:12.1076861Z 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:12.1077653Z 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:12.1078427Z 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:12.1079180Z 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:12.1079928Z 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:12.1080673Z 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:12.1081435Z 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:12.1082204Z 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:12.1082908Z 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:12.1083577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp' 2025-03-21T20:18:12.1084219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph.c' 2025-03-21T20:18:12.1084959Z 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:12.1085717Z 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:12.1086473Z 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:12.1087153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/binary.c' 2025-03-21T20:18:12.1087851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/concatenate.c' 2025-03-21T20:18:12.1088606Z 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:12.1089342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/copy.c' 2025-03-21T20:18:12.1090120Z 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:12.1090814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/deprecated.c' 2025-03-21T20:18:12.1091563Z 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:12.1092345Z 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:12.1093067Z 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:12.1093873Z 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:12.1094595Z 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:12.1095325Z 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:12.1095997Z 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:12.1096736Z 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:12.1097393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/rope.c' 2025-03-21T20:18:12.1098377Z 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:12.1099051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/softmax.c' 2025-03-21T20:18:12.1099800Z 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:12.1100548Z 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:12.1101272Z 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:12.1102056Z 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:12.1102777Z 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:12.1103507Z 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:12.1104184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/unary.c' 2025-03-21T20:18:12.1104946Z 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:12.1105638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/validation.c' 2025-03-21T20:18:12.1106376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph' 2025-03-21T20:18:12.1107091Z 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:12.1107807Z 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:12.1108539Z 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:12.1109333Z 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:12.1110169Z 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:12.1110914Z 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:12.1111641Z 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:12.1112385Z 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:12.1113025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/vlog.c' 2025-03-21T20:18:12.1113697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables' 2025-03-21T20:18:12.1114312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tensor.c' 2025-03-21T20:18:12.1115130Z 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:12.1115926Z 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:12.1116748Z 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:12.1117557Z 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:12.1118376Z 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:12.1119177Z 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:12.1119971Z 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:12.1120787Z 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:12.1121628Z 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:12.1122516Z 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:12.1123416Z 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:12.1124288Z 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:12.1125145Z 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:12.1125912Z 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:12.1126601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear' 2025-03-21T20:18:12.1127408Z 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:12.1128095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-lut32norm' 2025-03-21T20:18:12.1129003Z 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:12.1129837Z 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:12.1130678Z 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:12.1131536Z 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:12.1132296Z 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:12.1132974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool' 2025-03-21T20:18:12.1133708Z 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:12.1134440Z 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:12.1135174Z 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:12.1135840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-rmax' 2025-03-21T20:18:12.1136598Z 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:12.1137369Z 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:12.1138127Z 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:12.1138945Z 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:12.1139668Z 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:12.1140428Z 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:12.1141205Z 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:12.1141963Z 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:12.1142748Z 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:12.1143529Z 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:12.1144298Z 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:12.1145002Z 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:12.1145671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp' 2025-03-21T20:18:12.1146358Z 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:12.1147231Z 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:12.1148092Z 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:12.1149007Z 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:12.1149908Z 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:12.1150831Z 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:12.1151729Z 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:12.1152638Z 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:12.1153525Z 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:12.1154432Z 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:12.1155341Z 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:12.1156222Z 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:12.1157116Z 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:12.1157995Z 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:12.1158857Z 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:12.1159738Z 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:12.1160674Z 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:12.1161569Z 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:12.1162478Z 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:12.1163375Z 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:12.1164284Z 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:12.1165174Z 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:12.1166078Z 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:12.1166965Z 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:12.1167826Z 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:12.1168536Z 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:12.1169339Z 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:12.1170051Z 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:12.1170722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw' 2025-03-21T20:18:12.1171626Z 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:12.1172594Z 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:12.1173468Z 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:12.1174363Z 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:12.1175230Z 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:12.1176078Z 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:12.1176977Z 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:12.1177856Z 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:12.1178729Z 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:12.1179632Z 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:12.1180545Z 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:12.1181462Z 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:12.1182383Z 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:12.1183300Z 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:12.1184198Z 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:12.1185129Z 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:12.1186049Z 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:12.1186917Z 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:12.1187822Z 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:12.1188707Z 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:12.1189641Z 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:12.1190557Z 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:12.1191479Z 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:12.1192413Z 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:12.1193332Z 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:12.1194273Z 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:12.1195175Z 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:12.1196093Z 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:12.1196991Z 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:12.1197890Z 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:12.1198992Z 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:12.1199919Z 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:12.1200817Z 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:12.1201747Z 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:12.1202671Z 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:12.1203408Z 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:12.1204211Z 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:12.1204971Z 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:12.1205670Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec' 2025-03-21T20:18:12.1206514Z 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:12.1207409Z 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:12.1208253Z 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:12.1209170Z 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:12.1210009Z 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:12.1210833Z 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:12.1211703Z 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:12.1212588Z 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:12.1213312Z 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:12.1214044Z 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:12.1214876Z 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:12.1215780Z 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:12.1216588Z 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:12.1217354Z 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:12.1218054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec' 2025-03-21T20:18:12.1218778Z 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:12.1219541Z 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:12.1220237Z 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:12.1221097Z 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:12.1221956Z 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:12.1222808Z 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:12.1223695Z 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:12.1224547Z 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:12.1225430Z 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:12.1226281Z 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:12.1227135Z 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:12.1227853Z 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:12.1228562Z 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:12.1229300Z 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:12.1229972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb' 2025-03-21T20:18:12.1230682Z 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:12.1231349Z 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:12.1232051Z 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:12.1232743Z 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:12.1233476Z 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:12.1234389Z 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:12.1235280Z 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:12.1236192Z 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:12.1237084Z 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:12.1237946Z 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:12.1238781Z 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:12.1239630Z 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:12.1240493Z 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:12.1241322Z 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:12.1242221Z 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:12.1243048Z 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:12.1243930Z 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:12.1244805Z 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:12.1245751Z 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:12.1246628Z 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:12.1247544Z 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:12.1248415Z 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:12.1249383Z 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:12.1250250Z 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:12.1251125Z 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:12.1251956Z 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:12.1252819Z 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:12.1253664Z 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:12.1254529Z 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:12.1255384Z 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:12.1256253Z 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:12.1257107Z 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:12.1258010Z 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:12.1258865Z 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:12.1259721Z 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:12.1260561Z 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:12.1261383Z 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:12.1262325Z 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:12.1263222Z 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:12.1264107Z 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:12.1264968Z 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:12.1265844Z 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:12.1266689Z 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:12.1267559Z 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:12.1268388Z 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:12.1269224Z 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:12.1270051Z 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:12.1270936Z 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:12.1271793Z 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:12.1272661Z 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:12.1273484Z 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:12.1274347Z 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:12.1275204Z 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:12.1276042Z 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:12.1276940Z 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:12.1277784Z 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:12.1278621Z 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:12.1279525Z 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:12.1280434Z 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:12.1281260Z 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:12.1282100Z 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:12.1282922Z 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:12.1283786Z 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:12.1284610Z 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:12.1285470Z 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:12.1286293Z 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:12.1287128Z 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:12.1287980Z 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:12.1288819Z 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:12.1289769Z 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:12.1290665Z 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:12.1291575Z 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:12.1292501Z 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:12.1293409Z 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:12.1294288Z 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:12.1295141Z 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:12.1296028Z 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:12.1296881Z 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:12.1297753Z 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:12.1298768Z 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:12.1299648Z 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:12.1300484Z 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:12.1301414Z 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:12.1302302Z 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:12.1303233Z 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:12.1304119Z 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:12.1304987Z 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:12.1305844Z 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:12.1306709Z 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:12.1307566Z 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:12.1308428Z 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:12.1309332Z 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:12.1310161Z 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:12.1311045Z 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:12.1311740Z 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:12.1312448Z 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:12.1313196Z 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:12.1313896Z 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:12.1314618Z 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:12.1315315Z 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:12.1316007Z 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:12.1316734Z 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:12.1317429Z 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:12.1318124Z 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:12.1318824Z 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:12.1319530Z 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:12.1320199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw' 2025-03-21T20:18:12.1321027Z 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:12.1321844Z 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:12.1322673Z 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:12.1323487Z 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:12.1324312Z 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:12.1325123Z 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:12.1325978Z 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:12.1326790Z 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:12.1327510Z 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:12.1328202Z 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:12.1328999Z 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:12.1329797Z 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:12.1330542Z 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:12.1331312Z 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:12.1332075Z 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:12.1332780Z 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:12.1333446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx' 2025-03-21T20:18:12.1334168Z 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:12.1334876Z 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:12.1335700Z 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:12.1336582Z 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:12.1337436Z 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:12.1338319Z 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:12.1339174Z 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:12.1340056Z 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:12.1340910Z 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:12.1341825Z 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:12.1342753Z 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:12.1343683Z 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:12.1344634Z 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:12.1345553Z 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:12.1346455Z 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:12.1347412Z 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:12.1348358Z 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:12.1349236Z 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:12.1350091Z 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:12.1350972Z 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:12.1351824Z 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:12.1352658Z 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:12.1353522Z 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:12.1354387Z 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:12.1355254Z 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:12.1356115Z 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:12.1357019Z 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:12.1357904Z 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:12.1358806Z 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:12.1359752Z 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:12.1360639Z 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:12.1361605Z 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:12.1362523Z 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:12.1363429Z 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:12.1364381Z 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:12.1365343Z 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:12.1366247Z 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:12.1367119Z 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:12.1368032Z 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:12.1369007Z 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:12.1369917Z 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:12.1370829Z 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:12.1371753Z 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:12.1372649Z 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:12.1373581Z 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:12.1374507Z 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:12.1375341Z 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:12.1376206Z 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:12.1377114Z 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:12.1377989Z 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:12.1378913Z 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:12.1379783Z 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:12.1380678Z 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:12.1381666Z 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:12.1382527Z 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:12.1383256Z 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:12.1384004Z 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:12.1384705Z 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:12.1385445Z 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:12.1386148Z 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:12.1386893Z 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:12.1387781Z 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:12.1388587Z 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:12.1389333Z 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:12.1390050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec' 2025-03-21T20:18:12.1390780Z 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:12.1391519Z 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:12.1392259Z 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:12.1393004Z 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:12.1393718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-unpool' 2025-03-21T20:18:12.1394571Z 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:12.1395452Z 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:12.1396300Z 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:12.1397156Z 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:12.1398030Z 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:12.1399057Z 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:12.1399908Z 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:12.1400762Z 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:12.1401452Z 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:12.1402154Z 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:12.1402824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob' 2025-03-21T20:18:12.1403551Z 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:12.1404273Z 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:12.1404993Z 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:12.1405728Z 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:12.1406450Z 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:12.1407176Z 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:12.1407882Z 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:12.1408626Z 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:12.1409385Z 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:12.1410123Z 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:12.1410892Z 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:12.1411678Z 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:12.1412386Z 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:12.1413125Z 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:12.1413830Z 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:12.1414611Z 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:12.1415307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip' 2025-03-21T20:18:12.1416189Z 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:12.1417043Z 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:12.1417931Z 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:12.1418790Z 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:12.1419707Z 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:12.1420589Z 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:12.1421506Z 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:12.1422396Z 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:12.1423327Z 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:12.1424223Z 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:12.1425158Z 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:12.1426058Z 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:12.1426929Z 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:12.1427888Z 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:12.1428784Z 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:12.1429737Z 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:12.1430635Z 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:12.1431600Z 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:12.1432465Z 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:12.1433365Z 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:12.1434238Z 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:12.1435108Z 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:12.1435978Z 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:12.1436848Z 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:12.1437723Z 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:12.1438620Z 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:12.1439510Z 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:12.1440393Z 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:12.1441279Z 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:12.1442185Z 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:12.1442913Z 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:12.1443672Z 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:12.1444402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec' 2025-03-21T20:18:12.1445075Z 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:12.1445852Z 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:12.1446620Z 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:12.1447449Z 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:12.1448288Z 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:12.1449207Z 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:12.1450080Z 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:12.1450807Z 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:12.1451530Z 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:12.1452268Z 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:12.1452992Z 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:12.1453741Z 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:12.1454471Z 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:12.1455213Z 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:12.1455937Z 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:12.1456762Z 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:12.1457578Z 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:12.1458405Z 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:12.1459212Z 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:12.1460043Z 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:12.1460861Z 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:12.1461721Z 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:12.1462567Z 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:12.1463314Z 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:12.1464053Z 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:12.1464797Z 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:12.1465554Z 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:12.1466310Z 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:12.1467054Z 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:12.1467784Z 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:12.1468561Z 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:12.1469332Z 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:12.1470106Z 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:12.1470868Z 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:12.1471624Z 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:12.1472371Z 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:12.1473127Z 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:12.1473873Z 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:12.1474560Z 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:12.1475274Z 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:12.1475957Z 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:12.1476619Z 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:12.1477359Z 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:12.1478040Z 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:12.1478736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut' 2025-03-21T20:18:12.1479550Z 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:12.1480329Z 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:12.1481023Z 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:12.1481723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packq' 2025-03-21T20:18:12.1482618Z 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:12.1483461Z 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:12.1484321Z 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:12.1485137Z 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:12.1486026Z 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:12.1486871Z 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:12.1487715Z 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:12.1488541Z 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:12.1489445Z 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:12.1490283Z 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:12.1491124Z 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:12.1491952Z 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:12.1492785Z 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:12.1493612Z 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:12.1494498Z 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:12.1495311Z 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:12.1496216Z 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:12.1497053Z 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:12.1497753Z 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:12.1498747Z 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:12.1499465Z 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:12.1500211Z 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:12.1500899Z 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:12.1501591Z 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:12.1502257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw' 2025-03-21T20:18:12.1503179Z 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:12.1504063Z 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:12.1504984Z 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:12.1505884Z 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:12.1506791Z 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:12.1507712Z 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:12.1508655Z 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:12.1509504Z 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:12.1510360Z 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:12.1511207Z 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:12.1512111Z 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:12.1512987Z 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:12.1513875Z 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:12.1514771Z 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:12.1515662Z 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:12.1516503Z 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:12.1517384Z 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:12.1518271Z 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:12.1519174Z 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:12.1520091Z 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:12.1520988Z 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:12.1521874Z 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:12.1522792Z 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:12.1523701Z 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:12.1524435Z 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:12.1525170Z 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:12.1525868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec' 2025-03-21T20:18:12.1526582Z 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:12.1527292Z 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:12.1528002Z 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:12.1528724Z 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:12.1529523Z 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:12.1530252Z 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:12.1530963Z 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:12.1531670Z 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:12.1532412Z 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:12.1533113Z 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:12.1533870Z 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:12.1534565Z 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:12.1535237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip' 2025-03-21T20:18:12.1535972Z 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:12.1536737Z 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:12.1537451Z 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:12.1538134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/allocator.h' 2025-03-21T20:18:12.1538831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/argmaxpool.h' 2025-03-21T20:18:12.1539530Z 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:12.1540216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/assembly.h' 2025-03-21T20:18:12.1540885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/avgpool.h' 2025-03-21T20:18:12.1541559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/buffer.h' 2025-03-21T20:18:12.1542216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/cache.h' 2025-03-21T20:18:12.1542890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/common.h' 2025-03-21T20:18:12.1543557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/compute.h' 2025-03-21T20:18:12.1544267Z 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:12.1544957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/config.h' 2025-03-21T20:18:12.1545621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/conv.h' 2025-03-21T20:18:12.1546320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/datatype.h' 2025-03-21T20:18:12.1546990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/dwconv.h' 2025-03-21T20:18:12.1547636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/fill.h' 2025-03-21T20:18:12.1548325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/fp16.h' 2025-03-21T20:18:12.1548988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/gemm.h' 2025-03-21T20:18:12.1549735Z 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:12.1550431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/ibilinear.h' 2025-03-21T20:18:12.1551082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/igemm.h' 2025-03-21T20:18:12.1551754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/im2col.h' 2025-03-21T20:18:12.1552447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/indirection.h' 2025-03-21T20:18:12.1553140Z 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:12.1553814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/internal.h' 2025-03-21T20:18:12.1554570Z 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:12.1555254Z 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:12.1555906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/log.h' 2025-03-21T20:18:12.1556549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/lut.h' 2025-03-21T20:18:12.1557211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/math.h' 2025-03-21T20:18:12.1557881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/maxpool.h' 2025-03-21T20:18:12.1558589Z 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:12.1559259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/memory.h' 2025-03-21T20:18:12.1559945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microfnptr.h' 2025-03-21T20:18:12.1560740Z 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:12.1561463Z 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:12.1562232Z 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:12.1562949Z 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:12.1563649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microparams.h' 2025-03-21T20:18:12.1564328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/mutex.h' 2025-03-21T20:18:12.1565048Z 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:12.1565756Z 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:12.1566471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/normalization.h' 2025-03-21T20:18:12.1567205Z 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:12.1567927Z 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:12.1568634Z 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:12.1569398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/operator.h' 2025-03-21T20:18:12.1570074Z 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:12.1570722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pack.h' 2025-03-21T20:18:12.1571397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packb.h' 2025-03-21T20:18:12.1572050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packq.h' 2025-03-21T20:18:12.1572723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packw.h' 2025-03-21T20:18:12.1573383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packx.h' 2025-03-21T20:18:12.1574044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pad.h' 2025-03-21T20:18:12.1574711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/params.h' 2025-03-21T20:18:12.1575402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pavgpool.h' 2025-03-21T20:18:12.1576052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/ppmm.h' 2025-03-21T20:18:12.1576782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/prefetch.h' 2025-03-21T20:18:12.1577485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/quantization.h' 2025-03-21T20:18:12.1578245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/raddexpminusmax.h' 2025-03-21T20:18:12.1578943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/raddextexp.h' 2025-03-21T20:18:12.1579708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h' 2025-03-21T20:18:12.1580374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/reduce.h' 2025-03-21T20:18:12.1581144Z 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:12.1581891Z 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:12.1582641Z 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:12.1583366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/requantization.h' 2025-03-21T20:18:12.1584079Z 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:12.1584806Z 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:12.1585533Z 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:12.1586242Z 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:12.1586938Z 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:12.1587666Z 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:12.1588365Z 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:12.1589165Z 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:12.1589862Z 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:12.1590576Z 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:12.1591284Z 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:12.1591996Z 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:12.1592747Z 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:12.1593459Z 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:12.1594216Z 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:12.1594909Z 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:12.1595622Z 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:12.1596318Z 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:12.1597082Z 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:12.1597805Z 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:12.1598726Z 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:12.1599416Z 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:12.1600124Z 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:12.1600831Z 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:12.1601548Z 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:12.1602273Z 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:12.1602993Z 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:12.1603675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd' 2025-03-21T20:18:12.1604338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/spmm.h' 2025-03-21T20:18:12.1605082Z 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:12.1605774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/subgraph.h' 2025-03-21T20:18:12.1606460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/transpose.h' 2025-03-21T20:18:12.1607141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/unaligned.h' 2025-03-21T20:18:12.1607815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/unpool.h' 2025-03-21T20:18:12.1608481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vbinary.h' 2025-03-21T20:18:12.1609259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vcvt.h' 2025-03-21T20:18:12.1609948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vmulcaddc.h' 2025-03-21T20:18:12.1610743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vscaleexpminusmax.h' 2025-03-21T20:18:12.1611444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vscaleextexp.h' 2025-03-21T20:18:12.1612124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vunary.h' 2025-03-21T20:18:12.1612776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/zerob.h' 2025-03-21T20:18:12.1613472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/zip.h' 2025-03-21T20:18:12.1614168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack' 2025-03-21T20:18:12.1614935Z 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:12.1615591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-copy' 2025-03-21T20:18:12.1616321Z 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:12.1617057Z 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:12.1617791Z 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:12.1618536Z 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:12.1619199Z 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:12.1619870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-fill' 2025-03-21T20:18:12.1620606Z 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:12.1621354Z 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:12.1622107Z 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:12.1622856Z 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:12.1623508Z 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:12.1624178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-pad' 2025-03-21T20:18:12.1625026Z 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:12.1625806Z 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:12.1626503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-transposev' 2025-03-21T20:18:12.1627159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src' 2025-03-21T20:18:12.1627797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/BUILD.bazel' 2025-03-21T20:18:12.1628500Z 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:12.1629232Z 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:12.1630017Z 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:12.1630805Z 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:12.1631553Z 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:12.1632269Z 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:12.1632978Z 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:12.1633769Z 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:12.1634512Z 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:12.1635201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/avgpool-minmax.cc' 2025-03-21T20:18:12.1635941Z 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:12.1636767Z 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:12.1637487Z 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:12.1638182Z 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:12.1638879Z 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:12.1639605Z 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:12.1640227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/binary.cc' 2025-03-21T20:18:12.1640928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/build-identifier.cc' 2025-03-21T20:18:12.1641649Z 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:12.1642438Z 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:12.1643194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate2.cc' 2025-03-21T20:18:12.1643858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate3.cc' 2025-03-21T20:18:12.1644534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate4.cc' 2025-03-21T20:18:12.1645199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate5.cc' 2025-03-21T20:18:12.1645959Z 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:12.1646669Z 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:12.1647437Z 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:12.1648181Z 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:12.1649021Z 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:12.1649680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convert-nc.cc' 2025-03-21T20:18:12.1650422Z 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:12.1651101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-2d.cc' 2025-03-21T20:18:12.1651806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-nchw.cc' 2025-03-21T20:18:12.1652496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-nhwc.cc' 2025-03-21T20:18:12.1653256Z 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:12.1653998Z 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:12.1654742Z 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:12.1655415Z 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:12.1656049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/copy-nc.cc' 2025-03-21T20:18:12.1656773Z 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:12.1657388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/copy.cc' 2025-03-21T20:18:12.1658129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/deconvolution-2d.cc' 2025-03-21T20:18:12.1658910Z 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:12.1659650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/deconvolution-nhwc.cc' 2025-03-21T20:18:12.1660406Z 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:12.1661112Z 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:12.1661872Z 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:12.1662590Z 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:12.1663391Z 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:12.1664144Z 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:12.1664890Z 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:12.1665635Z 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:12.1666380Z 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:12.1667137Z 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:12.1667969Z 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:12.1668627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/even-split2.cc' 2025-03-21T20:18:12.1669293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/even-split3.cc' 2025-03-21T20:18:12.1669947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/even-split4.cc' 2025-03-21T20:18:12.1670645Z 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:12.1671342Z 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:12.1672110Z 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:12.1672847Z 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:12.1673546Z 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:12.1674284Z 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:12.1674958Z 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:12.1675704Z 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:12.1676457Z 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:12.1677181Z 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:12.1677927Z 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:12.1678634Z 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:12.1679364Z 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:12.1680045Z 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:12.1680732Z 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:12.1681418Z 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:12.1682106Z 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:12.1682812Z 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:12.1683512Z 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:12.1684190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.cc' 2025-03-21T20:18:12.1684867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:18:12.1685560Z 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:12.1686256Z 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:12.1686928Z 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:12.1687665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.cc' 2025-03-21T20:18:12.1688426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:18:12.1689124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.cc' 2025-03-21T20:18:12.1689785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:18:12.1690455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.cc' 2025-03-21T20:18:12.1691117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:18:12.1691797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.cc' 2025-03-21T20:18:12.1692468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:18:12.1693120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.cc' 2025-03-21T20:18:12.1693765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:18:12.1694490Z 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:12.1695173Z 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:12.1695870Z 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:12.1696564Z 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:12.1697209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.cc' 2025-03-21T20:18:12.1697845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd.cc' 2025-03-21T20:18:12.1698690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc.cc' 2025-03-21T20:18:12.1699339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.cc' 2025-03-21T20:18:12.1699993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.cc' 2025-03-21T20:18:12.1700627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv.cc' 2025-03-21T20:18:12.1701282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc.cc' 2025-03-21T20:18:12.1701916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.cc' 2025-03-21T20:18:12.1702572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.cc' 2025-03-21T20:18:12.1703236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.cc' 2025-03-21T20:18:12.1703875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.cc' 2025-03-21T20:18:12.1704532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.cc' 2025-03-21T20:18:12.1705173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.cc' 2025-03-21T20:18:12.1705828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.cc' 2025-03-21T20:18:12.1706528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul.cc' 2025-03-21T20:18:12.1707182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc.cc' 2025-03-21T20:18:12.1707937Z 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:12.1708674Z 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:12.1709306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.cc' 2025-03-21T20:18:12.1709966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vprelu.cc' 2025-03-21T20:18:12.1710657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vpreluc.cc' 2025-03-21T20:18:12.1711352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc.cc' 2025-03-21T20:18:12.1711993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.cc' 2025-03-21T20:18:12.1712636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.cc' 2025-03-21T20:18:12.1713282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.cc' 2025-03-21T20:18:12.1713917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.cc' 2025-03-21T20:18:12.1714594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrpreluc.cc' 2025-03-21T20:18:12.1715240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsqrt.cc' 2025-03-21T20:18:12.1715902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc.cc' 2025-03-21T20:18:12.1716558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.cc' 2025-03-21T20:18:12.1717206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.cc' 2025-03-21T20:18:12.1717867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.cc' 2025-03-21T20:18:12.1718553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.cc' 2025-03-21T20:18:12.1719200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.cc' 2025-03-21T20:18:12.1719851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub.cc' 2025-03-21T20:18:12.1720489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc.cc' 2025-03-21T20:18:12.1721128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.cc' 2025-03-21T20:18:12.1721811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.cc' 2025-03-21T20:18:12.1722532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:18:12.1723212Z 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:12.1723914Z 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:12.1724615Z 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:12.1725313Z 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:12.1726108Z 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:12.1726848Z 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:12.1727606Z 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:12.1728301Z 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:12.1729065Z 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:12.1729759Z 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:12.1730435Z 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:12.1731082Z 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:12.1731796Z 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:12.1732503Z 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:12.1733192Z 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:12.1733885Z 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:12.1734579Z 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:12.1735272Z 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:12.1735940Z 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:12.1736630Z 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:12.1737261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.cc' 2025-03-21T20:18:12.1737918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:18:12.1738659Z 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:12.1739368Z 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:12.1740101Z 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:12.1740807Z 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:12.1741507Z 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:12.1742213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.cc' 2025-03-21T20:18:12.1742893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:18:12.1743588Z 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:12.1744280Z 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:12.1744961Z 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:12.1745666Z 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:12.1746358Z 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:12.1747042Z 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:12.1747727Z 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:12.1748381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.cc' 2025-03-21T20:18:12.1749034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:18:12.1749724Z 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:12.1750420Z 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:12.1751135Z 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:12.1751852Z 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:12.1752566Z 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:12.1753283Z 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:12.1753990Z 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:12.1754718Z 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:12.1755411Z 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:12.1756105Z 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:12.1756765Z 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:12.1757438Z 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:12.1758170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.cc' 2025-03-21T20:18:12.1758895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:18:12.1759599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.cc' 2025-03-21T20:18:12.1760299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:18:12.1761034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.cc' 2025-03-21T20:18:12.1761791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:18:12.1762434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.cc' 2025-03-21T20:18:12.1763098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:18:12.1763730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.cc' 2025-03-21T20:18:12.1764388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:18:12.1765022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.cc' 2025-03-21T20:18:12.1765677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:18:12.1766331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.cc' 2025-03-21T20:18:12.1766997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:18:12.1767642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.cc' 2025-03-21T20:18:12.1768284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:18:12.1769045Z 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:12.1769712Z 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:12.1770452Z 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:12.1771118Z 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:12.1771822Z 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:12.1772487Z 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:12.1773182Z 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:12.1773847Z 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:12.1774585Z 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:12.1775241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd.cc' 2025-03-21T20:18:12.1775913Z 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:12.1776604Z 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:12.1777300Z 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:12.1778008Z 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:12.1778686Z 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:12.1779401Z 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:12.1780035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.cc' 2025-03-21T20:18:12.1780679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.cc' 2025-03-21T20:18:12.1781319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.cc' 2025-03-21T20:18:12.1781978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.cc' 2025-03-21T20:18:12.1782614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.cc' 2025-03-21T20:18:12.1783301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcopysign.cc' 2025-03-21T20:18:12.1783970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcopysignc.cc' 2025-03-21T20:18:12.1784614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.cc' 2025-03-21T20:18:12.1785256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.cc' 2025-03-21T20:18:12.1785937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.cc' 2025-03-21T20:18:12.1786571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vexp.cc' 2025-03-21T20:18:12.1787237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vgelu.cc' 2025-03-21T20:18:12.1787902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.cc' 2025-03-21T20:18:12.1788535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlog.cc' 2025-03-21T20:18:12.1789192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.cc' 2025-03-21T20:18:12.1789870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.cc' 2025-03-21T20:18:12.1790521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.cc' 2025-03-21T20:18:12.1791184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.cc' 2025-03-21T20:18:12.1791837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.cc' 2025-03-21T20:18:12.1792469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.cc' 2025-03-21T20:18:12.1793122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.cc' 2025-03-21T20:18:12.1793835Z 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:12.1794572Z 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:12.1795208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.cc' 2025-03-21T20:18:12.1795868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vprelu.cc' 2025-03-21T20:18:12.1796520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vpreluc.cc' 2025-03-21T20:18:12.1797204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrcopysignc.cc' 2025-03-21T20:18:12.1797874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.cc' 2025-03-21T20:18:12.1798689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.cc' 2025-03-21T20:18:12.1799345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.cc' 2025-03-21T20:18:12.1799987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.cc' 2025-03-21T20:18:12.1800641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.cc' 2025-03-21T20:18:12.1801278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.cc' 2025-03-21T20:18:12.1802029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrpreluc.cc' 2025-03-21T20:18:12.1802676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.cc' 2025-03-21T20:18:12.1803372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.cc' 2025-03-21T20:18:12.1804093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.cc' 2025-03-21T20:18:12.1804840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:18:12.1805524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.cc' 2025-03-21T20:18:12.1806270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:18:12.1806970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.cc' 2025-03-21T20:18:12.1807609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.cc' 2025-03-21T20:18:12.1808281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.cc' 2025-03-21T20:18:12.1809010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.cc' 2025-03-21T20:18:12.1809671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.cc' 2025-03-21T20:18:12.1810311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.cc' 2025-03-21T20:18:12.1810981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.cc' 2025-03-21T20:18:12.1811621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.cc' 2025-03-21T20:18:12.1812337Z 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:12.1813115Z 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:12.1813821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/fully-connected.cc' 2025-03-21T20:18:12.1814449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/fusion.cc' 2025-03-21T20:18:12.1815197Z 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:12.1815924Z 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:12.1816682Z 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:12.1817426Z 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:12.1818193Z 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:12.1818915Z 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:12.1819698Z 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:12.1820369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/indirection.cc' 2025-03-21T20:18:12.1821085Z 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:12.1821848Z 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:12.1822555Z 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:12.1823290Z 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:12.1824042Z 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:12.1824802Z 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:12.1825480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/maxpool-minmax.cc' 2025-03-21T20:18:12.1826175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/memory-planner.cc' 2025-03-21T20:18:12.1826874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/microkernel-utils.cc' 2025-03-21T20:18:12.1827618Z 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:12.1828293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/mock-allocator.h' 2025-03-21T20:18:12.1828927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/mutex.cc' 2025-03-21T20:18:12.1829577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/next_prime.cc' 2025-03-21T20:18:12.1830218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/next_prime.h' 2025-03-21T20:18:12.1830936Z 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:12.1831617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/operator-utils.cc' 2025-03-21T20:18:12.1832357Z 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:12.1833089Z 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:12.1833732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/packing.cc' 2025-03-21T20:18:12.1834503Z 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:12.1835252Z 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:12.1836015Z 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:12.1836756Z 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:12.1837494Z 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:12.1838277Z 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:12.1839019Z 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:12.1839806Z 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:12.1840533Z 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:12.1841284Z 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:12.1842019Z 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:12.1842769Z 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:12.1843509Z 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:12.1844239Z 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:12.1844982Z 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:12.1845723Z 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:12.1846480Z 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:12.1847223Z 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:12.1847975Z 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:12.1848719Z 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:12.1849530Z 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:12.1850268Z 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:12.1851055Z 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:12.1851796Z 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:12.1852594Z 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:12.1853323Z 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:12.1854077Z 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:12.1854845Z 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:12.1855595Z 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:12.1856365Z 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:12.1857106Z 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:12.1857843Z 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:12.1858591Z 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:12.1859355Z 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:12.1860096Z 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:12.1860860Z 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:12.1861591Z 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:12.1862343Z 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:12.1863077Z 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:12.1863835Z 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:12.1864625Z 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:12.1865435Z 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:12.1866214Z 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:12.1867014Z 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:12.1867705Z 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:12.1868407Z 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:12.1869051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-packw.cc' 2025-03-21T20:18:12.1869880Z 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:12.1870686Z 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:12.1871474Z 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:12.1872246Z 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:12.1872984Z 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:12.1873744Z 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:12.1874502Z 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:12.1875270Z 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:12.1876012Z 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:12.1876785Z 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:12.1877499Z 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:12.1878243Z 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:12.1878880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.cc' 2025-03-21T20:18:12.1879545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:18:12.1880227Z 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:12.1880927Z 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:12.1881564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.cc' 2025-03-21T20:18:12.1882220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.cc' 2025-03-21T20:18:12.1882926Z 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:12.1883683Z 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:12.1884398Z 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:12.1885145Z 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:12.1885945Z 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:12.1886732Z 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:12.1887541Z 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:12.1888320Z 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:12.1889091Z 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:12.1889818Z 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:12.1890540Z 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:12.1891261Z 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:12.1892011Z 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:12.1892732Z 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:12.1893477Z 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:12.1894205Z 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:12.1894948Z 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:12.1895664Z 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:12.1896410Z 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:12.1897146Z 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:12.1897881Z 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:12.1898800Z 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:12.1899444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.cc' 2025-03-21T20:18:12.1900254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:18:12.1900889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.cc' 2025-03-21T20:18:12.1901590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:18:12.1902273Z 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:12.1902977Z 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:12.1903611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.cc' 2025-03-21T20:18:12.1904313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.cc' 2025-03-21T20:18:12.1905063Z 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:12.1905790Z 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:12.1906504Z 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:12.1907236Z 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:12.1908035Z 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:12.1908813Z 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:12.1909643Z 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:12.1910375Z 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:12.1911120Z 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:12.1911763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reduce-nd.cc' 2025-03-21T20:18:12.1912526Z 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:12.1913236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reduce-normalization.cc' 2025-03-21T20:18:12.1913976Z 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:12.1914662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reshape-helpers.cc' 2025-03-21T20:18:12.1915381Z 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:12.1916089Z 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:12.1916926Z 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:12.1917573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/rope-nthc.cc' 2025-03-21T20:18:12.1918315Z 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:12.1918930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/rope.cc' 2025-03-21T20:18:12.1919667Z 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:12.1920367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/runtime-tester.h' 2025-03-21T20:18:12.1921016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/runtime.cc' 2025-03-21T20:18:12.1921710Z 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:12.1922407Z 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:12.1923082Z 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:12.1923762Z 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:12.1924449Z 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:12.1925138Z 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:12.1925809Z 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:12.1926467Z 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:12.1927146Z 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:12.1927826Z 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:12.1928500Z 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:12.1934628Z 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:12.1935421Z 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:12.1936110Z 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:12.1936813Z 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:12.1937485Z 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:12.1938247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.cc' 2025-03-21T20:18:12.1938941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:18:12.1939663Z 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:12.1940328Z 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:12.1940970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.cc' 2025-03-21T20:18:12.1941779Z 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:12.1942684Z 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:12.1943494Z 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:12.1944179Z 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:12.1944838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/slice-nd.cc' 2025-03-21T20:18:12.1945585Z 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:12.1946313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/slice-normalization.cc' 2025-03-21T20:18:12.1947025Z 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:12.1947697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/softmax-nc.cc' 2025-03-21T20:18:12.1948421Z 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:12.1949058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/softmax.cc' 2025-03-21T20:18:12.1949769Z 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:12.1950481Z 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:12.1951269Z 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:12.1952002Z 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:12.1952727Z 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:12.1953424Z 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:12.1954109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-reduce.cc' 2025-03-21T20:18:12.1954815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-reshape.cc' 2025-03-21T20:18:12.1955574Z 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:12.1956269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-slice.cc' 2025-03-21T20:18:12.1956970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-transpose.cc' 2025-03-21T20:18:12.1957643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-fp16.cc' 2025-03-21T20:18:12.1958353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-nchw.cc' 2025-03-21T20:18:12.1959017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-size.c' 2025-03-21T20:18:12.1959735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-tester.h' 2025-03-21T20:18:12.1960445Z 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:12.1961085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph.cc' 2025-03-21T20:18:12.1961794Z 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:12.1962457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-nd.cc' 2025-03-21T20:18:12.1963234Z 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:12.1963973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-normalization.cc' 2025-03-21T20:18:12.1964720Z 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:12.1965415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-reshape.cc' 2025-03-21T20:18:12.1966084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.cc' 2025-03-21T20:18:12.1966760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:18:12.1967432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.cc' 2025-03-21T20:18:12.1968105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:18:12.1968745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.cc' 2025-03-21T20:18:12.1969503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:18:12.1970157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.cc' 2025-03-21T20:18:12.1970907Z 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:12.1971553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary-ops.cc' 2025-03-21T20:18:12.1972241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary-ops.h' 2025-03-21T20:18:12.1972859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary.cc' 2025-03-21T20:18:12.1973609Z 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:12.1974272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unpooling-2d.cc' 2025-03-21T20:18:12.1975001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unpooling-nhwc.cc' 2025-03-21T20:18:12.1975785Z 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:12.1976547Z 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:12.1977287Z 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:12.1978031Z 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:12.1978789Z 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:12.1979621Z 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:12.1980397Z 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:12.1981144Z 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:12.1981814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/weights-cache.cc' 2025-03-21T20:18:12.1982476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/workspace.cc' 2025-03-21T20:18:12.1983121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.cc' 2025-03-21T20:18:12.1983765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.cc' 2025-03-21T20:18:12.1984418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.cc' 2025-03-21T20:18:12.1985053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.cc' 2025-03-21T20:18:12.1985711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-unpool.cc' 2025-03-21T20:18:12.1986345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zip.cc' 2025-03-21T20:18:12.1987006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.cc' 2025-03-21T20:18:12.1987641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:18:12.1988317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packq.cc' 2025-03-21T20:18:12.1988948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.cc' 2025-03-21T20:18:12.1989583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-zip.cc' 2025-03-21T20:18:12.1990248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/xN-transpose.cc' 2025-03-21T20:18:12.1990917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.cc' 2025-03-21T20:18:12.1991574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.cc' 2025-03-21T20:18:12.1992303Z 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:12.1992916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test' 2025-03-21T20:18:12.1993557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/third_party/BUILD' 2025-03-21T20:18:12.1994242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/third_party/FP16.BUILD' 2025-03-21T20:18:12.1994907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/third_party' 2025-03-21T20:18:12.1995531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/BUILD' 2025-03-21T20:18:12.1996279Z 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:12.1997025Z 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:12.1997780Z 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:12.1998813Z 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:12.1999583Z 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:12.2000356Z 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:12.2001064Z 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:12.2001838Z 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:12.2002578Z 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:12.2003417Z 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:12.2004121Z 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:12.2004949Z 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:12.2005689Z 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:12.2006500Z 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:12.2007294Z 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:12.2008041Z 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:12.2008766Z 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:12.2009549Z 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:12.2010290Z 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:12.2011030Z 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:12.2011840Z 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:12.2012601Z 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:12.2013334Z 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:12.2013971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:18:12.2014695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:18:12.2015312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen' 2025-03-21T20:18:12.2015960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:18:12.2016616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:18:12.2017252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools' 2025-03-21T20:18:12.2017844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:12.2018411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.git' 2025-03-21T20:18:12.2019011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.bazelrc' 2025-03-21T20:18:12.2019672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.clang-format' 2025-03-21T20:18:12.2020386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github/workflows/build.yml' 2025-03-21T20:18:12.2021148Z 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:12.2021938Z 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:12.2022627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github/workflows' 2025-03-21T20:18:12.2023305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github' 2025-03-21T20:18:12.2023907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.gitignore' 2025-03-21T20:18:12.2024562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.travis.yml' 2025-03-21T20:18:12.2025171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/BUILD.bazel' 2025-03-21T20:18:12.2025812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CMakeLists.txt' 2025-03-21T20:18:12.2026456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CMakePresets.json' 2025-03-21T20:18:12.2027116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CODE_OF_CONDUCT.md' 2025-03-21T20:18:12.2027749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CONTRIBUTING.md' 2025-03-21T20:18:12.2028337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/LICENSE' 2025-03-21T20:18:12.2028964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/MODULE.bazel' 2025-03-21T20:18:12.2029563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/README.md' 2025-03-21T20:18:12.2030208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/WORKSPACE.bazel' 2025-03-21T20:18:12.2030824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/appveyor.yml' 2025-03-21T20:18:12.2031502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/bench/get-current.cc' 2025-03-21T20:18:12.2032119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/bench/init.cc' 2025-03-21T20:18:12.2032753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/bench' 2025-03-21T20:18:12.2033511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:12.2034246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:12.2034989Z 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:12.2035624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake' 2025-03-21T20:18:12.2036268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:18:12.2036873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:18:12.2037547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/.gitignore' 2025-03-21T20:18:12.2038215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/BUILD.bazel' 2025-03-21T20:18:12.2038958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/CMakeLists.txt' 2025-03-21T20:18:12.2039599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/LICENSE' 2025-03-21T20:18:12.2040296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/README.md' 2025-03-21T20:18:12.2041083Z 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:12.2041780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/cmake' 2025-03-21T20:18:12.2042455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:18:12.2043138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:18:12.2043825Z 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:12.2044528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/include' 2025-03-21T20:18:12.2045206Z 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:12.2045924Z 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:12.2046594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/jni' 2025-03-21T20:18:12.2047270Z 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:12.2047940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/src' 2025-03-21T20:18:12.2048610Z 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:12.2049389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/test' 2025-03-21T20:18:12.2050037Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog' 2025-03-21T20:18:12.2050667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps' 2025-03-21T20:18:12.2051385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/include/cpuinfo-mock.h' 2025-03-21T20:18:12.2052044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/include/cpuinfo.h' 2025-03-21T20:18:12.2052705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/include' 2025-03-21T20:18:12.2053344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/jni/Android.mk' 2025-03-21T20:18:12.2053992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/jni/Application.mk' 2025-03-21T20:18:12.2054612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/jni' 2025-03-21T20:18:12.2055282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/libcpuinfo.pc.in' 2025-03-21T20:18:12.2056072Z 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:12.2056797Z 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:12.2057525Z 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:12.2058238Z 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:12.2058989Z 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:12.2059725Z 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:12.2060483Z 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:12.2061238Z 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:12.2061978Z 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:12.2062705Z 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:12.2063422Z 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:12.2064160Z 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:12.2064896Z 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:12.2065618Z 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:12.2066356Z 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:12.2067129Z 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:12.2067867Z 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:12.2068639Z 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:12.2069344Z 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:12.2070118Z 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:12.2070828Z 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:12.2071549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/local-build.sh' 2025-03-21T20:18:12.2072311Z 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:12.2072949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts' 2025-03-21T20:18:12.2073569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/api.c' 2025-03-21T20:18:12.2074235Z 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:12.2074956Z 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:12.2075641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/android' 2025-03-21T20:18:12.2076271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/api.h' 2025-03-21T20:18:12.2076907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/cache.c' 2025-03-21T20:18:12.2077618Z 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:12.2078316Z 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:12.2078981Z 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:12.2079666Z 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:12.2080365Z 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:12.2081013Z 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:12.2081704Z 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:12.2082367Z 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:12.2083058Z 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:12.2083731Z 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:12.2084427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux' 2025-03-21T20:18:12.2085088Z 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:12.2085752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/mach' 2025-03-21T20:18:12.2086383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/midr.h' 2025-03-21T20:18:12.2087026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/tlb.c' 2025-03-21T20:18:12.2087669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/uarch.c' 2025-03-21T20:18:12.2088498Z 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:12.2089259Z 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:12.2090002Z 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:12.2090697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/windows' 2025-03-21T20:18:12.2091335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm' 2025-03-21T20:18:12.2091963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cache.c' 2025-03-21T20:18:12.2092625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/common.h' 2025-03-21T20:18:12.2093325Z 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:12.2093978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/log.h' 2025-03-21T20:18:12.2094629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/utils.h' 2025-03-21T20:18:12.2095303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo' 2025-03-21T20:18:12.2095974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/emscripten/init.c' 2025-03-21T20:18:12.2096661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/emscripten' 2025-03-21T20:18:12.2097297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/freebsd/api.h' 2025-03-21T20:18:12.2097991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/freebsd/topology.c' 2025-03-21T20:18:12.2098820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/freebsd' 2025-03-21T20:18:12.2099509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/init.c' 2025-03-21T20:18:12.2100143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/api.h' 2025-03-21T20:18:12.2100866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/cpulist.c' 2025-03-21T20:18:12.2101528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/mockfile.c' 2025-03-21T20:18:12.2102207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/multiline.c' 2025-03-21T20:18:12.2102877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/processors.c' 2025-03-21T20:18:12.2103583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/smallfile.c' 2025-03-21T20:18:12.2104283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux' 2025-03-21T20:18:12.2104884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/log.c' 2025-03-21T20:18:12.2105522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/mach/api.h' 2025-03-21T20:18:12.2106174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/mach/topology.c' 2025-03-21T20:18:12.2106826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/mach' 2025-03-21T20:18:12.2107459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/api.h' 2025-03-21T20:18:12.2108134Z 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:12.2108808Z 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:12.2109516Z 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:12.2110214Z 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:12.2110904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/linux' 2025-03-21T20:18:12.2111545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/uarch.c' 2025-03-21T20:18:12.2112204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv' 2025-03-21T20:18:12.2112822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/api.h' 2025-03-21T20:18:12.2113514Z 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:12.2114239Z 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:12.2114929Z 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:12.2115605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/cache' 2025-03-21T20:18:12.2116264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/cpuid.h' 2025-03-21T20:18:12.2116950Z 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:12.2117630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/freebsd' 2025-03-21T20:18:12.2118267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/info.c' 2025-03-21T20:18:12.2118916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/init.c' 2025-03-21T20:18:12.2119544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/isa.c' 2025-03-21T20:18:12.2120249Z 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:12.2120940Z 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:12.2121596Z 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:12.2122276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/linux' 2025-03-21T20:18:12.2122930Z 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:12.2123592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/mach' 2025-03-21T20:18:12.2124260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/mockcpuid.c' 2025-03-21T20:18:12.2124885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/name.c' 2025-03-21T20:18:12.2125544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/topology.c' 2025-03-21T20:18:12.2126174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/uarch.c' 2025-03-21T20:18:12.2126826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/vendor.c' 2025-03-21T20:18:12.2127493Z 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:12.2128183Z 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:12.2128865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/windows' 2025-03-21T20:18:12.2129572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86' 2025-03-21T20:18:12.2130186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src' 2025-03-21T20:18:12.2130876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/arm-cache.cc' 2025-03-21T20:18:12.2131620Z 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:12.2132424Z 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:12.2133173Z 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:12.2133895Z 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:12.2134652Z 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:12.2135462Z 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:12.2136242Z 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:12.2136979Z 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:12.2137847Z 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:12.2138612Z 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:12.2139374Z 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:12.2140089Z 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:12.2140856Z 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:12.2141615Z 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:12.2142364Z 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:12.2143100Z 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:12.2143843Z 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:12.2144602Z 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:12.2145343Z 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:12.2146053Z 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:12.2146813Z 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:12.2147577Z 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:12.2148339Z 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:12.2149102Z 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:12.2149854Z 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:12.2150623Z 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:12.2151401Z 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:12.2152178Z 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:12.2153030Z 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:12.2153783Z 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:12.2154523Z 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:12.2155273Z 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:12.2156021Z 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:12.2156779Z 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:12.2157518Z 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:12.2158258Z 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:12.2159018Z 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:12.2159779Z 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:12.2160495Z 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:12.2161272Z 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:12.2161998Z 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:12.2162746Z 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:12.2163499Z 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:12.2164260Z 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:12.2165001Z 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:12.2165757Z 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:12.2166500Z 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:12.2167224Z 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:12.2167988Z 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:12.2168716Z 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:12.2169522Z 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:12.2170226Z 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:12.2170936Z 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:12.2171635Z 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:12.2172349Z 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:12.2173050Z 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:12.2173754Z 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:12.2174482Z 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:12.2175204Z 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:12.2175909Z 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:12.2176641Z 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:12.2177361Z 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:12.2178053Z 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:12.2178815Z 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:12.2179567Z 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:12.2180397Z 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:12.2181177Z 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:12.2181961Z 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:12.2182678Z 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:12.2183408Z 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:12.2184127Z 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:12.2184888Z 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:12.2185597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop' 2025-03-21T20:18:12.2186339Z 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:12.2187032Z 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:12.2187738Z 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:12.2188432Z 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:12.2189142Z 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:12.2189831Z 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:12.2190490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuid' 2025-03-21T20:18:12.2191278Z 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:12.2192000Z 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:12.2192758Z 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:12.2193475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/arndaleboard.log' 2025-03-21T20:18:12.2194223Z 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:12.2194954Z 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:12.2195665Z 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:12.2196433Z 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:12.2197195Z 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:12.2198001Z 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:12.2198903Z 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:12.2199679Z 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:12.2200414Z 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:12.2201314Z 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:12.2202088Z 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:12.2202790Z 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:12.2203537Z 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:12.2204275Z 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:12.2204999Z 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:12.2205726Z 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:12.2206439Z 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:12.2207161Z 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:12.2207896Z 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:12.2208626Z 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:12.2209418Z 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:12.2210130Z 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:12.2210921Z 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:12.2211666Z 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:12.2212426Z 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:12.2213201Z 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:12.2213989Z 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:12.2214775Z 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:12.2215534Z 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:12.2216252Z 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:12.2217040Z 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:12.2217819Z 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:12.2218619Z 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:12.2219335Z 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:12.2220082Z 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:12.2220825Z 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:12.2221573Z 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:12.2222318Z 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:12.2223060Z 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:12.2223831Z 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:12.2224568Z 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:12.2225342Z 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:12.2226084Z 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:12.2226851Z 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:12.2227587Z 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:12.2228357Z 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:12.2229097Z 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:12.2229912Z 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:12.2230652Z 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:12.2231454Z 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:12.2232196Z 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:12.2232973Z 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:12.2233730Z 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:12.2234512Z 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:12.2235254Z 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:12.2235966Z 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:12.2236669Z 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:12.2237419Z 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:12.2238154Z 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:12.2238860Z 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:12.2239600Z 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:12.2240324Z 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:12.2241038Z 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:12.2241790Z 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:12.2242497Z 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:12.2243217Z 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:12.2243925Z 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:12.2244641Z 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:12.2245346Z 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:12.2246076Z 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:12.2246793Z 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:12.2247502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/msm8996.log' 2025-03-21T20:18:12.2248203Z 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:12.2248969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus10.log' 2025-03-21T20:18:12.2249668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus4.log' 2025-03-21T20:18:12.2250741Z 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:12.2251474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus5x.log' 2025-03-21T20:18:12.2252156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus6.log' 2025-03-21T20:18:12.2252909Z 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:12.2253599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus6p.log' 2025-03-21T20:18:12.2254295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus9.log' 2025-03-21T20:18:12.2254993Z 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:12.2255762Z 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:12.2256465Z 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:12.2257223Z 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:12.2257915Z 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:12.2258668Z 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:12.2259380Z 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:12.2260115Z 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:12.2260818Z 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:12.2261560Z 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:12.2262262Z 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:12.2263023Z 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:12.2263729Z 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:12.2264460Z 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:12.2265194Z 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:12.2265895Z 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:12.2266624Z 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:12.2267314Z 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:12.2268028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/pixel.log' 2025-03-21T20:18:12.2268767Z 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:12.2269487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi.log' 2025-03-21T20:18:12.2270198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi2.log' 2025-03-21T20:18:12.2270916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi3.log' 2025-03-21T20:18:12.2271633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/scaleway.log' 2025-03-21T20:18:12.2272395Z 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:12.2273122Z 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:12.2273854Z 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:12.2274674Z 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:12.2275431Z 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:12.2276257Z 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:12.2277008Z 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:12.2277797Z 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:12.2278522Z 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:12.2279261Z 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:12.2279959Z 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:12.2280695Z 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:12.2281391Z 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:12.2282065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo' 2025-03-21T20:18:12.2282772Z 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:12.2283553Z 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:12.2284264Z 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:12.2284995Z 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:12.2285744Z 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:12.2286450Z 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:12.2287172Z 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:12.2288005Z 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:12.2288727Z 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:12.2289488Z 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:12.2290225Z 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:12.2290956Z 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:12.2291675Z 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:12.2292403Z 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:12.2293121Z 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:12.2293804Z 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:12.2294543Z 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:12.2295279Z 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:12.2296014Z 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:12.2296746Z 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:12.2297452Z 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:12.2298171Z 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:12.2299068Z 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:12.2299845Z 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:12.2300612Z 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:12.2301308Z 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:12.2302004Z 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:12.2302723Z 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:12.2303450Z 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:12.2304160Z 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:12.2304856Z 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:12.2305573Z 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:12.2306267Z 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:12.2306955Z 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:12.2307635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus10.log' 2025-03-21T20:18:12.2308318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus4.log' 2025-03-21T20:18:12.2308994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus5x.log' 2025-03-21T20:18:12.2309657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus6.log' 2025-03-21T20:18:12.2310343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus6p.log' 2025-03-21T20:18:12.2311006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus9.log' 2025-03-21T20:18:12.2311748Z 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:12.2312434Z 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:12.2313162Z 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:12.2313856Z 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:12.2314553Z 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:12.2315216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/pixel.log' 2025-03-21T20:18:12.2315962Z 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:12.2316744Z 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:12.2317498Z 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:12.2318211Z 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:12.2318911Z 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:12.2319602Z 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:12.2320275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg' 2025-03-21T20:18:12.2320938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/get-current.cc' 2025-03-21T20:18:12.2321552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/init.cc' 2025-03-21T20:18:12.2322269Z 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:12.2322964Z 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:12.2323700Z 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:12.2324408Z 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:12.2325124Z 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:12.2325825Z 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:12.2326520Z 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:12.2327190Z 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:12.2327948Z 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:12.2328662Z 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:12.2329505Z 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:12.2330234Z 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:12.2330949Z 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:12.2331644Z 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:12.2332383Z 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:12.2333120Z 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:12.2333946Z 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:12.2334779Z 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:12.2335475Z 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:12.2336191Z 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:12.2336869Z 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:12.2337558Z 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:12.2338263Z 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:12.2338978Z 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:12.2339695Z 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:12.2340423Z 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:12.2341116Z 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:12.2341820Z 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:12.2342508Z 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:12.2343202Z 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:12.2343893Z 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:12.2344625Z 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:12.2345382Z 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:12.2346086Z 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:12.2346788Z 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:12.2347476Z 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:12.2348200Z 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:12.2348892Z 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:12.2349617Z 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:12.2350319Z 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:12.2351019Z 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:12.2351708Z 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:12.2352434Z 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:12.2353142Z 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:12.2353846Z 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:12.2354531Z 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:12.2355255Z 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:12.2355958Z 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:12.2356654Z 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:12.2357353Z 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:12.2358067Z 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:12.2358782Z 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:12.2359503Z 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:12.2360271Z 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:12.2360976Z 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:12.2361717Z 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:12.2362431Z 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:12.2363152Z 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:12.2363854Z 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:12.2364594Z 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:12.2365325Z 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:12.2366036Z 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:12.2366741Z 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:12.2367447Z 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:12.2368139Z 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:12.2368830Z 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:12.2369640Z 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:12.2370335Z 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:12.2371054Z 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:12.2371751Z 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:12.2372470Z 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:12.2373171Z 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:12.2373894Z 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:12.2374591Z 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:12.2375301Z 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:12.2375989Z 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:12.2376737Z 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:12.2377413Z 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:12.2378174Z 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:12.2378884Z 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:12.2379599Z 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:12.2380293Z 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:12.2380992Z 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:12.2381700Z 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:12.2382421Z 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:12.2383142Z 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:12.2383828Z 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:12.2384523Z 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:12.2385215Z 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:12.2385920Z 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:12.2386632Z 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:12.2387346Z 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:12.2388027Z 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:12.2388718Z 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:12.2389404Z 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:12.2390099Z 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:12.2390777Z 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:12.2391468Z 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:12.2392149Z 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:12.2392862Z 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:12.2393564Z 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:12.2394275Z 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:12.2394971Z 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:12.2395649Z 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:12.2396346Z 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:12.2397049Z 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:12.2397751Z 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:12.2398625Z 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:12.2399301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus10.cc' 2025-03-21T20:18:12.2399953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus10.h' 2025-03-21T20:18:12.2400620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus4.cc' 2025-03-21T20:18:12.2401266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus4.h' 2025-03-21T20:18:12.2401942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus5x.cc' 2025-03-21T20:18:12.2402592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus5x.h' 2025-03-21T20:18:12.2403246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6.cc' 2025-03-21T20:18:12.2403911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6.h' 2025-03-21T20:18:12.2404576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6p.cc' 2025-03-21T20:18:12.2405242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6p.h' 2025-03-21T20:18:12.2405896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus9.cc' 2025-03-21T20:18:12.2406552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus9.h' 2025-03-21T20:18:12.2407234Z 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:12.2407917Z 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:12.2408692Z 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:12.2409449Z 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:12.2410181Z 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:12.2410866Z 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:12.2411531Z 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:12.2412208Z 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:12.2412996Z 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:12.2413693Z 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:12.2414370Z 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:12.2415028Z 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:12.2415726Z 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:12.2416410Z 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:12.2417108Z 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:12.2417787Z 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:12.2418461Z 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:12.2419113Z 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:12.2419786Z 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:12.2420441Z 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:12.2421126Z 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:12.2421791Z 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:12.2422452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel.cc' 2025-03-21T20:18:12.2423089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel.h' 2025-03-21T20:18:12.2423753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/scaleway.cc' 2025-03-21T20:18:12.2424423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/scaleway.h' 2025-03-21T20:18:12.2425144Z 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:12.2425851Z 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:12.2427465Z 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:12.2429018Z 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:12.2430602Z 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:12.2432229Z 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:12.2433851Z 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:12.2435495Z 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:12.2437083Z 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:12.2438728Z 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:12.2440249Z 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:12.2441744Z 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:12.2443234Z 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:12.2444723Z 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:12.2446215Z 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:12.2447718Z 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:12.2449285Z 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:12.2450807Z 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:12.2452279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock' 2025-03-21T20:18:12.2453865Z 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:12.2455521Z 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:12.2457102Z 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:12.2458749Z 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:12.2460306Z 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:12.2461870Z 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:12.2463440Z 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:12.2465027Z 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:12.2466641Z 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:12.2468198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name' 2025-03-21T20:18:12.2469643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/size.c' 2025-03-21T20:18:12.2471021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test' 2025-03-21T20:18:12.2472413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/auxv-dump.c' 2025-03-21T20:18:12.2473857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cache-info.c' 2025-03-21T20:18:12.2475287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cpu-info.c' 2025-03-21T20:18:12.2476717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cpuid-dump.c' 2025-03-21T20:18:12.2478170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cpuinfo-dump.c' 2025-03-21T20:18:12.2479607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/gpu-dump.c' 2025-03-21T20:18:12.2481024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/isa-info.c' 2025-03-21T20:18:12.2482427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools' 2025-03-21T20:18:12.2483763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:12.2485128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/api.c' 2025-03-21T20:18:12.2486643Z 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:12.2488249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/android' 2025-03-21T20:18:12.2489845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/cache.c' 2025-03-21T20:18:12.2491381Z 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:12.2492993Z 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:12.2494625Z 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:12.2496183Z 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:12.2497782Z 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:12.2499502Z 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:12.2501044Z 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:12.2502654Z 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:12.2504189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux' 2025-03-21T20:18:12.2505784Z 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:12.2507307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/mach' 2025-03-21T20:18:12.2508809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/tlb.c' 2025-03-21T20:18:12.2510266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/uarch.c' 2025-03-21T20:18:12.2511749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm' 2025-03-21T20:18:12.2513217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/cache.c' 2025-03-21T20:18:12.2514640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/init.c' 2025-03-21T20:18:12.2516113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/cpulist.c' 2025-03-21T20:18:12.2517638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/mockfile.c' 2025-03-21T20:18:12.2519172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/multiline.c' 2025-03-21T20:18:12.2520726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/processors.c' 2025-03-21T20:18:12.2522256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/smallfile.c' 2025-03-21T20:18:12.2523785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux' 2025-03-21T20:18:12.2525241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/log.c' 2025-03-21T20:18:12.2526707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/mach/topology.c' 2025-03-21T20:18:12.2528213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/mach' 2025-03-21T20:18:12.2529896Z 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:12.2531519Z 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:12.2533154Z 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:12.2534672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache' 2025-03-21T20:18:12.2536169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/info.c' 2025-03-21T20:18:12.2537660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/init.c' 2025-03-21T20:18:12.2539117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/isa.c' 2025-03-21T20:18:12.2540648Z 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:12.2542199Z 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:12.2543738Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/linux' 2025-03-21T20:18:12.2545271Z 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:12.2546803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mach' 2025-03-21T20:18:12.2548312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mockcpuid.c' 2025-03-21T20:18:12.2549804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/name.c' 2025-03-21T20:18:12.2551296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/topology.c' 2025-03-21T20:18:12.2552785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/uarch.c' 2025-03-21T20:18:12.2554258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/vendor.c' 2025-03-21T20:18:12.2555778Z 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:12.2557336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/windows' 2025-03-21T20:18:12.2558866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86' 2025-03-21T20:18:12.2560306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers' 2025-03-21T20:18:12.2561684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo_defs.bzl' 2025-03-21T20:18:12.2563090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:18:12.2564535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/.git' 2025-03-21T20:18:12.2565904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/.gitignore' 2025-03-21T20:18:12.2567352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/.travis.yml' 2025-03-21T20:18:12.2568764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/BUILD.bazel' 2025-03-21T20:18:12.2570275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/CMakeLists.txt' 2025-03-21T20:18:12.2571671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/LICENSE' 2025-03-21T20:18:12.2573091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/README.md' 2025-03-21T20:18:12.2574502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/WORKSPACE' 2025-03-21T20:18:12.2575933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/bench/latency.cc' 2025-03-21T20:18:12.2577437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/bench/throughput.cc' 2025-03-21T20:18:12.2578925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/bench' 2025-03-21T20:18:12.2580450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadCpuinfo.cmake' 2025-03-21T20:18:12.2582055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadFXdiv.cmake' 2025-03-21T20:18:12.2583700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:12.2585395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:12.2586935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake' 2025-03-21T20:18:12.2588366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:18:12.2589774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:18:12.2591236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/examples/addition.c' 2025-03-21T20:18:12.2592727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/examples' 2025-03-21T20:18:12.2594242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h' 2025-03-21T20:18:12.2595730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include' 2025-03-21T20:18:12.2597184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/jni/Android.mk' 2025-03-21T20:18:12.2598878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/jni/Application.mk' 2025-03-21T20:18:12.2600346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/jni' 2025-03-21T20:18:12.2601821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/fastpath.c' 2025-03-21T20:18:12.2603233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/gcd.c' 2025-03-21T20:18:12.2604669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/legacy-api.c' 2025-03-21T20:18:12.2606113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/memory.c' 2025-03-21T20:18:12.2607602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/portable-api.c' 2025-03-21T20:18:12.2609128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/pthreads.c' 2025-03-21T20:18:12.2610592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/shim.c' 2025-03-21T20:18:12.2612071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-atomics.h' 2025-03-21T20:18:12.2613634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-common.h' 2025-03-21T20:18:12.2615186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-object.h' 2025-03-21T20:18:12.2616741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-utils.h' 2025-03-21T20:18:12.2618222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/windows.c' 2025-03-21T20:18:12.2619646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src' 2025-03-21T20:18:12.2621125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/test/pthreadpool-cxx.cc' 2025-03-21T20:18:12.2622657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/test/pthreadpool.cc' 2025-03-21T20:18:12.2624123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/test' 2025-03-21T20:18:12.2625535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:12.2626904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool_defs.bzl' 2025-03-21T20:18:12.2628254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/xnnpack.buck.bzl' 2025-03-21T20:18:12.2629595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/xnnpack_src_defs.bzl' 2025-03-21T20:18:12.2630890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party' 2025-03-21T20:18:12.2632067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/TARGETS' 2025-03-21T20:18:12.2633236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:18:12.2634535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/gen_xnnpack_constants.sh' 2025-03-21T20:18:12.2635828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:18:12.2637040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:18:12.2638266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:18:12.2639493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils' 2025-03-21T20:18:12.2640680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:18:12.2641897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack' 2025-03-21T20:18:12.2642936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends' 2025-03-21T20:18:12.2643956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/__init__.py' 2025-03-21T20:18:12.2645028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/build_android_library.sh' 2025-03-21T20:18:12.2646173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/build_apple_frameworks.sh' 2025-03-21T20:18:12.2647306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/build_apple_llm_demo.sh' 2025-03-21T20:18:12.2648402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/create_frameworks.sh' 2025-03-21T20:18:12.2649611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/print_exported_headers.py' 2025-03-21T20:18:12.2650757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/run_android_emulator.sh' 2025-03-21T20:18:12.2651829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/test_ios.sh' 2025-03-21T20:18:12.2652816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build' 2025-03-21T20:18:12.2653789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/TARGETS' 2025-03-21T20:18:12.2654768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/__init__.py' 2025-03-21T20:18:12.2655770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/macros.h' 2025-03-21T20:18:12.2656776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/targets.bzl' 2025-03-21T20:18:12.2657853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/Functions.h' 2025-03-21T20:18:12.2659033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/NativeFunctions.h' 2025-03-21T20:18:12.2660377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-21T20:18:12.2661798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterDispatchDefinitions.ini' 2025-03-21T20:18:12.2663209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterDispatchKeyCustomOps.cpp' 2025-03-21T20:18:12.2664527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterKernels.cpp' 2025-03-21T20:18:12.2665793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterKernels.h' 2025-03-21T20:18:12.2667016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterSchema.cpp' 2025-03-21T20:18:12.2668302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/aten_interned_strings.h' 2025-03-21T20:18:12.2669485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates' 2025-03-21T20:18:12.2670553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/TARGETS' 2025-03-21T20:18:12.2671618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/__init__.py' 2025-03-21T20:18:12.2672722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:18:12.2673888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:18:12.2675002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:18:12.2676219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:18:12.2677412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:18:12.2678509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/targets.bzl' 2025-03-21T20:18:12.2679680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:18:12.2680908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:18:12.2682194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:18:12.2683560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:18:12.2684809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test' 2025-03-21T20:18:12.2685908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/yaml_util.py' 2025-03-21T20:18:12.2686985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools' 2025-03-21T20:18:12.2688001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen' 2025-03-21T20:18:12.2689120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations/CMakeLists.txt' 2025-03-21T20:18:12.2690225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations/TARGETS' 2025-03-21T20:18:12.2691308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations/targets.bzl' 2025-03-21T20:18:12.2692395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations' 2025-03-21T20:18:12.2693428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/data/bin/README.md' 2025-03-21T20:18:12.2694422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/data/bin' 2025-03-21T20:18:12.2695383Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/data' 2025-03-21T20:18:12.2696377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/CMakeLists.txt' 2025-03-21T20:18:12.2697401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/TARGETS' 2025-03-21T20:18:12.2698633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/__init__.py' 2025-03-21T20:18:12.2699725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/TARGETS' 2025-03-21T20:18:12.2700942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:18:12.2702176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:18:12.2703421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/tests/TARGETS' 2025-03-21T20:18:12.2704717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:18:12.2706075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/tests' 2025-03-21T20:18:12.2707257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug' 2025-03-21T20:18:12.2708456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/TARGETS' 2025-03-21T20:18:12.2709701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/bundled_program.cpp' 2025-03-21T20:18:12.2710985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/bundled_program.h' 2025-03-21T20:18:12.2712217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/config.py' 2025-03-21T20:18:12.2713384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/core.py' 2025-03-21T20:18:12.2714601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/README.md' 2025-03-21T20:18:12.2715852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/TARGETS' 2025-03-21T20:18:12.2717117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:18:12.2718491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:18:12.2719955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:18:12.2721353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:18:12.2722675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/targets.bzl' 2025-03-21T20:18:12.2723958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/test/TARGETS' 2025-03-21T20:18:12.2725296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:18:12.2726640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/test' 2025-03-21T20:18:12.2727916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema' 2025-03-21T20:18:12.2729239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/TARGETS' 2025-03-21T20:18:12.2730546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:18:12.2731914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/test/TARGETS' 2025-03-21T20:18:12.2733311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:18:12.2734727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/test' 2025-03-21T20:18:12.2736037Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize' 2025-03-21T20:18:12.2737286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/targets.bzl' 2025-03-21T20:18:12.2738507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/TARGETS' 2025-03-21T20:18:12.2739827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:18:12.2741183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:18:12.2742494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:18:12.2743756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test' 2025-03-21T20:18:12.2744980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/util/TARGETS' 2025-03-21T20:18:12.2746227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:18:12.2747491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/util' 2025-03-21T20:18:12.2748713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/version.py' 2025-03-21T20:18:12.2749913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program' 2025-03-21T20:18:12.2751070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format/TARGETS' 2025-03-21T20:18:12.2752239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:18:12.2753441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:18:12.2754600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format' 2025-03-21T20:18:12.2755707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/TARGETS' 2025-03-21T20:18:12.2756838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/TARGETS' 2025-03-21T20:18:12.2758105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/buffer_data_sink.cpp' 2025-03-21T20:18:12.2759435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/buffer_data_sink.h' 2025-03-21T20:18:12.2760739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/data_sink_base.h' 2025-03-21T20:18:12.2762028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/file_data_sink.cpp' 2025-03-21T20:18:12.2763330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/file_data_sink.h' 2025-03-21T20:18:12.2764644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/targets.bzl' 2025-03-21T20:18:12.2765895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests/TARGETS' 2025-03-21T20:18:12.2767301Z 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:12.2768763Z 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:12.2770210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests/targets.bzl' 2025-03-21T20:18:12.2771488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests' 2025-03-21T20:18:12.2772761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks' 2025-03-21T20:18:12.2773950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/emitter.cpp' 2025-03-21T20:18:12.2775055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/emitter.h' 2025-03-21T20:18:12.2776196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/etdump_flatcc.cpp' 2025-03-21T20:18:12.2777373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/etdump_flatcc.h' 2025-03-21T20:18:12.2778584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:18:12.2779791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:18:12.2780942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:18:12.2782095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/serialize.py' 2025-03-21T20:18:12.2783222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/targets.bzl' 2025-03-21T20:18:12.2784386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/CMakeLists.txt' 2025-03-21T20:18:12.2785556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/TARGETS' 2025-03-21T20:18:12.2786733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/etdump_test.cpp' 2025-03-21T20:18:12.2787966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:18:12.2789170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/targets.bzl' 2025-03-21T20:18:12.2790337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests' 2025-03-21T20:18:12.2791438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/utils.h' 2025-03-21T20:18:12.2792510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump' 2025-03-21T20:18:12.2793589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/TARGETS' 2025-03-21T20:18:12.2794698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/__init__.py' 2025-03-21T20:18:12.2795841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:18:12.2797004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/tests/TARGETS' 2025-03-21T20:18:12.2798363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:18:12.2799634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/tests' 2025-03-21T20:18:12.2800762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord' 2025-03-21T20:18:12.2801861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/TARGETS' 2025-03-21T20:18:12.2802983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/__init__.py' 2025-03-21T20:18:12.2804184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/_inspector.py' 2025-03-21T20:18:12.2805382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:18:12.2806640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:18:12.2807827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/TARGETS' 2025-03-21T20:18:12.2809130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:18:12.2810437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:18:12.2811767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:18:12.2813059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests' 2025-03-21T20:18:12.2814195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector' 2025-03-21T20:18:12.2815340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/install_requirements.sh' 2025-03-21T20:18:12.2816527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool/TARGETS' 2025-03-21T20:18:12.2817803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:18:12.2819187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:18:12.2820489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool' 2025-03-21T20:18:12.2821613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/targets.bzl' 2025-03-21T20:18:12.2822689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/TARGETS' 2025-03-21T20:18:12.2823856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/__init__.py' 2025-03-21T20:18:12.2825112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:18:12.2826480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:18:12.2827749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization' 2025-03-21T20:18:12.2828817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools' 2025-03-21T20:18:12.2829849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/.gitignore' 2025-03-21T20:18:12.2830813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/Makefile' 2025-03-21T20:18:12.2831783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/README.md' 2025-03-21T20:18:12.2832740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/TARGETS' 2025-03-21T20:18:12.2833723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/Doxyfile' 2025-03-21T20:18:12.2834834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/css/custom.css' 2025-03-21T20:18:12.2836055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/css/progress-bar.css' 2025-03-21T20:18:12.2837303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/css' 2025-03-21T20:18:12.2838465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/example.py' 2025-03-21T20:18:12.2839736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ExecuTorch-Logo-cropped.svg' 2025-03-21T20:18:12.2841060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_app.png' 2025-03-21T20:18:12.2842331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_demo_run.png' 2025-03-21T20:18:12.2843637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_llama_app.png' 2025-03-21T20:18:12.2844928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_studio.png' 2025-03-21T20:18:12.2846189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/api_life_cycle.png' 2025-03-21T20:18:12.2847502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_debug_handle.png' 2025-03-21T20:18:12.2848874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_debug_handle_example.png' 2025-03-21T20:18:12.2850324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_interface.png' 2025-03-21T20:18:12.2851655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_interface_aot.png' 2025-03-21T20:18:12.2853026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_interface_runtime.png' 2025-03-21T20:18:12.2854378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/benchmark-infra.png' 2025-03-21T20:18:12.2855673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/card-background.svg' 2025-03-21T20:18:12.2856905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/chat.png' 2025-03-21T20:18:12.2858118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/chat_response.png' 2025-03-21T20:18:12.2859417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/concepts-map-detailed.png' 2025-03-21T20:18:12.2860785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/concepts-map-overview.png' 2025-03-21T20:18:12.2862129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/demo_ios_app.jpg' 2025-03-21T20:18:12.2863391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/demo_ios_xcode.jpg' 2025-03-21T20:18:12.2864674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/dsp_binary.png' 2025-03-21T20:18:12.2865904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/et-logo.png' 2025-03-21T20:18:12.2867204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/executorch-entry-points.png' 2025-03-21T20:18:12.2868564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/generic-pytorch-logo.png' 2025-03-21T20:18:12.2870021Z 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:12.2871439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app.png' 2025-03-21T20:18:12.2872816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_macos.png' 2025-03-21T20:18:12.2874246Z 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:12.2875684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_signing.png' 2025-03-21T20:18:12.2877111Z 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:12.2878569Z 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:12.2879995Z 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:12.2881394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_tests.png' 2025-03-21T20:18:12.2882717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app.jpg' 2025-03-21T20:18:12.2884069Z 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:12.2885447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app_llava.jpg' 2025-03-21T20:18:12.2886768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app_mps.jpg' 2025-03-21T20:18:12.2888090Z 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:12.2889580Z 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:12.2891064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/kernel-library-selective-build.png' 2025-03-21T20:18:12.2892435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llama_ios_app.mp4' 2025-03-21T20:18:12.2893691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llama_ios_app.png' 2025-03-21T20:18:12.2894943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llava_example.png' 2025-03-21T20:18:12.2896345Z 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:12.2897789Z 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:12.2899267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/logs.png' 2025-03-21T20:18:12.2900551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/memory_planning_inspection.png' 2025-03-21T20:18:12.2901935Z 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:12.2903240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/mtk_output.png' 2025-03-21T20:18:12.2904599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/opening_the_app_details.png' 2025-03-21T20:18:12.2905990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/print_data_tabular.png' 2025-03-21T20:18:12.2907374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/runtime-overview-high-level.png' 2025-03-21T20:18:12.2908801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/s_custom_variables_extension.png' 2025-03-21T20:18:12.2910173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/s_demo_note_render.png' 2025-03-21T20:18:12.2911486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/s_demo_note_source.png' 2025-03-21T20:18:12.2912763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/settings_menu.png' 2025-03-21T20:18:12.2914026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode.mp4' 2025-03-21T20:18:12.2915285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode.png' 2025-03-21T20:18:12.2916549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode1.png' 2025-03-21T20:18:12.2917815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode2.png' 2025-03-21T20:18:12.2919029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img' 2025-03-21T20:18:12.2920229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/js/progress-bar.js' 2025-03-21T20:18:12.2921404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/js' 2025-03-21T20:18:12.2922531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static' 2025-03-21T20:18:12.2923680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_templates/layout.html' 2025-03-21T20:18:12.2924847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_templates' 2025-03-21T20:18:12.2925997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/api-life-cycle.md' 2025-03-21T20:18:12.2927212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/arm-delegate-runtime-build.svg' 2025-03-21T20:18:12.2928575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-delegates-dependencies.md' 2025-03-21T20:18:12.2929961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-delegates-integration.md' 2025-03-21T20:18:12.2931452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-delegates-xnnpack-reference.md' 2025-03-21T20:18:12.2932748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-template.md' 2025-03-21T20:18:12.2933941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-arm-ethos-u.md' 2025-03-21T20:18:12.2935135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-cadence.md' 2025-03-21T20:18:12.2936287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-coreml.md' 2025-03-21T20:18:12.2937481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-mediatek.md' 2025-03-21T20:18:12.2938649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-mps.md' 2025-03-21T20:18:12.2939781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-overview.md' 2025-03-21T20:18:12.2940957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-qualcomm.md' 2025-03-21T20:18:12.2942113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-vulkan.md' 2025-03-21T20:18:12.2943261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-xnnpack.md' 2025-03-21T20:18:12.2944381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/bundled-io.md' 2025-03-21T20:18:12.2945562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-backend-dialect.md' 2025-03-21T20:18:12.2946869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-custom-compiler-passes.md' 2025-03-21T20:18:12.2948235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-delegate-and-partitioner.md' 2025-03-21T20:18:12.2949550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-memory-planning.md' 2025-03-21T20:18:12.2950714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/concepts.md' 2025-03-21T20:18:12.2951758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/conf.py' 2025-03-21T20:18:12.2952818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/contributing.md' 2025-03-21T20:18:12.2953967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/custom_directives.py' 2025-03-21T20:18:12.2955167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/debug-backend-delegate.md' 2025-03-21T20:18:12.2956362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/delegate-debugging.md' 2025-03-21T20:18:12.2957545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/demo-apps-android.md' 2025-03-21T20:18:12.2958695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/demo-apps-ios.md' 2025-03-21T20:18:12.2959844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/devtools-overview.md' 2025-03-21T20:18:12.2961017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/devtools-tutorial.md' 2025-03-21T20:18:12.2962162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/etdump.md' 2025-03-21T20:18:12.2963226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/etrecord.rst' 2025-03-21T20:18:12.2964559Z 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:12.2966024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/executorch-runtime-api-reference.rst' 2025-03-21T20:18:12.2967349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/executorch_custom_versions.py' 2025-03-21T20:18:12.2968572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/executorch_stack.png' 2025-03-21T20:18:12.2969843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/export-overview.md' 2025-03-21T20:18:12.2971155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/export-to-executorch-api-reference.rst' 2025-03-21T20:18:12.2972425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/extension-module.md' 2025-03-21T20:18:12.2980542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/extension-tensor.md' 2025-03-21T20:18:12.2981790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/getting-started-architecture.md' 2025-03-21T20:18:12.2983067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/getting-started-setup.rst' 2025-03-21T20:18:12.2984262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/getting-started.md' 2025-03-21T20:18:12.2985371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/index.rst' 2025-03-21T20:18:12.2986482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/intro-how-it-works.md' 2025-03-21T20:18:12.2987640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/intro-overview.md' 2025-03-21T20:18:12.2988714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/ir-exir.md' 2025-03-21T20:18:12.2989845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/ir-ops-set-definition.md' 2025-03-21T20:18:12.2991149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/kernel-library-custom-aten-kernel.md' 2025-03-21T20:18:12.2992458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/kernel-library-overview.md' 2025-03-21T20:18:12.2993749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/kernel-library-selective-build.md' 2025-03-21T20:18:12.2995240Z 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:12.2996656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/getting-started.md' 2025-03-21T20:18:12.2997858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/llama-demo-android.md' 2025-03-21T20:18:12.2999298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/llama-demo-ios.md' 2025-03-21T20:18:12.3000430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/llama.md' 2025-03-21T20:18:12.3001641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm' 2025-03-21T20:18:12.3002829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/markdown-sphinx-tips-tricks.md' 2025-03-21T20:18:12.3004172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/memory-planning-inspection.md' 2025-03-21T20:18:12.3005383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/model-debugging.md' 2025-03-21T20:18:12.3006518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/model-inspector.rst' 2025-03-21T20:18:12.3007845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/native-delegates-executorch-vulkan-delegate.md' 2025-03-21T20:18:12.3009332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/portable-cpp-programming.md' 2025-03-21T20:18:12.3010585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/pte-file-format.md' 2025-03-21T20:18:12.3011826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/quantization-overview.md' 2025-03-21T20:18:12.3013091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/running-a-model-cpp-tutorial.md' 2025-03-21T20:18:12.3014542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-backend-delegate-implementation-and-linking.md' 2025-03-21T20:18:12.3015930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-overview.md' 2025-03-21T20:18:12.3017187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-platform-abstraction-layer.md' 2025-03-21T20:18:12.3018470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-profiling.md' 2025-03-21T20:18:12.3019716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-python-api-reference.rst' 2025-03-21T20:18:12.3020940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-bundled-io.md' 2025-03-21T20:18:12.3022061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-debugging.md' 2025-03-21T20:18:12.3023240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-delegate-integration.md' 2025-03-21T20:18:12.3024402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-etdump.md' 2025-03-21T20:18:12.3025486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-etrecord.rst' 2025-03-21T20:18:12.3026620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-inspector.rst' 2025-03-21T20:18:12.3027743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-overview.md' 2025-03-21T20:18:12.3028854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-profiling.md' 2025-03-21T20:18:12.3029964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-tutorial.md' 2025-03-21T20:18:12.3031101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorial-template.md' 2025-03-21T20:18:12.3032376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorial-xnnpack-delegate-lowering.md' 2025-03-21T20:18:12.3033683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/README.txt' 2025-03-21T20:18:12.3035001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/bundled_program.bp' 2025-03-21T20:18:12.3036434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/devtools-integration-tutorial.py' 2025-03-21T20:18:12.3037980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/export-to-executorch-tutorial.py' 2025-03-21T20:18:12.3039458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/sdk-integration-tutorial.py' 2025-03-21T20:18:12.3040867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/template_tutorial.py' 2025-03-21T20:18:12.3042157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source' 2025-03-21T20:18:12.3043421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-android.md' 2025-03-21T20:18:12.3044770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-building-from-source.md' 2025-03-21T20:18:12.3046090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-cpp.md' 2025-03-21T20:18:12.3047313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-export.md' 2025-03-21T20:18:12.3048539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-faqs.md' 2025-03-21T20:18:12.3049821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-ios.md' 2025-03-21T20:18:12.3051132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-runtime-integration.md' 2025-03-21T20:18:12.3052527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-troubleshooting.md' 2025-03-21T20:18:12.3053867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/xnnpack-delegate-architecture.png' 2025-03-21T20:18:12.3055168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/xnnpack-et-flow-diagram.png' 2025-03-21T20:18:12.3056306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source' 2025-03-21T20:18:12.3057290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs' 2025-03-21T20:18:12.3058267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/README.md' 2025-03-21T20:18:12.3059271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/__init__.py' 2025-03-21T20:18:12.3060368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/.gitignore' 2025-03-21T20:18:12.3061523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/README.md' 2025-03-21T20:18:12.3063009Z 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:12.3065054Z 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:12.3067239Z 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:12.3069288Z 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:12.3071367Z 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:12.3073487Z 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:12.3075386Z 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:12.3077202Z 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:12.3079018Z 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:12.3081044Z 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:12.3083008Z 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:12.3084814Z 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:12.3086340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/main.mm' 2025-03-21T20:18:12.3087664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner' 2025-03-21T20:18:12.3088987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/TARGETS' 2025-03-21T20:18:12.3090204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:18:12.3091499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:18:12.3092794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/readme.md' 2025-03-21T20:18:12.3093987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:18:12.3095183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:18:12.3096387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:18:12.3097599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama' 2025-03-21T20:18:12.3098136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/TARGETS' 2025-03-21T20:18:12.3098926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/build_executor_runner.sh' 2025-03-21T20:18:12.3099521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-03-21T20:18:12.3100092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/export.py' 2025-03-21T20:18:12.3100816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-03-21T20:18:12.3101435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-03-21T20:18:12.3102084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-03-21T20:18:12.3102643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts' 2025-03-21T20:18:12.3103142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml' 2025-03-21T20:18:12.3103683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/CMakeLists.txt' 2025-03-21T20:18:12.3104208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/README.md' 2025-03-21T20:18:12.3104840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner/TARGETS' 2025-03-21T20:18:12.3105504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner/mps_executor_runner.mm' 2025-03-21T20:18:12.3106100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner/targets.bzl' 2025-03-21T20:18:12.3106689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner' 2025-03-21T20:18:12.3107250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts/bench_utils.py' 2025-03-21T20:18:12.3107916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts/build_mps_executor_runner.sh' 2025-03-21T20:18:12.3108484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts/mps_example.py' 2025-03-21T20:18:12.3109036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts' 2025-03-21T20:18:12.3109541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/test_mps.sh' 2025-03-21T20:18:12.3110039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps' 2025-03-21T20:18:12.3110503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple' 2025-03-21T20:18:12.3111001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/CMakeLists.txt' 2025-03-21T20:18:12.3111465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/README.md' 2025-03-21T20:18:12.3111979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/aot_arm_compiler.py' 2025-03-21T20:18:12.3112622Z 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:12.3113381Z 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:12.3114010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/ethos-u-setup/core_platform' 2025-03-21T20:18:12.3114548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/ethos-u-setup' 2025-03-21T20:18:12.3115139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/CMakeLists.txt' 2025-03-21T20:18:12.3115799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/arm_executor_runner.cpp' 2025-03-21T20:18:12.3116452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/arm_perf_monitor.cpp' 2025-03-21T20:18:12.3117050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/arm_perf_monitor.h' 2025-03-21T20:18:12.3117648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/pte_to_header.py' 2025-03-21T20:18:12.3118189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner' 2025-03-21T20:18:12.3118630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/run.sh' 2025-03-21T20:18:12.3119126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/setup.sh' 2025-03-21T20:18:12.3119602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm' 2025-03-21T20:18:12.3120118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/CMakeLists.txt' 2025-03-21T20:18:12.3120656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/babyllama.py' 2025-03-21T20:18:12.3121217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/mobilenet_v2.py' 2025-03-21T20:18:12.3121751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/resnet50.py' 2025-03-21T20:18:12.3122319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/rnnt_encoder.py' 2025-03-21T20:18:12.3122890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/rnnt_joiner.py' 2025-03-21T20:18:12.3123488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/rnnt_predictor.py' 2025-03-21T20:18:12.3124086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/vision_transformer.py' 2025-03-21T20:18:12.3124625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/wav2vec2.py' 2025-03-21T20:18:12.3125133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models' 2025-03-21T20:18:12.3125704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_add_op.py' 2025-03-21T20:18:12.3126267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_g3_ops.py' 2025-03-21T20:18:12.3126907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_quantized_conv1d_op.py' 2025-03-21T20:18:12.3127572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_quantized_linear_op.py' 2025-03-21T20:18:12.3128182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_requantize_op.py' 2025-03-21T20:18:12.3128723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators' 2025-03-21T20:18:12.3129267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence' 2025-03-21T20:18:12.3129980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/.gitignore' 2025-03-21T20:18:12.3130665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/README.md' 2025-03-21T20:18:12.3131318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/.gitignore' 2025-03-21T20:18:12.3132050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/build.gradle.kts' 2025-03-21T20:18:12.3132751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/proguard-rules.pro' 2025-03-21T20:18:12.3133548Z 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:12.3134246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/BUCK' 2025-03-21T20:18:12.3134938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/TARGETS' 2025-03-21T20:18:12.3135713Z 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:12.3136462Z 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:12.3137195Z 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:12.3137925Z 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:12.3138886Z 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:12.3139870Z 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:12.3140759Z 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:12.3141550Z 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:12.3142299Z 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:12.3143049Z 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:12.3143941Z 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:12.3144820Z 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:12.3145594Z 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:12.3146468Z 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:12.3147319Z 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:12.3148071Z 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:12.3148995Z 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:12.3149894Z 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:12.3150761Z 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:12.3151649Z 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:12.3152558Z 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:12.3153353Z 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:12.3154222Z 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:12.3155088Z 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:12.3155888Z 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:12.3156731Z 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:12.3157620Z 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:12.3158435Z 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:12.3159291Z 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:12.3160192Z 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:12.3161003Z 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:12.3161879Z 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:12.3162773Z 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:12.3163577Z 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:12.3164387Z 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:12.3165166Z 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:12.3165979Z 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:12.3166755Z 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:12.3167507Z 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:12.3168341Z 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:12.3169283Z 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:12.3170039Z 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:12.3170754Z 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:12.3171594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main' 2025-03-21T20:18:12.3172261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src' 2025-03-21T20:18:12.3172917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app' 2025-03-21T20:18:12.3173645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/build.gradle.kts' 2025-03-21T20:18:12.3174331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle.properties' 2025-03-21T20:18:12.3175103Z 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:12.3175929Z 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:12.3176634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle/wrapper' 2025-03-21T20:18:12.3177297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle' 2025-03-21T20:18:12.3177911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradlew' 2025-03-21T20:18:12.3178566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradlew.bat' 2025-03-21T20:18:12.3179259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/settings.gradle.kts' 2025-03-21T20:18:12.3179877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/setup.sh' 2025-03-21T20:18:12.3180548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo' 2025-03-21T20:18:12.3181145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/.gitignore' 2025-03-21T20:18:12.3181796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/README.md' 2025-03-21T20:18:12.3182506Z 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:12.3183139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/.gitignore' 2025-03-21T20:18:12.3183799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/build.gradle.kts' 2025-03-21T20:18:12.3184516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/proguard-rules.pro' 2025-03-21T20:18:12.3185487Z 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:12.3186457Z 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:12.3187253Z 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:12.3188013Z 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:12.3188748Z 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:12.3189459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest' 2025-03-21T20:18:12.3190192Z 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:12.3190839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/BUCK' 2025-03-21T20:18:12.3191494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/TARGETS' 2025-03-21T20:18:12.3192408Z 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:12.3193368Z 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:12.3194387Z 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:12.3195315Z 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:12.3196243Z 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:12.3197281Z 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:12.3198399Z 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:12.3199444Z 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:12.3200387Z 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:12.3201304Z 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:12.3202314Z 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:12.3203291Z 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:12.3204231Z 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:12.3205237Z 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:12.3206162Z 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:12.3207112Z 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:12.3208066Z 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:12.3209134Z 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:12.3210099Z 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:12.3210994Z 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:12.3211751Z 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:12.3212477Z 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:12.3213164Z 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:12.3213963Z 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:12.3214764Z 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:12.3215715Z 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:12.3216565Z 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:12.3217390Z 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:12.3218255Z 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:12.3219145Z 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:12.3219965Z 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:12.3220843Z 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:12.3221647Z 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:12.3222384Z 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:12.3223199Z 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:12.3224029Z 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:12.3224863Z 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:12.3225714Z 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:12.3226577Z 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:12.3227389Z 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:12.3228149Z 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:12.3228973Z 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:12.3229830Z 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:12.3230643Z 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:12.3231451Z 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:12.3232294Z 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:12.3233100Z 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:12.3233905Z 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:12.3234658Z 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:12.3235489Z 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:12.3236310Z 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:12.3237116Z 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:12.3237932Z 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:12.3238707Z 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:12.3239516Z 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:12.3240289Z 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:12.3241074Z 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:12.3241814Z 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:12.3242645Z 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:12.3243527Z 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:12.3244330Z 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:12.3245153Z 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:12.3246002Z 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:12.3246766Z 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:12.3247568Z 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:12.3248417Z 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:12.3249267Z 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:12.3250096Z 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:12.3250974Z 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:12.3251745Z 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:12.3252563Z 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:12.3253455Z 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:12.3254245Z 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:12.3255082Z 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:12.3255933Z 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:12.3256714Z 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:12.3257454Z 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:12.3258208Z 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:12.3258946Z 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:12.3259691Z 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:12.3260408Z 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:12.3261296Z 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:12.3262118Z 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:12.3262837Z 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:12.3263570Z 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:12.3264260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main' 2025-03-21T20:18:12.3264901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src' 2025-03-21T20:18:12.3265552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app' 2025-03-21T20:18:12.3266203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/build.gradle.kts' 2025-03-21T20:18:12.3266967Z 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:12.3267713Z 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:12.3268439Z 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:12.3269165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates' 2025-03-21T20:18:12.3269817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/docs' 2025-03-21T20:18:12.3270538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/download_prebuilt_lib.sh' 2025-03-21T20:18:12.3271183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle.properties' 2025-03-21T20:18:12.3271939Z 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:12.3272725Z 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:12.3273400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle/wrapper' 2025-03-21T20:18:12.3274036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle' 2025-03-21T20:18:12.3274642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradlew' 2025-03-21T20:18:12.3275262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradlew.bat' 2025-03-21T20:18:12.3275915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/settings.gradle.kts' 2025-03-21T20:18:12.3276570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/setup-with-qnn.sh' 2025-03-21T20:18:12.3277179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/setup.sh' 2025-03-21T20:18:12.3277778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo' 2025-03-21T20:18:12.3278314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android' 2025-03-21T20:18:12.3279150Z 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:12.3280085Z 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:12.3281155Z 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:12.3282162Z 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:12.3283058Z 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:12.3283837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj' 2025-03-21T20:18:12.3284710Z 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:12.3285556Z 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:12.3286443Z 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:12.3287294Z 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:12.3288077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources' 2025-03-21T20:18:12.3288871Z 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:12.3289837Z 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:12.3290716Z 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:12.3291665Z 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:12.3292519Z 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:12.3293355Z 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:12.3294152Z 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:12.3295143Z 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:12.3296033Z 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:12.3296970Z 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:12.3297885Z 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:12.3298995Z 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:12.3299938Z 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:12.3300963Z 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:12.3301821Z 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:12.3302637Z 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:12.3303464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources' 2025-03-21T20:18:12.3304229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo' 2025-03-21T20:18:12.3304880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/README.md' 2025-03-21T20:18:12.3305507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo' 2025-03-21T20:18:12.3306229Z 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:12.3307055Z 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:12.3307934Z 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:12.3308730Z 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:12.3309490Z 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:12.3310162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj' 2025-03-21T20:18:12.3310862Z 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:12.3311592Z 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:12.3312319Z 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:12.3313055Z 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:12.3313756Z 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:12.3314470Z 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:12.3315222Z 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:12.3315988Z 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:12.3316743Z 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:12.3317531Z 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:12.3318210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application' 2025-03-21T20:18:12.3318953Z 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:12.3319727Z 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:12.3320506Z 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:12.3321207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles' 2025-03-21T20:18:12.3321827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA' 2025-03-21T20:18:12.3322706Z 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:12.3323571Z 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:12.3324417Z 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:12.3325195Z 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:12.3325952Z 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:12.3326621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets' 2025-03-21T20:18:12.3327375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAEntitlements/LLaMA.entitlements' 2025-03-21T20:18:12.3328102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAEntitlements' 2025-03-21T20:18:12.3329035Z 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:12.3329855Z 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:12.3330624Z 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:12.3331435Z 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:12.3332244Z 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:12.3332957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner' 2025-03-21T20:18:12.3333640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/TARGETS' 2025-03-21T20:18:12.3334283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner' 2025-03-21T20:18:12.3334878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/README.md' 2025-03-21T20:18:12.3335446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/TARGETS' 2025-03-21T20:18:12.3336175Z 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:12.3336908Z 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:12.3337580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs/delegates' 2025-03-21T20:18:12.3338182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs' 2025-03-21T20:18:12.3338757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA' 2025-03-21T20:18:12.3339313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios' 2025-03-21T20:18:12.3339957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/.gitignore' 2025-03-21T20:18:12.3340583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/README.md' 2025-03-21T20:18:12.3341194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app.json' 2025-03-21T20:18:12.3341852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app/_layout.tsx' 2025-03-21T20:18:12.3342486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app/index.tsx' 2025-03-21T20:18:12.3343123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app' 2025-03-21T20:18:12.3343825Z 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:12.3344529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/assets/images' 2025-03-21T20:18:12.3345174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/assets' 2025-03-21T20:18:12.3345868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/bridge/LlamaBridge.ts' 2025-03-21T20:18:12.3346513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/bridge' 2025-03-21T20:18:12.3347166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/.gitignore' 2025-03-21T20:18:12.3347835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/.xcode.env' 2025-03-21T20:18:12.3348496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.h' 2025-03-21T20:18:12.3349200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.mm' 2025-03-21T20:18:12.3349841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile' 2025-03-21T20:18:12.3350501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile.lock' 2025-03-21T20:18:12.3351221Z 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:12.3351941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Release.xcconfig' 2025-03-21T20:18:12.3352744Z 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:12.3353668Z 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:12.3354528Z 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:12.3355345Z 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:12.3356082Z 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:12.3356940Z 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:12.3357859Z 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:12.3358688Z 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:12.3359436Z 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:12.3360162Z 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:12.3360867Z 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:12.3361768Z 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:12.3362640Z 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:12.3363550Z 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:12.3364467Z 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:12.3365357Z 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:12.3366258Z 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:12.3367122Z 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:12.3367995Z 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:12.3368964Z 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:12.3369884Z 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:12.3370749Z 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:12.3371669Z 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:12.3372548Z 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:12.3373360Z 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:12.3374348Z 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:12.3375318Z 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:12.3376271Z 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:12.3377211Z 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:12.3377979Z 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:12.3378694Z 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:12.3379445Z 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:12.3380231Z 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:12.3380992Z 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:12.3381802Z 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:12.3382484Z 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:12.3383246Z 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:12.3384045Z 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:12.3384814Z 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:12.3385539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama' 2025-03-21T20:18:12.3386192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios' 2025-03-21T20:18:12.3386866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/package.json' 2025-03-21T20:18:12.3387513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/tsconfig.json' 2025-03-21T20:18:12.3388147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/yarn.lock' 2025-03-21T20:18:12.3388762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama' 2025-03-21T20:18:12.3389348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native' 2025-03-21T20:18:12.3389848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps' 2025-03-21T20:18:12.3390393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/CMakeLists.txt' 2025-03-21T20:18:12.3390889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/README.md' 2025-03-21T20:18:12.3391475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/build_example_runner.sh' 2025-03-21T20:18:12.3392050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner/TARGETS' 2025-03-21T20:18:12.3392712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner/example_runner.cpp' 2025-03-21T20:18:12.3393336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner/targets.bzl' 2025-03-21T20:18:12.3393935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner' 2025-03-21T20:18:12.3394527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts/etrecord.bin' 2025-03-21T20:18:12.3395181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts/export_bundled_program.py' 2025-03-21T20:18:12.3395826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts/gen_sample_etrecord.py' 2025-03-21T20:18:12.3396370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts' 2025-03-21T20:18:12.3396954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/test_example_runner.sh' 2025-03-21T20:18:12.3397523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools' 2025-03-21T20:18:12.3398074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/CMakeLists.txt' 2025-03-21T20:18:12.3398832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/README.md' 2025-03-21T20:18:12.3399388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/basic_sampler.h' 2025-03-21T20:18:12.3399937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/basic_tokenizer.h' 2025-03-21T20:18:12.3400497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/export_nanogpt.py' 2025-03-21T20:18:12.3401096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/main.cpp' 2025-03-21T20:18:12.3401589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual' 2025-03-21T20:18:12.3402196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/README.md' 2025-03-21T20:18:12.3402736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/TARGETS' 2025-03-21T20:18:12.3403309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:18:12.3403907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:18:12.3404534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:18:12.3405193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:18:12.3405801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:18:12.3406412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:18:12.3406968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:18:12.3407542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:18:12.3408081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning' 2025-03-21T20:18:12.3408618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/CMakeLists.txt' 2025-03-21T20:18:12.3409184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/README.md' 2025-03-21T20:18:12.3409864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/loggingprinter.py' 2025-03-21T20:18:12.3410516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter.py' 2025-03-21T20:18:12.3411265Z 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:12.3412019Z 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:12.3412896Z 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:12.3413640Z 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:12.3414437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates' 2025-03-21T20:18:12.3415104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts/alpaca.txt' 2025-03-21T20:18:12.3415780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts/llama3.txt' 2025-03-21T20:18:12.3416426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts' 2025-03-21T20:18:12.3417126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/sanity_checks.py' 2025-03-21T20:18:12.3417900Z 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:12.3418681Z 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:12.3419351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_' 2025-03-21T20:18:12.3419949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/utils.py' 2025-03-21T20:18:12.3420563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils' 2025-03-21T20:18:12.3421166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/oss_utils/utils.py' 2025-03-21T20:18:12.3421774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/oss_utils' 2025-03-21T20:18:12.3422316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils' 2025-03-21T20:18:12.3422927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/eval_utils/eval_oss_result.py' 2025-03-21T20:18:12.3423475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/eval_utils' 2025-03-21T20:18:12.3424185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/CMakeLists.txt' 2025-03-21T20:18:12.3424890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/FileMemMapper.h' 2025-03-21T20:18:12.3425586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaConfig.h' 2025-03-21T20:18:12.3426306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaModelChunk.cpp' 2025-03-21T20:18:12.3427025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaModelChunk.h' 2025-03-21T20:18:12.3427725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaRuntime.cpp' 2025-03-21T20:18:12.3428415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaRuntime.h' 2025-03-21T20:18:12.3429172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/ModelChunk.cpp' 2025-03-21T20:18:12.3429851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/ModelChunk.h' 2025-03-21T20:18:12.3430655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/MultiModelLoader.cpp' 2025-03-21T20:18:12.3431366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/MultiModelLoader.h' 2025-03-21T20:18:12.3432024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/Utils.h' 2025-03-21T20:18:12.3432885Z 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:12.3433672Z 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:12.3434494Z 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:12.3435319Z 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:12.3436126Z 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:12.3436893Z 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:12.3437658Z 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:12.3438451Z 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:12.3439224Z 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:12.3439949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper' 2025-03-21T20:18:12.3440596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner' 2025-03-21T20:18:12.3441275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_executor_runner.cpp' 2025-03-21T20:18:12.3441968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_llama_executor_runner.cpp' 2025-03-21T20:18:12.3442607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_llama_runner.cpp' 2025-03-21T20:18:12.3443248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_llama_runner.h' 2025-03-21T20:18:12.3443929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_oss_executor_runner.cpp' 2025-03-21T20:18:12.3444578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/run_llama3_sample.sh' 2025-03-21T20:18:12.3445186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner' 2025-03-21T20:18:12.3445837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/deeplab_v3.py' 2025-03-21T20:18:12.3446457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/edsr.py' 2025-03-21T20:18:12.3447114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/inception_v3.py' 2025-03-21T20:18:12.3447755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/inception_v4.py' 2025-03-21T20:18:12.3448368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/llama.py' 2025-03-21T20:18:12.3449123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/mobilenet_v2.py' 2025-03-21T20:18:12.3449810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/mobilenet_v3.py' 2025-03-21T20:18:12.3450432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/resnet18.py' 2025-03-21T20:18:12.3451066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/resnet50.py' 2025-03-21T20:18:12.3451663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts' 2025-03-21T20:18:12.3452265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/__init__.py' 2025-03-21T20:18:12.3452949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/configuration_base.py' 2025-03-21T20:18:12.3453614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/configuration_llama.py' 2025-03-21T20:18:12.3454263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/modeling_base.py' 2025-03-21T20:18:12.3454904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/modeling_common.py' 2025-03-21T20:18:12.3455549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/modeling_llama.py' 2025-03-21T20:18:12.3456189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/.gitignore' 2025-03-21T20:18:12.3457015Z 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:12.3457863Z 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:12.3458671Z 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:12.3459501Z 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:12.3460283Z 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:12.3461096Z 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:12.3461951Z 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:12.3462778Z 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:12.3463618Z 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:12.3464377Z 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:12.3465178Z 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:12.3466003Z 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:12.3466810Z 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:12.3467637Z 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:12.3468380Z 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:12.3469022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights' 2025-03-21T20:18:12.3469609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models' 2025-03-21T20:18:12.3470149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models' 2025-03-21T20:18:12.3470710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/mtk_build_examples.sh' 2025-03-21T20:18:12.3471328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/shell_scripts/export_llama.sh' 2025-03-21T20:18:12.3471920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/shell_scripts/export_oss.sh' 2025-03-21T20:18:12.3472495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/shell_scripts' 2025-03-21T20:18:12.3472978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek' 2025-03-21T20:18:12.3473481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/__init__.py' 2025-03-21T20:18:12.3473985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/checkpoint.py' 2025-03-21T20:18:12.3474536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:18:12.3475087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:18:12.3475618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deeplab_v3' 2025-03-21T20:18:12.3476288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deepseek-r1-distill-llama-8B/README.md' 2025-03-21T20:18:12.3476963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deepseek-r1-distill-llama-8B' 2025-03-21T20:18:12.3477497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/edsr/__init__.py' 2025-03-21T20:18:12.3478024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/edsr/model.py' 2025-03-21T20:18:12.3478528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/edsr' 2025-03-21T20:18:12.3479080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/README.md' 2025-03-21T20:18:12.3479666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:18:12.3480350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/LICENSE.txt' 2025-03-21T20:18:12.3481134Z 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:12.3481867Z 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:12.3482615Z 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:12.3483376Z 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:12.3484025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:18:12.3484779Z 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:12.3485438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core' 2025-03-21T20:18:12.3486033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:18:12.3486579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam' 2025-03-21T20:18:12.3487158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:18:12.3487704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:18:12.3488263Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/emformer_rnnt' 2025-03-21T20:18:12.3488819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:18:12.3489462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v3/model.py' 2025-03-21T20:18:12.3490004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v3' 2025-03-21T20:18:12.3490562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:18:12.3491116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v4/model.py' 2025-03-21T20:18:12.3491658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v4' 2025-03-21T20:18:12.3492306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/Android3_2_1B_bf16.gif' 2025-03-21T20:18:12.3492925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/Android3_2_3B_SpinQuant.gif' 2025-03-21T20:18:12.3493507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/CMakeLists.txt' 2025-03-21T20:18:12.3494027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/LICENSE' 2025-03-21T20:18:12.3494550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/README.md' 2025-03-21T20:18:12.3495043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/TARGETS' 2025-03-21T20:18:12.3495560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/UTILS.md' 2025-03-21T20:18:12.3496113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/__init__.py' 2025-03-21T20:18:12.3496680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/attention.py' 2025-03-21T20:18:12.3497212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:18:12.3497768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:18:12.3498577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:18:12.3499162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:18:12.3499732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/evaluate' 2025-03-21T20:18:12.3500320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/README.md' 2025-03-21T20:18:12.3500911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/TARGETS' 2025-03-21T20:18:12.3501513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:18:12.3502165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:18:12.3502769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:18:12.3503408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/targets.bzl' 2025-03-21T20:18:12.3504046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:18:12.3504629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental' 2025-03-21T20:18:12.3505186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/export_llama.py' 2025-03-21T20:18:12.3505748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:18:12.3506280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:18:12.3506909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:18:12.3507602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/install_requirements.sh' 2025-03-21T20:18:12.3508140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/llama_test.py' 2025-03-21T20:18:12.3508769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:18:12.3509345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/llama_via_xnnpack.gif' 2025-03-21T20:18:12.3509857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/main.cpp' 2025-03-21T20:18:12.3510363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/model.py' 2025-03-21T20:18:12.3510909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/model_args.py' 2025-03-21T20:18:12.3511512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/non_cpu_backends.md' 2025-03-21T20:18:12.3512122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/norm.py' 2025-03-21T20:18:12.3512679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params/TARGETS' 2025-03-21T20:18:12.3513277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params/demo_config.json' 2025-03-21T20:18:12.3513910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params/demo_rand_params.pth' 2025-03-21T20:18:12.3514455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params' 2025-03-21T20:18:12.3514976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/rope.py' 2025-03-21T20:18:12.3515555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/CMakeLists.txt' 2025-03-21T20:18:12.3516111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/TARGETS' 2025-03-21T20:18:12.3516652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:18:12.3517238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:18:12.3517785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/native.py' 2025-03-21T20:18:12.3518342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/runner.cpp' 2025-03-21T20:18:12.3518903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/runner.h' 2025-03-21T20:18:12.3519577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/static_attention_io_manager.h' 2025-03-21T20:18:12.3520155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/targets.bzl' 2025-03-21T20:18:12.3520691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner' 2025-03-21T20:18:12.3521352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:18:12.3522088Z 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:12.3522795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:18:12.3523485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:18:12.3524155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:18:12.3524857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:18:12.3525542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:18:12.3526193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:18:12.3526954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:18:12.3527700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:18:12.3528329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:18:12.3529042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:18:12.3529709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:18:12.3530439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:18:12.3531178Z 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:12.3531986Z 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:12.3532659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:18:12.3533303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation' 2025-03-21T20:18:12.3533871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/static_attention.py' 2025-03-21T20:18:12.3534409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/targets.bzl' 2025-03-21T20:18:12.3534981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/test_llama_runner.sh' 2025-03-21T20:18:12.3535526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/TARGETS' 2025-03-21T20:18:12.3536227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:18:12.3536840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:18:12.3537471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:18:12.3538005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests' 2025-03-21T20:18:12.3538604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/TARGETS' 2025-03-21T20:18:12.3539230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp' 2025-03-21T20:18:12.3539881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.h' 2025-03-21T20:18:12.3540459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/targets.bzl' 2025-03-21T20:18:12.3541098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/CMakeLists.txt' 2025-03-21T20:18:12.3541679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/TARGETS' 2025-03-21T20:18:12.3542530Z 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:12.3543221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/resources' 2025-03-21T20:18:12.3543846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/targets.bzl' 2025-03-21T20:18:12.3544492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/test_tiktoken.cpp' 2025-03-21T20:18:12.3545092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test' 2025-03-21T20:18:12.3545668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:18:12.3546229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer' 2025-03-21T20:18:12.3546746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama' 2025-03-21T20:18:12.3547268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama2/README.md' 2025-03-21T20:18:12.3547782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama2' 2025-03-21T20:18:12.3548296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3/README.md' 2025-03-21T20:18:12.3548812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3' 2025-03-21T20:18:12.3549361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/TARGETS' 2025-03-21T20:18:12.3549955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:18:12.3550598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention/TARGETS' 2025-03-21T20:18:12.3551351Z 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:12.3552076Z 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:12.3552853Z 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:12.3553525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention/targets.bzl' 2025-03-21T20:18:12.3554202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention' 2025-03-21T20:18:12.3554884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/install_requirements.sh' 2025-03-21T20:18:12.3555539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/TARGETS' 2025-03-21T20:18:12.3556187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:18:12.3556882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:18:12.3557523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:18:12.3558216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess.cpp' 2025-03-21T20:18:12.3558904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess.h' 2025-03-21T20:18:12.3559601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess_test.cpp' 2025-03-21T20:18:12.3560253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/targets.bzl' 2025-03-21T20:18:12.3560943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:18:12.3561580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess' 2025-03-21T20:18:12.3562183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:18:12.3562814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:18:12.3563454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:18:12.3564082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:18:12.3564692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner' 2025-03-21T20:18:12.3565318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/TARGETS' 2025-03-21T20:18:12.3565969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:18:12.3566692Z 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:12.3567379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/params' 2025-03-21T20:18:12.3568057Z 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:12.3568814Z 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:12.3569587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/test' 2025-03-21T20:18:12.3570235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder' 2025-03-21T20:18:12.3570901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/TARGETS' 2025-03-21T20:18:12.3571576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:18:12.3572220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:18:12.3572919Z 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:12.3573698Z 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:12.3574415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/test' 2025-03-21T20:18:12.3575058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder' 2025-03-21T20:18:12.3575615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision' 2025-03-21T20:18:12.3576168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/CMakeLists.txt' 2025-03-21T20:18:12.3576680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/README.md' 2025-03-21T20:18:12.3577219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/__init__.py' 2025-03-21T20:18:12.3577763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/export_llava.py' 2025-03-21T20:18:12.3578306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/image_util.py' 2025-03-21T20:18:12.3578903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/install_requirements.sh' 2025-03-21T20:18:12.3579517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/llava_via_xnnpack.gif' 2025-03-21T20:18:12.3580017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/main.cpp' 2025-03-21T20:18:12.3580528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/model.py' 2025-03-21T20:18:12.3581111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/CMakeLists.txt' 2025-03-21T20:18:12.3581747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_image_prefiller.h' 2025-03-21T20:18:12.3582355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_runner.cpp' 2025-03-21T20:18:12.3582929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_runner.h' 2025-03-21T20:18:12.3583596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_text_decoder_runner.h' 2025-03-21T20:18:12.3584154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/targets.bzl' 2025-03-21T20:18:12.3584707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner' 2025-03-21T20:18:12.3585252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/targets.bzl' 2025-03-21T20:18:12.3585822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:18:12.3586398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:18:12.3586940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/test' 2025-03-21T20:18:12.3587438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava' 2025-03-21T20:18:12.3587962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/lstm/__init__.py' 2025-03-21T20:18:12.3588485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/lstm/model.py' 2025-03-21T20:18:12.3588978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/lstm' 2025-03-21T20:18:12.3589565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:18:12.3590095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilebert/model.py' 2025-03-21T20:18:12.3590636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilebert' 2025-03-21T20:18:12.3591191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:18:12.3591743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:18:12.3592287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v2' 2025-03-21T20:18:12.3592860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:18:12.3593402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:18:12.3593953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v3' 2025-03-21T20:18:12.3594448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/model_base.py' 2025-03-21T20:18:12.3594963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/model_factory.py' 2025-03-21T20:18:12.3595604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi/mimi/install_requirements.sh' 2025-03-21T20:18:12.3596163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:18:12.3596708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi/mimi' 2025-03-21T20:18:12.3597211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi' 2025-03-21T20:18:12.3597787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora/README.md' 2025-03-21T20:18:12.3598569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:18:12.3599235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora/install_requirements.sh' 2025-03-21T20:18:12.3599865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora' 2025-03-21T20:18:12.3600445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/CMakeLists.txt' 2025-03-21T20:18:12.3601020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/README.md' 2025-03-21T20:18:12.3601580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:18:12.3602112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:18:12.3602716Z 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:12.3603397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/install_requirements.sh' 2025-03-21T20:18:12.3603936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/main.cpp' 2025-03-21T20:18:12.3604544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:18:12.3605089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/runner.cpp' 2025-03-21T20:18:12.3605630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/runner.h' 2025-03-21T20:18:12.3606198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:18:12.3606743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini' 2025-03-21T20:18:12.3607290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:18:12.3607848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini/config.json' 2025-03-21T20:18:12.3608440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:18:12.3609033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini' 2025-03-21T20:18:12.3609604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/1_5b_config.json' 2025-03-21T20:18:12.3610123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/README.md' 2025-03-21T20:18:12.3610663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:18:12.3611235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:18:12.3611758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5' 2025-03-21T20:18:12.3612283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/resnet/__init__.py' 2025-03-21T20:18:12.3612801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/resnet/model.py' 2025-03-21T20:18:12.3613303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/resnet' 2025-03-21T20:18:12.3613829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/test/__init__.py' 2025-03-21T20:18:12.3614367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/test/test_export.py' 2025-03-21T20:18:12.3614898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/test' 2025-03-21T20:18:12.3615490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:18:12.3616078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:18:12.3616648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/torchvision_vit' 2025-03-21T20:18:12.3617189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:18:12.3617725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/toy_model/model.py' 2025-03-21T20:18:12.3618278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/toy_model' 2025-03-21T20:18:12.3618866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:18:12.3619400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/wav2letter/model.py' 2025-03-21T20:18:12.3619942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/wav2letter' 2025-03-21T20:18:12.3620410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models' 2025-03-21T20:18:12.3620908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/README.md' 2025-03-21T20:18:12.3621485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/CMakeLists.txt' 2025-03-21T20:18:12.3622037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/README.md' 2025-03-21T20:18:12.3622586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/TARGETS' 2025-03-21T20:18:12.3623174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops.yaml' 2025-03-21T20:18:12.3623772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_1.py' 2025-03-21T20:18:12.3624384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_1_out.cpp' 2025-03-21T20:18:12.3624987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_2.cpp' 2025-03-21T20:18:12.3625574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_2.py' 2025-03-21T20:18:12.3626196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_2_out.cpp' 2025-03-21T20:18:12.3626760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/targets.bzl' 2025-03-21T20:18:12.3627377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/test_custom_ops.sh' 2025-03-21T20:18:12.3627918Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops' 2025-03-21T20:18:12.3628482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner/TARGETS' 2025-03-21T20:18:12.3629137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp' 2025-03-21T20:18:12.3629763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner/targets.bzl' 2025-03-21T20:18:12.3630348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner' 2025-03-21T20:18:12.3630914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts/export.py' 2025-03-21T20:18:12.3631537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts/export_and_delegate.py' 2025-03-21T20:18:12.3632199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts/test_demo_backend_delegation.sh' 2025-03-21T20:18:12.3632735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts' 2025-03-21T20:18:12.3633242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable' 2025-03-21T20:18:12.3633797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/CMakeLists.txt' 2025-03-21T20:18:12.3634281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/README.md' 2025-03-21T20:18:12.3634765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/TARGETS' 2025-03-21T20:18:12.3635376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/CMakeLists.txt' 2025-03-21T20:18:12.3635939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/TARGETS' 2025-03-21T20:18:12.3636611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/qnn_executor_runner.cpp' 2025-03-21T20:18:12.3637202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/targets.bzl' 2025-03-21T20:18:12.3637786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner' 2025-03-21T20:18:12.3638368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/conv_former.py' 2025-03-21T20:18:12.3638940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/dino_v2.py' 2025-03-21T20:18:12.3639491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/esrgan.py' 2025-03-21T20:18:12.3640059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/fastvit.py' 2025-03-21T20:18:12.3640604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/fbnet.py' 2025-03-21T20:18:12.3641289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/gMLP_image_classification.py' 2025-03-21T20:18:12.3641908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/CMakeLists.txt' 2025-03-21T20:18:12.3642505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/README.md' 2025-03-21T20:18:12.3643079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/TARGETS' 2025-03-21T20:18:12.3643823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets/PromptProcessingWithARN.png' 2025-03-21T20:18:12.3644542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets/ShiftPointer.png' 2025-03-21T20:18:12.3645198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets/SmartMask.png' 2025-03-21T20:18:12.3645856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets' 2025-03-21T20:18:12.3646436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/llama.py' 2025-03-21T20:18:12.3647107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/model/static_llama.py' 2025-03-21T20:18:12.3647719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/model' 2025-03-21T20:18:12.3648410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/qnn_llama_runner.cpp' 2025-03-21T20:18:12.3649179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/io_manager.cpp' 2025-03-21T20:18:12.3649845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/io_manager.h' 2025-03-21T20:18:12.3650477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/runner.cpp' 2025-03-21T20:18:12.3651110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/runner.h' 2025-03-21T20:18:12.3651726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner' 2025-03-21T20:18:12.3652333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/targets.bzl' 2025-03-21T20:18:12.3652936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama' 2025-03-21T20:18:12.3653492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/regnet.py' 2025-03-21T20:18:12.3654073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/retinanet.py' 2025-03-21T20:18:12.3654650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/squeezenet.py' 2025-03-21T20:18:12.3655250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/ssd300_vgg16.py' 2025-03-21T20:18:12.3655796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts' 2025-03-21T20:18:12.3656450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/CMakeLists.txt' 2025-03-21T20:18:12.3657059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/README.md' 2025-03-21T20:18:12.3657781Z 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:12.3658530Z 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:12.3659182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama2' 2025-03-21T20:18:12.3659922Z 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:12.3660679Z 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:12.3661366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama3' 2025-03-21T20:18:12.3662039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/io_memory.cpp' 2025-03-21T20:18:12.3662713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/io_memory.h' 2025-03-21T20:18:12.3663369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/runner.cpp' 2025-03-21T20:18:12.3664051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/runner.h' 2025-03-21T20:18:12.3664689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner' 2025-03-21T20:18:12.3665345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama' 2025-03-21T20:18:12.3666050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/CMakeLists.txt' 2025-03-21T20:18:12.3666739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/README.md' 2025-03-21T20:18:12.3667496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/install_requirements.sh' 2025-03-21T20:18:12.3668289Z 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:12.3669107Z 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:12.3669844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/runner.cpp' 2025-03-21T20:18:12.3670550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/runner.h' 2025-03-21T20:18:12.3671271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner' 2025-03-21T20:18:12.3672026Z 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:12.3672702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion' 2025-03-21T20:18:12.3673314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils/README.md' 2025-03-21T20:18:12.3673924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils/export.py' 2025-03-21T20:18:12.3674540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils/utils.py' 2025-03-21T20:18:12.3675140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils' 2025-03-21T20:18:12.3675721Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts' 2025-03-21T20:18:12.3676397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qnn_intermediate_output_inspector.py' 2025-03-21T20:18:12.3676969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/deeplab_v3.py' 2025-03-21T20:18:12.3677522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/edsr.py' 2025-03-21T20:18:12.3678118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/export_example.py' 2025-03-21T20:18:12.3678687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/inception_v3.py' 2025-03-21T20:18:12.3679270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/inception_v4.py' 2025-03-21T20:18:12.3679918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/install_requirement.sh' 2025-03-21T20:18:12.3680562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/mobilebert_fine_tune.py' 2025-03-21T20:18:12.3681143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/mobilenet_v2.py' 2025-03-21T20:18:12.3681712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/mobilenet_v3.py' 2025-03-21T20:18:12.3682316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/torchvision_vit.py' 2025-03-21T20:18:12.3682874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/wav2letter.py' 2025-03-21T20:18:12.3683421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts' 2025-03-21T20:18:12.3683954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/test_qualcomm.sh' 2025-03-21T20:18:12.3684456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/utils.py' 2025-03-21T20:18:12.3684933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm' 2025-03-21T20:18:12.3685504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/CMakeLists.txt' 2025-03-21T20:18:12.3686031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/README.md' 2025-03-21T20:18:12.3686557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/TARGETS' 2025-03-21T20:18:12.3687095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/targets.bzl' 2025-03-21T20:18:12.3687702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/test_selective_build.sh' 2025-03-21T20:18:12.3688235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build' 2025-03-21T20:18:12.3688717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/README.md' 2025-03-21T20:18:12.3689262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/TARGETS' 2025-03-21T20:18:12.3689757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/__init__.py' 2025-03-21T20:18:12.3690289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/aot_compiler.py' 2025-03-21T20:18:12.3690883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/executor_runner/TARGETS' 2025-03-21T20:18:12.3691483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/executor_runner/targets.bzl' 2025-03-21T20:18:12.3692082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/executor_runner' 2025-03-21T20:18:12.3692655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization/example.py' 2025-03-21T20:18:12.3693254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization/test_quantize.sh' 2025-03-21T20:18:12.3693802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization/utils.py' 2025-03-21T20:18:12.3694361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization' 2025-03-21T20:18:12.3694884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/targets.bzl' 2025-03-21T20:18:12.3695397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack' 2025-03-21T20:18:12.3695824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples' 2025-03-21T20:18:12.3696234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/TARGETS' 2025-03-21T20:18:12.3696657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/__init__.py' 2025-03-21T20:18:12.3697123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/TARGETS' 2025-03-21T20:18:12.3697604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/__init__.py' 2025-03-21T20:18:12.3698084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_cord.py' 2025-03-21T20:18:12.3698734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:18:12.3699236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:18:12.3699779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:18:12.3700262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_program.py' 2025-03-21T20:18:12.3700767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_serialize.py' 2025-03-21T20:18:12.3701256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/bindings.cpp' 2025-03-21T20:18:12.3701796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:18:12.3702277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/padding.py' 2025-03-21T20:18:12.3702779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/TARGETS' 2025-03-21T20:18:12.3703288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:18:12.3703815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:18:12.3704362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:18:12.3704939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:18:12.3705545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:18:12.3706038Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test' 2025-03-21T20:18:12.3706552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize' 2025-03-21T20:18:12.3706981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_warnings.py' 2025-03-21T20:18:12.3707434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/TARGETS' 2025-03-21T20:18:12.3707919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/backend_api.py' 2025-03-21T20:18:12.3708437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/backend_details.py' 2025-03-21T20:18:12.3709052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/TARGETS' 2025-03-21T20:18:12.3709777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:18:12.3710500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:18:12.3711210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:18:12.3711914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:18:12.3712498Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners' 2025-03-21T20:18:12.3713046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:18:12.3713566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/operator_support.py' 2025-03-21T20:18:12.3714069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/partitioner.py' 2025-03-21T20:18:12.3714540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/targets.bzl' 2025-03-21T20:18:12.3715033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/TARGETS' 2025-03-21T20:18:12.3715638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:18:12.3716306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:18:12.3716924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:18:12.3717448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/TARGETS' 2025-03-21T20:18:12.3718024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/CMakeLists.txt' 2025-03-21T20:18:12.3718633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/ExecutorBackend.cpp' 2025-03-21T20:18:12.3719239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/ExecutorBackend.h' 2025-03-21T20:18:12.3719904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/ExecutorBackendRegister.cpp' 2025-03-21T20:18:12.3720493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/TARGETS' 2025-03-21T20:18:12.3721177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:18:12.3721891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:18:12.3722444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/targets.bzl' 2025-03-21T20:18:12.3723011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:18:12.3723545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc' 2025-03-21T20:18:12.3724204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:18:12.3724834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:18:12.3725361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos' 2025-03-21T20:18:12.3725925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:18:12.3726488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:18:12.3727041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:18:12.3727671Z 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:12.3728211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backends.py' 2025-03-21T20:18:12.3728774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:18:12.3729428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:18:12.3729988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:18:12.3730568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:18:12.3731160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:18:12.3731740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:18:12.3732347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:18:12.3732892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:18:12.3733420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_passes.py' 2025-03-21T20:18:12.3733925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_utils.py' 2025-03-21T20:18:12.3734410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test' 2025-03-21T20:18:12.3734857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/utils.py' 2025-03-21T20:18:12.3735351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend' 2025-03-21T20:18:12.3735793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/TARGETS' 2025-03-21T20:18:12.3736301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/__init__.py' 2025-03-21T20:18:12.3736769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/_capture.py' 2025-03-21T20:18:12.3737238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/_config.py' 2025-03-21T20:18:12.3737694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/_unlift.py' 2025-03-21T20:18:12.3738140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture' 2025-03-21T20:18:12.3738588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/common.py' 2025-03-21T20:18:12.3739031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/control_flow.py' 2025-03-21T20:18:12.3739490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/delegate.py' 2025-03-21T20:18:12.3739916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/delegate.pyi' 2025-03-21T20:18:12.3740377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/TARGETS' 2025-03-21T20:18:12.3740846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/__init__.py' 2025-03-21T20:18:12.3741306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/_ops.py' 2025-03-21T20:18:12.3741799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/TARGETS' 2025-03-21T20:18:12.3742307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:18:12.3742831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/test/TARGETS' 2025-03-21T20:18:12.3743427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:18:12.3743965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/test' 2025-03-21T20:18:12.3744463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend' 2025-03-21T20:18:12.3744953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/TARGETS' 2025-03-21T20:18:12.3745430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:18:12.3745945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg/TARGETS' 2025-03-21T20:18:12.3746449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:18:12.3746960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:18:12.3747463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg' 2025-03-21T20:18:12.3747988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/TARGETS' 2025-03-21T20:18:12.3748513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:18:12.3749063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:18:12.3749628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:18:12.3750148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype' 2025-03-21T20:18:12.3750680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:18:12.3751173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/TARGETS' 2025-03-21T20:18:12.3751675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:18:12.3752219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:18:12.3752806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:18:12.3753336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/test' 2025-03-21T20:18:12.3753875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op' 2025-03-21T20:18:12.3754375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec/TARGETS' 2025-03-21T20:18:12.3754872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:18:12.3755396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:18:12.3755902Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec' 2025-03-21T20:18:12.3756419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test/TARGETS' 2025-03-21T20:18:12.3756979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:18:12.3757555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:18:12.3758063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test' 2025-03-21T20:18:12.3758554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge' 2025-03-21T20:18:12.3759035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/test/TARGETS' 2025-03-21T20:18:12.3759623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:18:12.3760106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/test' 2025-03-21T20:18:12.3760566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects' 2025-03-21T20:18:12.3761038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dim_order_utils.py' 2025-03-21T20:18:12.3761486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dynamic_shape.py' 2025-03-21T20:18:12.3761922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/TARGETS' 2025-03-21T20:18:12.3762369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/__init__.py' 2025-03-21T20:18:12.3762863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/_emit_program.py' 2025-03-21T20:18:12.3763344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/_emitter.py' 2025-03-21T20:18:12.3763808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/test/TARGETS' 2025-03-21T20:18:12.3764292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/test/test_emit.py' 2025-03-21T20:18:12.3764777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/test' 2025-03-21T20:18:12.3765222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit' 2025-03-21T20:18:12.3765631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/error.py' 2025-03-21T20:18:12.3766048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/graph.py' 2025-03-21T20:18:12.3766491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/graph_module.py' 2025-03-21T20:18:12.3767104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/lowered_backend_module.py' 2025-03-21T20:18:12.3767552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/memory.py' 2025-03-21T20:18:12.3768029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/memory_planning.py' 2025-03-21T20:18:12.3768475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/TARGETS' 2025-03-21T20:18:12.3769025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/convert.py' 2025-03-21T20:18:12.3769481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/manip.py' 2025-03-21T20:18:12.3770014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/test/test_operator.py' 2025-03-21T20:18:12.3770516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/test' 2025-03-21T20:18:12.3770968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/util.py' 2025-03-21T20:18:12.3771438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator' 2025-03-21T20:18:12.3771867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/pass_base.py' 2025-03-21T20:18:12.3772324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/pass_manager.py' 2025-03-21T20:18:12.3772759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/TARGETS' 2025-03-21T20:18:12.3773237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/__init__.py' 2025-03-21T20:18:12.3773843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:18:12.3774344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:18:12.3774880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:18:12.3775445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:18:12.3776002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:18:12.3776548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:18:12.3777135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:18:12.3777716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:18:12.3778249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:18:12.3778889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:18:12.3779443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:18:12.3779971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:18:12.3780538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:18:12.3781145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:18:12.3781643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/pass_registry.py' 2025-03-21T20:18:12.3782231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:18:12.3782753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:18:12.3783268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:18:12.3783827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:18:12.3784411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:18:12.3784922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:18:12.3785500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:18:12.3786158Z 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:12.3786759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:18:12.3787311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:18:12.3787910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:18:12.3788459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:18:12.3788963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:18:12.3789502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:18:12.3790025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:18:12.3790591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:18:12.3791035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes' 2025-03-21T20:18:12.3791504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/print_program.py' 2025-03-21T20:18:12.3791949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/TARGETS' 2025-03-21T20:18:12.3792461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/__init__.py' 2025-03-21T20:18:12.3792963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/_fake_program.py' 2025-03-21T20:18:12.3793459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/_program.py' 2025-03-21T20:18:12.3793948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/TARGETS' 2025-03-21T20:18:12.3794446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/__init__.py' 2025-03-21T20:18:12.3795015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:18:12.3795540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/test_program.py' 2025-03-21T20:18:12.3796061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test' 2025-03-21T20:18:12.3796539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program' 2025-03-21T20:18:12.3796994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/scalar_type.py' 2025-03-21T20:18:12.3797408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/schema.py' 2025-03-21T20:18:12.3797850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/TARGETS' 2025-03-21T20:18:12.3798465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/__init__.py' 2025-03-21T20:18:12.3798966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/export_serialize.py' 2025-03-21T20:18:12.3799425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/schema.py' 2025-03-21T20:18:12.3799907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/schema_check.py' 2025-03-21T20:18:12.3800380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/serialize.py' 2025-03-21T20:18:12.3800811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/union.py' 2025-03-21T20:18:12.3801271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/upgrade.py' 2025-03-21T20:18:12.3801705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde' 2025-03-21T20:18:12.3802137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/sym_util.py' 2025-03-21T20:18:12.3802546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tensor.py' 2025-03-21T20:18:12.3802981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/TARGETS' 2025-03-21T20:18:12.3803463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/asr_joiner.py' 2025-03-21T20:18:12.3803904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/common.py' 2025-03-21T20:18:12.3804436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/control_flow_models.py' 2025-03-21T20:18:12.3804962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:18:12.3805413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/models.py' 2025-03-21T20:18:12.3805928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:18:12.3806479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_capture.py' 2025-03-21T20:18:12.3806951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_common.py' 2025-03-21T20:18:12.3807488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_delegate.py' 2025-03-21T20:18:12.3808011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:18:12.3808597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:18:12.3809167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_error.py' 2025-03-21T20:18:12.3809671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:18:12.3810194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_lib.cpp' 2025-03-21T20:18:12.3810798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:18:12.3811403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:18:12.3812000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:18:12.3812538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:18:12.3813032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_op_convert.py' 2025-03-21T20:18:12.3813543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:18:12.3814016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_passes.py' 2025-03-21T20:18:12.3814530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_print_program.py' 2025-03-21T20:18:12.3815117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:18:12.3815650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:18:12.3816176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_quantization.py' 2025-03-21T20:18:12.3816703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:18:12.3817253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:18:12.3817719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_serde.py' 2025-03-21T20:18:12.3818203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_tensor.py' 2025-03-21T20:18:12.3818669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_tracer.py' 2025-03-21T20:18:12.3819189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_verification.py' 2025-03-21T20:18:12.3819672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_warnings.py' 2025-03-21T20:18:12.3820143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/transformer.py' 2025-03-21T20:18:12.3820623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests' 2025-03-21T20:18:12.3821034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tracer.py' 2025-03-21T20:18:12.3821452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/types.py' 2025-03-21T20:18:12.3821958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/TARGETS' 2025-03-21T20:18:12.3822501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/arg_validator.py' 2025-03-21T20:18:12.3822999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/bindings.cpp' 2025-03-21T20:18:12.3823507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/dev_html.py' 2025-03-21T20:18:12.3824026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/interpreter.py' 2025-03-21T20:18:12.3824637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:18:12.3825168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/test' 2025-03-21T20:18:12.3825666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/verifier.py' 2025-03-21T20:18:12.3826152Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification' 2025-03-21T20:18:12.3826568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/version.py' 2025-03-21T20:18:12.3826977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/wrap.py' 2025-03-21T20:18:12.3827380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir' 2025-03-21T20:18:12.3827884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/.gitignore' 2025-03-21T20:18:12.3828336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/BUCK' 2025-03-21T20:18:12.3828868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/CMakeLists.txt' 2025-03-21T20:18:12.3829341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/TARGETS' 2025-03-21T20:18:12.3829850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/build.gradle' 2025-03-21T20:18:12.3830429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/libs.versions.toml' 2025-03-21T20:18:12.3831062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:12.3831760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:12.3832326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/wrapper' 2025-03-21T20:18:12.3832862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle' 2025-03-21T20:18:12.3833332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradlew' 2025-03-21T20:18:12.3833841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradlew.bat' 2025-03-21T20:18:12.3834318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/BUCK' 2025-03-21T20:18:12.3835159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/TARGETS' 2025-03-21T20:18:12.3835695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/jni_layer.cpp' 2025-03-21T20:18:12.3836288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/jni_layer_constants.h' 2025-03-21T20:18:12.3836880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/jni_layer_llama.cpp' 2025-03-21T20:18:12.3837376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/log.cpp' 2025-03-21T20:18:12.3837872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/log.h' 2025-03-21T20:18:12.3838374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni' 2025-03-21T20:18:12.3838940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/settings.gradle' 2025-03-21T20:18:12.3839693Z 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:12.3840436Z 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:12.3841213Z 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:12.3841989Z 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:12.3842712Z 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:12.3843481Z 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:12.3844204Z 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:12.3845065Z 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:12.3845838Z 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:12.3846692Z 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:12.3847530Z 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:12.3848333Z 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:12.3849177Z 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:12.3849877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch' 2025-03-21T20:18:12.3850517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch' 2025-03-21T20:18:12.3851099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org' 2025-03-21T20:18:12.3851711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java' 2025-03-21T20:18:12.3852245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main' 2025-03-21T20:18:12.3852802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src' 2025-03-21T20:18:12.3853277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android' 2025-03-21T20:18:12.3853808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/.gitignore' 2025-03-21T20:18:12.3854308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/TARGETS' 2025-03-21T20:18:12.3854880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/add_model.py' 2025-03-21T20:18:12.3855416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/build.gradle' 2025-03-21T20:18:12.3856005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle.properties' 2025-03-21T20:18:12.3856634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/libs.versions.toml' 2025-03-21T20:18:12.3857293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:12.3858012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:12.3858604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/wrapper' 2025-03-21T20:18:12.3859169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle' 2025-03-21T20:18:12.3859673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradlew' 2025-03-21T20:18:12.3860218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradlew.bat' 2025-03-21T20:18:12.3860768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/settings.gradle' 2025-03-21T20:18:12.3861287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/setup.sh' 2025-03-21T20:18:12.3862232Z 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:12.3863159Z 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:12.3863922Z 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:12.3864636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java/org/pytorch' 2025-03-21T20:18:12.3865289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java/org' 2025-03-21T20:18:12.3865911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java' 2025-03-21T20:18:12.3866587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/resources/test.txt' 2025-03-21T20:18:12.3867274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/resources' 2025-03-21T20:18:12.3867917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest' 2025-03-21T20:18:12.3868545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/main/AndroidManifest.xml' 2025-03-21T20:18:12.3869116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/main' 2025-03-21T20:18:12.3869879Z 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:12.3870685Z 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:12.3871403Z 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:12.3872103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java/org/pytorch' 2025-03-21T20:18:12.3872712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java/org' 2025-03-21T20:18:12.3873306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java' 2025-03-21T20:18:12.3873858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test' 2025-03-21T20:18:12.3874404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src' 2025-03-21T20:18:12.3874905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test' 2025-03-21T20:18:12.3875406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/.clang-format' 2025-03-21T20:18:12.3875920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/CMakeLists.txt' 2025-03-21T20:18:12.3876537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorch.h' 2025-03-21T20:18:12.3877196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchError.h' 2025-03-21T20:18:12.3877840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchError.m' 2025-03-21T20:18:12.3878489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchLog.h' 2025-03-21T20:18:12.3879127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchLog.mm' 2025-03-21T20:18:12.3879795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchModule.h' 2025-03-21T20:18:12.3880451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchModule.mm' 2025-03-21T20:18:12.3881113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchTensor.h' 2025-03-21T20:18:12.3881767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchTensor.mm' 2025-03-21T20:18:12.3882456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchValue.h' 2025-03-21T20:18:12.3883101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchValue.m' 2025-03-21T20:18:12.3883784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/module.modulemap' 2025-03-21T20:18:12.3884378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported' 2025-03-21T20:18:12.3884907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/TARGETS' 2025-03-21T20:18:12.3885558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/ModuleTest.swift' 2025-03-21T20:18:12.3886223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/TensorTest.swift' 2025-03-21T20:18:12.3886894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/ValueTest.swift' 2025-03-21T20:18:12.3887535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/resources/add.pte' 2025-03-21T20:18:12.3888188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/resources' 2025-03-21T20:18:12.3888774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__' 2025-03-21T20:18:12.3889399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch' 2025-03-21T20:18:12.3890436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeTensorValue.h' 2025-03-21T20:18:12.3891482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeTensorValue.mm' 2025-03-21T20:18:12.3892462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.h' 2025-03-21T20:18:12.3893461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.mm' 2025-03-21T20:18:12.3894321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data' 2025-03-21T20:18:12.3895291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/ExecutorchRuntimeEngine.h' 2025-03-21T20:18:12.3896247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/ExecutorchRuntimeEngine.mm' 2025-03-21T20:18:12.3897095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported' 2025-03-21T20:18:12.3898087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__/ExecutorchRuntimeEngineTests.mm' 2025-03-21T20:18:12.3899248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__/ExecutorchRuntimeValueTests.mm' 2025-03-21T20:18:12.3900159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__' 2025-03-21T20:18:12.3900968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge' 2025-03-21T20:18:12.3901594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge' 2025-03-21T20:18:12.3902518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore/ModelRuntimeTensorValueBridging.swift' 2025-03-21T20:18:12.3903387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore/ModelRuntimeValueError.swift' 2025-03-21T20:18:12.3904145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore' 2025-03-21T20:18:12.3904785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore' 2025-03-21T20:18:12.3905249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/TARGETS' 2025-03-21T20:18:12.3905725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple' 2025-03-21T20:18:12.3906207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/TARGETS' 2025-03-21T20:18:12.3906753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/aten_bridge.cpp' 2025-03-21T20:18:12.3907267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/aten_bridge.h' 2025-03-21T20:18:12.3907925Z 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:12.3908433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/targets.bzl' 2025-03-21T20:18:12.3908946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/TARGETS' 2025-03-21T20:18:12.3909547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/aten_bridge_test.cpp' 2025-03-21T20:18:12.3910251Z 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:12.3910803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/targets.bzl' 2025-03-21T20:18:12.3911326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test' 2025-03-21T20:18:12.3911829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util' 2025-03-21T20:18:12.3912327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/README.md' 2025-03-21T20:18:12.3912954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/.gitignore' 2025-03-21T20:18:12.3913558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/README.md' 2025-03-21T20:18:12.3914385Z 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:12.3915059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/.gitignore' 2025-03-21T20:18:12.3915752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/build.gradle.kts' 2025-03-21T20:18:12.3916476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/proguard-rules.pro' 2025-03-21T20:18:12.3917520Z 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:12.3918423Z 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:12.3919281Z 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:12.3920065Z 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:12.3920844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java' 2025-03-21T20:18:12.3921579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest' 2025-03-21T20:18:12.3922338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/AndroidManifest.xml' 2025-03-21T20:18:12.3923307Z 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:12.3924251Z 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:12.3925242Z 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:12.3926152Z 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:12.3927133Z 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:12.3927987Z 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:12.3928786Z 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:12.3929599Z 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:12.3930318Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java' 2025-03-21T20:18:12.3931083Z 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:12.3931869Z 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:12.3932665Z 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:12.3933418Z 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:12.3934142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/res' 2025-03-21T20:18:12.3934825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main' 2025-03-21T20:18:12.3935765Z 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:12.3936642Z 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:12.3937433Z 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:12.3938191Z 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:12.3938908Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test/java' 2025-03-21T20:18:12.3939576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test' 2025-03-21T20:18:12.3940229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src' 2025-03-21T20:18:12.3940845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app' 2025-03-21T20:18:12.3941508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/build.gradle.kts' 2025-03-21T20:18:12.3942164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle.properties' 2025-03-21T20:18:12.3942944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:12.3943756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:12.3944449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper' 2025-03-21T20:18:12.3945087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle' 2025-03-21T20:18:12.3945692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradlew' 2025-03-21T20:18:12.3946312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradlew.bat' 2025-03-21T20:18:12.3946993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/settings.gradle.kts' 2025-03-21T20:18:12.3947581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark' 2025-03-21T20:18:12.3948115Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android' 2025-03-21T20:18:12.3948733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/.clang-format' 2025-03-21T20:18:12.3949402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/App/App.entitlements' 2025-03-21T20:18:12.3950063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/App/App.swift' 2025-03-21T20:18:12.3950664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/App' 2025-03-21T20:18:12.3951445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/project.pbxproj' 2025-03-21T20:18:12.3952359Z 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:12.3953256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:18:12.3954076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata' 2025-03-21T20:18:12.3954800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj' 2025-03-21T20:18:12.3955395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/README.md' 2025-03-21T20:18:12.3956066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Resources/README.md' 2025-03-21T20:18:12.3956712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Resources' 2025-03-21T20:18:12.3957436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/DynamicTestCase.h' 2025-03-21T20:18:12.3958150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/DynamicTestCase.m' 2025-03-21T20:18:12.3958867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/ResourceTestCase.h' 2025-03-21T20:18:12.3959598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/ResourceTestCase.m' 2025-03-21T20:18:12.3960239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils' 2025-03-21T20:18:12.3960918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/CoreMLTests.mm' 2025-03-21T20:18:12.3961591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/GenericTests.mm' 2025-03-21T20:18:12.3962299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/LLaMA/LLaMATests.mm' 2025-03-21T20:18:12.3962955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/LLaMA' 2025-03-21T20:18:12.3963632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/Tests.xcconfig' 2025-03-21T20:18:12.3964308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/Tests.xctestplan' 2025-03-21T20:18:12.3964973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests' 2025-03-21T20:18:12.3965821Z 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:12.3974610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark' 2025-03-21T20:18:12.3975275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple' 2025-03-21T20:18:12.3975775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark' 2025-03-21T20:18:12.3976330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/CMakeLists.txt' 2025-03-21T20:18:12.3976960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/TARGETS' 2025-03-21T20:18:12.3977544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/buffer_data_loader.h' 2025-03-21T20:18:12.3978158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_data_loader.cpp' 2025-03-21T20:18:12.3978727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_data_loader.h' 2025-03-21T20:18:12.3979362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_descriptor_data_loader.cpp' 2025-03-21T20:18:12.3979995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_descriptor_data_loader.h' 2025-03-21T20:18:12.3980485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mman.h' 2025-03-21T20:18:12.3981048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mman_windows.cpp' 2025-03-21T20:18:12.3981583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mman_windows.h' 2025-03-21T20:18:12.3982155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mmap_data_loader.cpp' 2025-03-21T20:18:12.3982718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mmap_data_loader.h' 2025-03-21T20:18:12.3983314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/shared_ptr_data_loader.h' 2025-03-21T20:18:12.3983847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/targets.bzl' 2025-03-21T20:18:12.3984412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/CMakeLists.txt' 2025-03-21T20:18:12.3984951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/TARGETS' 2025-03-21T20:18:12.3985591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/buffer_data_loader_test.cpp' 2025-03-21T20:18:12.3986232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/file_data_loader_test.cpp' 2025-03-21T20:18:12.3986917Z 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:12.3987557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/mmap_data_loader_test.cpp' 2025-03-21T20:18:12.3988261Z 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:12.3988825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/targets.bzl' 2025-03-21T20:18:12.3989391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test' 2025-03-21T20:18:12.3989892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader' 2025-03-21T20:18:12.3990400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/TARGETS' 2025-03-21T20:18:12.3990946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/print_evalue.cpp' 2025-03-21T20:18:12.3991476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/print_evalue.h' 2025-03-21T20:18:12.3992016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/targets.bzl' 2025-03-21T20:18:12.3992602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/CMakeLists.txt' 2025-03-21T20:18:12.3993117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/TARGETS' 2025-03-21T20:18:12.3993718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/print_evalue_test.cpp' 2025-03-21T20:18:12.3994263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/targets.bzl' 2025-03-21T20:18:12.3994806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test' 2025-03-21T20:18:12.3995306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util' 2025-03-21T20:18:12.3995815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util/TARGETS' 2025-03-21T20:18:12.3996333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util/__init__.py' 2025-03-21T20:18:12.3996833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util/utils.py' 2025-03-21T20:18:12.3997341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util' 2025-03-21T20:18:12.3997872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/CMakeLists.txt' 2025-03-21T20:18:12.3998578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/README.md' 2025-03-21T20:18:12.3999074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/TARGETS' 2025-03-21T20:18:12.3999601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:18:12.4000197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/flat_tensor_data_map.cpp' 2025-03-21T20:18:12.4000794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/flat_tensor_data_map.h' 2025-03-21T20:18:12.4001389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/CMakeLists.txt' 2025-03-21T20:18:12.4001947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/TARGETS' 2025-03-21T20:18:12.4002517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:18:12.4003184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:18:12.4003834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor_header.cpp' 2025-03-21T20:18:12.4004503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor_header.h' 2025-03-21T20:18:12.4005143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:18:12.4005744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:18:12.4006340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/serialize.cpp' 2025-03-21T20:18:12.4006958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/serialize.h' 2025-03-21T20:18:12.4007604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:18:12.4008179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/targets.bzl' 2025-03-21T20:18:12.4008745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize' 2025-03-21T20:18:12.4009334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/targets.bzl' 2025-03-21T20:18:12.4009908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/CMakeLists.txt' 2025-03-21T20:18:12.4010432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/TARGETS' 2025-03-21T20:18:12.4011086Z 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:12.4011736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/flat_tensor_header_test.cpp' 2025-03-21T20:18:12.4012282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/targets.bzl' 2025-03-21T20:18:12.4012882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/test_serialize.cpp' 2025-03-21T20:18:12.4013461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:18:12.4014001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test' 2025-03-21T20:18:12.4014502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor' 2025-03-21T20:18:12.4015012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/README.md' 2025-03-21T20:18:12.4015544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:18:12.4016070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/converter.py' 2025-03-21T20:18:12.4016679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:18:12.4017233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/converters' 2025-03-21T20:18:12.4017804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/install_requirements.sh' 2025-03-21T20:18:12.4018349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:18:12.4018845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util' 2025-03-21T20:18:12.4019439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/README.md' 2025-03-21T20:18:12.4019944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/TARGETS' 2025-03-21T20:18:12.4020585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:18:12.4021154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:18:12.4021706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/targets.bzl' 2025-03-21T20:18:12.4022279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/CMakeLists.txt' 2025-03-21T20:18:12.4022835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/TARGETS' 2025-03-21T20:18:12.4023556Z 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:12.4024100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/targets.bzl' 2025-03-21T20:18:12.4024629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test' 2025-03-21T20:18:12.4025161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:18:12.4025666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util' 2025-03-21T20:18:12.4026138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/README.md' 2025-03-21T20:18:12.4026694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/CMakeLists.txt' 2025-03-21T20:18:12.4027220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/TARGETS' 2025-03-21T20:18:12.4027757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:18:12.4028315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:18:12.4028885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:18:12.4029456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp' 2025-03-21T20:18:12.4030002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fallback.h' 2025-03-21T20:18:12.4030650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp' 2025-03-21T20:18:12.4031293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.h' 2025-03-21T20:18:12.4031966Z 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:12.4032512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp' 2025-03-21T20:18:12.4033069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa.h' 2025-03-21T20:18:12.4033638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa_aot.cpp' 2025-03-21T20:18:12.4034225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa_test.cpp' 2025-03-21T20:18:12.4034881Z 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:12.4035443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop.cpp' 2025-03-21T20:18:12.4035999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop.h' 2025-03-21T20:18:12.4036611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop_aot.cpp' 2025-03-21T20:18:12.4037203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:18:12.4037825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop_test.cpp' 2025-03-21T20:18:12.4038406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_update_cache.cpp' 2025-03-21T20:18:12.4038979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_update_cache.h' 2025-03-21T20:18:12.4039590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:18:12.4040173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/README.md' 2025-03-21T20:18:12.4040743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/TARGETS' 2025-03-21T20:18:12.4041442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.cpp' 2025-03-21T20:18:12.4042118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h' 2025-03-21T20:18:12.4042849Z 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:12.4043539Z 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:12.4044148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/targets.bzl' 2025-03-21T20:18:12.4044786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/CMakeLists.txt' 2025-03-21T20:18:12.4045394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/TARGETS' 2025-03-21T20:18:12.4046216Z 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:12.4046968Z 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:12.4047735Z 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:12.4048517Z 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:12.4049361Z 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:12.4050018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/targets.bzl' 2025-03-21T20:18:12.4050633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test' 2025-03-21T20:18:12.4051344Z 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:12.4052043Z 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:12.4052746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/Makefile' 2025-03-21T20:18:12.4053467Z 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:12.4054138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/TARGETS' 2025-03-21T20:18:12.4054837Z 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:12.4055517Z 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:12.4056218Z 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:12.4056906Z 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:12.4057609Z 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:12.4058263Z 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:12.4058935Z 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:12.4059613Z 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:12.4060296Z 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:12.4060995Z 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:12.4061681Z 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:12.4062359Z 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:12.4063101Z 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:12.4063853Z 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:12.4064622Z 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:12.4065388Z 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:12.4066196Z 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:12.4066993Z 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:12.4067743Z 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:12.4068490Z 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:12.4069217Z 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:12.4069930Z 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:12.4070605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT' 2025-03-21T20:18:12.4071271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party' 2025-03-21T20:18:12.4071849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant' 2025-03-21T20:18:12.4072389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/targets.bzl' 2025-03-21T20:18:12.4073049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:18:12.4073674Z 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:12.4074278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:18:12.4074793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops' 2025-03-21T20:18:12.4075297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/TARGETS' 2025-03-21T20:18:12.4075809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/__init__.py' 2025-03-21T20:18:12.4076329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/builder.py' 2025-03-21T20:18:12.4076872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/export_passes.py' 2025-03-21T20:18:12.4077439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:18:12.4077978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:18:12.4078505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/targets.bzl' 2025-03-21T20:18:12.4079073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:18:12.4079596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export' 2025-03-21T20:18:12.4080114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/README.md' 2025-03-21T20:18:12.4080609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/TARGETS' 2025-03-21T20:18:12.4081171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/__init__.py' 2025-03-21T20:18:12.4081762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:18:12.4082303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/attention.py' 2025-03-21T20:18:12.4082820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:18:12.4083405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:18:12.4084018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:18:12.4084610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:18:12.4085252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:18:12.4085781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test' 2025-03-21T20:18:12.4086290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules' 2025-03-21T20:18:12.4086820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/CMakeLists.txt' 2025-03-21T20:18:12.4087329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/TARGETS' 2025-03-21T20:18:12.4087821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/image.h' 2025-03-21T20:18:12.4088383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/image_prefiller.h' 2025-03-21T20:18:12.4088924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/irunner.h' 2025-03-21T20:18:12.4089503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/multimodal_runner.h' 2025-03-21T20:18:12.4089993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/stats.h' 2025-03-21T20:18:12.4090523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/targets.bzl' 2025-03-21T20:18:12.4091105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp' 2025-03-21T20:18:12.4091672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_decoder_runner.h' 2025-03-21T20:18:12.4092245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_prefiller.cpp' 2025-03-21T20:18:12.4092785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_prefiller.h' 2025-03-21T20:18:12.4093371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_token_generator.h' 2025-03-21T20:18:12.4093853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/util.h' 2025-03-21T20:18:12.4094399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner' 2025-03-21T20:18:12.4094898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/TARGETS' 2025-03-21T20:18:12.4095462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/sampler.cpp' 2025-03-21T20:18:12.4095970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/sampler.h' 2025-03-21T20:18:12.4096498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/targets.bzl' 2025-03-21T20:18:12.4097018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test/TARGETS' 2025-03-21T20:18:12.4097563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test/targets.bzl' 2025-03-21T20:18:12.4098380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test/test_sampler.cpp' 2025-03-21T20:18:12.4098987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test' 2025-03-21T20:18:12.4099503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler' 2025-03-21T20:18:12.4100054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/CMakeLists.txt' 2025-03-21T20:18:12.4100572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/TARGETS' 2025-03-21T20:18:12.4101101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:18:12.4101629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/base64.h' 2025-03-21T20:18:12.4102198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/bpe_tokenizer.cpp' 2025-03-21T20:18:12.4102764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/bpe_tokenizer.h' 2025-03-21T20:18:12.4103321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:18:12.4103916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/string_integer_map.h' 2025-03-21T20:18:12.4104447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/targets.bzl' 2025-03-21T20:18:12.4105019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/CMakeLists.txt' 2025-03-21T20:18:12.4105568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/TARGETS' 2025-03-21T20:18:12.4106261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources/test_bpe_tokenizer.bin' 2025-03-21T20:18:12.4107035Z 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:12.4107784Z 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:12.4108518Z 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:12.4109258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_tokenizer.model' 2025-03-21T20:18:12.4109921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources' 2025-03-21T20:18:12.4110479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/targets.bzl' 2025-03-21T20:18:12.4111162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_bpe_tokenizer.cpp' 2025-03-21T20:18:12.4111818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_string_integer_map.cpp' 2025-03-21T20:18:12.4112430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_tiktoken.cpp' 2025-03-21T20:18:12.4113026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:18:12.4113602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test' 2025-03-21T20:18:12.4114181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp' 2025-03-21T20:18:12.4114708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tiktoken.h' 2025-03-21T20:18:12.4115252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tokenizer.h' 2025-03-21T20:18:12.4115789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:18:12.4116313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:18:12.4116821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer' 2025-03-21T20:18:12.4117334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.git' 2025-03-21T20:18:12.4117877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.cmakelintrc' 2025-03-21T20:18:12.4118402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.flake8' 2025-03-21T20:18:12.4119030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github/workflows/pull.yml' 2025-03-21T20:18:12.4119669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github/workflows/trunk.yml' 2025-03-21T20:18:12.4120286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github/workflows' 2025-03-21T20:18:12.4120853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github' 2025-03-21T20:18:12.4121396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.gitignore' 2025-03-21T20:18:12.4121937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.gitmodules' 2025-03-21T20:18:12.4122514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.lintrunner.toml' 2025-03-21T20:18:12.4123040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.mypy.ini' 2025-03-21T20:18:12.4123602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/CMakeLists.txt' 2025-03-21T20:18:12.4124156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/CODE_OF_CONDUCT' 2025-03-21T20:18:12.4124749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/CONTRIBUTING.md' 2025-03-21T20:18:12.4125269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/LICENSE' 2025-03-21T20:18:12.4125851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/README.md' 2025-03-21T20:18:12.4126361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/TARGETS' 2025-03-21T20:18:12.4127061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples/tokenize_tool/CMakeLists.txt' 2025-03-21T20:18:12.4127732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples/tokenize_tool/main.cpp' 2025-03-21T20:18:12.4128416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples/tokenize_tool' 2025-03-21T20:18:12.4129062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples' 2025-03-21T20:18:12.4129789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/base64.h' 2025-03-21T20:18:12.4130567Z 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:12.4131251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/error.h' 2025-03-21T20:18:12.4131988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/hf_tokenizer.h' 2025-03-21T20:18:12.4132757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/llama2c_tokenizer.h' 2025-03-21T20:18:12.4133443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/log.h' 2025-03-21T20:18:12.4134175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/pre_tokenizer.h' 2025-03-21T20:18:12.4134877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/result.h' 2025-03-21T20:18:12.4135609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/sentencepiece.h' 2025-03-21T20:18:12.4136325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/tiktoken.h' 2025-03-21T20:18:12.4137056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/token_decoder.h' 2025-03-21T20:18:12.4137777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/tokenizer.h' 2025-03-21T20:18:12.4138460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers' 2025-03-21T20:18:12.4139074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch' 2025-03-21T20:18:12.4139650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include' 2025-03-21T20:18:12.4140207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pyproject.toml' 2025-03-21T20:18:12.4140887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/TARGETS' 2025-03-21T20:18:12.4141540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:18:12.4142263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:18:12.4142909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:18:12.4143573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/targets.bzl' 2025-03-21T20:18:12.4144222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:18:12.4144979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/TARGETS' 2025-03-21T20:18:12.4145744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:18:12.4146486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:18:12.4147223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/targets.bzl' 2025-03-21T20:18:12.4147947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c' 2025-03-21T20:18:12.4148616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools' 2025-03-21T20:18:12.4149248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers' 2025-03-21T20:18:12.4149906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/requirements-lintrunner.txt' 2025-03-21T20:18:12.4150427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:18:12.4151066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp' 2025-03-21T20:18:12.4151660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp' 2025-03-21T20:18:12.4152304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp' 2025-03-21T20:18:12.4152905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp' 2025-03-21T20:18:12.4153533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/sentencepiece.cpp' 2025-03-21T20:18:12.4154100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp' 2025-03-21T20:18:12.4154713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp' 2025-03-21T20:18:12.4155255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src' 2025-03-21T20:18:12.4155806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/targets.bzl' 2025-03-21T20:18:12.4156397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/TARGETS' 2025-03-21T20:18:12.4157102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_bpe_tokenizer.bin' 2025-03-21T20:18:12.4157873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_llama2c_tokenizer.bin' 2025-03-21T20:18:12.4158587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_sentencepiece.model' 2025-03-21T20:18:12.4159365Z 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:12.4160156Z 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:12.4160911Z 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:12.4161687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_tiktoken_tokenizer.model' 2025-03-21T20:18:12.4162302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources' 2025-03-21T20:18:12.4162863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/targets.bzl' 2025-03-21T20:18:12.4163468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_base64.cpp' 2025-03-21T20:18:12.4164132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_llama2c_tokenizer.cpp' 2025-03-21T20:18:12.4164781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_pre_tokenizer.cpp' 2025-03-21T20:18:12.4165422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_sentencepiece.cpp' 2025-03-21T20:18:12.4166040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_tiktoken.cpp' 2025-03-21T20:18:12.4166590Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test' 2025-03-21T20:18:12.4167177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/TARGETS' 2025-03-21T20:18:12.4167852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T20:18:12.4168477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json' 2025-03-21T20:18:12.4169282Z 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:12.4170076Z 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:12.4170843Z 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:12.4171586Z 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:12.4172435Z 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:12.4173187Z 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:12.4173958Z 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:12.4174663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode' 2025-03-21T20:18:12.4175291Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2' 2025-03-21T20:18:12.4175969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T20:18:12.4176626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party' 2025-03-21T20:18:12.4177277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:18:12.4177919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools/llama2c/targets.bzl' 2025-03-21T20:18:12.4178518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools/llama2c' 2025-03-21T20:18:12.4179067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools' 2025-03-21T20:18:12.4179598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers' 2025-03-21T20:18:12.4180058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm' 2025-03-21T20:18:12.4180595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/TARGETS' 2025-03-21T20:18:12.4181226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/malloc_memory_allocator.h' 2025-03-21T20:18:12.4181787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/targets.bzl' 2025-03-21T20:18:12.4182381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/CMakeLists.txt' 2025-03-21T20:18:12.4182944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/TARGETS' 2025-03-21T20:18:12.4183641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/malloc_memory_allocator_test.cpp' 2025-03-21T20:18:12.4184234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/targets.bzl' 2025-03-21T20:18:12.4184794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test' 2025-03-21T20:18:12.4185327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator' 2025-03-21T20:18:12.4185851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/CMakeLists.txt' 2025-03-21T20:18:12.4186320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/TARGETS' 2025-03-21T20:18:12.4186820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/module.cpp' 2025-03-21T20:18:12.4187314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/module.h' 2025-03-21T20:18:12.4187897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/targets.bzl' 2025-03-21T20:18:12.4188438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/CMakeLists.txt' 2025-03-21T20:18:12.4188980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/TARGETS' 2025-03-21T20:18:12.4189522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/module_test.cpp' 2025-03-21T20:18:12.4190100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/README.md' 2025-03-21T20:18:12.4190654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/add.pte' 2025-03-21T20:18:12.4191260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/linear.ptd' 2025-03-21T20:18:12.4191847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/linear.pte' 2025-03-21T20:18:12.4192432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources' 2025-03-21T20:18:12.4192969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/targets.bzl' 2025-03-21T20:18:12.4193470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test' 2025-03-21T20:18:12.4193955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module' 2025-03-21T20:18:12.4194439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel/TARGETS' 2025-03-21T20:18:12.4194960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel/targets.bzl' 2025-03-21T20:18:12.4195503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel/thread_parallel.h' 2025-03-21T20:18:12.4196002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel' 2025-03-21T20:18:12.4196504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/README.md' 2025-03-21T20:18:12.4196997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/TARGETS' 2025-03-21T20:18:12.4197554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:18:12.4198095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/pybindings.cpp' 2025-03-21T20:18:12.4198831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:18:12.4199359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/TARGETS' 2025-03-21T20:18:12.4199924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:18:12.4200558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:18:12.4201162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:18:12.4201688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test' 2025-03-21T20:18:12.4202203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings' 2025-03-21T20:18:12.4202777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/TARGETS' 2025-03-21T20:18:12.4203285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/__init__.py' 2025-03-21T20:18:12.4203856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/TARGETS' 2025-03-21T20:18:12.4204425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/ivalue_util.cpp' 2025-03-21T20:18:12.4205001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/ivalue_util.h' 2025-03-21T20:18:12.4205549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/targets.bzl' 2025-03-21T20:18:12.4206155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test/TARGETS' 2025-03-21T20:18:12.4206789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test/ivalue_util_test.cpp' 2025-03-21T20:18:12.4207423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test/targets.bzl' 2025-03-21T20:18:12.4207979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test' 2025-03-21T20:18:12.4208516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util' 2025-03-21T20:18:12.4209100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/function_ref.h' 2025-03-21T20:18:12.4209629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/pybindings.cpp' 2025-03-21T20:18:12.4210111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/pytree.h' 2025-03-21T20:18:12.4210602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/targets.bzl' 2025-03-21T20:18:12.4211155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/CMakeLists.txt' 2025-03-21T20:18:12.4211650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/TARGETS' 2025-03-21T20:18:12.4212238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/function_ref_test.cpp' 2025-03-21T20:18:12.4212736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/test.py' 2025-03-21T20:18:12.4213294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/test_pytree.cpp' 2025-03-21T20:18:12.4213799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test' 2025-03-21T20:18:12.4214284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree' 2025-03-21T20:18:12.4214824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/CMakeLists.txt' 2025-03-21T20:18:12.4215331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/TARGETS' 2025-03-21T20:18:12.4215847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs.cpp' 2025-03-21T20:18:12.4216343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs.h' 2025-03-21T20:18:12.4216898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs_aten.cpp' 2025-03-21T20:18:12.4217504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs_portable.cpp' 2025-03-21T20:18:12.4218037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/targets.bzl' 2025-03-21T20:18:12.4218632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/CMakeLists.txt' 2025-03-21T20:18:12.4219171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/TARGETS' 2025-03-21T20:18:12.4219737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/inputs_test.cpp' 2025-03-21T20:18:12.4220299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/targets.bzl' 2025-03-21T20:18:12.4220858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test' 2025-03-21T20:18:12.4221369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util' 2025-03-21T20:18:12.4221913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/CMakeLists.txt' 2025-03-21T20:18:12.4222380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/TARGETS' 2025-03-21T20:18:12.4222884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/targets.bzl' 2025-03-21T20:18:12.4223357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor.h' 2025-03-21T20:18:12.4223895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:18:12.4224408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr.cpp' 2025-03-21T20:18:12.4224919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:18:12.4225466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp' 2025-03-21T20:18:12.4226008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:18:12.4226548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/CMakeLists.txt' 2025-03-21T20:18:12.4227054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/TARGETS' 2025-03-21T20:18:12.4227578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/targets.bzl' 2025-03-21T20:18:12.4228185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/tensor_accessor_test.cpp' 2025-03-21T20:18:12.4228804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/tensor_ptr_maker_test.cpp' 2025-03-21T20:18:12.4229367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/tensor_ptr_test.cpp' 2025-03-21T20:18:12.4229877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test' 2025-03-21T20:18:12.4230349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor' 2025-03-21T20:18:12.4230857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/TARGETS' 2025-03-21T20:18:12.4231380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/targets.bzl' 2025-03-21T20:18:12.4231950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/temp_file.h' 2025-03-21T20:18:12.4232481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test/TARGETS' 2025-03-21T20:18:12.4233071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test/targets.bzl' 2025-03-21T20:18:12.4233666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test/temp_file_test.cpp' 2025-03-21T20:18:12.4234210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test' 2025-03-21T20:18:12.4234712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util' 2025-03-21T20:18:12.4235279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/CMakeLists.txt' 2025-03-21T20:18:12.4235786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/TARGETS' 2025-03-21T20:18:12.4236385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/cpuinfo_utils.cpp' 2025-03-21T20:18:12.4236937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:18:12.4237455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/targets.bzl' 2025-03-21T20:18:12.4238028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/CMakeLists.txt' 2025-03-21T20:18:12.4238548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/TARGETS' 2025-03-21T20:18:12.4239110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/targets.bzl' 2025-03-21T20:18:12.4239738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp' 2025-03-21T20:18:12.4240350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/threadpool_test.cpp' 2025-03-21T20:18:12.4240879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test' 2025-03-21T20:18:12.4241440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/thread_parallel.cpp' 2025-03-21T20:18:12.4241989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool.cpp' 2025-03-21T20:18:12.4242513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:18:12.4243093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool_guard.cpp' 2025-03-21T20:18:12.4243646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:18:12.4244153Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool' 2025-03-21T20:18:12.4244675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/CMakeLists.txt' 2025-03-21T20:18:12.4245176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/README.md' 2025-03-21T20:18:12.4245658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/TARGETS' 2025-03-21T20:18:12.4246171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/__init__.py' 2025-03-21T20:18:12.4246761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/TARGETS' 2025-03-21T20:18:12.4247371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:18:12.4247976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:18:12.4248553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/targets.bzl' 2025-03-21T20:18:12.4249260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/test/TARGETS' 2025-03-21T20:18:12.4249892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:18:12.4250537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/test' 2025-03-21T20:18:12.4251131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/train.cpp' 2025-03-21T20:18:12.4251706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR' 2025-03-21T20:18:12.4252243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples' 2025-03-21T20:18:12.4252777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/TARGETS' 2025-03-21T20:18:12.4253364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/state_dict_util.cpp' 2025-03-21T20:18:12.4253953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/state_dict_util.h' 2025-03-21T20:18:12.4254497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/targets.bzl' 2025-03-21T20:18:12.4255047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/TARGETS' 2025-03-21T20:18:12.4255708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/state_dict_util_test.cpp' 2025-03-21T20:18:12.4256312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/targets.bzl' 2025-03-21T20:18:12.4256974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/training_module_test.cpp' 2025-03-21T20:18:12.4257522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test' 2025-03-21T20:18:12.4258131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/training_module.cpp' 2025-03-21T20:18:12.4258709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/training_module.h' 2025-03-21T20:18:12.4259248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module' 2025-03-21T20:18:12.4259789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/TARGETS' 2025-03-21T20:18:12.4260337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/sgd.cpp' 2025-03-21T20:18:12.4260865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/sgd.h' 2025-03-21T20:18:12.4261534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/targets.bzl' 2025-03-21T20:18:12.4262096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test/TARGETS' 2025-03-21T20:18:12.4262754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test/sgd_test.cpp' 2025-03-21T20:18:12.4263362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test/targets.bzl' 2025-03-21T20:18:12.4263934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test' 2025-03-21T20:18:12.4264494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer' 2025-03-21T20:18:12.4265035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/TARGETS' 2025-03-21T20:18:12.4265684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/_training_lib.cpp' 2025-03-21T20:18:12.4266313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:18:12.4266944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:18:12.4267512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/targets.bzl' 2025-03-21T20:18:12.4268098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/test/TARGETS' 2025-03-21T20:18:12.4268670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:18:12.4269266Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/test' 2025-03-21T20:18:12.4269819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings' 2025-03-21T20:18:12.4270323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/targets.bzl' 2025-03-21T20:18:12.4270843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test/TARGETS' 2025-03-21T20:18:12.4271380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test/targets.bzl' 2025-03-21T20:18:12.4271995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test/training_loop_test.cpp' 2025-03-21T20:18:12.4272515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test' 2025-03-21T20:18:12.4273017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training' 2025-03-21T20:18:12.4273456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension' 2025-03-21T20:18:12.4273932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_executorch.bat' 2025-03-21T20:18:12.4274391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_executorch.py' 2025-03-21T20:18:12.4274840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_executorch.sh' 2025-03-21T20:18:12.4275318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_requirements.py' 2025-03-21T20:18:12.4275780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_requirements.sh' 2025-03-21T20:18:12.4276256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/README.md' 2025-03-21T20:18:12.4276699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/TARGETS' 2025-03-21T20:18:12.4277207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/TARGETS' 2025-03-21T20:18:12.4277769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/op__empty_dim_order.cpp' 2025-03-21T20:18:12.4278378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/op__to_dim_order_copy.cpp' 2025-03-21T20:18:12.4278872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/targets.bzl' 2025-03-21T20:18:12.4279377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/TARGETS' 2025-03-21T20:18:12.4279959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/copy_ops_util.cpp' 2025-03-21T20:18:12.4280528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/copy_ops_util.h' 2025-03-21T20:18:12.4281062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/targets.bzl' 2025-03-21T20:18:12.4281559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util' 2025-03-21T20:18:12.4282053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu' 2025-03-21T20:18:12.4282599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/edge_dialect_aten_op.yaml' 2025-03-21T20:18:12.4283097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/functions.yaml' 2025-03-21T20:18:12.4283571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/targets.bzl' 2025-03-21T20:18:12.4284068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test/TARGETS' 2025-03-21T20:18:12.4284696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test/supported_features_def.yaml' 2025-03-21T20:18:12.4285291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test/targets.bzl' 2025-03-21T20:18:12.4285779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test' 2025-03-21T20:18:12.4286242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten' 2025-03-21T20:18:12.4286767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/CMakeLists.txt' 2025-03-21T20:18:12.4287395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/External/EigenBLAS.cmake' 2025-03-21T20:18:12.4287935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/External' 2025-03-21T20:18:12.4288416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/TARGETS' 2025-03-21T20:18:12.4289055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp' 2025-03-21T20:18:12.4289592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/BlasKernel.h' 2025-03-21T20:18:12.4290139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/CPUBlas.cpp' 2025-03-21T20:18:12.4290657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/CPUBlas.h' 2025-03-21T20:18:12.4291217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas' 2025-03-21T20:18:12.4291717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/TARGETS' 2025-03-21T20:18:12.4292285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/binary_ops.h' 2025-03-21T20:18:12.4292831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/moments_utils.h' 2025-03-21T20:18:12.4293369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_add.cpp' 2025-03-21T20:18:12.4293923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_add_sub_impl.h' 2025-03-21T20:18:12.4294488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_bmm.cpp' 2025-03-21T20:18:12.4295021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_div.cpp' 2025-03-21T20:18:12.4295565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_exp.cpp' 2025-03-21T20:18:12.4296124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_fft_r2c.cpp' 2025-03-21T20:18:12.4296653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp' 2025-03-21T20:18:12.4297286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_le.cpp' 2025-03-21T20:18:12.4297820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_linear.cpp' 2025-03-21T20:18:12.4298600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp' 2025-03-21T20:18:12.4299109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_mm.cpp' 2025-03-21T20:18:12.4299643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_mul.cpp' 2025-03-21T20:18:12.4300239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp' 2025-03-21T20:18:12.4300759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_neg.cpp' 2025-03-21T20:18:12.4301315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp' 2025-03-21T20:18:12.4301833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_sub.cpp' 2025-03-21T20:18:12.4302381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_where.cpp' 2025-03-21T20:18:12.4302908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/targets.bzl' 2025-03-21T20:18:12.4303426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu' 2025-03-21T20:18:12.4303929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:18:12.4304514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/op_registration_util.bzl' 2025-03-21T20:18:12.4305033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/optimized.yaml' 2025-03-21T20:18:12.4305542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/targets.bzl' 2025-03-21T20:18:12.4306136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/TARGETS' 2025-03-21T20:18:12.4306704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/libblas_test.cpp' 2025-03-21T20:18:12.4307310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/libvec_test.cpp' 2025-03-21T20:18:12.4307900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/moments_utils_test.cpp' 2025-03-21T20:18:12.4308535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/supported_features_def.yaml' 2025-03-21T20:18:12.4309067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/targets.bzl' 2025-03-21T20:18:12.4309632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test' 2025-03-21T20:18:12.4310198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.git' 2025-03-21T20:18:12.4310881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.clang-format' 2025-03-21T20:18:12.4311571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.git-blame-ignore-revs' 2025-03-21T20:18:12.4312196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitignore' 2025-03-21T20:18:12.4312827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab-ci.yml' 2025-03-21T20:18:12.4313609Z 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:12.4314400Z 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:12.4315154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab/issue_templates' 2025-03-21T20:18:12.4316023Z 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:12.4316800Z 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:12.4317444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab' 2025-03-21T20:18:12.4318024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.hgeol' 2025-03-21T20:18:12.4318663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/CMakeLists.txt' 2025-03-21T20:18:12.4319290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.APACHE' 2025-03-21T20:18:12.4319914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.BSD' 2025-03-21T20:18:12.4320547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.MINPACK' 2025-03-21T20:18:12.4321177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.MPL2' 2025-03-21T20:18:12.4321853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.README' 2025-03-21T20:18:12.4322514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/CTestConfig.cmake' 2025-03-21T20:18:12.4323209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/CTestCustom.cmake.in' 2025-03-21T20:18:12.4323906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/AccelerateSupport' 2025-03-21T20:18:12.4324529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Cholesky' 2025-03-21T20:18:12.4325201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/CholmodSupport' 2025-03-21T20:18:12.4325835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Core' 2025-03-21T20:18:12.4326466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Dense' 2025-03-21T20:18:12.4327086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Eigen' 2025-03-21T20:18:12.4327725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Eigenvalues' 2025-03-21T20:18:12.4328358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Geometry' 2025-03-21T20:18:12.4329076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Householder' 2025-03-21T20:18:12.4329808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/IterativeLinearSolvers' 2025-03-21T20:18:12.4330423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Jacobi' 2025-03-21T20:18:12.4331073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/KLUSupport' 2025-03-21T20:18:12.4331658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/LU' 2025-03-21T20:18:12.4332322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/MetisSupport' 2025-03-21T20:18:12.4332990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/OrderingMethods' 2025-03-21T20:18:12.4333667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/PaStiXSupport' 2025-03-21T20:18:12.4334328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/PardisoSupport' 2025-03-21T20:18:12.4334913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/QR' 2025-03-21T20:18:12.4335592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/QtAlignedMalloc' 2025-03-21T20:18:12.4336232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SPQRSupport' 2025-03-21T20:18:12.4336833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SVD' 2025-03-21T20:18:12.4337487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Sparse' 2025-03-21T20:18:12.4338158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseCholesky' 2025-03-21T20:18:12.4338824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseCore' 2025-03-21T20:18:12.4339459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseLU' 2025-03-21T20:18:12.4340078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseQR' 2025-03-21T20:18:12.4340705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/StdDeque' 2025-03-21T20:18:12.4341353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/StdList' 2025-03-21T20:18:12.4341996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/StdVector' 2025-03-21T20:18:12.4342689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SuperLUSupport' 2025-03-21T20:18:12.4343333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/ThreadPool' 2025-03-21T20:18:12.4343989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/UmfPackSupport' 2025-03-21T20:18:12.4344826Z 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:12.4345687Z 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:12.4346446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/AccelerateSupport' 2025-03-21T20:18:12.4347241Z 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:12.4347923Z 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:12.4348616Z 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:12.4349341Z 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:12.4350050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Cholesky' 2025-03-21T20:18:12.4350842Z 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:12.4351676Z 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:12.4352412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/CholmodSupport' 2025-03-21T20:18:12.4353179Z 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:12.4353892Z 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:12.4354603Z 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:12.4355367Z 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:12.4356054Z 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:12.4356788Z 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:12.4357490Z 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:12.4358237Z 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:12.4358937Z 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:12.4359694Z 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:12.4360441Z 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:12.4361176Z 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:12.4361894Z 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:12.4362624Z 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:12.4363351Z 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:12.4364084Z 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:12.4364796Z 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:12.4365527Z 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:12.4366233Z 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:12.4366982Z 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:12.4367695Z 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:12.4368395Z 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:12.4369185Z 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:12.4369937Z 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:12.4370656Z 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:12.4371357Z 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:12.4372156Z 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:12.4372831Z 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:12.4373573Z 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:12.4374362Z 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:12.4375110Z 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:12.4375803Z 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:12.4376534Z 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:12.4377297Z 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:12.4377998Z 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:12.4378663Z 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:12.4379366Z 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:12.4380085Z 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:12.4380847Z 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:12.4381530Z 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:12.4382234Z 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:12.4382957Z 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:12.4383639Z 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:12.4384351Z 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:12.4385119Z 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:12.4385880Z 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:12.4386673Z 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:12.4387370Z 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:12.4388146Z 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:12.4388833Z 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:12.4389501Z 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:12.4390174Z 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:12.4390910Z 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:12.4391642Z 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:12.4392362Z 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:12.4393059Z 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:12.4393731Z 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:12.4394491Z 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:12.4395237Z 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:12.4395997Z 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:12.4396682Z 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:12.4397411Z 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:12.4398122Z 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:12.4399021Z 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:12.4399745Z 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:12.4400427Z 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:12.4401103Z 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:12.4401798Z 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:12.4402532Z 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:12.4403373Z 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:12.4404096Z 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:12.4404852Z 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:12.4405543Z 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:12.4406273Z 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:12.4407101Z 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:12.4407853Z 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:12.4408650Z 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:12.4409464Z 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:12.4410216Z 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:12.4411001Z 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:12.4411796Z 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:12.4412582Z 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:12.4413383Z 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:12.4414167Z 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:12.4414952Z 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:12.4415745Z 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:12.4416494Z 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:12.4417266Z 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:12.4418057Z 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:12.4418867Z 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:12.4419771Z 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:12.4420599Z 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:12.4421497Z 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:12.4422341Z 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:12.4423113Z 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:12.4423909Z 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:12.4424776Z 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:12.4425650Z 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:12.4426438Z 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:12.4427323Z 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:12.4428274Z 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:12.4429021Z 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:12.4429792Z 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:12.4430542Z 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:12.4431285Z 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:12.4432058Z 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:12.4432826Z 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:12.4433551Z 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:12.4434320Z 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:12.4435054Z 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:12.4435862Z 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:12.4436608Z 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:12.4437397Z 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:12.4438149Z 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:12.4438916Z 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:12.4439642Z 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:12.4440424Z 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:12.4441200Z 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:12.4441946Z 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:12.4442695Z 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:12.4443540Z 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:12.4444326Z 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:12.4445082Z 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:12.4445854Z 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:12.4446629Z 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:12.4447373Z 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:12.4448102Z 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:12.4448878Z 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:12.4449712Z 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:12.4450487Z 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:12.4451213Z 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:12.4451999Z 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:12.4452750Z 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:12.4453554Z 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:12.4454289Z 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:12.4455110Z 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:12.4455884Z 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:12.4456650Z 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:12.4457414Z 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:12.4458180Z 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:12.4458977Z 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:12.4459771Z 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:12.4460558Z 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:12.4461303Z 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:12.4462024Z 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:12.4462830Z 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:12.4463623Z 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:12.4464401Z 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:12.4465168Z 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:12.4465955Z 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:12.4466733Z 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:12.4467460Z 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:12.4468313Z 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:12.4469128Z 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:12.4470056Z 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:12.4470966Z 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:12.4471850Z 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:12.4472661Z 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:12.4473514Z 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:12.4474278Z 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:12.4475147Z 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:12.4476071Z 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:12.4476905Z 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:12.4477785Z 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:12.4478587Z 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:12.4479432Z 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:12.4480268Z 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:12.4481145Z 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:12.4481971Z 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:12.4482848Z 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:12.4483684Z 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:12.4484570Z 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:12.4485402Z 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:12.4486149Z 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:12.4486851Z 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:12.4487607Z 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:12.4488416Z 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:12.4489258Z 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:12.4490059Z 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:12.4490810Z 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:12.4491631Z 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:12.4492417Z 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:12.4493212Z 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:12.4493945Z 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:12.4494656Z 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:12.4495397Z 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:12.4496112Z 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:12.4496806Z 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:12.4497533Z 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:12.4498534Z 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:12.4499307Z 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:12.4500042Z 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:12.4500798Z 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:12.4501549Z 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:12.4502287Z 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:12.4502985Z 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:12.4503673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core' 2025-03-21T20:18:12.4504531Z 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:12.4505303Z 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:12.4506145Z 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:12.4506904Z 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:12.4507725Z 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:12.4508667Z 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:12.4509645Z 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:12.4510450Z 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:12.4511276Z 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:12.4511989Z 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:12.4512741Z 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:12.4513523Z 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:12.4514359Z 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:12.4515226Z 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:12.4516029Z 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:12.4516743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues' 2025-03-21T20:18:12.4517480Z 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:12.4518196Z 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:12.4518940Z 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:12.4519673Z 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:12.4520410Z 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:12.4521217Z 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:12.4521965Z 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:12.4522757Z 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:12.4523505Z 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:12.4524230Z 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:12.4524966Z 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:12.4525721Z 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:12.4526464Z 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:12.4527210Z 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:12.4527908Z 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:12.4528685Z 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:12.4529486Z 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:12.4530199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry' 2025-03-21T20:18:12.4530985Z 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:12.4531749Z 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:12.4532547Z 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:12.4533364Z 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:12.4534081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Householder' 2025-03-21T20:18:12.4534984Z 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:12.4535785Z 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:12.4536665Z 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:12.4537532Z 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:12.4538417Z 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:12.4539319Z 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:12.4540207Z 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:12.4541140Z 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:12.4541974Z 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:12.4542822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers' 2025-03-21T20:18:12.4543622Z 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:12.4544326Z 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:12.4545012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Jacobi' 2025-03-21T20:18:12.4545814Z 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:12.4546554Z 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:12.4547282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/KLUSupport' 2025-03-21T20:18:12.4547979Z 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:12.4548677Z 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:12.4549417Z 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:12.4550129Z 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:12.4550835Z 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:12.4551596Z 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:12.4552327Z 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:12.4553024Z 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:12.4553685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU' 2025-03-21T20:18:12.4554536Z 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:12.4555301Z 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:12.4556058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/MetisSupport' 2025-03-21T20:18:12.4556795Z 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:12.4557572Z 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:12.4558408Z 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:12.4559191Z 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:12.4559971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/OrderingMethods' 2025-03-21T20:18:12.4560796Z 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:12.4561586Z 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:12.4562320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PaStiXSupport' 2025-03-21T20:18:12.4563162Z 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:12.4563950Z 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:12.4564703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PardisoSupport' 2025-03-21T20:18:12.4565446Z 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:12.4566254Z 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:12.4567083Z 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:12.4567838Z 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:12.4568547Z 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:12.4569388Z 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:12.4570134Z 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:12.4570797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR' 2025-03-21T20:18:12.4571659Z 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:12.4572481Z 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:12.4573241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SPQRSupport' 2025-03-21T20:18:12.4573911Z 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:12.4574637Z 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:12.4575423Z 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:12.4576124Z 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:12.4576892Z 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:12.4577576Z 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:12.4578347Z 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:12.4579030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD' 2025-03-21T20:18:12.4579856Z 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:12.4580694Z 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:12.4581539Z 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:12.4582290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCholesky' 2025-03-21T20:18:12.4583028Z 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:12.4583825Z 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:12.4584705Z 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:12.4585513Z 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:12.4586258Z 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:12.4586998Z 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:12.4587772Z 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:12.4588602Z 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:12.4589435Z 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:12.4590218Z 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:12.4591016Z 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:12.4591822Z 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:12.4592596Z 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:12.4593364Z 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:12.4594107Z 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:12.4594850Z 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:12.4595631Z 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:12.4596414Z 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:12.4597181Z 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:12.4597919Z 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:12.4598819Z 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:12.4599626Z 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:12.4600414Z 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:12.4601293Z 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:12.4602076Z 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:12.4602874Z 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:12.4603613Z 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:12.4604377Z 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:12.4605186Z 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:12.4605974Z 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:12.4606733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore' 2025-03-21T20:18:12.4607523Z 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:12.4608230Z 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:12.4609089Z 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:12.4609839Z 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:12.4610658Z 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:12.4611469Z 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:12.4612224Z 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:12.4613001Z 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:12.4613791Z 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:12.4614579Z 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:12.4615404Z 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:12.4616184Z 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:12.4616971Z 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:12.4617740Z 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:12.4618492Z 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:12.4619253Z 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:12.4620032Z 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:12.4620740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU' 2025-03-21T20:18:12.4621547Z 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:12.4622269Z 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:12.4622991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseQR' 2025-03-21T20:18:12.4623722Z 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:12.4624435Z 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:12.4625177Z 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:12.4625919Z 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:12.4626672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/StlSupport' 2025-03-21T20:18:12.4627491Z 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:12.4628292Z 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:12.4629025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SuperLUSupport' 2025-03-21T20:18:12.4629754Z 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:12.4630488Z 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:12.4631294Z 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:12.4632102Z 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:12.4632819Z 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:12.4633576Z 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:12.4634364Z 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:12.4635115Z 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:12.4635901Z 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:12.4636652Z 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:12.4637355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool' 2025-03-21T20:18:12.4638225Z 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:12.4639018Z 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:12.4639792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/UmfPackSupport' 2025-03-21T20:18:12.4640462Z 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:12.4641232Z 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:12.4641910Z 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:12.4642657Z 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:12.4643345Z 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:12.4644044Z 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:12.4644770Z 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:12.4645515Z 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:12.4646189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc' 2025-03-21T20:18:12.4646979Z 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:12.4647778Z 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:12.4648539Z 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:12.4649419Z 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:12.4650210Z 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:12.4651017Z 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:12.4651802Z 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:12.4652620Z 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:12.4653411Z 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:12.4654192Z 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:12.4654927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins' 2025-03-21T20:18:12.4655583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src' 2025-03-21T20:18:12.4656239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen' 2025-03-21T20:18:12.4656833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/INSTALL' 2025-03-21T20:18:12.4657428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/README.md' 2025-03-21T20:18:12.4658131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/BenchSparseUtil.h' 2025-03-21T20:18:12.4658813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/BenchTimer.h' 2025-03-21T20:18:12.4659483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/BenchUtil.h' 2025-03-21T20:18:12.4660145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/README.txt' 2025-03-21T20:18:12.4660883Z 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:12.4661585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/basicbench.cxxlist' 2025-03-21T20:18:12.4662274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/basicbenchmark.cpp' 2025-03-21T20:18:12.4662975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/basicbenchmark.h' 2025-03-21T20:18:12.4663660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchBlasGemm.cpp' 2025-03-21T20:18:12.4664357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchCholesky.cpp' 2025-03-21T20:18:12.4665060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchEigenSolver.cpp' 2025-03-21T20:18:12.4665721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchFFT.cpp' 2025-03-21T20:18:12.4666397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchGeometry.cpp' 2025-03-21T20:18:12.4667084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchVecAdd.cpp' 2025-03-21T20:18:12.4667750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_gemm.cpp' 2025-03-21T20:18:12.4668479Z 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:12.4669195Z 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:12.4669879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_norm.cpp' 2025-03-21T20:18:12.4670556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_reverse.cpp' 2025-03-21T20:18:12.4671269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_sum.cpp' 2025-03-21T20:18:12.4671953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_unrolling' 2025-03-21T20:18:12.4672736Z 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:12.4673407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmark.cpp' 2025-03-21T20:18:12.4674098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmarkSlice.cpp' 2025-03-21T20:18:12.4674821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmarkX.cpp' 2025-03-21T20:18:12.4675518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmarkXcwise.cpp' 2025-03-21T20:18:12.4676225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmark_suite' 2025-03-21T20:18:12.4676903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/CMakeLists.txt' 2025-03-21T20:18:12.4677561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/COPYING' 2025-03-21T20:18:12.4678190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/README' 2025-03-21T20:18:12.4678973Z 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:12.4679737Z 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:12.4680513Z 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:12.4681245Z 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:12.4681971Z 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:12.4682734Z 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:12.4683456Z 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:12.4684231Z 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:12.4684988Z 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:12.4685741Z 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:12.4686562Z 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:12.4687466Z 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:12.4688295Z 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:12.4689179Z 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:12.4689898Z 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:12.4690640Z 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:12.4691405Z 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:12.4692172Z 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:12.4692994Z 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:12.4693739Z 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:12.4694479Z 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:12.4695194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions' 2025-03-21T20:18:12.4695916Z 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:12.4696662Z 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:12.4697389Z 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:12.4698110Z 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:12.4699060Z 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:12.4699774Z 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:12.4700502Z 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:12.4701228Z 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:12.4701988Z 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:12.4702852Z 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:12.4703589Z 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:12.4704541Z 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:12.4705242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake' 2025-03-21T20:18:12.4705993Z 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:12.4706742Z 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:12.4707527Z 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:12.4708252Z 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:12.4708924Z 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:12.4709723Z 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:12.4710451Z 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:12.4711176Z 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:12.4711957Z 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:12.4712666Z 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:12.4713365Z 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:12.4714063Z 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:12.4714745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data' 2025-03-21T20:18:12.4715472Z 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:12.4716272Z 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:12.4716979Z 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:12.4717799Z 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:12.4718586Z 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:12.4719385Z 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:12.4720133Z 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:12.4720992Z 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:12.4721861Z 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:12.4722761Z 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:12.4723522Z 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:12.4724367Z 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:12.4725185Z 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:12.4726078Z 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:12.4726945Z 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:12.4727839Z 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:12.4728646Z 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:12.4729549Z 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:12.4730349Z 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:12.4731108Z 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:12.4731921Z 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:12.4732694Z 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:12.4733485Z 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:12.4734254Z 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:12.4735021Z 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:12.4735746Z 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:12.4736495Z 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:12.4737222Z 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:12.4737984Z 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:12.4738797Z 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:12.4739564Z 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:12.4740266Z 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:12.4740976Z 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:12.4741740Z 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:12.4742516Z 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:12.4743211Z 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:12.4743902Z 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:12.4744654Z 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:12.4745423Z 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:12.4746137Z 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:12.4746845Z 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:12.4747600Z 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:12.4748415Z 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:12.4749189Z 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:12.4749924Z 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:12.4750703Z 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:12.4751500Z 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:12.4752215Z 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:12.4752960Z 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:12.4753784Z 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:12.4754566Z 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:12.4755340Z 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:12.4756096Z 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:12.4756855Z 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:12.4757601Z 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:12.4758351Z 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:12.4759122Z 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:12.4759899Z 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:12.4760692Z 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:12.4761425Z 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:12.4762195Z 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:12.4762944Z 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:12.4763711Z 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:12.4764420Z 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:12.4765164Z 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:12.4765963Z 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:12.4766717Z 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:12.4767416Z 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:12.4768119Z 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:12.4768840Z 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:12.4769666Z 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:12.4770404Z 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:12.4771224Z 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:12.4772002Z 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:12.4772714Z 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:12.4773469Z 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:12.4774329Z 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:12.4775100Z 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:12.4775882Z 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:12.4776682Z 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:12.4777400Z 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:12.4778158Z 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:12.4778868Z 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:12.4779649Z 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:12.4780361Z 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:12.4781119Z 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:12.4781828Z 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:12.4782609Z 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:12.4783312Z 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:12.4783998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs' 2025-03-21T20:18:12.4784639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl' 2025-03-21T20:18:12.4785358Z 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:12.4786035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/dense_solvers.cpp' 2025-03-21T20:18:12.4786701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/eig33.cpp' 2025-03-21T20:18:12.4787360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/geometry.cpp' 2025-03-21T20:18:12.4788138Z 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:12.4788867Z 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:12.4789608Z 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:12.4790386Z 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:12.4791235Z 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:12.4791991Z 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:12.4792731Z 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:12.4793511Z 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:12.4794316Z 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:12.4795057Z 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:12.4795801Z 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:12.4796617Z 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:12.4797328Z 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:12.4798080Z 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:12.4799080Z 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:12.4799913Z 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:12.4800704Z 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:12.4801510Z 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:12.4802264Z 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:12.4803015Z 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:12.4803869Z 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:12.4804612Z 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:12.4805344Z 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:12.4806077Z 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:12.4806828Z 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:12.4807601Z 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:12.4808391Z 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:12.4809158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring' 2025-03-21T20:18:12.4809872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/product_threshold.cpp' 2025-03-21T20:18:12.4810534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/quat_slerp.cpp' 2025-03-21T20:18:12.4811184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/quatmul.cpp' 2025-03-21T20:18:12.4811876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_cholesky.cpp' 2025-03-21T20:18:12.4812599Z 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:12.4813250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_lu.cpp' 2025-03-21T20:18:12.4813943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_product.cpp' 2025-03-21T20:18:12.4814651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_randomsetter.cpp' 2025-03-21T20:18:12.4815328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_setter.cpp' 2025-03-21T20:18:12.4816040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_transpose.cpp' 2025-03-21T20:18:12.4816735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_trisolver.cpp' 2025-03-21T20:18:12.4817449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/CMakeLists.txt' 2025-03-21T20:18:12.4818146Z 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:12.4818842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbench.dtd' 2025-03-21T20:18:12.4819608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbenchsolver.cpp' 2025-03-21T20:18:12.4820335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbenchsolver.h' 2025-03-21T20:18:12.4821070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbenchstyle.h' 2025-03-21T20:18:12.4821802Z 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:12.4822466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench' 2025-03-21T20:18:12.4823096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spmv.cpp' 2025-03-21T20:18:12.4823782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/README' 2025-03-21T20:18:12.4824507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/benchmark.h' 2025-03-21T20:18:12.4825222Z 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:12.4826024Z 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:12.4826756Z 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:12.4827541Z 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:12.4828288Z 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:12.4829050Z 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:12.4829849Z 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:12.4830604Z 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:12.4831376Z 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:12.4832164Z 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:12.4832841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors' 2025-03-21T20:18:12.4833479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/vdw_new.cpp' 2025-03-21T20:18:12.4834109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench' 2025-03-21T20:18:12.4834811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/BandTriangularSolver.h' 2025-03-21T20:18:12.4835471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/CMakeLists.txt' 2025-03-21T20:18:12.4836200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/GeneralRank1Update.h' 2025-03-21T20:18:12.4836945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/PackedSelfadjointProduct.h' 2025-03-21T20:18:12.4837731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/PackedTriangularMatrixVector.h' 2025-03-21T20:18:12.4838503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/PackedTriangularSolverVector.h' 2025-03-21T20:18:12.4839133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/README.txt' 2025-03-21T20:18:12.4839815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/Rank2Update.h' 2025-03-21T20:18:12.4840435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/blas.h' 2025-03-21T20:18:12.4841085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/common.h' 2025-03-21T20:18:12.4841779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/complex_double.cpp' 2025-03-21T20:18:12.4842457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/complex_single.cpp' 2025-03-21T20:18:12.4843102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/double.cpp' 2025-03-21T20:18:12.4843739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/chbmv.c' 2025-03-21T20:18:12.4844390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/chpmv.c' 2025-03-21T20:18:12.4845066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/complexdots.c' 2025-03-21T20:18:12.4845707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/ctbmv.c' 2025-03-21T20:18:12.4846365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/datatypes.h' 2025-03-21T20:18:12.4847008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/drotm.c' 2025-03-21T20:18:12.4847646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/drotmg.c' 2025-03-21T20:18:12.4848289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/dsbmv.c' 2025-03-21T20:18:12.4849020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/dspmv.c' 2025-03-21T20:18:12.4849654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/dtbmv.c' 2025-03-21T20:18:12.4850297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/lsame.c' 2025-03-21T20:18:12.4850928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/srotm.c' 2025-03-21T20:18:12.4851620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/srotmg.c' 2025-03-21T20:18:12.4852248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/ssbmv.c' 2025-03-21T20:18:12.4852937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/sspmv.c' 2025-03-21T20:18:12.4853563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/stbmv.c' 2025-03-21T20:18:12.4854207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/zhbmv.c' 2025-03-21T20:18:12.4854834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/zhpmv.c' 2025-03-21T20:18:12.4855501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/ztbmv.c' 2025-03-21T20:18:12.4856133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c' 2025-03-21T20:18:12.4856872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/fortran/complexdots.f' 2025-03-21T20:18:12.4857529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/fortran' 2025-03-21T20:18:12.4858201Z 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:12.4858851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level1_impl.h' 2025-03-21T20:18:12.4859528Z 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:12.4860208Z 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:12.4860850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level2_impl.h' 2025-03-21T20:18:12.4861535Z 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:12.4862170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level3_impl.h' 2025-03-21T20:18:12.4862808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/single.cpp' 2025-03-21T20:18:12.4863505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/CMakeLists.txt' 2025-03-21T20:18:12.4864177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat1.f' 2025-03-21T20:18:12.4864855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat2.dat' 2025-03-21T20:18:12.4865526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat2.f' 2025-03-21T20:18:12.4866198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat3.dat' 2025-03-21T20:18:12.4866867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat3.f' 2025-03-21T20:18:12.4867555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat1.f' 2025-03-21T20:18:12.4868239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat2.dat' 2025-03-21T20:18:12.4868932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat2.f' 2025-03-21T20:18:12.4869605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat3.dat' 2025-03-21T20:18:12.4870278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat3.f' 2025-03-21T20:18:12.4870975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/runblastest.sh' 2025-03-21T20:18:12.4871673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat1.f' 2025-03-21T20:18:12.4872381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat2.dat' 2025-03-21T20:18:12.4873054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat2.f' 2025-03-21T20:18:12.4873728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat3.dat' 2025-03-21T20:18:12.4874398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat3.f' 2025-03-21T20:18:12.4875054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat1.f' 2025-03-21T20:18:12.4875741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat2.dat' 2025-03-21T20:18:12.4876402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat2.f' 2025-03-21T20:18:12.4877085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat3.dat' 2025-03-21T20:18:12.4877737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat3.f' 2025-03-21T20:18:12.4878408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing' 2025-03-21T20:18:12.4879033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/xerbla.cpp' 2025-03-21T20:18:12.4879648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas' 2025-03-21T20:18:12.4880307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/CTest2JUnit.xsl' 2025-03-21T20:18:12.4880915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/README.md' 2025-03-21T20:18:12.4881635Z 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:12.4882354Z 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:12.4883074Z 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:12.4883783Z 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:12.4884534Z 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:12.4885318Z 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:12.4886106Z 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:12.4886897Z 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:12.4887695Z 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:12.4888440Z 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:12.4889300Z 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:12.4890045Z 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:12.4890737Z 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:12.4891436Z 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:12.4892092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts' 2025-03-21T20:18:12.4892808Z 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:12.4893524Z 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:12.4894138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci' 2025-03-21T20:18:12.4894898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/ComputeCppCompilerChecks.cmake' 2025-03-21T20:18:12.4895623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/ComputeCppIRMap.cmake' 2025-03-21T20:18:12.4896322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/Eigen3Config.cmake.in' 2025-03-21T20:18:12.4897082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenConfigureTesting.cmake' 2025-03-21T20:18:12.4897798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenSmokeTestList.cmake' 2025-03-21T20:18:12.4898703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenTesting.cmake' 2025-03-21T20:18:12.4899399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenUninstall.cmake' 2025-03-21T20:18:12.4900191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindAccelerate.cmake' 2025-03-21T20:18:12.4900858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindAdolc.cmake' 2025-03-21T20:18:12.4901602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindBLASEXT.cmake' 2025-03-21T20:18:12.4902280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindCHOLMOD.cmake' 2025-03-21T20:18:12.4903000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindCLANG_FORMAT.cmake' 2025-03-21T20:18:12.4903697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindComputeCpp.cmake' 2025-03-21T20:18:12.4904407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindDPCPP.cmake' 2025-03-21T20:18:12.4905131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindFFTW.cmake' 2025-03-21T20:18:12.4905784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindGMP.cmake' 2025-03-21T20:18:12.4906494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindGoogleHash.cmake' 2025-03-21T20:18:12.4907158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindHWLOC.cmake' 2025-03-21T20:18:12.4907825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindKLU.cmake' 2025-03-21T20:18:12.4908489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindMPFR.cmake' 2025-03-21T20:18:12.4909178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindMPREAL.cmake' 2025-03-21T20:18:12.4909851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindMetis.cmake' 2025-03-21T20:18:12.4910536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindPASTIX.cmake' 2025-03-21T20:18:12.4911224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindPTSCOTCH.cmake' 2025-03-21T20:18:12.4911909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindSCOTCH.cmake' 2025-03-21T20:18:12.4912568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindSPQR.cmake' 2025-03-21T20:18:12.4913343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindStandardMathLibrary.cmake' 2025-03-21T20:18:12.4914019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindSuperLU.cmake' 2025-03-21T20:18:12.4914696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindTriSYCL.cmake' 2025-03-21T20:18:12.4915389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindUMFPACK.cmake' 2025-03-21T20:18:12.4916111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/RegexUtils.cmake' 2025-03-21T20:18:12.4916862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/SyclConfigureTesting.cmake' 2025-03-21T20:18:12.4917512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake' 2025-03-21T20:18:12.4918184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/gdb/__init__.py' 2025-03-21T20:18:12.4918851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/gdb/printers.py' 2025-03-21T20:18:12.4919508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/gdb' 2025-03-21T20:18:12.4920219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/lldb/eigenlldb.py' 2025-03-21T20:18:12.4920904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/lldb' 2025-03-21T20:18:12.4921579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/msvc/eigen.natvis' 2025-03-21T20:18:12.4922334Z 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:12.4922983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/msvc' 2025-03-21T20:18:12.4923611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug' 2025-03-21T20:18:12.4924270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/CMakeLists.txt' 2025-03-21T20:18:12.4925826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/CMakeLists.txt' 2025-03-21T20:18:12.4927373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/README' 2025-03-21T20:18:12.4928970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/mandelbrot.cpp' 2025-03-21T20:18:12.4930557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/mandelbrot.h' 2025-03-21T20:18:12.4932086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot' 2025-03-21T20:18:12.4933623Z 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:12.4935240Z 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:12.4936946Z 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:12.4938558Z 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:12.4940130Z 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:12.4941720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/CMakeLists.txt' 2025-03-21T20:18:12.4943212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/README' 2025-03-21T20:18:12.4944705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/camera.cpp' 2025-03-21T20:18:12.4946169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/camera.h' 2025-03-21T20:18:12.4947666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/gpuhelper.cpp' 2025-03-21T20:18:12.4949188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/gpuhelper.h' 2025-03-21T20:18:12.4950735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/icosphere.cpp' 2025-03-21T20:18:12.4952284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/icosphere.h' 2025-03-21T20:18:12.4953841Z 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:12.4955417Z 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:12.4956959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/trackball.cpp' 2025-03-21T20:18:12.4958468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/trackball.h' 2025-03-21T20:18:12.4959936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl' 2025-03-21T20:18:12.4961353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos' 2025-03-21T20:18:12.4962839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/AsciiQuickReference.txt' 2025-03-21T20:18:12.4964365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/B01_Experimental.dox' 2025-03-21T20:18:12.4965876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CMakeLists.txt' 2025-03-21T20:18:12.4967346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/ClassHierarchy.dox' 2025-03-21T20:18:12.4968967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CoeffwiseMathFunctionsTable.dox' 2025-03-21T20:18:12.4970631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_CustomScalar.dox' 2025-03-21T20:18:12.4972320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_InheritingMatrix.dox' 2025-03-21T20:18:12.4973985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_NullaryExpr.dox' 2025-03-21T20:18:12.4975607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_Plugins.dox' 2025-03-21T20:18:12.4977266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/DenseDecompositionBenchmark.dox' 2025-03-21T20:18:12.4978802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Doxyfile.in' 2025-03-21T20:18:12.4980335Z 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:12.4981926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/FixedSizeVectorizable.dox' 2025-03-21T20:18:12.4983525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/FunctionsTakingEigenTypes.dox' 2025-03-21T20:18:12.4992927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/HiPerformance.dox' 2025-03-21T20:18:12.4994590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/InplaceDecomposition.dox' 2025-03-21T20:18:12.4996203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/InsideEigenExample.dox' 2025-03-21T20:18:12.4997705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/LeastSquares.dox' 2025-03-21T20:18:12.4999340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Manual.dox' 2025-03-21T20:18:12.5000838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/MatrixfreeSolverExample.dox' 2025-03-21T20:18:12.5002409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/NewExpressionType.dox' 2025-03-21T20:18:12.5003893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Overview.dox' 2025-03-21T20:18:12.5005352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/PassingByValue.dox' 2025-03-21T20:18:12.5006814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Pitfalls.dox' 2025-03-21T20:18:12.5008317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/PreprocessorDirectives.dox' 2025-03-21T20:18:12.5009915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/QuickReference.dox' 2025-03-21T20:18:12.5011421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/QuickStartGuide.dox' 2025-03-21T20:18:12.5012950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/SparseLinearSystems.dox' 2025-03-21T20:18:12.5014515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/SparseQuickReference.dox' 2025-03-21T20:18:12.5016040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/StlContainers.dox' 2025-03-21T20:18:12.5017509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/StorageOrders.dox' 2025-03-21T20:18:12.5019059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/StructHavingEigenMembers.dox' 2025-03-21T20:18:12.5020708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TemplateKeyword.dox' 2025-03-21T20:18:12.5022200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicAliasing.dox' 2025-03-21T20:18:12.5023723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicAssertions.dox' 2025-03-21T20:18:12.5025225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicCMakeGuide.dox' 2025-03-21T20:18:12.5026808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicEigenExpressionTemplates.dox' 2025-03-21T20:18:12.5028421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicLazyEvaluation.dox' 2025-03-21T20:18:12.5030096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicLinearAlgebraDecompositions.dox' 2025-03-21T20:18:12.5031791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicMultithreading.dox' 2025-03-21T20:18:12.5033304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicResizing.dox' 2025-03-21T20:18:12.5034794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicScalarTypes.dox' 2025-03-21T20:18:12.5036310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicVectorization.dox' 2025-03-21T20:18:12.5037928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialAdvancedInitialization.dox' 2025-03-21T20:18:12.5039541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialArrayClass.dox' 2025-03-21T20:18:12.5041112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialBlockOperations.dox' 2025-03-21T20:18:12.5042664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialGeometry.dox' 2025-03-21T20:18:12.5044207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialLinearAlgebra.dox' 2025-03-21T20:18:12.5045747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialMapClass.dox' 2025-03-21T20:18:12.5047320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialMatrixArithmetic.dox' 2025-03-21T20:18:12.5048950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialMatrixClass.dox' 2025-03-21T20:18:12.5050626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialReductionsVisitorsBroadcasting.dox' 2025-03-21T20:18:12.5052281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialReshape.dox' 2025-03-21T20:18:12.5053749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSTL.dox' 2025-03-21T20:18:12.5055282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSlicingIndexing.dox' 2025-03-21T20:18:12.5056859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSparse.dox' 2025-03-21T20:18:12.5058439Z 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:12.5060085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UnalignedArrayAssert.dox' 2025-03-21T20:18:12.5061671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UsingBlasLapackBackends.dox' 2025-03-21T20:18:12.5063202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UsingIntelMKL.dox' 2025-03-21T20:18:12.5064685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UsingNVCC.dox' 2025-03-21T20:18:12.5066175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/WrongStackAlignment.dox' 2025-03-21T20:18:12.5067742Z 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:12.5069213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigendoxy.css' 2025-03-21T20:18:12.5070695Z 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:12.5072243Z 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:12.5073790Z 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:12.5075292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigendoxy_tabs.css' 2025-03-21T20:18:12.5076734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/.krazy' 2025-03-21T20:18:12.5078230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/CMakeLists.txt' 2025-03-21T20:18:12.5079889Z 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:12.5081527Z 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:12.5083056Z 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:12.5084604Z 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:12.5086233Z 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:12.5087938Z 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:12.5089778Z 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:12.5091625Z 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:12.5093348Z 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:12.5095067Z 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:12.5096795Z 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:12.5098693Z 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:12.5100470Z 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:12.5102129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialInplaceLU.cpp' 2025-03-21T20:18:12.5103884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgComputeTwice.cpp' 2025-03-21T20:18:12.5105698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgExComputeSolveError.cpp' 2025-03-21T20:18:12.5107603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgExSolveColPivHouseholderQR.cpp' 2025-03-21T20:18:12.5109461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgExSolveLDLT.cpp' 2025-03-21T20:18:12.5111287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgInverseDeterminant.cpp' 2025-03-21T20:18:12.5113131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgRankRevealing.cpp' 2025-03-21T20:18:12.5114899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgSVDSolve.cpp' 2025-03-21T20:18:12.5116712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgSelfAdjointEigenSolver.cpp' 2025-03-21T20:18:12.5118552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgSetThreshold.cpp' 2025-03-21T20:18:12.5120324Z 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:12.5122103Z 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:12.5123890Z 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:12.5125646Z 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:12.5127459Z 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:12.5129446Z 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:12.5131272Z 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:12.5133183Z 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:12.5134979Z 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:12.5136797Z 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:12.5138663Z 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:12.5140453Z 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:12.5142315Z 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:12.5144382Z 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:12.5146514Z 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:12.5148604Z 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:12.5150610Z 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:12.5152637Z 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:12.5154711Z 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:12.5156838Z 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:12.5158925Z 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:12.5160929Z 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:12.5162844Z 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:12.5164676Z 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:12.5166416Z 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:12.5168027Z 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:12.5169840Z 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:12.5171524Z 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:12.5173193Z 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:12.5174889Z 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:12.5176563Z 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:12.5178229Z 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:12.5179833Z 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:12.5181490Z 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:12.5183160Z 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:12.5184777Z 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:12.5186402Z 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:12.5188098Z 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:12.5189822Z 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:12.5191514Z 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:12.5193197Z 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:12.5194880Z 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:12.5196508Z 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:12.5198089Z 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:12.5199857Z 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:12.5201490Z 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:12.5203247Z 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:12.5204954Z 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:12.5206702Z 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:12.5208435Z 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:12.5210250Z 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:12.5211999Z 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:12.5213729Z 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:12.5215331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples' 2025-03-21T20:18:12.5216773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/ftv2node.png' 2025-03-21T20:18:12.5218194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/ftv2pnode.png' 2025-03-21T20:18:12.5219630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/.krazy' 2025-03-21T20:18:12.5221190Z 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:12.5222911Z 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:12.5224718Z 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:12.5226476Z 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:12.5228129Z 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:12.5229759Z 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:12.5231357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/CMakeLists.txt' 2025-03-21T20:18:12.5232990Z 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:12.5234727Z 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:12.5236489Z 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:12.5238332Z 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:12.5240067Z 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:12.5241742Z 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:12.5243388Z 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:12.5244972Z 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:12.5246497Z 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:12.5248062Z 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:12.5249689Z 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:12.5251290Z 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:12.5252981Z 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:12.5254593Z 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:12.5256120Z 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:12.5257696Z 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:12.5259315Z 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:12.5260921Z 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:12.5262494Z 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:12.5264027Z 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:12.5265565Z 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:12.5267099Z 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:12.5268640Z 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:12.5270204Z 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:12.5271773Z 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:12.5273306Z 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:12.5274912Z 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:12.5276536Z 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:12.5278134Z 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:12.5279708Z 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:12.5281276Z 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:12.5283227Z 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:12.5284819Z 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:12.5286406Z 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:12.5287974Z 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:12.5289586Z 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:12.5291128Z 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:12.5292667Z 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:12.5294205Z 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:12.5295794Z 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:12.5297389Z 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:12.5299139Z 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:12.5300721Z 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:12.5302295Z 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:12.5303851Z 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:12.5305433Z 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:12.5306996Z 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:12.5308534Z 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:12.5310243Z 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:12.5311847Z 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:12.5313438Z 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:12.5314968Z 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:12.5316542Z 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:12.5318115Z 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:12.5319709Z 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:12.5321280Z 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:12.5322803Z 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:12.5324367Z 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:12.5325997Z 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:12.5327670Z 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:12.5329490Z 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:12.5331247Z 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:12.5332950Z 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:12.5334660Z 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:12.5336383Z 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:12.5338172Z 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:12.5339904Z 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:12.5341570Z 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:12.5343274Z 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:12.5345018Z 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:12.5346828Z 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:12.5348528Z 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:12.5350130Z 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:12.5351732Z 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:12.5353379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/GeneralizedEigenSolver.cpp' 2025-03-21T20:18:12.5355163Z 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:12.5356984Z 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:12.5358835Z 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:12.5360635Z 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:12.5362326Z 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:12.5364106Z 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:12.5365826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/IOFormat.cpp' 2025-03-21T20:18:12.5367392Z 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:12.5369064Z 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:12.5370691Z 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:12.5372267Z 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:12.5373806Z 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:12.5375453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/LeastSquaresNormalEquations.cpp' 2025-03-21T20:18:12.5377141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/LeastSquaresQR.cpp' 2025-03-21T20:18:12.5378758Z 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:12.5380381Z 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:12.5382037Z 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:12.5383653Z 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:12.5385263Z 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:12.5386830Z 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:12.5388442Z 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:12.5390099Z 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:12.5391875Z 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:12.5393602Z 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:12.5395250Z 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:12.5396916Z 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:12.5398773Z 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:12.5400522Z 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:12.5402324Z 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:12.5404175Z 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:12.5405950Z 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:12.5407599Z 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:12.5409264Z 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:12.5410878Z 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:12.5412612Z 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:12.5414479Z 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:12.5416366Z 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:12.5418207Z 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:12.5419857Z 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:12.5421555Z 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:12.5423203Z 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:12.5424878Z 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:12.5426553Z 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:12.5428239Z 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:12.5429951Z 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:12.5431655Z 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:12.5433359Z 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:12.5435025Z 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:12.5436691Z 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:12.5438350Z 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:12.5440020Z 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:12.5441768Z 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:12.5443512Z 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:12.5445183Z 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:12.5446806Z 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:12.5448497Z 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:12.5450266Z 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:12.5451954Z 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:12.5453623Z 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:12.5455385Z 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:12.5457072Z 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:12.5458763Z 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:12.5460431Z 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:12.5462073Z 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:12.5463780Z 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:12.5465472Z 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:12.5467107Z 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:12.5468769Z 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:12.5470422Z 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:12.5472036Z 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:12.5473656Z 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:12.5475321Z 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:12.5477012Z 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:12.5478655Z 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:12.5480251Z 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:12.5481891Z 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:12.5483576Z 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:12.5485258Z 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:12.5486953Z 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:12.5488675Z 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:12.5490510Z 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:12.5492240Z 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:12.5494021Z 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:12.5495707Z 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:12.5497370Z 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:12.5499227Z 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:12.5500841Z 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:12.5502553Z 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:12.5504221Z 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:12.5505899Z 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:12.5507556Z 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:12.5509188Z 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:12.5510839Z 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:12.5512482Z 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:12.5514122Z 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:12.5515760Z 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:12.5517504Z 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:12.5519284Z 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:12.5521141Z 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:12.5523091Z 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:12.5525072Z 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:12.5527105Z 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:12.5529155Z 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:12.5531178Z 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:12.5533125Z 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:12.5535061Z 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:12.5537044Z 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:12.5538970Z 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:12.5540773Z 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:12.5542567Z 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:12.5544338Z 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:12.5546108Z 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:12.5547893Z 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:12.5549678Z 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:12.5551425Z 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:12.5553089Z 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:12.5554771Z 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:12.5556429Z 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:12.5558045Z 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:12.5559700Z 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:12.5561353Z 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:12.5563096Z 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:12.5564889Z 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:12.5566698Z 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:12.5568358Z 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:12.5570095Z 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:12.5571815Z 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:12.5573484Z 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:12.5575224Z 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:12.5576936Z 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:12.5578609Z 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:12.5580242Z 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:12.5581901Z 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:12.5583574Z 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:12.5585254Z 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:12.5586904Z 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:12.5588605Z 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:12.5590295Z 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:12.5591934Z 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:12.5593587Z 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:12.5595239Z 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:12.5596890Z 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:12.5598704Z 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:12.5600436Z 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:12.5602144Z 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:12.5603742Z 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:12.5605423Z 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:12.5607132Z 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:12.5609059Z 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:12.5611143Z 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:12.5613252Z 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:12.5615285Z 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:12.5617222Z 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:12.5619120Z 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:12.5620974Z 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:12.5622878Z 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:12.5624776Z 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:12.5626572Z 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:12.5628328Z 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:12.5630023Z 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:12.5631693Z 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:12.5633406Z 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:12.5635081Z 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:12.5636775Z 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:12.5638420Z 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:12.5640133Z 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:12.5641823Z 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:12.5643466Z 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:12.5645134Z 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:12.5646767Z 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:12.5648435Z 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:12.5650127Z 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:12.5651811Z 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:12.5653480Z 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:12.5655292Z 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:12.5657173Z 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:12.5658971Z 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:12.5660774Z 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:12.5662610Z 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:12.5664486Z 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:12.5666323Z 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:12.5668243Z 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:12.5670153Z 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:12.5672032Z 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:12.5673975Z 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:12.5675879Z 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:12.5677634Z 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:12.5679270Z 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:12.5680936Z 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:12.5682644Z 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:12.5684340Z 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:12.5685986Z 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:12.5687632Z 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:12.5689370Z 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:12.5691044Z 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:12.5692764Z 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:12.5694551Z 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:12.5696323Z 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:12.5698059Z 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:12.5699975Z 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:12.5701725Z 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:12.5703506Z 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:12.5705263Z 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:12.5706965Z 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:12.5708793Z 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:12.5710505Z 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:12.5712225Z 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:12.5713937Z 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:12.5715606Z 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:12.5717221Z 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:12.5718907Z 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:12.5720628Z 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:12.5722406Z 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:12.5724217Z 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:12.5726008Z 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:12.5727793Z 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:12.5729462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets' 2025-03-21T20:18:12.5731002Z 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:12.5732707Z 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:12.5734524Z 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:12.5736283Z 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:12.5737887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/special_examples' 2025-03-21T20:18:12.5739375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/tutorial.cpp' 2025-03-21T20:18:12.5740764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc' 2025-03-21T20:18:12.5742124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/eigen3.pc.in' 2025-03-21T20:18:12.5743543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/CMakeLists.txt' 2025-03-21T20:18:12.5745156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/bdcsvd_int.cpp' 2025-03-21T20:18:12.5746799Z 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:12.5748600Z 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:12.5750370Z 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:12.5752141Z 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:12.5753956Z 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:12.5755610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/colpivqr_int.cpp' 2025-03-21T20:18:12.5757299Z 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:12.5759098Z 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:12.5760888Z 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:12.5762716Z 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:12.5764556Z 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:12.5766438Z 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:12.5768265Z 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:12.5770128Z 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:12.5771805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/eigensolver_cplx.cpp' 2025-03-21T20:18:12.5773364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/eigensolver_int.cpp' 2025-03-21T20:18:12.5774959Z 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:12.5776520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/fullpivlu_int.cpp' 2025-03-21T20:18:12.5777219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/fullpivqr_int.cpp' 2025-03-21T20:18:12.5777937Z 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:12.5778723Z 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:12.5779412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/jacobisvd_int.cpp' 2025-03-21T20:18:12.5780118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ldlt_int.cpp' 2025-03-21T20:18:12.5780781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/llt_int.cpp' 2025-03-21T20:18:12.5781592Z 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:12.5782392Z 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:12.5783229Z 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:12.5784054Z 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:12.5784864Z 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:12.5785674Z 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:12.5786495Z 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:12.5787214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/partialpivlu_int.cpp' 2025-03-21T20:18:12.5787872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/qr_int.cpp' 2025-03-21T20:18:12.5788514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_1.cpp' 2025-03-21T20:18:12.5789167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_2.cpp' 2025-03-21T20:18:12.5789811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_3.cpp' 2025-03-21T20:18:12.5790451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_4.cpp' 2025-03-21T20:18:12.5791106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_5.cpp' 2025-03-21T20:18:12.5791749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_6.cpp' 2025-03-21T20:18:12.5792405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_7.cpp' 2025-03-21T20:18:12.5793265Z 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:12.5794158Z 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:12.5794883Z 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:12.5795585Z 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:12.5796306Z 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:12.5797005Z 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:12.5797688Z 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:12.5798612Z 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:12.5799330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/swap_1.cpp' 2025-03-21T20:18:12.5800030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/swap_2.cpp' 2025-03-21T20:18:12.5800698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ternary_1.cpp' 2025-03-21T20:18:12.5801365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ternary_2.cpp' 2025-03-21T20:18:12.5802201Z 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:12.5803041Z 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:12.5803918Z 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:12.5804792Z 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:12.5805438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest' 2025-03-21T20:18:12.5806101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/CMakeLists.txt' 2025-03-21T20:18:12.5806764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/cholesky.inc' 2025-03-21T20:18:12.5807395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clacgv.f' 2025-03-21T20:18:12.5808041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/cladiv.f' 2025-03-21T20:18:12.5808661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarf.f' 2025-03-21T20:18:12.5809363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarfb.f' 2025-03-21T20:18:12.5809991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarfg.f' 2025-03-21T20:18:12.5810630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarft.f' 2025-03-21T20:18:12.5811364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/complex_double.cpp' 2025-03-21T20:18:12.5812074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/complex_single.cpp' 2025-03-21T20:18:12.5812760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dladiv.f' 2025-03-21T20:18:12.5813386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlamch.f' 2025-03-21T20:18:12.5814032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlapy2.f' 2025-03-21T20:18:12.5814659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlapy3.f' 2025-03-21T20:18:12.5815324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarf.f' 2025-03-21T20:18:12.5815952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarfb.f' 2025-03-21T20:18:12.5816623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarfg.f' 2025-03-21T20:18:12.5817249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarft.f' 2025-03-21T20:18:12.5817897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/double.cpp' 2025-03-21T20:18:12.5818606Z 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:12.5819274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dsecnd_NONE.f' 2025-03-21T20:18:12.5819940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/eigenvalues.inc' 2025-03-21T20:18:12.5820580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaclc.f' 2025-03-21T20:18:12.5821205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaclr.f' 2025-03-21T20:18:12.5821839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/iladlc.f' 2025-03-21T20:18:12.5822464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/iladlr.f' 2025-03-21T20:18:12.5823089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaslc.f' 2025-03-21T20:18:12.5823727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaslr.f' 2025-03-21T20:18:12.5824357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilazlc.f' 2025-03-21T20:18:12.5824991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilazlr.f' 2025-03-21T20:18:12.5825616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/lapack.h' 2025-03-21T20:18:12.5826298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/lapack_common.h' 2025-03-21T20:18:12.5826938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/lu.inc' 2025-03-21T20:18:12.5827665Z 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:12.5828347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/second_NONE.f' 2025-03-21T20:18:12.5828996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/single.cpp' 2025-03-21T20:18:12.5829623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/sladiv.f' 2025-03-21T20:18:12.5830258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slamch.f' 2025-03-21T20:18:12.5830910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slapy2.f' 2025-03-21T20:18:12.5831550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slapy3.f' 2025-03-21T20:18:12.5832195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarf.f' 2025-03-21T20:18:12.5832818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarfb.f' 2025-03-21T20:18:12.5833455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarfg.f' 2025-03-21T20:18:12.5834076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarft.f' 2025-03-21T20:18:12.5834708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/svd.inc' 2025-03-21T20:18:12.5835330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlacgv.f' 2025-03-21T20:18:12.5835968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zladiv.f' 2025-03-21T20:18:12.5836581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarf.f' 2025-03-21T20:18:12.5837219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarfb.f' 2025-03-21T20:18:12.5837843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarfg.f' 2025-03-21T20:18:12.5838480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarft.f' 2025-03-21T20:18:12.5839101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack' 2025-03-21T20:18:12.5839784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/CMakeLists.txt' 2025-03-21T20:18:12.5840447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/buildtests.in' 2025-03-21T20:18:12.5841157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/cdashtesting.cmake.in' 2025-03-21T20:18:12.5841802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/check.in' 2025-03-21T20:18:12.5842467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/debug.in' 2025-03-21T20:18:12.5843185Z 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:12.5843880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/eigen_gen_docs' 2025-03-21T20:18:12.5844659Z 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:12.5845367Z 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:12.5846024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/release.in' 2025-03-21T20:18:12.5846680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts' 2025-03-21T20:18:12.5847457Z 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:12.5848122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/AnnoyingScalar.h' 2025-03-21T20:18:12.5848784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/CMakeLists.txt' 2025-03-21T20:18:12.5849521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/MovableScalar.h' 2025-03-21T20:18:12.5850202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/OffByOneScalar.h' 2025-03-21T20:18:12.5850843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/SafeScalar.h' 2025-03-21T20:18:12.5851539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/accelerate_support.cpp' 2025-03-21T20:18:12.5852187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/adjoint.cpp' 2025-03-21T20:18:12.5852843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_cwise.cpp' 2025-03-21T20:18:12.5853539Z 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:12.5854218Z 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:12.5854911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_replicate.cpp' 2025-03-21T20:18:12.5855580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_reverse.cpp' 2025-03-21T20:18:12.5856245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bandmatrix.cpp' 2025-03-21T20:18:12.5856893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/basicstuff.cpp' 2025-03-21T20:18:12.5857531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bdcsvd.cpp' 2025-03-21T20:18:12.5858202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bfloat16_float.cpp' 2025-03-21T20:18:12.5858889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bicgstab.cpp' 2025-03-21T20:18:12.5859528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/blasutil.cpp' 2025-03-21T20:18:12.5860186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/block.cpp' 2025-03-21T20:18:12.5860862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/boostmultiprec.cpp' 2025-03-21T20:18:12.5861494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bug1213.cpp' 2025-03-21T20:18:12.5862124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bug1213.h' 2025-03-21T20:18:12.5862817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bug1213_main.cpp' 2025-03-21T20:18:12.5863501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/cholesky.cpp' 2025-03-21T20:18:12.5864186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/cholmod_support.cpp' 2025-03-21T20:18:12.5864806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/clz.cpp' 2025-03-21T20:18:12.5865499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/commainitializer.cpp' 2025-03-21T20:18:12.5866223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/conjugate_gradient.cpp' 2025-03-21T20:18:12.5866930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/conservative_resize.cpp' 2025-03-21T20:18:12.5867591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/constexpr.cpp' 2025-03-21T20:18:12.5868251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/constructor.cpp' 2025-03-21T20:18:12.5868899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/corners.cpp' 2025-03-21T20:18:12.5869536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/ctorleak.cpp' 2025-03-21T20:18:12.5870177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/denseLM.cpp' 2025-03-21T20:18:12.5870849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/dense_storage.cpp' 2025-03-21T20:18:12.5871511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/determinant.cpp' 2025-03-21T20:18:12.5872163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/diagonal.cpp' 2025-03-21T20:18:12.5872919Z 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:12.5873624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/diagonalmatrices.cpp' 2025-03-21T20:18:12.5874317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/dontalign.cpp' 2025-03-21T20:18:12.5874969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/dynalloc.cpp' 2025-03-21T20:18:12.5875673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigen2support.cpp' 2025-03-21T20:18:12.5876391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_complex.cpp' 2025-03-21T20:18:12.5877143Z 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:12.5877868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_generic.cpp' 2025-03-21T20:18:12.5878631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_selfadjoint.cpp' 2025-03-21T20:18:12.5879352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/evaluator_common.h' 2025-03-21T20:18:12.5880010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/evaluators.cpp' 2025-03-21T20:18:12.5880677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/exceptions.cpp' 2025-03-21T20:18:12.5881319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/fastmath.cpp' 2025-03-21T20:18:12.5882000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/first_aligned.cpp' 2025-03-21T20:18:12.5882696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/float_conversion.cpp' 2025-03-21T20:18:12.5883374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_alignedbox.cpp' 2025-03-21T20:18:12.5884079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_eulerangles.cpp' 2025-03-21T20:18:12.5884766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_homogeneous.cpp' 2025-03-21T20:18:12.5885458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_hyperplane.cpp' 2025-03-21T20:18:12.5886147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_orthomethods.cpp' 2025-03-21T20:18:12.5886884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_parametrizedline.cpp' 2025-03-21T20:18:12.5887555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_quaternion.cpp' 2025-03-21T20:18:12.5888274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_transformations.cpp' 2025-03-21T20:18:12.5888974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_basic.cu' 2025-03-21T20:18:12.5889627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_common.h' 2025-03-21T20:18:12.5890273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_example.cu' 2025-03-21T20:18:12.5890992Z 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:12.5891639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/half_float.cpp' 2025-03-21T20:18:12.5892331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/hessenberg.cpp' 2025-03-21T20:18:12.5892987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/householder.cpp' 2025-03-21T20:18:12.5893692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/incomplete_cholesky.cpp' 2025-03-21T20:18:12.5894395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/indexed_view.cpp' 2025-03-21T20:18:12.5895155Z 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:12.5895913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/inplace_decomposition.cpp' 2025-03-21T20:18:12.5896579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/integer_types.cpp' 2025-03-21T20:18:12.5897223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/inverse.cpp' 2025-03-21T20:18:12.5897826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/io.cpp' 2025-03-21T20:18:12.5898681Z 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:12.5899305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/jacobi.cpp' 2025-03-21T20:18:12.5899965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/jacobisvd.cpp' 2025-03-21T20:18:12.5900619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/klu_support.cpp' 2025-03-21T20:18:12.5901318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/linearstructure.cpp' 2025-03-21T20:18:12.5901932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/lscg.cpp' 2025-03-21T20:18:12.5902551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/lu.cpp' 2025-03-21T20:18:12.5903150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/main.h' 2025-03-21T20:18:12.5903824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mapped_matrix.cpp' 2025-03-21T20:18:12.5904533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mapstaticmethods.cpp' 2025-03-21T20:18:12.5905182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mapstride.cpp' 2025-03-21T20:18:12.5905865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/maxsizevector.cpp' 2025-03-21T20:18:12.5906540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/meta.cpp' 2025-03-21T20:18:12.5907222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/metis_support.cpp' 2025-03-21T20:18:12.5907927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/miscmatrices.cpp' 2025-03-21T20:18:12.5908598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mixingtypes.cpp' 2025-03-21T20:18:12.5909256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nestbyvalue.cpp' 2025-03-21T20:18:12.5909923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nesting_ops.cpp' 2025-03-21T20:18:12.5910597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nomalloc.cpp' 2025-03-21T20:18:12.5911277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nullary.cpp' 2025-03-21T20:18:12.5911956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/num_dimensions.cpp' 2025-03-21T20:18:12.5912594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/numext.cpp' 2025-03-21T20:18:12.5913257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/packet_ostream.h' 2025-03-21T20:18:12.5913911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/packetmath.cpp' 2025-03-21T20:18:12.5914638Z 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:12.5915324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/pardiso_support.cpp' 2025-03-21T20:18:12.5916012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/pastix_support.cpp' 2025-03-21T20:18:12.5916722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/permutationmatrices.cpp' 2025-03-21T20:18:12.5917418Z 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:12.5918038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product.h' 2025-03-21T20:18:12.5918719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_extra.cpp' 2025-03-21T20:18:12.5919389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_large.cpp' 2025-03-21T20:18:12.5920061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_mmtr.cpp' 2025-03-21T20:18:12.5920764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_notemporary.cpp' 2025-03-21T20:18:12.5921482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_selfadjoint.cpp' 2025-03-21T20:18:12.5922147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_small.cpp' 2025-03-21T20:18:12.5922854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_symm.cpp' 2025-03-21T20:18:12.5923516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_syrk.cpp' 2025-03-21T20:18:12.5924231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_threaded.cpp' 2025-03-21T20:18:12.5924905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_trmm.cpp' 2025-03-21T20:18:12.5925566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_trmv.cpp' 2025-03-21T20:18:12.5926260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_trsolve.cpp' 2025-03-21T20:18:12.5926898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qr.cpp' 2025-03-21T20:18:12.5927625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qr_colpivoting.cpp' 2025-03-21T20:18:12.5928309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qr_fullpivoting.cpp' 2025-03-21T20:18:12.5929025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qtvector.cpp' 2025-03-21T20:18:12.5929639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/rand.cpp' 2025-03-21T20:18:12.5930321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/random_matrix.cpp' 2025-03-21T20:18:12.5931025Z 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:12.5931781Z 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:12.5932414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/real_qz.cpp' 2025-03-21T20:18:12.5933048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/redux.cpp' 2025-03-21T20:18:12.5933656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/ref.cpp' 2025-03-21T20:18:12.5934293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/reshape.cpp' 2025-03-21T20:18:12.5934935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/resize.cpp' 2025-03-21T20:18:12.5935604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/rvalue_types.cpp' 2025-03-21T20:18:12.5936284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/schur_complex.cpp' 2025-03-21T20:18:12.5936929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/schur_real.cpp' 2025-03-21T20:18:12.5937596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/selfadjoint.cpp' 2025-03-21T20:18:12.5938281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/serializer.cpp' 2025-03-21T20:18:12.5938993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/simplicial_cholesky.cpp' 2025-03-21T20:18:12.5939648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sizeof.cpp' 2025-03-21T20:18:12.5940319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sizeoverflow.cpp' 2025-03-21T20:18:12.5941034Z 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:12.5941710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/smallvectors.cpp' 2025-03-21T20:18:12.5942374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/solverbase.h' 2025-03-21T20:18:12.5943001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse.h' 2025-03-21T20:18:12.5943665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparseLM.cpp' 2025-03-21T20:18:12.5944324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_basic.cpp' 2025-03-21T20:18:12.5944995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_block.cpp' 2025-03-21T20:18:12.5945698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_permutations.cpp' 2025-03-21T20:18:12.5946386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_product.cpp' 2025-03-21T20:18:12.5947037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_ref.cpp' 2025-03-21T20:18:12.5947700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_solver.h' 2025-03-21T20:18:12.5948372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_solvers.cpp' 2025-03-21T20:18:12.5949054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_vector.cpp' 2025-03-21T20:18:12.5949689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparselu.cpp' 2025-03-21T20:18:12.5950342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparseqr.cpp' 2025-03-21T20:18:12.5951024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/special_numbers.cpp' 2025-03-21T20:18:12.5951710Z 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:12.5952374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/spqr_support.cpp' 2025-03-21T20:18:12.5953037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stable_norm.cpp' 2025-03-21T20:18:12.5953672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stddeque.cpp' 2025-03-21T20:18:12.5954392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stddeque_overload.cpp' 2025-03-21T20:18:12.5955039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdlist.cpp' 2025-03-21T20:18:12.5955753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdlist_overload.cpp' 2025-03-21T20:18:12.5956406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdvector.cpp' 2025-03-21T20:18:12.5957099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdvector_overload.cpp' 2025-03-21T20:18:12.5957778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stl_iterators.cpp' 2025-03-21T20:18:12.5958487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/superlu_support.cpp' 2025-03-21T20:18:12.5959161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/svd_common.h' 2025-03-21T20:18:12.5959789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/svd_fill.h' 2025-03-21T20:18:12.5960412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/swap.cpp' 2025-03-21T20:18:12.5961059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sycl_basic.cpp' 2025-03-21T20:18:12.5961747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/symbolic_index.cpp' 2025-03-21T20:18:12.5962445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/threads_eventcount.cpp' 2025-03-21T20:18:12.5963237Z 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:12.5963927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/threads_runqueue.cpp' 2025-03-21T20:18:12.5964579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/triangular.cpp' 2025-03-21T20:18:12.5965240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/tuple_test.cpp' 2025-03-21T20:18:12.5965885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/type_alias.cpp' 2025-03-21T20:18:12.5966530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/umeyama.cpp' 2025-03-21T20:18:12.5967214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/umfpack_support.cpp' 2025-03-21T20:18:12.5967908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/unalignedcount.cpp' 2025-03-21T20:18:12.5968551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/unaryview.cpp' 2025-03-21T20:18:12.5969362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/upperbidiagonalization.cpp' 2025-03-21T20:18:12.5970106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/vectorization_logic.cpp' 2025-03-21T20:18:12.5970785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/vectorwiseop.cpp' 2025-03-21T20:18:12.5971452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/visitor.cpp' 2025-03-21T20:18:12.5972107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/zerosized.cpp' 2025-03-21T20:18:12.5972718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test' 2025-03-21T20:18:12.5973427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/CMakeLists.txt' 2025-03-21T20:18:12.5974169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/AdolcForward' 2025-03-21T20:18:12.5974914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/AlignedVector3' 2025-03-21T20:18:12.5975668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/ArpackSupport' 2025-03-21T20:18:12.5976359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/AutoDiff' 2025-03-21T20:18:12.5977036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/BVH' 2025-03-21T20:18:12.5977763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CMakeLists.txt' 2025-03-21T20:18:12.5978543Z 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:12.5979254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/Tensor' 2025-03-21T20:18:12.5980030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/TensorSymmetry' 2025-03-21T20:18:12.5980767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/ThreadPool' 2025-03-21T20:18:12.5981659Z 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:12.5982464Z 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:12.5983275Z 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:12.5984103Z 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:12.5984940Z 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:12.5985755Z 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:12.5986616Z 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:12.5987484Z 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:12.5988373Z 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:12.5989250Z 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:12.5990126Z 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:12.5991086Z 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:12.5992020Z 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:12.5992904Z 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:12.5993823Z 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:12.5994707Z 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:12.5995646Z 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:12.5996516Z 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:12.5997379Z 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:12.5998406Z 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:12.5999260Z 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:12.6000126Z 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:12.6000958Z 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:12.6001832Z 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:12.6002709Z 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:12.6003572Z 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:12.6004483Z 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:12.6005397Z 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:12.6006316Z 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:12.6007186Z 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:12.6008015Z 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:12.6008970Z 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:12.6009928Z 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:12.6010759Z 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:12.6011570Z 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:12.6012433Z 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:12.6013292Z 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:12.6014224Z 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:12.6015065Z 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:12.6015930Z 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:12.6016820Z 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:12.6017743Z 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:12.6018664Z 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:12.6019490Z 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:12.6020345Z 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:12.6021194Z 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:12.6022078Z 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:12.6022945Z 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:12.6023811Z 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:12.6024665Z 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:12.6025512Z 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:12.6026353Z 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:12.6027233Z 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:12.6028083Z 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:12.6028933Z 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:12.6029755Z 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:12.6030600Z 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:12.6031458Z 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:12.6032350Z 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:12.6033224Z 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:12.6034052Z 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:12.6034888Z 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:12.6035717Z 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:12.6036563Z 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:12.6037429Z 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:12.6038264Z 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:12.6039147Z 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:12.6039970Z 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:12.6040837Z 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:12.6041672Z 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:12.6042539Z 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:12.6043362Z 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:12.6044290Z 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:12.6045230Z 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:12.6046121Z 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:12.6046984Z 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:12.6047947Z 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:12.6048830Z 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:12.6049737Z 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:12.6050548Z 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:12.6051390Z 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:12.6052183Z 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:12.6052940Z 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:12.6053680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11' 2025-03-21T20:18:12.6054388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/EulerAngles' 2025-03-21T20:18:12.6055067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/FFT' 2025-03-21T20:18:12.6055849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/IterativeSolvers' 2025-03-21T20:18:12.6056609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/KroneckerProduct' 2025-03-21T20:18:12.6057409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/LevenbergMarquardt' 2025-03-21T20:18:12.6058145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/MPRealSupport' 2025-03-21T20:18:12.6058881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/MatrixFunctions' 2025-03-21T20:18:12.6059562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/NNLS' 2025-03-21T20:18:12.6060365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/NonLinearOptimization' 2025-03-21T20:18:12.6061127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/NumericalDiff' 2025-03-21T20:18:12.6061854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/OpenGLSupport' 2025-03-21T20:18:12.6062565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/Polynomials' 2025-03-21T20:18:12.6063285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/SparseExtra' 2025-03-21T20:18:12.6064029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/SpecialFunctions' 2025-03-21T20:18:12.6064731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/Splines' 2025-03-21T20:18:12.6065573Z 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:12.6066405Z 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:12.6067225Z 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:12.6068050Z 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:12.6068902Z 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:12.6069678Z 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:12.6070457Z 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:12.6071297Z 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:12.6072027Z 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:12.6072802Z 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:12.6073743Z 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:12.6074660Z 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:12.6075441Z 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:12.6076276Z 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:12.6077121Z 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:12.6077978Z 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:12.6078854Z 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:12.6079638Z 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:12.6080471Z 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:12.6081245Z 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:12.6082053Z 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:12.6082844Z 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:12.6083661Z 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:12.6084397Z 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:12.6085252Z 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:12.6086075Z 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:12.6086901Z 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:12.6087709Z 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:12.6088549Z 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:12.6089536Z 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:12.6090458Z 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:12.6091311Z 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:12.6092158Z 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:12.6092972Z 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:12.6093927Z 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:12.6094857Z 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:12.6095719Z 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:12.6096633Z 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:12.6097563Z 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:12.6098553Z 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:12.6099418Z 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:12.6100246Z 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:12.6101107Z 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:12.6102020Z 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:12.6105678Z 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:12.6106595Z 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:12.6107491Z 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:12.6108371Z 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:12.6109246Z 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:12.6110207Z 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:12.6111100Z 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:12.6111951Z 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:12.6112776Z 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:12.6113728Z 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:12.6114729Z 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:12.6115698Z 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:12.6116566Z 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:12.6117416Z 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:12.6118283Z 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:12.6119144Z 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:12.6120009Z 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:12.6120860Z 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:12.6123310Z 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:12.6124194Z 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:12.6125136Z 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:12.6125998Z 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:12.6126883Z 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:12.6127761Z 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:12.6128565Z 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:12.6129498Z 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:12.6130405Z 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:12.6131275Z 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:12.6132179Z 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:12.6133016Z 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:12.6133942Z 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:12.6134854Z 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:12.6135657Z 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:12.6136574Z 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:12.6137406Z 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:12.6138257Z 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:12.6139048Z 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:12.6140004Z 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:12.6140943Z 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:12.6141938Z 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:12.6142896Z 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:12.6143816Z 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:12.6144762Z 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:12.6145710Z 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:12.6146614Z 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:12.6147579Z 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:12.6148526Z 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:12.6149478Z 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:12.6150393Z 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:12.6151356Z 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:12.6152311Z 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:12.6153287Z 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:12.6154231Z 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:12.6155119Z 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:12.6156074Z 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:12.6157056Z 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:12.6157949Z 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:12.6158939Z 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:12.6159815Z 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:12.6160792Z 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:12.6161756Z 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:12.6162654Z 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:12.6163537Z 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:12.6164350Z 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:12.6165216Z 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:12.6165984Z 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:12.6166809Z 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:12.6167599Z 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:12.6168378Z 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:12.6169185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src' 2025-03-21T20:18:12.6169919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen' 2025-03-21T20:18:12.6170594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/README.txt' 2025-03-21T20:18:12.6171331Z 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:12.6172021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/bench' 2025-03-21T20:18:12.6172752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/CMakeLists.txt' 2025-03-21T20:18:12.6173463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/Overview.dox' 2025-03-21T20:18:12.6174161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/SYCL.dox' 2025-03-21T20:18:12.6174930Z 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:12.6175720Z 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:12.6176524Z 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:12.6177332Z 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:12.6178073Z 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:12.6178898Z 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:12.6179713Z 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:12.6180527Z 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:12.6181325Z 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:12.6182153Z 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:12.6182938Z 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:12.6183710Z 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:12.6184542Z 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:12.6185366Z 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:12.6186248Z 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:12.6187096Z 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:12.6187902Z 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:12.6188663Z 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:12.6189408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples' 2025-03-21T20:18:12.6190182Z 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:12.6190933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/snippets' 2025-03-21T20:18:12.6191610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc' 2025-03-21T20:18:12.6192308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/BVH.cpp' 2025-03-21T20:18:12.6193062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/CMakeLists.txt' 2025-03-21T20:18:12.6193796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/EulerAngles.cpp' 2025-03-21T20:18:12.6194521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/FFT.cpp' 2025-03-21T20:18:12.6195208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/FFTW.cpp' 2025-03-21T20:18:12.6195906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/NNLS.cpp' 2025-03-21T20:18:12.6196705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/NonLinearOptimization.cpp' 2025-03-21T20:18:12.6197455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/NumericalDiff.cpp' 2025-03-21T20:18:12.6198415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/alignedvector3.cpp' 2025-03-21T20:18:12.6199141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/autodiff.cpp' 2025-03-21T20:18:12.6199887Z 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:12.6200655Z 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:12.6201370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/bicgstabl.cpp' 2025-03-21T20:18:12.6202152Z 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:12.6203005Z 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:12.6203857Z 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:12.6204629Z 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:12.6205454Z 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:12.6206250Z 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:12.6207051Z 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:12.6207874Z 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:12.6208697Z 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:12.6209624Z 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:12.6210446Z 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:12.6211268Z 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:12.6212057Z 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:12.6212888Z 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:12.6213691Z 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:12.6214558Z 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:12.6215362Z 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:12.6216199Z 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:12.6217041Z 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:12.6217818Z 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:12.6218616Z 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:12.6219463Z 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:12.6220294Z 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:12.6221107Z 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:12.6221938Z 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:12.6222760Z 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:12.6223548Z 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:12.6224378Z 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:12.6225146Z 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:12.6225955Z 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:12.6226796Z 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:12.6227575Z 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:12.6228389Z 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:12.6229148Z 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:12.6229913Z 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:12.6230709Z 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:12.6231522Z 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:12.6232356Z 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:12.6233161Z 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:12.6233980Z 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:12.6234741Z 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:12.6235496Z 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:12.6236351Z 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:12.6237180Z 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:12.6238025Z 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:12.6238819Z 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:12.6239618Z 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:12.6240440Z 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:12.6241230Z 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:12.6241976Z 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:12.6242789Z 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:12.6243649Z 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:12.6244435Z 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:12.6245216Z 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:12.6245988Z 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:12.6246778Z 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:12.6247594Z 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:12.6248389Z 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:12.6249257Z 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:12.6250030Z 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:12.6250841Z 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:12.6251674Z 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:12.6252468Z 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:12.6253359Z 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:12.6254200Z 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:12.6255034Z 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:12.6255835Z 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:12.6256625Z 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:12.6257435Z 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:12.6258219Z 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:12.6259013Z 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:12.6259796Z 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:12.6260614Z 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:12.6261463Z 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:12.6262258Z 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:12.6263084Z 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:12.6263903Z 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:12.6264674Z 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:12.6265451Z 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:12.6266260Z 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:12.6273455Z 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:12.6274262Z 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:12.6275071Z 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:12.6275865Z 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:12.6276754Z 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:12.6277607Z 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:12.6278390Z 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:12.6279175Z 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:12.6280026Z 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:12.6280794Z 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:12.6281564Z 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:12.6282345Z 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:12.6283164Z 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:12.6284013Z 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:12.6284831Z 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:12.6285607Z 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:12.6286410Z 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:12.6287262Z 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:12.6287967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/dgmres.cpp' 2025-03-21T20:18:12.6288720Z 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:12.6289572Z 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:12.6290283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/gmres.cpp' 2025-03-21T20:18:12.6290969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/idrs.cpp' 2025-03-21T20:18:12.6291687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/idrstabl.cpp' 2025-03-21T20:18:12.6292451Z 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:12.6293343Z 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:12.6294139Z 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:12.6294896Z 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:12.6295635Z 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:12.6296381Z 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:12.6297148Z 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:12.6297862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/minres.cpp' 2025-03-21T20:18:12.6298736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/mklfft.cpp' 2025-03-21T20:18:12.6299498Z 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:12.6300312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/openglsupport.cpp' 2025-03-21T20:18:12.6301030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/pocketfft.cpp' 2025-03-21T20:18:12.6301843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/polynomialsolver.cpp' 2025-03-21T20:18:12.6302599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/polynomialutils.cpp' 2025-03-21T20:18:12.6303344Z 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:12.6304102Z 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:12.6304891Z 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:12.6305598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/splines.cpp' 2025-03-21T20:18:12.6306296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test' 2025-03-21T20:18:12.6306957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported' 2025-03-21T20:18:12.6307552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen' 2025-03-21T20:18:12.6308103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party' 2025-03-21T20:18:12.6308657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/.clang-format' 2025-03-21T20:18:12.6309217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/llvmMathExtras.h' 2025-03-21T20:18:12.6309802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/math_utils.h' 2025-03-21T20:18:12.6310350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/unroll.h' 2025-03-21T20:18:12.6310856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils' 2025-03-21T20:18:12.6311399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/.clang-format' 2025-03-21T20:18:12.6311927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/functional.h' 2025-03-21T20:18:12.6312488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/functional_base.h' 2025-03-21T20:18:12.6313015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/intrinsics.h' 2025-03-21T20:18:12.6313507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec.h' 2025-03-21T20:18:12.6314116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/missing_vld1_neon.h' 2025-03-21T20:18:12.6314727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/missing_vst1_neon.h' 2025-03-21T20:18:12.6315265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256.h' 2025-03-21T20:18:12.6315888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_double.h' 2025-03-21T20:18:12.6316461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_float.h' 2025-03-21T20:18:12.6317124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_float_neon.h' 2025-03-21T20:18:12.6317682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_int.h' 2025-03-21T20:18:12.6318222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256' 2025-03-21T20:18:12.6318742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec_base.h' 2025-03-21T20:18:12.6319238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec' 2025-03-21T20:18:12.6319725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized' 2025-03-21T20:18:12.6320234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/CMakeLists.txt' 2025-03-21T20:18:12.6320729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/README.md' 2025-03-21T20:18:12.6321196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/TARGETS' 2025-03-21T20:18:12.6321696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/TARGETS' 2025-03-21T20:18:12.6322238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/math_constants.h' 2025-03-21T20:18:12.6322831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op__empty_dim_order.cpp' 2025-03-21T20:18:12.6323430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op__to_dim_order_copy.cpp' 2025-03-21T20:18:12.6323966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_abs.cpp' 2025-03-21T20:18:12.6324491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_acos.cpp' 2025-03-21T20:18:12.6325037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_acosh.cpp' 2025-03-21T20:18:12.6325551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_add.cpp' 2025-03-21T20:18:12.6326074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_addmm.cpp' 2025-03-21T20:18:12.6326632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_alias_copy.cpp' 2025-03-21T20:18:12.6327168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_allclose.cpp' 2025-03-21T20:18:12.6327696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_amax.cpp' 2025-03-21T20:18:12.6328207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_amin.cpp' 2025-03-21T20:18:12.6328721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_any.cpp' 2025-03-21T20:18:12.6329324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_arange.cpp' 2025-03-21T20:18:12.6329855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_argmax.cpp' 2025-03-21T20:18:12.6330435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_argmin.cpp' 2025-03-21T20:18:12.6331042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_as_strided_copy.cpp' 2025-03-21T20:18:12.6331607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_asin.cpp' 2025-03-21T20:18:12.6332134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_asinh.cpp' 2025-03-21T20:18:12.6332661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_atan.cpp' 2025-03-21T20:18:12.6333184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_atan2.cpp' 2025-03-21T20:18:12.6333718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_atanh.cpp' 2025-03-21T20:18:12.6334274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_avg_pool2d.cpp' 2025-03-21T20:18:12.6334843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp' 2025-03-21T20:18:12.6335401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_not.cpp' 2025-03-21T20:18:12.6335950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp' 2025-03-21T20:18:12.6336536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp' 2025-03-21T20:18:12.6337046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bmm.cpp' 2025-03-21T20:18:12.6337566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cat.cpp' 2025-03-21T20:18:12.6338135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cdist_forward.cpp' 2025-03-21T20:18:12.6338693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ceil.cpp' 2025-03-21T20:18:12.6339216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_clamp.cpp' 2025-03-21T20:18:12.6339770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_clone.cpp' 2025-03-21T20:18:12.6340345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_constant_pad_nd.cpp' 2025-03-21T20:18:12.6340912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_convolution.cpp' 2025-03-21T20:18:12.6341529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_convolution_backward.cpp' 2025-03-21T20:18:12.6342054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_copy.cpp' 2025-03-21T20:18:12.6342563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cos.cpp' 2025-03-21T20:18:12.6343077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cosh.cpp' 2025-03-21T20:18:12.6343614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cumsum.cpp' 2025-03-21T20:18:12.6344166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_detach_copy.cpp' 2025-03-21T20:18:12.6344741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_diagonal_copy.cpp' 2025-03-21T20:18:12.6345273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_div.cpp' 2025-03-21T20:18:12.6345825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_embedding.cpp' 2025-03-21T20:18:12.6346376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_empty.cpp' 2025-03-21T20:18:12.6346889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_eq.cpp' 2025-03-21T20:18:12.6347396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_erf.cpp' 2025-03-21T20:18:12.6347908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_exp.cpp' 2025-03-21T20:18:12.6348458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_expand_copy.cpp' 2025-03-21T20:18:12.6348976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_expm1.cpp' 2025-03-21T20:18:12.6349497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_fill.cpp' 2025-03-21T20:18:12.6350014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_flip.cpp' 2025-03-21T20:18:12.6350543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_floor.cpp' 2025-03-21T20:18:12.6351098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp' 2025-03-21T20:18:12.6351622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_fmod.cpp' 2025-03-21T20:18:12.6352134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_full.cpp' 2025-03-21T20:18:12.6352685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_full_like.cpp' 2025-03-21T20:18:12.6353241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_gather.cpp' 2025-03-21T20:18:12.6353754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ge.cpp' 2025-03-21T20:18:12.6354295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_gelu.cpp' 2025-03-21T20:18:12.6354800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_glu.cpp' 2025-03-21T20:18:12.6355312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_gt.cpp' 2025-03-21T20:18:12.6355852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_hardtanh.cpp' 2025-03-21T20:18:12.6356381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_index.cpp' 2025-03-21T20:18:12.6356928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_index_put.cpp' 2025-03-21T20:18:12.6357496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_index_select.cpp' 2025-03-21T20:18:12.6358017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_isinf.cpp' 2025-03-21T20:18:12.6358546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_isnan.cpp' 2025-03-21T20:18:12.6359047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_le.cpp' 2025-03-21T20:18:12.6359632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_leaky_relu.cpp' 2025-03-21T20:18:12.6360209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_lift_fresh_copy.cpp' 2025-03-21T20:18:12.6360863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_linear_scratch_example.cpp' 2025-03-21T20:18:12.6361389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log.cpp' 2025-03-21T20:18:12.6361935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log10.cpp' 2025-03-21T20:18:12.6362468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log1p.cpp' 2025-03-21T20:18:12.6362983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log2.cpp' 2025-03-21T20:18:12.6363551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log_softmax.cpp' 2025-03-21T20:18:12.6364099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp' 2025-03-21T20:18:12.6364664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_not.cpp' 2025-03-21T20:18:12.6365210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp' 2025-03-21T20:18:12.6365771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp' 2025-03-21T20:18:12.6366291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logit.cpp' 2025-03-21T20:18:12.6366791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_lt.cpp' 2025-03-21T20:18:12.6367354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_masked_fill.cpp' 2025-03-21T20:18:12.6367951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_masked_scatter.cpp' 2025-03-21T20:18:12.6368527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_masked_select.cpp' 2025-03-21T20:18:12.6369139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_max.cpp' 2025-03-21T20:18:12.6369801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_max_pool2d_with_indices.cpp' 2025-03-21T20:18:12.6370484Z 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:12.6371036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_maximum.cpp' 2025-03-21T20:18:12.6371547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_mean.cpp' 2025-03-21T20:18:12.6372066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_min.cpp' 2025-03-21T20:18:12.6372597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_minimum.cpp' 2025-03-21T20:18:12.6373108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_mm.cpp' 2025-03-21T20:18:12.6373611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_mul.cpp' 2025-03-21T20:18:12.6374165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_narrow_copy.cpp' 2025-03-21T20:18:12.6374814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_native_batch_norm.cpp' 2025-03-21T20:18:12.6375432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_native_group_norm.cpp' 2025-03-21T20:18:12.6376036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_native_layer_norm.cpp' 2025-03-21T20:18:12.6376537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ne.cpp' 2025-03-21T20:18:12.6377057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_neg.cpp' 2025-03-21T20:18:12.6377587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_nonzero.cpp' 2025-03-21T20:18:12.6378116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ones.cpp' 2025-03-21T20:18:12.6378678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pdist_forward.cpp' 2025-03-21T20:18:12.6379258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_permute_copy.cpp' 2025-03-21T20:18:12.6379821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pixel_shuffle.cpp' 2025-03-21T20:18:12.6380400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pixel_unshuffle.cpp' 2025-03-21T20:18:12.6380921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pow.cpp' 2025-03-21T20:18:12.6381438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_prod.cpp' 2025-03-21T20:18:12.6382005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reciprocal.cpp' 2025-03-21T20:18:12.6382589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reflection_pad1d.cpp' 2025-03-21T20:18:12.6383216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reflection_pad2d.cpp' 2025-03-21T20:18:12.6383824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reflection_pad3d.cpp' 2025-03-21T20:18:12.6384351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_relu.cpp' 2025-03-21T20:18:12.6384900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_remainder.cpp' 2025-03-21T20:18:12.6385446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_repeat.cpp' 2025-03-21T20:18:12.6386046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_repeat_interleave.cpp' 2025-03-21T20:18:12.6386659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_replication_pad1d.cpp' 2025-03-21T20:18:12.6387254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_replication_pad2d.cpp' 2025-03-21T20:18:12.6387852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_replication_pad3d.cpp' 2025-03-21T20:18:12.6388382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_roll.cpp' 2025-03-21T20:18:12.6388907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_round.cpp' 2025-03-21T20:18:12.6389470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_rsqrt.cpp' 2025-03-21T20:18:12.6389990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_rsub.cpp' 2025-03-21T20:18:12.6390625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_scalar_tensor.cpp' 2025-03-21T20:18:12.6391167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_scatter.cpp' 2025-03-21T20:18:12.6391736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_scatter_add.cpp' 2025-03-21T20:18:12.6392291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_select_copy.cpp' 2025-03-21T20:18:12.6392876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_select_scatter.cpp' 2025-03-21T20:18:12.6393409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp' 2025-03-21T20:18:12.6393926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sign.cpp' 2025-03-21T20:18:12.6394441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sin.cpp' 2025-03-21T20:18:12.6394954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sinh.cpp' 2025-03-21T20:18:12.6395516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_slice_copy.cpp' 2025-03-21T20:18:12.6396083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_slice_scatter.cpp' 2025-03-21T20:18:12.6396628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_softmax.cpp' 2025-03-21T20:18:12.6397176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_split_copy.cpp' 2025-03-21T20:18:12.6397841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_split_with_sizes_copy.cpp' 2025-03-21T20:18:12.6398561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sqrt.cpp' 2025-03-21T20:18:12.6399139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_squeeze_copy.cpp' 2025-03-21T20:18:12.6399661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_stack.cpp' 2025-03-21T20:18:12.6400179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sub.cpp' 2025-03-21T20:18:12.6400689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sum.cpp' 2025-03-21T20:18:12.6401213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_t_copy.cpp' 2025-03-21T20:18:12.6401739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_tan.cpp' 2025-03-21T20:18:12.6402251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_tanh.cpp' 2025-03-21T20:18:12.6402793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_to_copy.cpp' 2025-03-21T20:18:12.6403303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_topk.cpp' 2025-03-21T20:18:12.6403888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_transpose_copy.cpp' 2025-03-21T20:18:12.6404464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_tril.cpp' 2025-03-21T20:18:12.6405004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_trunc.cpp' 2025-03-21T20:18:12.6405595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_unbind_copy.cpp' 2025-03-21T20:18:12.6406161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_unfold_copy.cpp' 2025-03-21T20:18:12.6406729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_unsqueeze_copy.cpp' 2025-03-21T20:18:12.6407334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_upsample_bilinear2d.cpp' 2025-03-21T20:18:12.6407951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_upsample_nearest2d.cpp' 2025-03-21T20:18:12.6408454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_var.cpp' 2025-03-21T20:18:12.6409081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_view_copy.cpp' 2025-03-21T20:18:12.6409607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_where.cpp' 2025-03-21T20:18:12.6410166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_zeros.cpp' 2025-03-21T20:18:12.6410704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/TARGETS' 2025-03-21T20:18:12.6411280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/bitwise_op.h' 2025-03-21T20:18:12.6411868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/comparison_op.h' 2025-03-21T20:18:12.6412445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/logical_op.h' 2025-03-21T20:18:12.6413038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/pattern.h' 2025-03-21T20:18:12.6413631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/targets.bzl' 2025-03-21T20:18:12.6414265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/unary_ufunc_realh.cpp' 2025-03-21T20:18:12.6414945Z 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:12.6415695Z 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:12.6416241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern' 2025-03-21T20:18:12.6416785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/scalar_utils.h' 2025-03-21T20:18:12.6417334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/selective_build.h' 2025-03-21T20:18:12.6417882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/targets.bzl' 2025-03-21T20:18:12.6418400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/TARGETS' 2025-03-21T20:18:12.6419018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/scalar_utils_test.cpp' 2025-03-21T20:18:12.6419586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/targets.bzl' 2025-03-21T20:18:12.6420166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/vec_ops_test.cpp' 2025-03-21T20:18:12.6420722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test' 2025-03-21T20:18:12.6421241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/TARGETS' 2025-03-21T20:18:12.6421865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/activation_ops_util.cpp' 2025-03-21T20:18:12.6422470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/activation_ops_util.h' 2025-03-21T20:18:12.6423094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/advanced_index_util.cpp' 2025-03-21T20:18:12.6423698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/advanced_index_util.h' 2025-03-21T20:18:12.6424345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/broadcast_indexes_range.h' 2025-03-21T20:18:12.6424929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/broadcast_util.cpp' 2025-03-21T20:18:12.6425505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/broadcast_util.h' 2025-03-21T20:18:12.6426079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/copy_ops_util.cpp' 2025-03-21T20:18:12.6426651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/copy_ops_util.h' 2025-03-21T20:18:12.6427257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/delinearize_index.cpp' 2025-03-21T20:18:12.6427891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/delinearize_index.h' 2025-03-21T20:18:12.6428472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/distance_util.cpp' 2025-03-21T20:18:12.6429081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/distance_util.h' 2025-03-21T20:18:12.6429650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/dtype_util.cpp' 2025-03-21T20:18:12.6430199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/dtype_util.h' 2025-03-21T20:18:12.6430792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/elementwise_util.h' 2025-03-21T20:18:12.6431366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/functional_util.h' 2025-03-21T20:18:12.6431935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/index_util.cpp' 2025-03-21T20:18:12.6432480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/index_util.h' 2025-03-21T20:18:12.6433084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/kernel_ops_util.cpp' 2025-03-21T20:18:12.6433682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/kernel_ops_util.h' 2025-03-21T20:18:12.6434265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/math_util.h' 2025-03-21T20:18:12.6434857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/matmul_ops_util.cpp' 2025-03-21T20:18:12.6435477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/matmul_ops_util.h' 2025-03-21T20:18:12.6436118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/normalization_ops_util.cpp' 2025-03-21T20:18:12.6436745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/normalization_ops_util.h' 2025-03-21T20:18:12.6437326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/padding_util.cpp' 2025-03-21T20:18:12.6437885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/padding_util.h' 2025-03-21T20:18:12.6438460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp' 2025-03-21T20:18:12.6439011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.h' 2025-03-21T20:18:12.6439587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/repeat_util.cpp' 2025-03-21T20:18:12.6440143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/repeat_util.h' 2025-03-21T20:18:12.6440748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/select_copy_util.cpp' 2025-03-21T20:18:12.6441332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/select_copy_util.h' 2025-03-21T20:18:12.6441903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/slice_util.cpp' 2025-03-21T20:18:12.6442444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/slice_util.h' 2025-03-21T20:18:12.6443016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/targets.bzl' 2025-03-21T20:18:12.6443649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/CMakeLists.txt' 2025-03-21T20:18:12.6444193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/TARGETS' 2025-03-21T20:18:12.6444906Z 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:12.6445523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/broadcast_test.cpp' 2025-03-21T20:18:12.6446132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/reduce_test.cpp' 2025-03-21T20:18:12.6446705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/targets.bzl' 2025-03-21T20:18:12.6447266Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test' 2025-03-21T20:18:12.6447836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/transpose_util.h' 2025-03-21T20:18:12.6448426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/upsample_util.cpp' 2025-03-21T20:18:12.6449056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/upsample_util.h' 2025-03-21T20:18:12.6449632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util' 2025-03-21T20:18:12.6450136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/vec_ops.h' 2025-03-21T20:18:12.6450662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu' 2025-03-21T20:18:12.6451193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/custom_ops.yaml' 2025-03-21T20:18:12.6451714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/find_op_header.sh' 2025-03-21T20:18:12.6452237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml' 2025-03-21T20:18:12.6452727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/targets.bzl' 2025-03-21T20:18:12.6453236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/TARGETS' 2025-03-21T20:18:12.6453870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/dtype_selective_build_test.cpp' 2025-03-21T20:18:12.6454458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_allclose_test.cpp' 2025-03-21T20:18:12.6454998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_div_test.cpp' 2025-03-21T20:18:12.6455558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_gelu_test.cpp' 2025-03-21T20:18:12.6456098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_mul_test.cpp' 2025-03-21T20:18:12.6456735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_upsample_bilinear2d_test.py' 2025-03-21T20:18:12.6457374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_upsample_nearest2d_test.py' 2025-03-21T20:18:12.6458030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/register_ops_aot_for_test.cpp' 2025-03-21T20:18:12.6458684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/supported_features_def.yaml' 2025-03-21T20:18:12.6459206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/targets.bzl' 2025-03-21T20:18:12.6459734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test' 2025-03-21T20:18:12.6460205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable' 2025-03-21T20:18:12.6460684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/TARGETS' 2025-03-21T20:18:12.6461210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_copy_index.cpp' 2025-03-21T20:18:12.6461740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_copy_index.h' 2025-03-21T20:18:12.6462232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_view.cpp' 2025-03-21T20:18:12.6462721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_view.h' 2025-03-21T20:18:12.6463263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/register_prim_ops.cpp' 2025-03-21T20:18:12.6463753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/targets.bzl' 2025-03-21T20:18:12.6464332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/CMakeLists.txt' 2025-03-21T20:18:12.6464827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/TARGETS' 2025-03-21T20:18:12.6465427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/prim_ops_test.cpp' 2025-03-21T20:18:12.6465975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/prim_ops_test.py' 2025-03-21T20:18:12.6466488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test' 2025-03-21T20:18:12.6466959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops' 2025-03-21T20:18:12.6467490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/CMakeLists.txt' 2025-03-21T20:18:12.6467975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/README.md' 2025-03-21T20:18:12.6468460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/TARGETS' 2025-03-21T20:18:12.6468958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/__init__.py' 2025-03-21T20:18:12.6469455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/TARGETS' 2025-03-21T20:18:12.6470009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp' 2025-03-21T20:18:12.6470538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.h' 2025-03-21T20:18:12.6471058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_add.cpp' 2025-03-21T20:18:12.6471634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp' 2025-03-21T20:18:12.6472223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp' 2025-03-21T20:18:12.6472773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp' 2025-03-21T20:18:12.6473373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding2b.cpp' 2025-03-21T20:18:12.6473929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding4b.cpp' 2025-03-21T20:18:12.6474501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_mixed_linear.cpp' 2025-03-21T20:18:12.6475042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_mixed_mm.cpp' 2025-03-21T20:18:12.6475582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp' 2025-03-21T20:18:12.6476116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/targets.bzl' 2025-03-21T20:18:12.6476618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu' 2025-03-21T20:18:12.6477141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:18:12.6477649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/targets.bzl' 2025-03-21T20:18:12.6478160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/TARGETS' 2025-03-21T20:18:12.6478733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_add_test.cpp' 2025-03-21T20:18:12.6479361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_choose_qparams_test.cpp' 2025-03-21T20:18:12.6479982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_dequantize_test.cpp' 2025-03-21T20:18:12.6480597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_embedding2b_test.cpp' 2025-03-21T20:18:12.6481196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_embedding4b_test.cpp' 2025-03-21T20:18:12.6481776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_embedding_test.cpp' 2025-03-21T20:18:12.6482395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_mixed_linear_test.cpp' 2025-03-21T20:18:12.6482970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_mixed_mm_test.cpp' 2025-03-21T20:18:12.6483565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_quantize_test.cpp' 2025-03-21T20:18:12.6484227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/quantized_ops_aot_register.cpp' 2025-03-21T20:18:12.6484860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:18:12.6485390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/targets.bzl' 2025-03-21T20:18:12.6485984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:18:12.6486627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:18:12.6487190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test' 2025-03-21T20:18:12.6487669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized' 2025-03-21T20:18:12.6488257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/BinaryLogicalOpTest.cpp' 2025-03-21T20:18:12.6488791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/BinaryLogicalOpTest.h' 2025-03-21T20:18:12.6489355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/CMakeLists.txt' 2025-03-21T20:18:12.6489819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/TARGETS' 2025-03-21T20:18:12.6490280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/TestUtil.h' 2025-03-21T20:18:12.6490963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/UnaryUfuncRealHBBF16ToFloatHBF16Test.cpp' 2025-03-21T20:18:12.6491610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/UnaryUfuncRealHBBF16ToFloatHBF16Test.h' 2025-03-21T20:18:12.6492216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/README.md' 2025-03-21T20:18:12.6492787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/TARGETS' 2025-03-21T20:18:12.6493432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/my_functions.yaml' 2025-03-21T20:18:12.6494066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/op_relu.cpp' 2025-03-21T20:18:12.6494768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/supported_features_def.yaml' 2025-03-21T20:18:12.6495398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/targets.bzl' 2025-03-21T20:18:12.6495994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/tests.bzl' 2025-03-21T20:18:12.6496572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example' 2025-03-21T20:18:12.6497118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/gen_supported_features.py' 2025-03-21T20:18:12.6497706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/gen_supported_features_test.py' 2025-03-21T20:18:12.6498457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/kernel_runtime_context_test.cpp' 2025-03-21T20:18:12.6499035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op__empty_dim_order_test.cpp' 2025-03-21T20:18:12.6499607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op__to_dim_order_copy_test.cpp' 2025-03-21T20:18:12.6500116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_abs_test.cpp' 2025-03-21T20:18:12.6500611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_acos_test.cpp' 2025-03-21T20:18:12.6501123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_acosh_test.cpp' 2025-03-21T20:18:12.6501616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_add_test.cpp' 2025-03-21T20:18:12.6502125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_addmm_test.cpp' 2025-03-21T20:18:12.6502705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_alias_copy_test.cpp' 2025-03-21T20:18:12.6503232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_amax_test.cpp' 2025-03-21T20:18:12.6503736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_amin_test.cpp' 2025-03-21T20:18:12.6504224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_any_test.cpp' 2025-03-21T20:18:12.6504738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_arange_test.cpp' 2025-03-21T20:18:12.6505241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_argmax_test.cpp' 2025-03-21T20:18:12.6505756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_argmin_test.cpp' 2025-03-21T20:18:12.6506314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_as_strided_copy_test.cpp' 2025-03-21T20:18:12.6506822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_asin_test.cpp' 2025-03-21T20:18:12.6507321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_asinh_test.cpp' 2025-03-21T20:18:12.6507831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_atan2_test.cpp' 2025-03-21T20:18:12.6508325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_atan_test.cpp' 2025-03-21T20:18:12.6508862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_atanh_test.cpp' 2025-03-21T20:18:12.6509403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_avg_pool2d_test.cpp' 2025-03-21T20:18:12.6509978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_and_test.cpp' 2025-03-21T20:18:12.6510527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_not_test.cpp' 2025-03-21T20:18:12.6511051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_or_test.cpp' 2025-03-21T20:18:12.6511619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_xor_test.cpp' 2025-03-21T20:18:12.6512107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bmm_test.cpp' 2025-03-21T20:18:12.6512607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cat_test.cpp' 2025-03-21T20:18:12.6513156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cdist_forward_test.cpp' 2025-03-21T20:18:12.6513664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ceil_test.cpp' 2025-03-21T20:18:12.6514163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_clamp_test.cpp' 2025-03-21T20:18:12.6514659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_clone_test.cpp' 2025-03-21T20:18:12.6515229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_constant_pad_nd_test.cpp' 2025-03-21T20:18:12.6515820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_convolution_backward_test.cpp' 2025-03-21T20:18:12.6516366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_convolution_test.cpp' 2025-03-21T20:18:12.6516892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_copy_test.cpp' 2025-03-21T20:18:12.6517395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cos_test.cpp' 2025-03-21T20:18:12.6517917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cosh_test.cpp' 2025-03-21T20:18:12.6518430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cumsum_test.cpp' 2025-03-21T20:18:12.6518969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_detach_copy_test.cpp' 2025-03-21T20:18:12.6519528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_diagonal_copy_test.cpp' 2025-03-21T20:18:12.6520018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_div_test.cpp' 2025-03-21T20:18:12.6520551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_embedding_test.cpp' 2025-03-21T20:18:12.6521067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_empty_test.cpp' 2025-03-21T20:18:12.6521554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_eq_test.cpp' 2025-03-21T20:18:12.6522055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_erf_test.cpp' 2025-03-21T20:18:12.6522545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_exp_test.cpp' 2025-03-21T20:18:12.6523122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_expand_copy_test.cpp' 2025-03-21T20:18:12.6523625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_expm1_test.cpp' 2025-03-21T20:18:12.6524281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_fft_r2c_test.cpp' 2025-03-21T20:18:12.6524784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_fill_test.cpp' 2025-03-21T20:18:12.6525298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_flip_test.cpp' 2025-03-21T20:18:12.6525840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_floor_divide_test.cpp' 2025-03-21T20:18:12.6526341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_floor_test.cpp' 2025-03-21T20:18:12.6526854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_fmod_test.cpp' 2025-03-21T20:18:12.6527378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_full_like_test.cpp' 2025-03-21T20:18:12.6527890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_full_test.cpp' 2025-03-21T20:18:12.6528398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_gather_test.cpp' 2025-03-21T20:18:12.6528970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ge_test.cpp' 2025-03-21T20:18:12.6529467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_gelu_test.cpp' 2025-03-21T20:18:12.6529969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_glu_test.cpp' 2025-03-21T20:18:12.6530455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_gt_test.cpp' 2025-03-21T20:18:12.6530988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_hardtanh_test.cpp' 2025-03-21T20:18:12.6531542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_index_put_test.cpp' 2025-03-21T20:18:12.6532108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_index_select_test.cpp' 2025-03-21T20:18:12.6532620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_index_test.cpp' 2025-03-21T20:18:12.6533120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_isinf_test.cpp' 2025-03-21T20:18:12.6533633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_isnan_test.cpp' 2025-03-21T20:18:12.6534118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_le_test.cpp' 2025-03-21T20:18:12.6534661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_leaky_relu_test.cpp' 2025-03-21T20:18:12.6535222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_lift_fresh_copy_test.cpp' 2025-03-21T20:18:12.6535740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_linear_test.cpp' 2025-03-21T20:18:12.6536234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log10_test.cpp' 2025-03-21T20:18:12.6536741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log1p_test.cpp' 2025-03-21T20:18:12.6537234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log2_test.cpp' 2025-03-21T20:18:12.6537793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log_softmax_test.cpp' 2025-03-21T20:18:12.6538292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log_test.cpp' 2025-03-21T20:18:12.6538865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_and_test.cpp' 2025-03-21T20:18:12.6539409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_not_test.cpp' 2025-03-21T20:18:12.6539937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_or_test.cpp' 2025-03-21T20:18:12.6540482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_xor_test.cpp' 2025-03-21T20:18:12.6540982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logit_test.cpp' 2025-03-21T20:18:12.6541476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_lt_test.cpp' 2025-03-21T20:18:12.6542013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_masked_fill_test.cpp' 2025-03-21T20:18:12.6542569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_masked_scatter_test.cpp' 2025-03-21T20:18:12.6543111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_masked_select_test.cpp' 2025-03-21T20:18:12.6543778Z 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:12.6544377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_max_pool2d_with_indices_test.cpp' 2025-03-21T20:18:12.6544872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_max_test.cpp' 2025-03-21T20:18:12.6545395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_maximum_test.cpp' 2025-03-21T20:18:12.6545915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_mean_test.cpp' 2025-03-21T20:18:12.6546439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_min_test.cpp' 2025-03-21T20:18:12.6546949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_minimum_test.cpp' 2025-03-21T20:18:12.6547443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_mm_test.cpp' 2025-03-21T20:18:12.6547931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_mul_test.cpp' 2025-03-21T20:18:12.6548475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_narrow_copy_test.cpp' 2025-03-21T20:18:12.6549037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_native_batch_norm_test.cpp' 2025-03-21T20:18:12.6549617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_native_group_norm_test.cpp' 2025-03-21T20:18:12.6550177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_native_layer_norm_test.cpp' 2025-03-21T20:18:12.6550659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ne_test.cpp' 2025-03-21T20:18:12.6551154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_neg_test.cpp' 2025-03-21T20:18:12.6551663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_nonzero_test.cpp' 2025-03-21T20:18:12.6552192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ones_test.cpp' 2025-03-21T20:18:12.6552736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pdist_forward_test.cpp' 2025-03-21T20:18:12.6553320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_permute_copy_test.cpp' 2025-03-21T20:18:12.6553865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pixel_shuffle_test.cpp' 2025-03-21T20:18:12.6554433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pixel_unshuffle_test.cpp' 2025-03-21T20:18:12.6554920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pow_test.cpp' 2025-03-21T20:18:12.6555428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_prod_test.cpp' 2025-03-21T20:18:12.6555958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reciprocal_test.cpp' 2025-03-21T20:18:12.6556527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reflection_pad1d_test.cpp' 2025-03-21T20:18:12.6557098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reflection_pad2d_test.cpp' 2025-03-21T20:18:12.6557658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reflection_pad3d_test.cpp' 2025-03-21T20:18:12.6558165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_relu_test.cpp' 2025-03-21T20:18:12.6558688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_remainder_test.cpp' 2025-03-21T20:18:12.6559269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_repeat_interleave_test.cpp' 2025-03-21T20:18:12.6559773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_repeat_test.cpp' 2025-03-21T20:18:12.6560385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_replication_pad1d_test.cpp' 2025-03-21T20:18:12.6560976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_replication_pad2d_test.cpp' 2025-03-21T20:18:12.6561553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_replication_pad3d_test.cpp' 2025-03-21T20:18:12.6562047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_roll_test.cpp' 2025-03-21T20:18:12.6562544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_round_test.cpp' 2025-03-21T20:18:12.6563055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_rsqrt_test.cpp' 2025-03-21T20:18:12.6563551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_rsub_test.cpp' 2025-03-21T20:18:12.6564110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_scalar_tensor_test.cpp' 2025-03-21T20:18:12.6564646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_scatter_add_test.cpp' 2025-03-21T20:18:12.6565174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_scatter_test.cpp' 2025-03-21T20:18:12.6565705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_select_copy_test.cpp' 2025-03-21T20:18:12.6566296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_select_scatter_test.cpp' 2025-03-21T20:18:12.6566807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sigmoid_test.cpp' 2025-03-21T20:18:12.6567339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sign_test.cpp' 2025-03-21T20:18:12.6567827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sin_test.cpp' 2025-03-21T20:18:12.6568326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sinh_test.cpp' 2025-03-21T20:18:12.6568865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_slice_copy_test.cpp' 2025-03-21T20:18:12.6569489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_slice_scatter_test.cpp' 2025-03-21T20:18:12.6570020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_softmax_test.cpp' 2025-03-21T20:18:12.6570550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_split_copy_test.cpp' 2025-03-21T20:18:12.6571162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_split_with_sizes_copy_test.cpp' 2025-03-21T20:18:12.6571657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sqrt_test.cpp' 2025-03-21T20:18:12.6572213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_squeeze_copy_test.cpp' 2025-03-21T20:18:12.6572716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_stack_test.cpp' 2025-03-21T20:18:12.6573220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sub_test.cpp' 2025-03-21T20:18:12.6573713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sum_test.cpp' 2025-03-21T20:18:12.6574233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_t_copy_test.cpp' 2025-03-21T20:18:12.6574757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_tan_test.cpp' 2025-03-21T20:18:12.6575253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_tanh_test.cpp' 2025-03-21T20:18:12.6575746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_test.h' 2025-03-21T20:18:12.6576258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_to_copy_test.cpp' 2025-03-21T20:18:12.6576768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_topk_test.cpp' 2025-03-21T20:18:12.6577320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_transpose_copy_test.cpp' 2025-03-21T20:18:12.6577828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_tril_test.cpp' 2025-03-21T20:18:12.6578329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_trunc_test.cpp' 2025-03-21T20:18:12.6578879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_unbind_copy_test.cpp' 2025-03-21T20:18:12.6579414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_unfold_copy_test.cpp' 2025-03-21T20:18:12.6579978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_unsqueeze_copy_test.cpp' 2025-03-21T20:18:12.6580560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_upsample_bilinear2d_test.cpp' 2025-03-21T20:18:12.6581164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_upsample_nearest2d_test.cpp' 2025-03-21T20:18:12.6581667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_var_test.cpp' 2025-03-21T20:18:12.6582223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_view_copy_test.cpp' 2025-03-21T20:18:12.6582738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_where_test.cpp' 2025-03-21T20:18:12.6583237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_zeros_test.cpp' 2025-03-21T20:18:12.6583840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/summarize_supported_features.py' 2025-03-21T20:18:12.6584378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features.yaml' 2025-03-21T20:18:12.6584987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_def_aten.yaml' 2025-03-21T20:18:12.6585601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_def_example.yaml' 2025-03-21T20:18:12.6586217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_definition.ini' 2025-03-21T20:18:12.6586789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_header.ini' 2025-03-21T20:18:12.6587357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_summary.md' 2025-03-21T20:18:12.6587844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/targets.bzl' 2025-03-21T20:18:12.6588346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/test_case_gen.py' 2025-03-21T20:18:12.6588970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/update_supported_feature_summary.sh' 2025-03-21T20:18:12.6589448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test' 2025-03-21T20:18:12.6589905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels' 2025-03-21T20:18:12.6590327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/TARGETS' 2025-03-21T20:18:12.6590868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/parse_profiler_results.py' 2025-03-21T20:18:12.6591384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/profiler_results_cli.py' 2025-03-21T20:18:12.6591852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/test/TARGETS' 2025-03-21T20:18:12.6592377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/test/test_profiler_e2e.py' 2025-03-21T20:18:12.6592837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/test' 2025-03-21T20:18:12.6593277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler' 2025-03-21T20:18:12.6593693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/pyproject.toml' 2025-03-21T20:18:12.6594095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/pytest.ini' 2025-03-21T20:18:12.6594546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/requirements-dev.txt' 2025-03-21T20:18:12.6595038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/requirements-examples.txt' 2025-03-21T20:18:12.6595571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/requirements-lintrunner.txt' 2025-03-21T20:18:12.6596027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/run_python_script.sh' 2025-03-21T20:18:12.6596528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/COMPATIBILITY.md' 2025-03-21T20:18:12.6596946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/TARGETS' 2025-03-21T20:18:12.6597421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/__init__.py' 2025-03-21T20:18:12.6597880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/TARGETS' 2025-03-21T20:18:12.6598620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/backend_execution_context.h' 2025-03-21T20:18:12.6599170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/backend_init_context.h' 2025-03-21T20:18:12.6599684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/interface.cpp' 2025-03-21T20:18:12.6600172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/interface.h' 2025-03-21T20:18:12.6600670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/targets.bzl' 2025-03-21T20:18:12.6601160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/test/TARGETS' 2025-03-21T20:18:12.6601687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/test/targets.bzl' 2025-03-21T20:18:12.6602178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/test' 2025-03-21T20:18:12.6602647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend' 2025-03-21T20:18:12.6603101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/TARGETS' 2025-03-21T20:18:12.6603621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/array_ref.h' 2025-03-21T20:18:12.6604157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/data_loader.h' 2025-03-21T20:18:12.6604613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/defines.h' 2025-03-21T20:18:12.6605071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/error.h' 2025-03-21T20:18:12.6605531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/evalue.cpp' 2025-03-21T20:18:12.6605992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/evalue.h' 2025-03-21T20:18:12.6606474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/event_tracer.h' 2025-03-21T20:18:12.6607008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:18:12.6607574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:18:12.6608074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/TARGETS' 2025-03-21T20:18:12.6608608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:18:12.6609194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/targets.bzl' 2025-03-21T20:18:12.6609837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/README.md' 2025-03-21T20:18:12.6610407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/TARGETS' 2025-03-21T20:18:12.6611055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/targets.bzl' 2025-03-21T20:18:12.6611679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:18:12.6612309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/tensor_util.cpp' 2025-03-21T20:18:12.6612914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:18:12.6613565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/CMakeLists.txt' 2025-03-21T20:18:12.6614169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/TARGETS' 2025-03-21T20:18:12.6614808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/targets.bzl' 2025-03-21T20:18:12.6615498Z 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:12.6616170Z 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:12.6616787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test' 2025-03-21T20:18:12.6617368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util' 2025-03-21T20:18:12.6617940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/README.md' 2025-03-21T20:18:12.6618496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/TARGETS' 2025-03-21T20:18:12.6619109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:18:12.6619697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:18:12.6620260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/targets.bzl' 2025-03-21T20:18:12.6620888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:18:12.6621550Z 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:12.6622185Z 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:12.6622759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:18:12.6623367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util_aten.cpp' 2025-03-21T20:18:12.6623996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util_portable.cpp' 2025-03-21T20:18:12.6624611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/CMakeLists.txt' 2025-03-21T20:18:12.6625189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/TARGETS' 2025-03-21T20:18:12.6625848Z 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:12.6626576Z 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:12.6627246Z 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:12.6627822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/targets.bzl' 2025-03-21T20:18:12.6628539Z 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:12.6629170Z 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:12.6629743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test' 2025-03-21T20:18:12.6630278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util' 2025-03-21T20:18:12.6630794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten' 2025-03-21T20:18:12.6631295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:18:12.6631835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:18:12.6632353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:18:12.6632846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/named_data_map.h' 2025-03-21T20:18:12.6633419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/TARGETS' 2025-03-21T20:18:12.6633963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:18:12.6634570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:18:12.6635119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:18:12.6635687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/README.md' 2025-03-21T20:18:12.6636252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/TARGETS' 2025-03-21T20:18:12.6636878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:18:12.6637499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:18:12.6638123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/macros' 2025-03-21T20:18:12.6638717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/targets.bzl' 2025-03-21T20:18:12.6639350Z 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:12.6640034Z 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:12.6640652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:18:12.6641303Z 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:12.6641893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:18:12.6642571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:18:12.6643179Z 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:12.6643877Z 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:12.6644482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:18:12.6645099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util' 2025-03-21T20:18:12.6645674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10' 2025-03-21T20:18:12.6646233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10' 2025-03-21T20:18:12.6646770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:18:12.6647298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:18:12.6647832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:18:12.6648375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:18:12.6649060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:18:12.6649635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:18:12.6650208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:18:12.6650767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:18:12.6651331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/targets.bzl' 2025-03-21T20:18:12.6651863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:18:12.6652454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor_impl.cpp' 2025-03-21T20:18:12.6653019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:18:12.6653610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:18:12.6654214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/CMakeLists.txt' 2025-03-21T20:18:12.6654766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/TARGETS' 2025-03-21T20:18:12.6655422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/bfloat16_test.cpp' 2025-03-21T20:18:12.6656093Z 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:12.6656729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/half_test.cpp' 2025-03-21T20:18:12.6657346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/optional_test.cpp' 2025-03-21T20:18:12.6657965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/scalar_test.cpp' 2025-03-21T20:18:12.6658544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/targets.bzl' 2025-03-21T20:18:12.6659200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/tensor_impl_test.cpp' 2025-03-21T20:18:12.6659803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/tensor_test.cpp' 2025-03-21T20:18:12.6660382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test' 2025-03-21T20:18:12.6660915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type' 2025-03-21T20:18:12.6661363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/result.h' 2025-03-21T20:18:12.6661811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/span.h' 2025-03-21T20:18:12.6662253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tag.cpp' 2025-03-21T20:18:12.6662700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tag.h' 2025-03-21T20:18:12.6663168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/targets.bzl' 2025-03-21T20:18:12.6663722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tensor_layout.cpp' 2025-03-21T20:18:12.6664239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:18:12.6664786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:18:12.6665304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/CMakeLists.txt' 2025-03-21T20:18:12.6665793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/TARGETS' 2025-03-21T20:18:12.6666334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/array_ref_test.cpp' 2025-03-21T20:18:12.6666898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/error_handling_test.cpp' 2025-03-21T20:18:12.6667434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/evalue_test.cpp' 2025-03-21T20:18:12.6667985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/event_tracer_test.cpp' 2025-03-21T20:18:12.6668567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/freeable_buffer_test.cpp' 2025-03-21T20:18:12.6669180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/hierarchical_allocator_test.cpp' 2025-03-21T20:18:12.6669820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/memory_allocator_test.cpp' 2025-03-21T20:18:12.6670336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/span_test.cpp' 2025-03-21T20:18:12.6670886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/tag_test.cpp' 2025-03-21T20:18:12.6671383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/targets.bzl' 2025-03-21T20:18:12.6671960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/tensor_layout_test.cpp' 2025-03-21T20:18:12.6672598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/tensor_shape_dynamism_test_aten.cpp' 2025-03-21T20:18:12.6673091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test' 2025-03-21T20:18:12.6673541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core' 2025-03-21T20:18:12.6674008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/TARGETS' 2025-03-21T20:18:12.6674554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/memory_manager.h' 2025-03-21T20:18:12.6675042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method.cpp' 2025-03-21T20:18:12.6675542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method.h' 2025-03-21T20:18:12.6676064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method_meta.cpp' 2025-03-21T20:18:12.6676580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method_meta.h' 2025-03-21T20:18:12.6677176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/platform_memory_allocator.h' 2025-03-21T20:18:12.6677687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/program.cpp' 2025-03-21T20:18:12.6678214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/program.h' 2025-03-21T20:18:12.6678777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/pte_data_map.cpp' 2025-03-21T20:18:12.6679285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/pte_data_map.h' 2025-03-21T20:18:12.6679778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/targets.bzl' 2025-03-21T20:18:12.6680312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser.h' 2025-03-21T20:18:12.6680866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser_aten.cpp' 2025-03-21T20:18:12.6681465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp' 2025-03-21T20:18:12.6682052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser_portable.cpp' 2025-03-21T20:18:12.6682608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/CMakeLists.txt' 2025-03-21T20:18:12.6683106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/TARGETS' 2025-03-21T20:18:12.6683781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/allocation_failure_stress_test.cpp' 2025-03-21T20:18:12.6684446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/backend_integration_test.cpp' 2025-03-21T20:18:12.6685014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/executor_test.cpp' 2025-03-21T20:18:12.6685659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/kernel_integration_test.cpp' 2025-03-21T20:18:12.6686265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/kernel_resolution_test.cpp' 2025-03-21T20:18:12.6686876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/managed_memory_manager.h' 2025-03-21T20:18:12.6687467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/memory_manager_test.cpp' 2025-03-21T20:18:12.6688053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/method_meta_test.cpp' 2025-03-21T20:18:12.6688598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/method_test.cpp' 2025-03-21T20:18:12.6689259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/program_test.cpp' 2025-03-21T20:18:12.6689845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/pte_data_map_test.cpp' 2025-03-21T20:18:12.6690390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/targets.bzl' 2025-03-21T20:18:12.6690973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/tensor_parser_test.cpp' 2025-03-21T20:18:12.6691615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp' 2025-03-21T20:18:12.6692297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/test_backend_with_delegate_mapping.cpp' 2025-03-21T20:18:12.6692814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test' 2025-03-21T20:18:12.6693338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor' 2025-03-21T20:18:12.6693823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/TARGETS' 2025-03-21T20:18:12.6694347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:18:12.6694893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:18:12.6695440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/operator_registry.cpp' 2025-03-21T20:18:12.6695967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:18:12.6696457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/targets.bzl' 2025-03-21T20:18:12.6696986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/CMakeLists.txt' 2025-03-21T20:18:12.6697480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/TARGETS' 2025-03-21T20:18:12.6698005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:18:12.6698892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/kernel_double_registration_test.cpp' 2025-03-21T20:18:12.6699518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/kernel_runtime_context_test.cpp' 2025-03-21T20:18:12.6700301Z 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:12.6700956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/operator_registry_test.cpp' 2025-03-21T20:18:12.6701462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/targets.bzl' 2025-03-21T20:18:12.6702127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/test_kernel_manual_registration.cpp' 2025-03-21T20:18:12.6702637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:18:12.6703138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test' 2025-03-21T20:18:12.6703707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:18:12.6704181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel' 2025-03-21T20:18:12.6704657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/TARGETS' 2025-03-21T20:18:12.6705150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/abort.cpp' 2025-03-21T20:18:12.6705616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/abort.h' 2025-03-21T20:18:12.6706091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/assert.h' 2025-03-21T20:18:12.6706570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/clock.h' 2025-03-21T20:18:12.6707091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:18:12.6707588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/compiler.h' 2025-03-21T20:18:12.6708203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/default/minimal.cpp' 2025-03-21T20:18:12.6708744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/default/posix.cpp' 2025-03-21T20:18:12.6709305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/default' 2025-03-21T20:18:12.6709786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/log.bzl' 2025-03-21T20:18:12.6710253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/log.cpp' 2025-03-21T20:18:12.6710723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/log.h' 2025-03-21T20:18:12.6711211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/platform.h' 2025-03-21T20:18:12.6711715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/profiler.cpp' 2025-03-21T20:18:12.6712214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/profiler.h' 2025-03-21T20:18:12.6712710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/runtime.cpp' 2025-03-21T20:18:12.6713200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/runtime.h' 2025-03-21T20:18:12.6713673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/system.h' 2025-03-21T20:18:12.6714207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/targets.bzl' 2025-03-21T20:18:12.6714747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/CMakeLists.txt' 2025-03-21T20:18:12.6715288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/TARGETS' 2025-03-21T20:18:12.6715825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/clock_test.cpp' 2025-03-21T20:18:12.6716451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/executor_pal_death_test.cpp' 2025-03-21T20:18:12.6717089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/executor_pal_override_test.cpp' 2025-03-21T20:18:12.6717666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/executor_pal_test.cpp' 2025-03-21T20:18:12.6718228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/logging_test.cpp' 2025-03-21T20:18:12.6718779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/stub_platform.cpp' 2025-03-21T20:18:12.6719338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:18:12.6719861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/targets.bzl' 2025-03-21T20:18:12.6720372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test' 2025-03-21T20:18:12.6720841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/types.h' 2025-03-21T20:18:12.6721326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform' 2025-03-21T20:18:12.6721768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/test/TARGETS' 2025-03-21T20:18:12.6722273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/test/test_runtime.py' 2025-03-21T20:18:12.6722748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/test' 2025-03-21T20:18:12.6723191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime' 2025-03-21T20:18:12.6723655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/CMakeLists.txt' 2025-03-21T20:18:12.6724075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/README.md' 2025-03-21T20:18:12.6724495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/TARGETS' 2025-03-21T20:18:12.6724974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/extended_header.cpp' 2025-03-21T20:18:12.6725451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/extended_header.h' 2025-03-21T20:18:12.6725891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/program.fbs' 2025-03-21T20:18:12.6726357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/scalar_type.fbs' 2025-03-21T20:18:12.6726791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/targets.bzl' 2025-03-21T20:18:12.6727239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test/TARGETS' 2025-03-21T20:18:12.6727781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test/extended_header_test.cpp' 2025-03-21T20:18:12.6728272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test/targets.bzl' 2025-03-21T20:18:12.6728722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test' 2025-03-21T20:18:12.6729235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema' 2025-03-21T20:18:12.6729796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/check_binary_dependencies.py' 2025-03-21T20:18:12.6730290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/file_size_compare.py' 2025-03-21T20:18:12.6730792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/pick_doc_commits.py' 2025-03-21T20:18:12.6731300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/print_public_headers.py' 2025-03-21T20:18:12.6731882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/release/apply-release-changes.sh' 2025-03-21T20:18:12.6732427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/release/cut-release-branch.sh' 2025-03-21T20:18:12.6732913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/release' 2025-03-21T20:18:12.6733374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/strip_binary.py' 2025-03-21T20:18:12.6733797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts' 2025-03-21T20:18:12.6734185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/setup.py' 2025-03-21T20:18:12.6734563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.git' 2025-03-21T20:18:12.6734995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckconfig' 2025-03-21T20:18:12.6735535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckconfig.d/common.buckconfig' 2025-03-21T20:18:12.6736028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckconfig.d' 2025-03-21T20:18:12.6736478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckroot' 2025-03-21T20:18:12.6736934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.gitignore' 2025-03-21T20:18:12.6737311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/BUCK' 2025-03-21T20:18:12.6737768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/CODE_OF_CONDUCT.md' 2025-03-21T20:18:12.6738228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/CONTRIBUTING.md' 2025-03-21T20:18:12.6738667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/LICENSE-APACHE' 2025-03-21T20:18:12.6739101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/LICENSE-MIT' 2025-03-21T20:18:12.6739505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/PACKAGE' 2025-03-21T20:18:12.6739933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/README.md' 2025-03-21T20:18:12.6740423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/antlir/fbpkg/fbpkg.bzl' 2025-03-21T20:18:12.6740912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/antlir/fbpkg' 2025-03-21T20:18:12.6741351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/antlir' 2025-03-21T20:18:12.6741854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/buck2/buck_rust_binary.bzl' 2025-03-21T20:18:12.6742365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/buck2/proto_defs.bzl' 2025-03-21T20:18:12.6742800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/buck2' 2025-03-21T20:18:12.6743358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/auto_headers.bzl' 2025-03-21T20:18:12.6743834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/config.bzl' 2025-03-21T20:18:12.6744362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_benchmark.bzl' 2025-03-21T20:18:12.6744857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_binary.bzl' 2025-03-21T20:18:12.6745374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_library.bzl' 2025-03-21T20:18:12.6745892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_unittest.bzl' 2025-03-21T20:18:12.6746405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/custom_rule.bzl' 2025-03-21T20:18:12.6746933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/custom_unittest.bzl' 2025-03-21T20:18:12.6747453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cython_library.bzl' 2025-03-21T20:18:12.6747978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/export_files.bzl' 2025-03-21T20:18:12.6748460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/oss.bzl' 2025-03-21T20:18:12.6749016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/python_common.bzl' 2025-03-21T20:18:12.6749508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/test/BUCK' 2025-03-21T20:18:12.6750029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/test/oss.bzl' 2025-03-21T20:18:12.6750574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/test' 2025-03-21T20:18:12.6751103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib' 2025-03-21T20:18:12.6751610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/native_rules.bzl' 2025-03-21T20:18:12.6752130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/ocaml_binary.bzl' 2025-03-21T20:18:12.6752651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/platform_utils.bzl' 2025-03-21T20:18:12.6753208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/prebuilt_cpp_library.bzl' 2025-03-21T20:18:12.6753736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/python_binary.bzl' 2025-03-21T20:18:12.6754260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/python_library.bzl' 2025-03-21T20:18:12.6754801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/python_unittest.bzl' 2025-03-21T20:18:12.6755269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/roar.bzl' 2025-03-21T20:18:12.6755783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_binary.bzl' 2025-03-21T20:18:12.6756392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_library.bzl' 2025-03-21T20:18:12.6756957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_linkable_symbol.bzl' 2025-03-21T20:18:12.6757520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_unittest.bzl' 2025-03-21T20:18:12.6757998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs' 2025-03-21T20:18:12.6758397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/cfg.bzl' 2025-03-21T20:18:12.6758923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common/ocaml/interop/defs.bzl' 2025-03-21T20:18:12.6759457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common/ocaml/interop' 2025-03-21T20:18:12.6759933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common/ocaml' 2025-03-21T20:18:12.6760390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common' 2025-03-21T20:18:12.6760942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async/test/certs/defs.bzl' 2025-03-21T20:18:12.6761506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async/test/certs' 2025-03-21T20:18:12.6762024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async/test' 2025-03-21T20:18:12.6762524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async' 2025-03-21T20:18:12.6762977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io' 2025-03-21T20:18:12.6763427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly' 2025-03-21T20:18:12.6763961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/grpc_fb/codegen/buck_macros.bzl' 2025-03-21T20:18:12.6764478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/grpc_fb/codegen' 2025-03-21T20:18:12.6764936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/grpc_fb' 2025-03-21T20:18:12.6765397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib/dicts.bzl' 2025-03-21T20:18:12.6765845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib/paths.bzl' 2025-03-21T20:18:12.6766276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib/shell.bzl' 2025-03-21T20:18:12.6766710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib' 2025-03-21T20:18:12.6767197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/BUCK' 2025-03-21T20:18:12.6767851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/broken_in_oss/constraints/BUCK' 2025-03-21T20:18:12.6768515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/broken_in_oss/constraints' 2025-03-21T20:18:12.6769203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/broken_in_oss' 2025-03-21T20:18:12.6769713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros' 2025-03-21T20:18:12.6770180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource' 2025-03-21T20:18:12.6770625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/BUCK' 2025-03-21T20:18:12.6771170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux/distro/constraints/BUCK' 2025-03-21T20:18:12.6771781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux/distro/constraints' 2025-03-21T20:18:12.6772273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux/distro' 2025-03-21T20:18:12.6772742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux' 2025-03-21T20:18:12.6773160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os' 2025-03-21T20:18:12.6773585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/shims.bzl' 2025-03-21T20:18:12.6774098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/binutils/BUCK' 2025-03-21T20:18:12.6774637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/binutils' 2025-03-21T20:18:12.6775123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/boost/BUCK' 2025-03-21T20:18:12.6775638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/boost/boost.bzl' 2025-03-21T20:18:12.6776161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/boost' 2025-03-21T20:18:12.6776657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/brotli/BUCK' 2025-03-21T20:18:12.6777185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/brotli' 2025-03-21T20:18:12.6777670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/bzip2/BUCK' 2025-03-21T20:18:12.6778185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/bzip2' 2025-03-21T20:18:12.6778685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/defs.bzl' 2025-03-21T20:18:12.6779247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/double_conversion/BUCK' 2025-03-21T20:18:12.6779854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/double_conversion' 2025-03-21T20:18:12.6780380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fast_float/BUCK' 2025-03-21T20:18:12.6780917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fast_float' 2025-03-21T20:18:12.6781391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fmt/BUCK' 2025-03-21T20:18:12.6781898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fmt' 2025-03-21T20:18:12.6782395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/gflags/BUCK' 2025-03-21T20:18:12.6782919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/gflags' 2025-03-21T20:18:12.6783404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glibc/BUCK' 2025-03-21T20:18:12.6783922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glibc' 2025-03-21T20:18:12.6784404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glog/BUCK' 2025-03-21T20:18:12.6785206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glog' 2025-03-21T20:18:12.6785725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/googletest/BUCK' 2025-03-21T20:18:12.6786337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/googletest/gtest_main.cpp' 2025-03-21T20:18:12.6786877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/googletest' 2025-03-21T20:18:12.6787379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jemalloc/BUCK' 2025-03-21T20:18:12.6787917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jemalloc' 2025-03-21T20:18:12.6788396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jvm/BUCK' 2025-03-21T20:18:12.6788906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jvm' 2025-03-21T20:18:12.6789409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaegis/BUCK' 2025-03-21T20:18:12.6789951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaegis' 2025-03-21T20:18:12.6790447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaio/BUCK' 2025-03-21T20:18:12.6790969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaio' 2025-03-21T20:18:12.6791475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libdwarf/BUCK' 2025-03-21T20:18:12.6792008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libdwarf' 2025-03-21T20:18:12.6792506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libevent/BUCK' 2025-03-21T20:18:12.6793029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libevent' 2025-03-21T20:18:12.6793558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libgcc/BUCK' 2025-03-21T20:18:12.6794095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libgcc' 2025-03-21T20:18:12.6794596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liboqs/BUCK' 2025-03-21T20:18:12.6795108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liboqs' 2025-03-21T20:18:12.6795625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libsodium/BUCK' 2025-03-21T20:18:12.6796158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libsodium' 2025-03-21T20:18:12.6796675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libunwind/BUCK' 2025-03-21T20:18:12.6797209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libunwind' 2025-03-21T20:18:12.6797723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liburing/BUCK' 2025-03-21T20:18:12.6798437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liburing' 2025-03-21T20:18:12.6798913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/lz4/BUCK' 2025-03-21T20:18:12.6799418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/lz4' 2025-03-21T20:18:12.6800081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/macros/rust_third_party.bzl' 2025-03-21T20:18:12.6800604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/macros' 2025-03-21T20:18:12.6801126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/BUCK' 2025-03-21T20:18:12.6801680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/opam/lib/ocaml' 2025-03-21T20:18:12.6802235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/opam/lib' 2025-03-21T20:18:12.6802783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/opam' 2025-03-21T20:18:12.6803292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml' 2025-03-21T20:18:12.6803800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/openssl/BUCK' 2025-03-21T20:18:12.6804322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/openssl' 2025-03-21T20:18:12.6804808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/BUCK' 2025-03-21T20:18:12.6805329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/defs.bzl' 2025-03-21T20:18:12.6805862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/releases.bzl' 2025-03-21T20:18:12.6806387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/update.py' 2025-03-21T20:18:12.6806894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto' 2025-03-21T20:18:12.6807396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/python/BUCK' 2025-03-21T20:18:12.6807950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/python' 2025-03-21T20:18:12.6808466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/range-v3/BUCK' 2025-03-21T20:18:12.6809093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/range-v3' 2025-03-21T20:18:12.6809624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/.gitignore' 2025-03-21T20:18:12.6810137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/Cargo.toml' 2025-03-21T20:18:12.6810637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/defs.bzl' 2025-03-21T20:18:12.6811249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ahash/fixups.toml' 2025-03-21T20:18:12.6811831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ahash' 2025-03-21T20:18:12.6812451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/anyhow/fixups.toml' 2025-03-21T20:18:12.6813032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/anyhow' 2025-03-21T20:18:12.6813676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/async-trait/fixups.toml' 2025-03-21T20:18:12.6814331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/async-trait' 2025-03-21T20:18:12.6814943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/atomic/fixups.toml' 2025-03-21T20:18:12.6815552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/atomic' 2025-03-21T20:18:12.6816179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum-core/fixups.toml' 2025-03-21T20:18:12.6816773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum-core' 2025-03-21T20:18:12.6817366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum/fixups.toml' 2025-03-21T20:18:12.6817934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum' 2025-03-21T20:18:12.6818551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/backtrace/fixups.toml' 2025-03-21T20:18:12.6819160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/backtrace' 2025-03-21T20:18:12.6819761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/blake3/fixups.toml' 2025-03-21T20:18:12.6820350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/blake3' 2025-03-21T20:18:12.6820953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bumpalo/fixups.toml' 2025-03-21T20:18:12.6821552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bumpalo' 2025-03-21T20:18:12.6822170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bzip2-sys/fixups.toml' 2025-03-21T20:18:12.6822778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bzip2-sys' 2025-03-21T20:18:12.6823394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap/fixups.toml' 2025-03-21T20:18:12.6824000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap' 2025-03-21T20:18:12.6824630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_builder/fixups.toml' 2025-03-21T20:18:12.6825253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_builder' 2025-03-21T20:18:12.6825879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_derive/fixups.toml' 2025-03-21T20:18:12.6826486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_derive' 2025-03-21T20:18:12.6827173Z 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:12.6827833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/core-foundation-sys' 2025-03-21T20:18:12.6828461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crc32fast/fixups.toml' 2025-03-21T20:18:12.6829055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crc32fast' 2025-03-21T20:18:12.6829709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/criterion/fixups.toml' 2025-03-21T20:18:12.6830301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/criterion' 2025-03-21T20:18:12.6830993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-epoch/fixups.toml' 2025-03-21T20:18:12.6831629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-epoch' 2025-03-21T20:18:12.6832293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-queue/fixups.toml' 2025-03-21T20:18:12.6832926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-queue' 2025-03-21T20:18:12.6833589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-utils/fixups.toml' 2025-03-21T20:18:12.6834219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-utils' 2025-03-21T20:18:12.6834833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crunchy/fixups.toml' 2025-03-21T20:18:12.6835420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crunchy' 2025-03-21T20:18:12.6836093Z 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:12.6836758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/darwin-libproc-sys' 2025-03-21T20:18:12.6837420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/debugserver-types/fixups.toml' 2025-03-21T20:18:12.6838077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/debugserver-types' 2025-03-21T20:18:12.6838760Z 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:12.6839434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more-impl' 2025-03-21T20:18:12.6840057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more/fixups.toml' 2025-03-21T20:18:12.6840673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more' 2025-03-21T20:18:12.6841304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/erased-serde/fixups.toml' 2025-03-21T20:18:12.6841929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/erased-serde' 2025-03-21T20:18:12.6842532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs-err/fixups.toml' 2025-03-21T20:18:12.6843126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs-err' 2025-03-21T20:18:12.6843707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs4/fixups.toml' 2025-03-21T20:18:12.6844269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs4' 2025-03-21T20:18:12.6844958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-channel/fixups.toml' 2025-03-21T20:18:12.6845592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-channel' 2025-03-21T20:18:12.6846265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-core/fixups.toml' 2025-03-21T20:18:12.6846879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-core' 2025-03-21T20:18:12.6847518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-task/fixups.toml' 2025-03-21T20:18:12.6848128Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-task' 2025-03-21T20:18:12.6848770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-util/fixups.toml' 2025-03-21T20:18:12.6849458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-util' 2025-03-21T20:18:12.6850112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/generic-array/fixups.toml' 2025-03-21T20:18:12.6850728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/generic-array' 2025-03-21T20:18:12.6851357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/getrandom/fixups.toml' 2025-03-21T20:18:12.6851950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/getrandom' 2025-03-21T20:18:12.6852574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/httparse/fixups.toml' 2025-03-21T20:18:12.6853166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/httparse' 2025-03-21T20:18:12.6853790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/hyper/fixups.toml' 2025-03-21T20:18:12.6854378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/hyper' 2025-03-21T20:18:12.6855017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/indexmap/fixups.toml' 2025-03-21T20:18:12.6855618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/indexmap' 2025-03-21T20:18:12.6856247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/io-lifetimes/fixups.toml' 2025-03-21T20:18:12.6856872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/io-lifetimes' 2025-03-21T20:18:12.6857502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/jemalloc-sys/fixups.toml' 2025-03-21T20:18:12.6858129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/jemalloc-sys' 2025-03-21T20:18:12.6858736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lalrpop/fixups.toml' 2025-03-21T20:18:12.6859332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lalrpop' 2025-03-21T20:18:12.6859961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lexical-core/fixups.toml' 2025-03-21T20:18:12.6860611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lexical-core' 2025-03-21T20:18:12.6861208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libc/fixups.toml' 2025-03-21T20:18:12.6861827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libc' 2025-03-21T20:18:12.6862427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libm/fixups.toml' 2025-03-21T20:18:12.6862998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libm' 2025-03-21T20:18:12.6863618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys/BUCK' 2025-03-21T20:18:12.6864252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys/bindgen.rs' 2025-03-21T20:18:12.6864906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys/fixups.toml' 2025-03-21T20:18:12.6865532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys' 2025-03-21T20:18:12.6866176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/linkme-impl/fixups.toml' 2025-03-21T20:18:12.6866784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/linkme-impl' 2025-03-21T20:18:12.6867410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lock_api/fixups.toml' 2025-03-21T20:18:12.6868001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lock_api' 2025-03-21T20:18:12.6868597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/log/fixups.toml' 2025-03-21T20:18:12.6869201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/log' 2025-03-21T20:18:12.6869846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memchr/fixups.toml' 2025-03-21T20:18:12.6870439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memchr' 2025-03-21T20:18:12.6871056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memoffset/fixups.toml' 2025-03-21T20:18:12.6871669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memoffset' 2025-03-21T20:18:12.6872251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/mio/fixups.toml' 2025-03-21T20:18:12.6872840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/mio' 2025-03-21T20:18:12.6873465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/native-tls/fixups.toml' 2025-03-21T20:18:12.6874085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/native-tls' 2025-03-21T20:18:12.6874667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nix/fixups.toml' 2025-03-21T20:18:12.6875245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nix' 2025-03-21T20:18:12.6875857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nom/fixups.toml' 2025-03-21T20:18:12.6876441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nom' 2025-03-21T20:18:12.6877065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ntapi/fixups.toml' 2025-03-21T20:18:12.6877644Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ntapi' 2025-03-21T20:18:12.6878277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-bigint/fixups.toml' 2025-03-21T20:18:12.6878876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-bigint' 2025-03-21T20:18:12.6879516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-integer/fixups.toml' 2025-03-21T20:18:12.6880119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-integer' 2025-03-21T20:18:12.6880757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-traits/fixups.toml' 2025-03-21T20:18:12.6881361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-traits' 2025-03-21T20:18:12.6882002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/oid-registry/fixups.toml' 2025-03-21T20:18:12.6882612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/oid-registry' 2025-03-21T20:18:12.6883255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot/fixups.toml' 2025-03-21T20:18:12.6883862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot' 2025-03-21T20:18:12.6884559Z 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:12.6885221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot_core' 2025-03-21T20:18:12.6885831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/paste/fixups.toml' 2025-03-21T20:18:12.6886405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/paste' 2025-03-21T20:18:12.6886991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pest/fixups.toml' 2025-03-21T20:18:12.6887572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pest' 2025-03-21T20:18:12.6888258Z 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:12.6889013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pin-project-internal' 2025-03-21T20:18:12.6889635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/platforms/fixups.toml' 2025-03-21T20:18:12.6890245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/platforms' 2025-03-21T20:18:12.6890909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prettyplease/fixups.toml' 2025-03-21T20:18:12.6891538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prettyplease' 2025-03-21T20:18:12.6892258Z 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:12.6892946Z 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:12.6893606Z 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:12.6894255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-error' 2025-03-21T20:18:12.6894905Z 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:12.6895550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-hack' 2025-03-21T20:18:12.6896176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro2/fixups.toml' 2025-03-21T20:18:12.6896791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro2' 2025-03-21T20:18:12.6897428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prost-build/fixups.toml' 2025-03-21T20:18:12.6898035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prost-build' 2025-03-21T20:18:12.6899039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pulldown-cmark/fixups.toml' 2025-03-21T20:18:12.6899666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pulldown-cmark' 2025-03-21T20:18:12.6900348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/quote/fixups.toml' 2025-03-21T20:18:12.6900969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/quote' 2025-03-21T20:18:12.6901582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/radium/fixups.toml' 2025-03-21T20:18:12.6902160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/radium' 2025-03-21T20:18:12.6902796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rayon-core/fixups.toml' 2025-03-21T20:18:12.6903394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rayon-core' 2025-03-21T20:18:12.6904024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ref-cast/fixups.toml' 2025-03-21T20:18:12.6904611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ref-cast' 2025-03-21T20:18:12.6905217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/reqwest/fixups.toml' 2025-03-21T20:18:12.6905817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/reqwest' 2025-03-21T20:18:12.6906401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/fixups.toml' 2025-03-21T20:18:12.6907245Z 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:12.6908090Z 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:12.6908918Z 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:12.6909642Z 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:12.6910261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/include' 2025-03-21T20:18:12.6910832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring' 2025-03-21T20:18:12.6911445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustix/fixups.toml' 2025-03-21T20:18:12.6912026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustix' 2025-03-21T20:18:12.6912635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustls/fixups.toml' 2025-03-21T20:18:12.6913213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustls' 2025-03-21T20:18:12.6913855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustversion/fixups.toml' 2025-03-21T20:18:12.6914464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustversion' 2025-03-21T20:18:12.6915057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde/fixups.toml' 2025-03-21T20:18:12.6915672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde' 2025-03-21T20:18:12.6916301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_derive/fixups.toml' 2025-03-21T20:18:12.6916953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_derive' 2025-03-21T20:18:12.6917577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_json/fixups.toml' 2025-03-21T20:18:12.6918191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_json' 2025-03-21T20:18:12.6918822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/signal-hook/fixups.toml' 2025-03-21T20:18:12.6919450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/signal-hook' 2025-03-21T20:18:12.6920041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slab/fixups.toml' 2025-03-21T20:18:12.6920627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slab' 2025-03-21T20:18:12.6921216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slog/fixups.toml' 2025-03-21T20:18:12.6921805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slog' 2025-03-21T20:18:12.6922415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/syn/fixups.toml' 2025-03-21T20:18:12.6922983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/syn' 2025-03-21T20:18:12.6923639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sys-info/fixups.toml' 2025-03-21T20:18:12.6924240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sys-info' 2025-03-21T20:18:12.6924859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sysinfo/fixups.toml' 2025-03-21T20:18:12.6925444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sysinfo' 2025-03-21T20:18:12.6926099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/target-triple/fixups.toml' 2025-03-21T20:18:12.6926721Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/target-triple' 2025-03-21T20:18:12.6927351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tempfile/fixups.toml' 2025-03-21T20:18:12.6927947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tempfile' 2025-03-21T20:18:12.6928568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/terminfo/fixups.toml' 2025-03-21T20:18:12.6929224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/terminfo' 2025-03-21T20:18:12.6929847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/termwiz/fixups.toml' 2025-03-21T20:18:12.6930429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/termwiz' 2025-03-21T20:18:12.6931093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/test-case/fixups.toml' 2025-03-21T20:18:12.6931730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/test-case' 2025-03-21T20:18:12.6932348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/thiserror/fixups.toml' 2025-03-21T20:18:12.6932954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/thiserror' 2025-03-21T20:18:12.6933581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tiny-keccak/fixups.toml' 2025-03-21T20:18:12.6934203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tiny-keccak' 2025-03-21T20:18:12.6934837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-stream/fixups.toml' 2025-03-21T20:18:12.6935464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-stream' 2025-03-21T20:18:12.6936085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-util/fixups.toml' 2025-03-21T20:18:12.6936699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-util' 2025-03-21T20:18:12.6937289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio/fixups.toml' 2025-03-21T20:18:12.6937912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio' 2025-03-21T20:18:12.6938533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tonic/fixups.toml' 2025-03-21T20:18:12.6939121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tonic' 2025-03-21T20:18:12.6939792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tracing-subscriber/fixups.toml' 2025-03-21T20:18:12.6940444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tracing-subscriber' 2025-03-21T20:18:12.6941063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/trybuild/fixups.toml' 2025-03-21T20:18:12.6941656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/trybuild' 2025-03-21T20:18:12.6942274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/typenum/fixups.toml' 2025-03-21T20:18:12.6942862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/typenum' 2025-03-21T20:18:12.6943477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/unicase/fixups.toml' 2025-03-21T20:18:12.6944056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/unicase' 2025-03-21T20:18:12.6944797Z 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:12.6945501Z 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:12.6946114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winapi/fixups.toml' 2025-03-21T20:18:12.6946729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winapi' 2025-03-21T20:18:12.6947420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows-targets/fixups.toml' 2025-03-21T20:18:12.6948048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows-targets' 2025-03-21T20:18:12.6948741Z 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:12.6949428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_aarch64_gnullvm' 2025-03-21T20:18:12.6950088Z 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:12.6950747Z 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:12.6951428Z 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:12.6952105Z 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:12.6952798Z 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:12.6953459Z 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:12.6954092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winreg/fixups.toml' 2025-03-21T20:18:12.6954684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winreg' 2025-03-21T20:18:12.6955295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zerocopy/fixups.toml' 2025-03-21T20:18:12.6955904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zerocopy' 2025-03-21T20:18:12.6956519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-safe/fixups.toml' 2025-03-21T20:18:12.6957129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-safe' 2025-03-21T20:18:12.6957739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-sys/fixups.toml' 2025-03-21T20:18:12.6958329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-sys' 2025-03-21T20:18:12.6958888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups' 2025-03-21T20:18:12.6959421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/reindeer.toml' 2025-03-21T20:18:12.6959952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/top/main.rs' 2025-03-21T20:18:12.6960477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/top' 2025-03-21T20:18:12.6960990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust' 2025-03-21T20:18:12.6961512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/snappy/BUCK' 2025-03-21T20:18:12.6962039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/snappy' 2025-03-21T20:18:12.6962607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/toolchains/win/BUCK' 2025-03-21T20:18:12.6963173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/toolchains/win' 2025-03-21T20:18:12.6963706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/toolchains' 2025-03-21T20:18:12.6964177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/xz/BUCK' 2025-03-21T20:18:12.6964680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/xz' 2025-03-21T20:18:12.6965162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zlib/BUCK' 2025-03-21T20:18:12.6965674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zlib' 2025-03-21T20:18:12.6966150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zstd/BUCK' 2025-03-21T20:18:12.6966657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zstd' 2025-03-21T20:18:12.6967129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party' 2025-03-21T20:18:12.6967785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/audit_dependencies_test.bzl' 2025-03-21T20:18:12.6968342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/buck2/is_buck2.bzl' 2025-03-21T20:18:12.6968996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/buck2' 2025-03-21T20:18:12.6969544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/buckconfig.bzl' 2025-03-21T20:18:12.6970144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/default_platform_defs.bzl' 2025-03-21T20:18:12.6970737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/fb_native_wrapper.bzl' 2025-03-21T20:18:12.6971268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/glob_defs.bzl' 2025-03-21T20:18:12.6971782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs' 2025-03-21T20:18:12.6972366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/target_determinator/macros/ci.bzl' 2025-03-21T20:18:12.6972971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/target_determinator/macros' 2025-03-21T20:18:12.6973525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/target_determinator' 2025-03-21T20:18:12.6973980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools' 2025-03-21T20:18:12.6974616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:18:12.6975347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels/optimized/op_registration_util.bzl' 2025-03-21T20:18:12.6975957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels/optimized' 2025-03-21T20:18:12.6976555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels' 2025-03-21T20:18:12.6977085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch' 2025-03-21T20:18:12.6977520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat' 2025-03-21T20:18:12.6977939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim' 2025-03-21T20:18:12.6978334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/BUCK' 2025-03-21T20:18:12.6978779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/README.md' 2025-03-21T20:18:12.6979185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/tools' 2025-03-21T20:18:12.6979800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/backends.bzl' 2025-03-21T20:18:12.6980456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/qualcomm/qnn_version.bzl' 2025-03-21T20:18:12.6981088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/qualcomm' 2025-03-21T20:18:12.6981841Z 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:12.6982564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/xnnpack/third-party' 2025-03-21T20:18:12.6983177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/xnnpack' 2025-03-21T20:18:12.6983786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends' 2025-03-21T20:18:12.6984400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/env_interface.bzl' 2025-03-21T20:18:12.6985009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/runtime_wrapper.bzl' 2025-03-21T20:18:12.6985585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/selects.bzl' 2025-03-21T20:18:12.6986159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/type_defs.bzl' 2025-03-21T20:18:12.6986722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build' 2025-03-21T20:18:12.6987304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/codegen/codegen.bzl' 2025-03-21T20:18:12.6987877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/codegen' 2025-03-21T20:18:12.6988550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/extension/pybindings/pybindings.bzl' 2025-03-21T20:18:12.6989199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/extension/pybindings' 2025-03-21T20:18:12.6989771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/extension' 2025-03-21T20:18:12.6990417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:18:12.6991158Z 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:12.6991788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/optimized' 2025-03-21T20:18:12.6992583Z 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:12.6993195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/portable' 2025-03-21T20:18:12.6993795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/test/util.bzl' 2025-03-21T20:18:12.6994385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/test' 2025-03-21T20:18:12.6994962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels' 2025-03-21T20:18:12.6995567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/third-party/glob_defs.bzl' 2025-03-21T20:18:12.6996168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/third-party' 2025-03-21T20:18:12.6996689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch' 2025-03-21T20:18:12.6997157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat' 2025-03-21T20:18:12.6997601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et' 2025-03-21T20:18:12.6998031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/.gitignore' 2025-03-21T20:18:12.6998672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/CMakeLists.txt' 2025-03-21T20:18:12.6999075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/TARGETS' 2025-03-21T20:18:12.6999513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/__init__.py' 2025-03-21T20:18:12.6999970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/build_size_test.sh' 2025-03-21T20:18:12.7000426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/TARGETS' 2025-03-21T20:18:12.7000890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/__init__.py' 2025-03-21T20:18:12.7001417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/exported_module.py' 2025-03-21T20:18:12.7001981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/register_scratch_meta_fns.py' 2025-03-21T20:18:12.7002490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/test_end2end.py' 2025-03-21T20:18:12.7002940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end' 2025-03-21T20:18:12.7003392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/TARGETS' 2025-03-21T20:18:12.7003850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/__init__.py' 2025-03-21T20:18:12.7004550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated/ModuleLinear-no-constant-segment.pte' 2025-03-21T20:18:12.7005084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated/README.md' 2025-03-21T20:18:12.7005587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated/TARGETS' 2025-03-21T20:18:12.7006168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated' 2025-03-21T20:18:12.7006758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/export_delegated_program.py' 2025-03-21T20:18:12.7007270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/export_program.py' 2025-03-21T20:18:12.7007890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/generate_linear_out_bundled_program.py' 2025-03-21T20:18:12.7008391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/linear_model.py' 2025-03-21T20:18:12.7008851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/targets.bzl' 2025-03-21T20:18:12.7009370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models' 2025-03-21T20:18:12.7009842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/run_oss_cpp_tests.sh' 2025-03-21T20:18:12.7010277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/size_test.cpp' 2025-03-21T20:18:12.7010713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/targets.bzl' 2025-03-21T20:18:12.7011188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/CMakeLists.txt' 2025-03-21T20:18:12.7011652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/DeathTest.h' 2025-03-21T20:18:12.7012181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/OSSTest.cmake.in' 2025-03-21T20:18:12.7012694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/OSSTestConfig.json' 2025-03-21T20:18:12.7013173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/TARGETS' 2025-03-21T20:18:12.7013675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/UnitTestMain.cpp' 2025-03-21T20:18:12.7014127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/alignment.h' 2025-03-21T20:18:12.7014632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/alignment_test.cpp' 2025-03-21T20:18:12.7015183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/generate_gtest_cmakelists.py' 2025-03-21T20:18:12.7015637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/targets.bzl' 2025-03-21T20:18:12.7016082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils' 2025-03-21T20:18:12.7016490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test' 2025-03-21T20:18:12.7016940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/TARGETS' 2025-03-21T20:18:12.7017374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.git' 2025-03-21T20:18:12.7017935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/merge_rules.yaml' 2025-03-21T20:18:12.7018505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/pytorch-probot.yml' 2025-03-21T20:18:12.7019114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/github_utils.py' 2025-03-21T20:18:12.7019682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/gitutils.py' 2025-03-21T20:18:12.7020310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/label_utils.py' 2025-03-21T20:18:12.7020922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/trymerge.py' 2025-03-21T20:18:12.7021549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/trymerge_explainer.py' 2025-03-21T20:18:12.7022177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:12.7022727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts' 2025-03-21T20:18:12.7023373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:12.7024023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/dashboard_perf_test.yml' 2025-03-21T20:18:12.7024630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/doc_build.yml' 2025-03-21T20:18:12.7025229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/float8_test.yml' 2025-03-21T20:18:12.7025900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/float8nocompile_test.yaml' 2025-03-21T20:18:12.7026561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/nightly_smoke_test.yml' 2025-03-21T20:18:12.7027198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/pr-label-check.yml' 2025-03-21T20:18:12.7027847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/regression_test.yml' 2025-03-21T20:18:12.7028506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/regression_test_rocm.yml' 2025-03-21T20:18:12.7029102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/ruff_linter.yml' 2025-03-21T20:18:12.7029711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/run_tutorials.yml' 2025-03-21T20:18:12.7030400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/torchao_experimental_test.yml' 2025-03-21T20:18:12.7030986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/trymerge.yml' 2025-03-21T20:18:12.7031637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:12.7032200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows' 2025-03-21T20:18:12.7032720Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github' 2025-03-21T20:18:12.7033192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.gitignore' 2025-03-21T20:18:12.7033683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.gitmodules' 2025-03-21T20:18:12.7034238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.pre-commit-config.yaml' 2025-03-21T20:18:12.7034736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CITATION.cff' 2025-03-21T20:18:12.7035252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CODEOWNERS' 2025-03-21T20:18:12.7035798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CODE_OF_CONDUCT.md' 2025-03-21T20:18:12.7036313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CONTRIBUTING.md' 2025-03-21T20:18:12.7036767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/LICENSE' 2025-03-21T20:18:12.7037248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/README.md' 2025-03-21T20:18:12.7037787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/__init__.py' 2025-03-21T20:18:12.7038438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/bench_galore_fused_kernels.py' 2025-03-21T20:18:12.7039003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_aq.py' 2025-03-21T20:18:12.7039587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_fp6.py' 2025-03-21T20:18:12.7040205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_gpu_sparsity.py' 2025-03-21T20:18:12.7040785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_hqq.py' 2025-03-21T20:18:12.7041455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_low_bit_adam.py' 2025-03-21T20:18:12.7042071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_marlin_qqq.py' 2025-03-21T20:18:12.7042820Z 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:12.7043578Z 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:12.7044256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_semi_sparse_training.py' 2025-03-21T20:18:12.7044833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_uintx.py' 2025-03-21T20:18:12.7045482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/bench_linear_float8.py' 2025-03-21T20:18:12.7046081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/bench_matmul.py' 2025-03-21T20:18:12.7046701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/bench_padding.py' 2025-03-21T20:18:12.7047320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/float8_roofline.py' 2025-03-21T20:18:12.7047990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/profile_lowp_training.py' 2025-03-21T20:18:12.7048604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/training/README.md' 2025-03-21T20:18:12.7049426Z 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:12.7050137Z 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:12.7050804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/training' 2025-03-21T20:18:12.7051395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/utils.py' 2025-03-21T20:18:12.7051969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8' 2025-03-21T20:18:12.7052588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/fused_benchmark_utils.py' 2025-03-21T20:18:12.7053115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/intmm.py' 2025-03-21T20:18:12.7053693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/intmm_shapes.csv' 2025-03-21T20:18:12.7054322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/README.md' 2025-03-21T20:18:12.7054970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/__init__.py' 2025-03-21T20:18:12.7055671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/benchmark_inference.py' 2025-03-21T20:18:12.7056366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/benchmark_runner.py' 2025-03-21T20:18:12.7057069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/__init__.py' 2025-03-21T20:18:12.7057798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/benchmark_config.yml' 2025-03-21T20:18:12.7058592Z 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:12.7059349Z 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:12.7060023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/test_utils.py' 2025-03-21T20:18:12.7060678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test' 2025-03-21T20:18:12.7061298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/utils.py' 2025-03-21T20:18:12.7061920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks' 2025-03-21T20:18:12.7062534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/mx_formats/cast_bench.py' 2025-03-21T20:18:12.7063123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/mx_formats' 2025-03-21T20:18:12.7063734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/print_config_shapes.py' 2025-03-21T20:18:12.7064427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/quantized_training/benchmark_int8mm.py' 2025-03-21T20:18:12.7065130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/quantized_training/pretrain_llama2.py' 2025-03-21T20:18:12.7065757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/quantized_training' 2025-03-21T20:18:12.7066424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/sam_benchmark_results.csv' 2025-03-21T20:18:12.7067043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/sam_vit_b_shapes.csv' 2025-03-21T20:18:12.7067581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks' 2025-03-21T20:18:12.7068116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/dev-requirements.txt' 2025-03-21T20:18:12.7068620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/Makefile' 2025-03-21T20:18:12.7069120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/README.txt' 2025-03-21T20:18:12.7069672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/requirements.txt' 2025-03-21T20:18:12.7070290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/css/custom.css' 2025-03-21T20:18:12.7070884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/css' 2025-03-21T20:18:12.7071558Z 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:12.7072254Z 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:12.7072976Z 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:12.7073599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/img' 2025-03-21T20:18:12.7074183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static' 2025-03-21T20:18:12.7074849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/autosummary/class.rst' 2025-03-21T20:18:12.7075544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/autosummary/function.rst' 2025-03-21T20:18:12.7076200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/autosummary' 2025-03-21T20:18:12.7076822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/layout.html' 2025-03-21T20:18:12.7077416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates' 2025-03-21T20:18:12.7078015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_dtypes.rst' 2025-03-21T20:18:12.7078595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_intro.rst' 2025-03-21T20:18:12.7079197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_kernel.rst' 2025-03-21T20:18:12.7079821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_quantization.rst' 2025-03-21T20:18:12.7080422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_sparsity.rst' 2025-03-21T20:18:12.7080962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/conf.py' 2025-03-21T20:18:12.7081595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/contributor_guide.rst' 2025-03-21T20:18:12.7082234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/custom_directives.py' 2025-03-21T20:18:12.7082776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/dtypes.rst' 2025-03-21T20:18:12.7083328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/index.rst' 2025-03-21T20:18:12.7083941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/performant_kernels.rst' 2025-03-21T20:18:12.7084534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/quantization.rst' 2025-03-21T20:18:12.7085105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/quick_start.rst' 2025-03-21T20:18:12.7085708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/serialization.rst' 2025-03-21T20:18:12.7086259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/sparsity.rst' 2025-03-21T20:18:12.7086859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/subclass_advanced.rst' 2025-03-21T20:18:12.7087452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/subclass_basic.rst' 2025-03-21T20:18:12.7088114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/tutorials_source/README.txt' 2025-03-21T20:18:12.7088855Z 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:12.7089548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/tutorials_source' 2025-03-21T20:18:12.7090097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source' 2025-03-21T20:18:12.7090803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/microbenchmarking_process_diagram.png' 2025-03-21T20:18:12.7091514Z 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:12.7092160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/pruning_ecosystem_diagram.png' 2025-03-21T20:18:12.7092757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/pruning_flow.png' 2025-03-21T20:18:12.7093421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/supported_sparsity_patterns.png' 2025-03-21T20:18:12.7093966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static' 2025-03-21T20:18:12.7094454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs' 2025-03-21T20:18:12.7094993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/README.md' 2025-03-21T20:18:12.7095601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/README.md' 2025-03-21T20:18:12.7096229Z 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:12.7096943Z 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:12.7097583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/cli.py' 2025-03-21T20:18:12.7098416Z 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:12.7099085Z 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:12.7099782Z 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:12.7100377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/dog.jpg' 2025-03-21T20:18:12.7101016Z 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:12.7101639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/example.html' 2025-03-21T20:18:12.7102290Z 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:12.7102958Z 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:12.7103724Z 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:12.7104368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/requirements.txt' 2025-03-21T20:18:12.7105093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/result.csv' 2025-03-21T20:18:12.7105780Z 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:12.7106465Z 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:12.7107078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/server.py' 2025-03-21T20:18:12.7107675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server' 2025-03-21T20:18:12.7108380Z 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:12.7109037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_vos_example/requirements.txt' 2025-03-21T20:18:12.7109700Z 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:12.7110308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_vos_example' 2025-03-21T20:18:12.7110832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples' 2025-03-21T20:18:12.7111434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/env_var_script_linux.sh' 2025-03-21T20:18:12.7112036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/post_build_script.sh' 2025-03-21T20:18:12.7112661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/pre_build_script.sh' 2025-03-21T20:18:12.7113259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/smoke_test.py' 2025-03-21T20:18:12.7113825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/vc_env_helper.bat' 2025-03-21T20:18:12.7114343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging' 2025-03-21T20:18:12.7114824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/ruff.toml' 2025-03-21T20:18:12.7115429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/check_copyright_header.py' 2025-03-21T20:18:12.7116029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/clean_release_notes.py' 2025-03-21T20:18:12.7116631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/convert_hf_checkpoint.py' 2025-03-21T20:18:12.7117215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/create_weight_map.py' 2025-03-21T20:18:12.7117745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/download.py' 2025-03-21T20:18:12.7118342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/download_sam2_ckpts.sh' 2025-03-21T20:18:12.7118903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/hf_eval.py' 2025-03-21T20:18:12.7119442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/prepare.sh' 2025-03-21T20:18:12.7120014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/quick_start.py' 2025-03-21T20:18:12.7120560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/run_ruff_fix.sh' 2025-03-21T20:18:12.7121119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/upload_to_s3.py' 2025-03-21T20:18:12.7121627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts' 2025-03-21T20:18:12.7122103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/setup.py' 2025-03-21T20:18:12.7122702Z 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:12.7123281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/ddp/ddp_nf4.py' 2025-03-21T20:18:12.7123895Z 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:12.7124465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/ddp' 2025-03-21T20:18:12.7125090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_affine_quantized.py' 2025-03-21T20:18:12.7125754Z 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:12.7126464Z 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:12.7127095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_bitpacking.py' 2025-03-21T20:18:12.7127658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_floatx.py' 2025-03-21T20:18:12.7128229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_nf4.py' 2025-03-21T20:18:12.7128797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_uint4.py' 2025-03-21T20:18:12.7129412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_uintx.py' 2025-03-21T20:18:12.7129963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes' 2025-03-21T20:18:12.7130511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_base.py' 2025-03-21T20:18:12.7131098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_compile.py' 2025-03-21T20:18:12.7131663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_dtensor.py' 2025-03-21T20:18:12.7132236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_dtensor.sh' 2025-03-21T20:18:12.7132822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_everything.sh' 2025-03-21T20:18:12.7133430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_float8_utils.py' 2025-03-21T20:18:12.7134007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp.py' 2025-03-21T20:18:12.7134596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp.sh' 2025-03-21T20:18:12.7135214Z 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:12.7135802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp2' 2025-03-21T20:18:12.7136382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp2_tp.py' 2025-03-21T20:18:12.7136974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp_compile.py' 2025-03-21T20:18:12.7137579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp_compile.sh' 2025-03-21T20:18:12.7138216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_numerics_integration.py' 2025-03-21T20:18:12.7138765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8' 2025-03-21T20:18:12.7139297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/README.md' 2025-03-21T20:18:12.7139929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/memory_analysis_utils.py' 2025-03-21T20:18:12.7140497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/model_configs.py' 2025-03-21T20:18:12.7141123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/profile_memory_usage.py' 2025-03-21T20:18:12.7141709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/profiling_utils.py' 2025-03-21T20:18:12.7142277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore' 2025-03-21T20:18:12.7142865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq/test_hqq_affine.py' 2025-03-21T20:18:12.7143423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq/test_triton_mm.py' 2025-03-21T20:18:12.7144035Z 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:12.7144542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq' 2025-03-21T20:18:12.7145177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/integration/test_integration.py' 2025-03-21T20:18:12.7145733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/integration' 2025-03-21T20:18:12.7146340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/galore_test_utils.py' 2025-03-21T20:18:12.7146921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/test_autotuner.py' 2025-03-21T20:18:12.7147529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/test_fused_kernels.py' 2025-03-21T20:18:12.7148143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/test_galore_downproj.py' 2025-03-21T20:18:12.7148709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel' 2025-03-21T20:18:12.7149482Z 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:12.7150317Z 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:12.7151066Z 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:12.7151936Z 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:12.7152720Z 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:12.7153463Z 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:12.7154279Z 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:12.7154967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization' 2025-03-21T20:18:12.7155649Z 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:12.7156306Z 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:12.7156951Z 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:12.7157653Z 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:12.7158278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/mx_formats' 2025-03-21T20:18:12.7158909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_autoround.py' 2025-03-21T20:18:12.7159485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_awq.py' 2025-03-21T20:18:12.7160111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_codebook_quant.py' 2025-03-21T20:18:12.7160756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_mixed_precision.py' 2025-03-21T20:18:12.7161388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_parametrization.py' 2025-03-21T20:18:12.7161974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_parq.py' 2025-03-21T20:18:12.7162621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_quantized_training.py' 2025-03-21T20:18:12.7163220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_scheduler.py' 2025-03-21T20:18:12.7163842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_smoothquant.py' 2025-03-21T20:18:12.7164476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_sparsifier.py' 2025-03-21T20:18:12.7165115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_sparsity_utils.py' 2025-03-21T20:18:12.7165743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_spinquant.py' 2025-03-21T20:18:12.7166427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_structured_sparsifier.py' 2025-03-21T20:18:12.7166974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype' 2025-03-21T20:18:12.7167666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_config_serialization.py' 2025-03-21T20:18:12.7168295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_galore_quant.py' 2025-03-21T20:18:12.7168977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_gptq_mt.py' 2025-03-21T20:18:12.7169604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_marlin_qqq.py' 2025-03-21T20:18:12.7170231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_observer.py' 2025-03-21T20:18:12.7170805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_qat.py' 2025-03-21T20:18:12.7171416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_quant_api.py' 2025-03-21T20:18:12.7177119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_quant_primitives.py' 2025-03-21T20:18:12.7177715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization' 2025-03-21T20:18:12.7178425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/smoke_tests/smoke_tests.py' 2025-03-21T20:18:12.7179023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/smoke_tests' 2025-03-21T20:18:12.7179696Z 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:12.7180270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_marlin.py' 2025-03-21T20:18:12.7180886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_sparse_api.py' 2025-03-21T20:18:12.7181483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_supermask.py' 2025-03-21T20:18:12.7182072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_wanda.py' 2025-03-21T20:18:12.7182619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity' 2025-03-21T20:18:12.7183157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_ao_models.py' 2025-03-21T20:18:12.7183733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_low_bit_optim.py' 2025-03-21T20:18:12.7184238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_ops.py' 2025-03-21T20:18:12.7184972Z 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:12.7185683Z 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:12.7186254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_utils.py' 2025-03-21T20:18:12.7186746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test' 2025-03-21T20:18:12.7187336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass' 2025-03-21T20:18:12.7187868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party' 2025-03-21T20:18:12.7188409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/__init__.py' 2025-03-21T20:18:12.7188972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_executorch_ops.py' 2025-03-21T20:18:12.7189542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/README.md' 2025-03-21T20:18:12.7190109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/__init__.py' 2025-03-21T20:18:12.7190660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/_eval.py' 2025-03-21T20:18:12.7191271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/.gitignore' 2025-03-21T20:18:12.7191863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/README.md' 2025-03-21T20:18:12.7192480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/__init__.py' 2025-03-21T20:18:12.7193135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/benchmark_results.txt' 2025-03-21T20:18:12.7193796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/benchmarks.sh' 2025-03-21T20:18:12.7194480Z 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:12.7195125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/bsr_benchmarks.sh' 2025-03-21T20:18:12.7195755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/demo_summarize.sh' 2025-03-21T20:18:12.7196348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/eval.py' 2025-03-21T20:18:12.7196931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/evals.sh' 2025-03-21T20:18:12.7197545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/generate.py' 2025-03-21T20:18:12.7198132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/model.py' 2025-03-21T20:18:12.7198956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/tokenizer.py' 2025-03-21T20:18:12.7199553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama' 2025-03-21T20:18:12.7200213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/.gitignore' 2025-03-21T20:18:12.7200805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/README.md' 2025-03-21T20:18:12.7201459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/benchmark.sh' 2025-03-21T20:18:12.7202042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/data.py' 2025-03-21T20:18:12.7202635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/eval_combo.py' 2025-03-21T20:18:12.7203276Z 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:12.7203857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/metrics.py' 2025-03-21T20:18:12.7204456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/results.csv' 2025-03-21T20:18:12.7205029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/setup.sh' 2025-03-21T20:18:12.7205612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam' 2025-03-21T20:18:12.7206204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/__init__.py' 2025-03-21T20:18:12.7206886Z 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:12.7207495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/build_sam.py' 2025-03-21T20:18:12.7208215Z 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:12.7209050Z 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:12.7209798Z 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:12.7210521Z 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:12.7211183Z 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:12.7212036Z 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:12.7212746Z 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:12.7213457Z 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:12.7214148Z 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:12.7214849Z 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:12.7215534Z 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:12.7216226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2' 2025-03-21T20:18:12.7216889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs' 2025-03-21T20:18:12.7217587Z 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:12.7218192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/csrc' 2025-03-21T20:18:12.7218796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/map_tensor.py' 2025-03-21T20:18:12.7219451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/__init__.py' 2025-03-21T20:18:12.7220145Z 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:12.7220856Z 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:12.7221581Z 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:12.7222271Z 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:12.7222949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/backbones' 2025-03-21T20:18:12.7223651Z 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:12.7224320Z 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:12.7225051Z 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:12.7225746Z 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:12.7226442Z 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:12.7227134Z 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:12.7227824Z 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:12.7228474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/sam' 2025-03-21T20:18:12.7229133Z 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:12.7229786Z 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:12.7230410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling' 2025-03-21T20:18:12.7231047Z 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:12.7231693Z 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:12.7232326Z 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:12.7232973Z 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:12.7233646Z 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:12.7234305Z 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:12.7234939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/__init__.py' 2025-03-21T20:18:12.7235537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/amg.py' 2025-03-21T20:18:12.7236153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/misc.py' 2025-03-21T20:18:12.7236786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/transforms.py' 2025-03-21T20:18:12.7237403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils' 2025-03-21T20:18:12.7237980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2' 2025-03-21T20:18:12.7238528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/utils.py' 2025-03-21T20:18:12.7239088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models' 2025-03-21T20:18:12.7239632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/core/__init__.py' 2025-03-21T20:18:12.7240272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/core/config.py' 2025-03-21T20:18:12.7240834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/core' 2025-03-21T20:18:12.7241387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/README.md' 2025-03-21T20:18:12.7242058Z 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:12.7242739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/cutlass_extensions' 2025-03-21T20:18:12.7243347Z 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:12.7243974Z 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:12.7244608Z 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:12.7245275Z 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:12.7245950Z 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:12.7246639Z 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:12.7247260Z 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:12.7247921Z 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:12.7248568Z 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:12.7249352Z 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:12.7249967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm' 2025-03-21T20:18:12.7250577Z 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:12.7251278Z 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:12.7251884Z 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:12.7252520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/marlin_qqq' 2025-03-21T20:18:12.7253237Z 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:12.7253869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/mx_kernels' 2025-03-21T20:18:12.7254607Z 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:12.7255518Z 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:12.7256403Z 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:12.7257321Z 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:12.7258053Z 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:12.7259001Z 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:12.7259981Z 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:12.7260975Z 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:12.7261958Z 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:12.7262970Z 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:12.7263947Z 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:12.7264964Z 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:12.7265943Z 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:12.7266914Z 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:12.7267882Z 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:12.7268657Z 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:12.7269296Z 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:12.7270002Z 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:12.7270635Z 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:12.7271258Z 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:12.7271907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/sparse_marlin' 2025-03-21T20:18:12.7272739Z 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:12.7273482Z 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:12.7274430Z 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:12.7275400Z 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:12.7276179Z 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:12.7276756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda' 2025-03-21T20:18:12.7277293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc' 2025-03-21T20:18:12.7277859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/README.md' 2025-03-21T20:18:12.7278417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/__init__.py' 2025-03-21T20:18:12.7279067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/_nf4tensor_api.py' 2025-03-21T20:18:12.7279713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/affine_quantized_tensor.py' 2025-03-21T20:18:12.7280417Z 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:12.7281022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/README.md' 2025-03-21T20:18:12.7281620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/__init__.py' 2025-03-21T20:18:12.7282339Z 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:12.7282969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/float8_layout.py' 2025-03-21T20:18:12.7283679Z 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:12.7284269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx' 2025-03-21T20:18:12.7284856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/nf4tensor.py' 2025-03-21T20:18:12.7285449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/__init__.py' 2025-03-21T20:18:12.7286071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/bitpacking.py' 2025-03-21T20:18:12.7286731Z 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:12.7287438Z 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:12.7288094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/gemlite_layout.py' 2025-03-21T20:18:12.7288764Z 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:12.7289508Z 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:12.7290174Z 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:12.7290807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/plain_layout.py' 2025-03-21T20:18:12.7291458Z 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:12.7292165Z 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:12.7292785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/uint4_layout.py' 2025-03-21T20:18:12.7293416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/uintx_layout.py' 2025-03-21T20:18:12.7293997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx' 2025-03-21T20:18:12.7294595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/utils.py' 2025-03-21T20:18:12.7295141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes' 2025-03-21T20:18:12.7295805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/CMakeLists.txt' 2025-03-21T20:18:12.7296405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/Utils.cmake' 2025-03-21T20:18:12.7297017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/__init__.py' 2025-03-21T20:18:12.7297807Z 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:12.7298790Z 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:12.7299521Z 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:12.7300277Z 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:12.7301048Z 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:12.7301740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/ios' 2025-03-21T20:18:12.7302486Z 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:12.7303187Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/test' 2025-03-21T20:18:12.7303928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra' 2025-03-21T20:18:12.7304628Z 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:12.7305326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmarks' 2025-03-21T20:18:12.7305974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/build_torchao_ops.sh' 2025-03-21T20:18:12.7306608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/docs/readme.md' 2025-03-21T20:18:12.7307223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/docs' 2025-03-21T20:18:12.7307909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/install_requirements.sh' 2025-03-21T20:18:12.7308643Z 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:12.7309459Z 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:12.7310320Z 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:12.7311211Z 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:12.7312091Z 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:12.7313003Z 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:12.7313781Z 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:12.7314550Z 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:12.7315323Z 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:12.7316078Z 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:12.7316853Z 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:12.7317609Z 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:12.7318376Z 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:12.7319131Z 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:12.7319896Z 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:12.7320683Z 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:12.7321492Z 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:12.7322242Z 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:12.7323171Z 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:12.7323903Z 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:12.7324651Z 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:12.7325785Z 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:12.7326932Z 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:12.7328096Z 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:12.7329259Z 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:12.7330036Z 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:12.7330784Z 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:12.7331473Z 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:12.7332288Z 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:12.7333075Z 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:12.7333866Z 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:12.7334666Z 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:12.7335486Z 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:12.7336272Z 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:12.7337025Z 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:12.7337838Z 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:12.7338692Z 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:12.7339500Z 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:12.7340287Z 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:12.7341070Z 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:12.7341887Z 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:12.7342695Z 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:12.7343451Z 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:12.7344255Z 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:12.7345014Z 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:12.7345826Z 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:12.7346626Z 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:12.7347394Z 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:12.7348081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64' 2025-03-21T20:18:12.7348743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu' 2025-03-21T20:18:12.7349526Z 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:12.7350230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/codegen' 2025-03-21T20:18:12.7350894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal.yaml' 2025-03-21T20:18:12.7351603Z 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:12.7352321Z 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:12.7353054Z 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:12.7353819Z 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:12.7354554Z 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:12.7355299Z 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:12.7356007Z 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:12.7356726Z 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:12.7357402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal' 2025-03-21T20:18:12.7358166Z 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:12.7358891Z 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:12.7359630Z 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:12.7360303Z 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:12.7361028Z 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:12.7361701Z 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:12.7362449Z 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:12.7363116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src' 2025-03-21T20:18:12.7363789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/test/Makefile' 2025-03-21T20:18:12.7364488Z 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:12.7365208Z 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:12.7365902Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/test' 2025-03-21T20:18:12.7366548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps' 2025-03-21T20:18:12.7367184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels' 2025-03-21T20:18:12.7367886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/benchmarks/CMakeLists.txt' 2025-03-21T20:18:12.7368764Z 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:12.7369603Z 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:12.7370323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/benchmarks' 2025-03-21T20:18:12.7371082Z 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:12.7371884Z 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:12.7372675Z 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:12.7373520Z 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:12.7374303Z 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:12.7375005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/embedding_xbit' 2025-03-21T20:18:12.7375611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/library.h' 2025-03-21T20:18:12.7376420Z 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:12.7377300Z 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:12.7378258Z 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:12.7379196Z 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:12.7380127Z 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:12.7381039Z 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:12.7381855Z 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:12.7382688Z 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:12.7383567Z 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:12.7384443Z 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:12.7385354Z 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:12.7386280Z 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:12.7387260Z 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:12.7388062Z 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:12.7388670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/memory.h' 2025-03-21T20:18:12.7389314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/.gitignore' 2025-03-21T20:18:12.7389980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/CMakeLists.txt' 2025-03-21T20:18:12.7390616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/build.sh' 2025-03-21T20:18:12.7391389Z 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:12.7392208Z 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:12.7392901Z 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:12.7393655Z 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:12.7394308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/test' 2025-03-21T20:18:12.7394979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps' 2025-03-21T20:18:12.7395674Z 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:12.7396350Z 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:12.7397078Z 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:12.7397774Z 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:12.7398698Z 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:12.7399449Z 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:12.7400174Z 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:12.7400791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/parallel.h' 2025-03-21T20:18:12.7401479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/tests/CMakeLists.txt' 2025-03-21T20:18:12.7402198Z 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:12.7402973Z 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:12.7404649Z 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:12.7406280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/tests' 2025-03-21T20:18:12.7407655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops' 2025-03-21T20:18:12.7409352Z 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:12.7410987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/q_dq_layout.py' 2025-03-21T20:18:12.7412409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/quant_api.py' 2025-03-21T20:18:12.7413773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/temp_build.py' 2025-03-21T20:18:12.7415290Z 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:12.7417017Z 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:12.7418847Z 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:12.7420418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/tests' 2025-03-21T20:18:12.7421799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental' 2025-03-21T20:18:12.7423084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/README.md' 2025-03-21T20:18:12.7424337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/__init__.py' 2025-03-21T20:18:12.7425595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/config.py' 2025-03-21T20:18:12.7426900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/distributed_utils.py' 2025-03-21T20:18:12.7428246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_linear.py' 2025-03-21T20:18:12.7429607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_linear_utils.py' 2025-03-21T20:18:12.7430928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_ops.py' 2025-03-21T20:18:12.7432264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_scaling_utils.py' 2025-03-21T20:18:12.7433621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_tensor.py' 2025-03-21T20:18:12.7434988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_tensor_parallel.py' 2025-03-21T20:18:12.7436346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_utils.py' 2025-03-21T20:18:12.7437670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/fsdp_utils.py' 2025-03-21T20:18:12.7438952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/inference.py' 2025-03-21T20:18:12.7440235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8' 2025-03-21T20:18:12.7441462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/README.md' 2025-03-21T20:18:12.7442709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/__init__.py' 2025-03-21T20:18:12.7443984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/autotuner.py' 2025-03-21T20:18:12.7445286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/bsr_triton_ops.py' 2025-03-21T20:18:12.7446647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/configs/data_a100.pkl' 2025-03-21T20:18:12.7448001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/configs' 2025-03-21T20:18:12.7449346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/intmm.py' 2025-03-21T20:18:12.7450616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/intmm_triton.py' 2025-03-21T20:18:12.7451928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel' 2025-03-21T20:18:12.7453115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/ops.py' 2025-03-21T20:18:12.7454327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/README.md' 2025-03-21T20:18:12.7455573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/__init__.py' 2025-03-21T20:18:12.7456801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/adam.py' 2025-03-21T20:18:12.7458051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/cpu_offload.py' 2025-03-21T20:18:12.7459334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/quant_utils.py' 2025-03-21T20:18:12.7460619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/subclass_4bit.py' 2025-03-21T20:18:12.7461943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/subclass_8bit.py' 2025-03-21T20:18:12.7463276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/subclass_fp8.py' 2025-03-21T20:18:12.7464560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim' 2025-03-21T20:18:12.7465845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/README.md' 2025-03-21T20:18:12.7467159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/__init__.py' 2025-03-21T20:18:12.7468547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/README.md' 2025-03-21T20:18:12.7469964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/__init__.py' 2025-03-21T20:18:12.7471487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/autoround_llm.py' 2025-03-21T20:18:12.7472966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/core.py' 2025-03-21T20:18:12.7474437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/eval_autoround.py' 2025-03-21T20:18:12.7475949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/multi_tensor.py' 2025-03-21T20:18:12.7477463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/requirements.txt' 2025-03-21T20:18:12.7478969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/run_example.sh' 2025-03-21T20:18:12.7480441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/utils.py' 2025-03-21T20:18:12.7481855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround' 2025-03-21T20:18:12.7483227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/README.md' 2025-03-21T20:18:12.7484594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/__init__.py' 2025-03-21T20:18:12.7486017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/api.py' 2025-03-21T20:18:12.7487323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/core.py' 2025-03-21T20:18:12.7488700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/example.py' 2025-03-21T20:18:12.7490121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq' 2025-03-21T20:18:12.7491482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/__init__.py' 2025-03-21T20:18:12.7492909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/profiling_tools.py' 2025-03-21T20:18:12.7494402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton/__init__.py' 2025-03-21T20:18:12.7495853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton/matmul.py' 2025-03-21T20:18:12.7497377Z 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:12.7499092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton' 2025-03-21T20:18:12.7500479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common' 2025-03-21T20:18:12.7501842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/custom_fp_utils.py' 2025-03-21T20:18:12.7503272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/README.md' 2025-03-21T20:18:12.7504761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/__init__.py' 2025-03-21T20:18:12.7506459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/benchmark/benchmark.py' 2025-03-21T20:18:12.7508103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/benchmark' 2025-03-21T20:18:12.7509693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/examples/example.py' 2025-03-21T20:18:12.7511269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/examples' 2025-03-21T20:18:12.7512888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/float8nocompile_linear.py' 2025-03-21T20:18:12.7514594Z 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:12.7516336Z 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:12.7518078Z 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:12.7519832Z 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:12.7521563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/kernels/__init__.py' 2025-03-21T20:18:12.7523241Z 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:12.7525101Z 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:12.7526776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/kernels' 2025-03-21T20:18:12.7528327Z 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:12.7529979Z 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:12.7531521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/test' 2025-03-21T20:18:12.7533011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile' 2025-03-21T20:18:12.7534413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/README.md' 2025-03-21T20:18:12.7535781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/__init__.py' 2025-03-21T20:18:12.7537184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/docs/README.md' 2025-03-21T20:18:12.7538658Z 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:12.7540118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/docs' 2025-03-21T20:18:12.7541598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/__init__.py' 2025-03-21T20:18:12.7543164Z 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:12.7544721Z 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:12.7546256Z 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:12.7547754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/matmul.py' 2025-03-21T20:18:12.7549201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/quant.py' 2025-03-21T20:18:12.7550632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels' 2025-03-21T20:18:12.7552083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/optim/__init__.py' 2025-03-21T20:18:12.7553560Z 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:12.7555016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/optim' 2025-03-21T20:18:12.7556434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/utils.py' 2025-03-21T20:18:12.7557773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore' 2025-03-21T20:18:12.7559126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/README.md' 2025-03-21T20:18:12.7560460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/__init__.py' 2025-03-21T20:18:12.7561804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/example.py' 2025-03-21T20:18:12.7563208Z 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:12.7564615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/kernels.py' 2025-03-21T20:18:12.7565949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/mixed_mm.py' 2025-03-21T20:18:12.7567276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq' 2025-03-21T20:18:12.7568652Z 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:12.7570156Z 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:12.7571591Z 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:12.7573042Z 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:12.7574534Z 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:12.7576093Z 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:12.7577633Z 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:12.7579144Z 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:12.7580612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim' 2025-03-21T20:18:12.7582014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/README.md' 2025-03-21T20:18:12.7583433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/__init__.py' 2025-03-21T20:18:12.7584927Z 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:12.7586463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/benchmarks' 2025-03-21T20:18:12.7587921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/config.py' 2025-03-21T20:18:12.7589335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/constants.py' 2025-03-21T20:18:12.7590812Z 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:12.7592298Z 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:12.7593847Z 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:12.7595265Z 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:12.7596682Z 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:12.7598101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/utils.py' 2025-03-21T20:18:12.7599711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats' 2025-03-21T20:18:12.7601085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/README.md' 2025-03-21T20:18:12.7602442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/__init__.py' 2025-03-21T20:18:12.7603842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/__init__.py' 2025-03-21T20:18:12.7605270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/binarelax.py' 2025-03-21T20:18:12.7606689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/parq.py' 2025-03-21T20:18:12.7608092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/proxmap.py' 2025-03-21T20:18:12.7609664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/quantopt.py' 2025-03-21T20:18:12.7611084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim' 2025-03-21T20:18:12.7612531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/__init__.py' 2025-03-21T20:18:12.7613939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/lsbq.py' 2025-03-21T20:18:12.7615342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/quantizer.py' 2025-03-21T20:18:12.7616755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/uniform.py' 2025-03-21T20:18:12.7618158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant' 2025-03-21T20:18:12.7619513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/utils.py' 2025-03-21T20:18:12.7620845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq' 2025-03-21T20:18:12.7622230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/__init__.py' 2025-03-21T20:18:12.7623713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/autoquant_v2.py' 2025-03-21T20:18:12.7625291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/codebook/__init__.py' 2025-03-21T20:18:12.7626922Z 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:12.7628614Z 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:12.7630243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/codebook' 2025-03-21T20:18:12.7631811Z 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:12.7633444Z 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:12.7635177Z 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:12.7637021Z 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:12.7638922Z 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:12.7640841Z 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:12.7642768Z 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:12.7644734Z 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:12.7646545Z 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:12.7648286Z 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:12.7650094Z 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:12.7651880Z 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:12.7653669Z 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:12.7655463Z 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:12.7657225Z 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:12.7658931Z 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:12.7660651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision' 2025-03-21T20:18:12.7662247Z 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:12.7663875Z 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:12.7665547Z 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:12.7667318Z 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:12.7669077Z 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:12.7670788Z 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:12.7672606Z 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:12.7674467Z 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:12.7676237Z 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:12.7677912Z 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:12.7679585Z 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:12.7681295Z 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:12.7682986Z 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:12.7684674Z 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:12.7686228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap' 2025-03-21T20:18:12.7687828Z 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:12.7689582Z 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:12.7691257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/subgraph_utils' 2025-03-21T20:18:12.7692774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization' 2025-03-21T20:18:12.7694230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/README.md' 2025-03-21T20:18:12.7695744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/__init__.py' 2025-03-21T20:18:12.7697296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/bitnet.py' 2025-03-21T20:18:12.7699000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/int8.py' 2025-03-21T20:18:12.7700563Z 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:12.7702156Z 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:12.7703646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training' 2025-03-21T20:18:12.7705102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/README.md' 2025-03-21T20:18:12.7706530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/__init__.py' 2025-03-21T20:18:12.7707952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/api.py' 2025-03-21T20:18:12.7709344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/core.py' 2025-03-21T20:18:12.7710753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/example.py' 2025-03-21T20:18:12.7712154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant' 2025-03-21T20:18:12.7713555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/__init__.py' 2025-03-21T20:18:12.7715026Z 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:12.7716618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/README.md' 2025-03-21T20:18:12.7718140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/__init__.py' 2025-03-21T20:18:12.7719745Z 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:12.7721399Z 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:12.7722984Z 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:12.7724563Z 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:12.7726139Z 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:12.7727725Z 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:12.7729370Z 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:12.7730928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/images' 2025-03-21T20:18:12.7732559Z 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:12.7734180Z 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:12.7735741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/parametrization.py' 2025-03-21T20:18:12.7737327Z 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:12.7738893Z 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:12.7740417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner' 2025-03-21T20:18:12.7741900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/scheduler/__init__.py' 2025-03-21T20:18:12.7743464Z 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:12.7745069Z 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:12.7746685Z 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:12.7748232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/scheduler' 2025-03-21T20:18:12.7749737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier/__init__.py' 2025-03-21T20:18:12.7751344Z 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:12.7753022Z 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:12.7754681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier/utils.py' 2025-03-21T20:18:12.7756297Z 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:12.7757903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier' 2025-03-21T20:18:12.7759412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/.gitignore' 2025-03-21T20:18:12.7760937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/README.md' 2025-03-21T20:18:12.7762466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/TRAINING.md' 2025-03-21T20:18:12.7764001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/__init__.py' 2025-03-21T20:18:12.7765544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/benchmark.py' 2025-03-21T20:18:12.7767112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/benchmark.sh' 2025-03-21T20:18:12.7768717Z 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:12.7770403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/evaluate.py' 2025-03-21T20:18:12.7771945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/evaluate.sh' 2025-03-21T20:18:12.7773557Z 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:12.7775148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/train.py' 2025-03-21T20:18:12.7776654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/utils.py' 2025-03-21T20:18:12.7778156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock' 2025-03-21T20:18:12.7779574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity' 2025-03-21T20:18:12.7780956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/README.md' 2025-03-21T20:18:12.7782362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/__init__.py' 2025-03-21T20:18:12.7783842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/_hadamard_matrices.py' 2025-03-21T20:18:12.7785361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/hadamard_utils.py' 2025-03-21T20:18:12.7786864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/spinquant.py' 2025-03-21T20:18:12.7788317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant' 2025-03-21T20:18:12.7789643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype' 2025-03-21T20:18:12.7790909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/GPTQ.py' 2025-03-21T20:18:12.7792218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/GPTQ_MT.py' 2025-03-21T20:18:12.7793538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/README.md' 2025-03-21T20:18:12.7794868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/__init__.py' 2025-03-21T20:18:12.7796214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/autoquant.py' 2025-03-21T20:18:12.7797590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/dynamic_quant.py' 2025-03-21T20:18:12.7799156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/granularity.py' 2025-03-21T20:18:12.7800734Z 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:12.7802293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/linear_activation_scale.py' 2025-03-21T20:18:12.7803956Z 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:12.7805528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq/README.md' 2025-03-21T20:18:12.7806981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq/__init__.py' 2025-03-21T20:18:12.7808422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq/utils.py' 2025-03-21T20:18:12.7809911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq' 2025-03-21T20:18:12.7811304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/observer.py' 2025-03-21T20:18:12.7812712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/__init__.py' 2025-03-21T20:18:12.7814187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/README.md' 2025-03-21T20:18:12.7815667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/__init__.py' 2025-03-21T20:18:12.7817220Z 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:12.7818898Z 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:12.7820496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/api.py' 2025-03-21T20:18:12.7822033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/embedding.py' 2025-03-21T20:18:12.7823614Z 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:12.7825149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/linear.py' 2025-03-21T20:18:12.7826624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat' 2025-03-21T20:18:12.7828053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype' 2025-03-21T20:18:12.7829440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/README.md' 2025-03-21T20:18:12.7830807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/__init__.py' 2025-03-21T20:18:12.7832310Z 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:12.7833782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/api.py' 2025-03-21T20:18:12.7835148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/embedding.py' 2025-03-21T20:18:12.7836611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/fake_quantizer.py' 2025-03-21T20:18:12.7838102Z 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:12.7839587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/images' 2025-03-21T20:18:12.7840995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/linear.py' 2025-03-21T20:18:12.7842354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/utils.py' 2025-03-21T20:18:12.7843700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat' 2025-03-21T20:18:12.7845045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/quant_api.py' 2025-03-21T20:18:12.7846431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/quant_primitives.py' 2025-03-21T20:18:12.7847833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/smoothquant.py' 2025-03-21T20:18:12.7849270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/subclass.py' 2025-03-21T20:18:12.7850643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/transform_module.py' 2025-03-21T20:18:12.7852021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/unified.py' 2025-03-21T20:18:12.7853340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/utils.py' 2025-03-21T20:18:12.7854679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/weight_only.py' 2025-03-21T20:18:12.7856278Z 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:12.7857845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization' 2025-03-21T20:18:12.7859125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/README.md' 2025-03-21T20:18:12.7860398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/__init__.py' 2025-03-21T20:18:12.7861701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/blocksparse.py' 2025-03-21T20:18:12.7863036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin/README.md' 2025-03-21T20:18:12.7864394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin/__init__.py' 2025-03-21T20:18:12.7865751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin/utils.py' 2025-03-21T20:18:12.7867089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin' 2025-03-21T20:18:12.7868453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/__init__.py' 2025-03-21T20:18:12.7869954Z 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:12.7871464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/__init__.py' 2025-03-21T20:18:12.7873115Z 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:12.7874794Z 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:12.7876406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/parametrization.py' 2025-03-21T20:18:12.7878000Z 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:12.7879511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner' 2025-03-21T20:18:12.7881011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/scheduler/__init__.py' 2025-03-21T20:18:12.7882574Z 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:12.7884186Z 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:12.7885809Z 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:12.7887348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/scheduler' 2025-03-21T20:18:12.7888862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier/__init__.py' 2025-03-21T20:18:12.7890547Z 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:12.7892271Z 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:12.7893903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier/utils.py' 2025-03-21T20:18:12.7895512Z 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:12.7897112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier' 2025-03-21T20:18:12.7898798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/__init__.py' 2025-03-21T20:18:12.7900364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/blocksparse.py' 2025-03-21T20:18:12.7901926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/supermask.py' 2025-03-21T20:18:12.7903459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/utils.py' 2025-03-21T20:18:12.7905028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock' 2025-03-21T20:18:12.7906462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype' 2025-03-21T20:18:12.7907857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/sparse_api.py' 2025-03-21T20:18:12.7909173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/supermask.py' 2025-03-21T20:18:12.7910514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/README.md' 2025-03-21T20:18:12.7911895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/__init__.py' 2025-03-21T20:18:12.7913275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/autograd.py' 2025-03-21T20:18:12.7914696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/pointwise_ops.py' 2025-03-21T20:18:12.7916101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training' 2025-03-21T20:18:12.7917400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/utils.py' 2025-03-21T20:18:12.7918652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/wanda.py' 2025-03-21T20:18:12.7919907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity' 2025-03-21T20:18:12.7921165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/__init__.py' 2025-03-21T20:18:12.7922462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/__init__.py' 2025-03-21T20:18:12.7923837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/dtensor_utils.py' 2025-03-21T20:18:12.7925314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/fsdp2_utils.py' 2025-03-21T20:18:12.7926761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/roofline_utils.py' 2025-03-21T20:18:12.7928161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/test_utils.py' 2025-03-21T20:18:12.7929591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8' 2025-03-21T20:18:12.7930884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/utils.py' 2025-03-21T20:18:12.7932130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing' 2025-03-21T20:18:12.7933319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/utils.py' 2025-03-21T20:18:12.7934485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao' 2025-03-21T20:18:12.7935675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/add_an_op.py' 2025-03-21T20:18:12.7936994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow/awq_like.py' 2025-03-21T20:18:12.7938447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow/gptq_like.py' 2025-03-21T20:18:12.7939876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow/static_quant.py' 2025-03-21T20:18:12.7941327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow' 2025-03-21T20:18:12.7942730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide/__init__.py' 2025-03-21T20:18:12.7944226Z 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:12.7945830Z 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:12.7947478Z 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:12.7949085Z 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:12.7950637Z 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:12.7952101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide' 2025-03-21T20:18:12.7953504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples/logging_subclass.py' 2025-03-21T20:18:12.7954935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples/quantized_module_swap.py' 2025-03-21T20:18:12.7956363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples/quantized_subclass.py' 2025-03-21T20:18:12.7957724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples' 2025-03-21T20:18:12.7959093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/bfloat16.json.gz' 2025-03-21T20:18:12.7960525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/bfloat16_code.py' 2025-03-21T20:18:12.7961909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/quant.json.gz' 2025-03-21T20:18:12.7963279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/quant_code.py' 2025-03-21T20:18:12.7964621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/run.sh' 2025-03-21T20:18:12.7965955Z 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:12.7967338Z 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:12.7968708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit' 2025-03-21T20:18:12.7970034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/run_all.sh' 2025-03-21T20:18:12.7971225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials' 2025-03-21T20:18:12.7972400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/version.txt' 2025-03-21T20:18:12.7973488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao' 2025-03-21T20:18:12.7974583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.git' 2025-03-21T20:18:12.7975853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelci/presubmit.yml' 2025-03-21T20:18:12.7977139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelci' 2025-03-21T20:18:12.7978377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelignore' 2025-03-21T20:18:12.7979576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelrc' 2025-03-21T20:18:12.7980777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.clang-format' 2025-03-21T20:18:12.7981990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.clang-tidy' 2025-03-21T20:18:12.7983205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.editorconfig' 2025-03-21T20:18:12.7984420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.eslintrc.js' 2025-03-21T20:18:12.7985629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.gitattributes' 2025-03-21T20:18:12.7986925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/ISSUE_TEMPLATE.md' 2025-03-21T20:18:12.7988330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/PULL_REQUEST_TEMPLATE.md' 2025-03-21T20:18:12.7989698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/labeler.yml' 2025-03-21T20:18:12.7991057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/build.yml' 2025-03-21T20:18:12.7992445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/codeql.yml' 2025-03-21T20:18:12.7993883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/extrabuild.yml' 2025-03-21T20:18:12.7995285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/label.yml' 2025-03-21T20:18:12.7996646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/main.yml' 2025-03-21T20:18:12.7998028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/release.yml' 2025-03-21T20:18:12.7999601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/scorecards.yml' 2025-03-21T20:18:12.8001010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/stale.yml' 2025-03-21T20:18:12.8002385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows' 2025-03-21T20:18:12.8003694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github' 2025-03-21T20:18:12.8004922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.gitignore' 2025-03-21T20:18:12.8006148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.npmrc' 2025-03-21T20:18:12.8007323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/BUILD.bazel' 2025-03-21T20:18:12.8008583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CHANGELOG.md' 2025-03-21T20:18:12.8009963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/BuildFlatBuffers.cmake' 2025-03-21T20:18:12.8011323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/DESCRIPTION.txt' 2025-03-21T20:18:12.8012681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/FindFlatBuffers.cmake' 2025-03-21T20:18:12.8014062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/PackageDebian.cmake' 2025-03-21T20:18:12.8015430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/PackageRedhat.cmake' 2025-03-21T20:18:12.8016747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/Version.cmake' 2025-03-21T20:18:12.8018177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/flatbuffers-config-version.cmake.in' 2025-03-21T20:18:12.8019674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/flatbuffers-config.cmake' 2025-03-21T20:18:12.8021063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/flatbuffers.pc.in' 2025-03-21T20:18:12.8022355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake' 2025-03-21T20:18:12.8023604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMakeLists.txt' 2025-03-21T20:18:12.8024843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CONTRIBUTING.md' 2025-03-21T20:18:12.8026174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/FlatBuffers.podspec' 2025-03-21T20:18:12.8027469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/Formatters.md' 2025-03-21T20:18:12.8028665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/LICENSE' 2025-03-21T20:18:12.8029859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/Package.swift' 2025-03-21T20:18:12.8031157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/Package@swift-5.5.swift' 2025-03-21T20:18:12.8032425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/README.md' 2025-03-21T20:18:12.8033628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/SECURITY.md' 2025-03-21T20:18:12.8034824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/WORKSPACE' 2025-03-21T20:18:12.8036033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/.project' 2025-03-21T20:18:12.8037354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/AndroidManifest.xml' 2025-03-21T20:18:12.8038721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/.gitignore' 2025-03-21T20:18:12.8040089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/build.gradle' 2025-03-21T20:18:12.8041479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/proguard-rules.pro' 2025-03-21T20:18:12.8043013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/AndroidManifest.xml' 2025-03-21T20:18:12.8044556Z 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:12.8046076Z 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:12.8047651Z 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:12.8049350Z 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:12.8051001Z 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:12.8052636Z 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:12.8054144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/cpp' 2025-03-21T20:18:12.8055605Z 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:12.8057068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/fbs' 2025-03-21T20:18:12.8058696Z 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:12.8060488Z 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:12.8062172Z 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:12.8063745Z 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:12.8065367Z 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:12.8067103Z 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:12.8068798Z 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:12.8070450Z 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:12.8072043Z 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:12.8073565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java' 2025-03-21T20:18:12.8075235Z 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:12.8076939Z 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:12.8078653Z 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:12.8080320Z 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:12.8081907Z 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:12.8083481Z 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:12.8085120Z 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:12.8086911Z 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:12.8088658Z 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:12.8090422Z 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:12.8092133Z 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:12.8093800Z 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:12.8095478Z 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:12.8097232Z 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:12.8099050Z 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:12.8100698Z 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:12.8102424Z 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:12.8104117Z 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:12.8105769Z 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:12.8107509Z 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:12.8109193Z 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:12.8110909Z 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:12.8112662Z 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:12.8114418Z 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:12.8116012Z 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:12.8117578Z 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:12.8119139Z 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:12.8120676Z 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:12.8122161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res' 2025-03-21T20:18:12.8123582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main' 2025-03-21T20:18:12.8124957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src' 2025-03-21T20:18:12.8126282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app' 2025-03-21T20:18:12.8127584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/build.gradle' 2025-03-21T20:18:12.8128971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle.properties' 2025-03-21T20:18:12.8130488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:12.8132137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:12.8133681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle/wrapper' 2025-03-21T20:18:12.8135045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle' 2025-03-21T20:18:12.8136330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradlew' 2025-03-21T20:18:12.8137591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradlew.bat' 2025-03-21T20:18:12.8138910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/settings.gradle' 2025-03-21T20:18:12.8140206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android' 2025-03-21T20:18:12.8141465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/bazel/BUILD.bazel' 2025-03-21T20:18:12.8142715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/bazel' 2025-03-21T20:18:12.8144000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/CMakeLists.txt' 2025-03-21T20:18:12.8144711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/bench.h' 2025-03-21T20:18:12.8145375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/benchmark_main.cpp' 2025-03-21T20:18:12.8146097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-03-21T20:18:12.8146825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/bench_generated.h' 2025-03-21T20:18:12.8147527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.cpp' 2025-03-21T20:18:12.8148206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.h' 2025-03-21T20:18:12.8148881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers' 2025-03-21T20:18:12.8149531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/raw/raw_bench.cpp' 2025-03-21T20:18:12.8150173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/raw/raw_bench.h' 2025-03-21T20:18:12.8150790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/raw' 2025-03-21T20:18:12.8151402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp' 2025-03-21T20:18:12.8152346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Benchmarks/FlatbuffersBenchmarks/FlatbuffersBenchmarks.swift' 2025-03-21T20:18:12.8153167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Benchmarks/FlatbuffersBenchmarks' 2025-03-21T20:18:12.8153872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Benchmarks' 2025-03-21T20:18:12.8154534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Package.swift' 2025-03-21T20:18:12.8155159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/README.md' 2025-03-21T20:18:12.8155764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift' 2025-03-21T20:18:12.8156351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks' 2025-03-21T20:18:12.8156898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/build_defs.bzl' 2025-03-21T20:18:12.8157457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/composer.json' 2025-03-21T20:18:12.8158046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/CMakeLists.txt' 2025-03-21T20:18:12.8158608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/build.py' 2025-03-21T20:18:12.8159266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package/CMakeLists.txt' 2025-03-21T20:18:12.8159968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package/conanfile.py' 2025-03-21T20:18:12.8160634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package/test_package.cpp' 2025-03-21T20:18:12.8161295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package' 2025-03-21T20:18:12.8161846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan' 2025-03-21T20:18:12.8162404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conanfile.py' 2025-03-21T20:18:12.8162964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/CHANGELOG.md' 2025-03-21T20:18:12.8163499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/LICENSE' 2025-03-21T20:18:12.8164056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/README.md' 2025-03-21T20:18:12.8164669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/analysis_options.yaml' 2025-03-21T20:18:12.8165293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/example/example.dart' 2025-03-21T20:18:12.8166053Z 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:12.8166652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/example' 2025-03-21T20:18:12.8167263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/flat_buffers.dart' 2025-03-21T20:18:12.8167887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/flex_buffers.dart' 2025-03-21T20:18:12.8168493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src/builder.dart' 2025-03-21T20:18:12.8169212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src/reference.dart' 2025-03-21T20:18:12.8169840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src/types.dart' 2025-03-21T20:18:12.8170439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src' 2025-03-21T20:18:12.8171003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib' 2025-03-21T20:18:12.8171557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/publish.sh' 2025-03-21T20:18:12.8172133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/pubspec.yaml' 2025-03-21T20:18:12.8172749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/bool_structs.fbs' 2025-03-21T20:18:12.8173443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/bool_structs_generated.dart' 2025-03-21T20:18:12.8174089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flat_buffers_test.dart' 2025-03-21T20:18:12.8174744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flex_builder_test.dart' 2025-03-21T20:18:12.8175421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flex_reader_test.dart' 2025-03-21T20:18:12.8176067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flex_types_test.dart' 2025-03-21T20:18:12.8176783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/include_test1_generated.dart' 2025-03-21T20:18:12.8177623Z 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:12.8178373Z 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:12.8179007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/list_of_enums.fbs' 2025-03-21T20:18:12.8179692Z 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:12.8180323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/monster_test.fbs' 2025-03-21T20:18:12.8181109Z 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:12.8181879Z 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:12.8182618Z 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:12.8183254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/monsterdata_test.mon' 2025-03-21T20:18:12.8183841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test' 2025-03-21T20:18:12.8184416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart' 2025-03-21T20:18:12.8184995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/footer.html' 2025-03-21T20:18:12.8185578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/header.html' 2025-03-21T20:18:12.8186223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images/fpl_logo_small.png' 2025-03-21T20:18:12.8186837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images/ftv2mnode.png' 2025-03-21T20:18:12.8187464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images/ftv2pnode.png' 2025-03-21T20:18:12.8188046Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images' 2025-03-21T20:18:12.8188674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Benchmarks.md' 2025-03-21T20:18:12.8189274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Building.md' 2025-03-21T20:18:12.8189895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CONTRIBUTING.md' 2025-03-21T20:18:12.8190497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CUsage.md' 2025-03-21T20:18:12.8191122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Compiler.md' 2025-03-21T20:18:12.8191741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CppUsage.md' 2025-03-21T20:18:12.8192386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CsharpUsage.md' 2025-03-21T20:18:12.8192998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/DartUsage.md' 2025-03-21T20:18:12.8193614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/FlatBuffers.md' 2025-03-21T20:18:12.8194239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/FlexBuffers.md' 2025-03-21T20:18:12.8194823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/GoApi.md' 2025-03-21T20:18:12.8195478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/GoApi_generated.txt' 2025-03-21T20:18:12.8196072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/GoUsage.md' 2025-03-21T20:18:12.8196675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Grammar.md' 2025-03-21T20:18:12.8197387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/IntermediateRepresentation.md' 2025-03-21T20:18:12.8198001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Internals.md' 2025-03-21T20:18:12.8198816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/JavaScriptUsage.md' 2025-03-21T20:18:12.8199420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/JavaUsage.md' 2025-03-21T20:18:12.8200111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/KotlinUsage.md' 2025-03-21T20:18:12.8200771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/LobsterUsage.md' 2025-03-21T20:18:12.8201380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/LuaUsage.md' 2025-03-21T20:18:12.8201985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/PHPUsage.md' 2025-03-21T20:18:12.8202614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/PythonUsage.md' 2025-03-21T20:18:12.8203297Z 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:12.8203918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/RustUsage.md' 2025-03-21T20:18:12.8204509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Schemas.md' 2025-03-21T20:18:12.8205115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Support.md' 2025-03-21T20:18:12.8205719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/SwiftUsage.md' 2025-03-21T20:18:12.8206327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Tutorial.md' 2025-03-21T20:18:12.8207002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/TypeScriptUsage.md' 2025-03-21T20:18:12.8207648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/WhitePaper.md' 2025-03-21T20:18:12.8208241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/doxyfile' 2025-03-21T20:18:12.8208936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/doxygen_layout.xml' 2025-03-21T20:18:12.8209581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/gRPC/CppUsage.md' 2025-03-21T20:18:12.8210191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/gRPC' 2025-03-21T20:18:12.8210775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/groups' 2025-03-21T20:18:12.8211358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/style.css' 2025-03-21T20:18:12.8211955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source' 2025-03-21T20:18:12.8212500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs' 2025-03-21T20:18:12.8213126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/README.md' 2025-03-21T20:18:12.8213776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/client/client.go' 2025-03-21T20:18:12.8214436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/client' 2025-03-21T20:18:12.8215034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/go.mod' 2025-03-21T20:18:12.8215677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/hero.fbs' 2025-03-21T20:18:12.8216377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/hero/Warrior.go' 2025-03-21T20:18:12.8217013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/hero' 2025-03-21T20:18:12.8217623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net.fbs' 2025-03-21T20:18:12.8218266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net/Request.go' 2025-03-21T20:18:12.8218929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net/Response.go' 2025-03-21T20:18:12.8219562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net' 2025-03-21T20:18:12.8220233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/server/server.go' 2025-03-21T20:18:12.8220877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/server' 2025-03-21T20:18:12.8221496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo' 2025-03-21T20:18:12.8222091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples' 2025-03-21T20:18:12.8222650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/BUILD.bazel' 2025-03-21T20:18:12.8223220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/builder.go' 2025-03-21T20:18:12.8223752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/doc.go' 2025-03-21T20:18:12.8224287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/encode.go' 2025-03-21T20:18:12.8224810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/grpc.go' 2025-03-21T20:18:12.8225341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/lib.go' 2025-03-21T20:18:12.8225873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/sizes.go' 2025-03-21T20:18:12.8226422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/struct.go' 2025-03-21T20:18:12.8226958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/table.go' 2025-03-21T20:18:12.8227505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go' 2025-03-21T20:18:12.8228068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/README.md' 2025-03-21T20:18:12.8228711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/cpp/basic_generated.h' 2025-03-21T20:18:12.8229319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/cpp/generate.py' 2025-03-21T20:18:12.8229920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/cpp' 2025-03-21T20:18:12.8230686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers/goldens/Galaxy.cs' 2025-03-21T20:18:12.8231470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers/goldens/Universe.cs' 2025-03-21T20:18:12.8232187Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers/goldens' 2025-03-21T20:18:12.8232853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers' 2025-03-21T20:18:12.8233488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/generate.py' 2025-03-21T20:18:12.8234089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp' 2025-03-21T20:18:12.8234892Z 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:12.8235505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/dart/generate.py' 2025-03-21T20:18:12.8236103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/dart' 2025-03-21T20:18:12.8236727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/generate_goldens.py' 2025-03-21T20:18:12.8237472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers/goldens/Galaxy.go' 2025-03-21T20:18:12.8238181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers/goldens/Universe.go' 2025-03-21T20:18:12.8238910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers/goldens' 2025-03-21T20:18:12.8239555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers' 2025-03-21T20:18:12.8240159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/generate.py' 2025-03-21T20:18:12.8240737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go' 2025-03-21T20:18:12.8241349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/golden_utils.py' 2025-03-21T20:18:12.8242071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers/goldens/Galaxy.java' 2025-03-21T20:18:12.8242814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers/goldens/Universe.java' 2025-03-21T20:18:12.8243528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers/goldens' 2025-03-21T20:18:12.8244177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers' 2025-03-21T20:18:12.8244791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/generate.py' 2025-03-21T20:18:12.8245376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java' 2025-03-21T20:18:12.8246151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers/goldens/Galaxy.kt' 2025-03-21T20:18:12.8246889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers/goldens/Universe.kt' 2025-03-21T20:18:12.8247645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers/goldens' 2025-03-21T20:18:12.8248309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers' 2025-03-21T20:18:12.8249004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/generate.py' 2025-03-21T20:18:12.8249601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin' 2025-03-21T20:18:12.8250317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lobster/basic_generated.lobster' 2025-03-21T20:18:12.8250936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lobster/generate.py' 2025-03-21T20:18:12.8251554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lobster' 2025-03-21T20:18:12.8252152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua/Galaxy.lua' 2025-03-21T20:18:12.8252787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua/Universe.lua' 2025-03-21T20:18:12.8253409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua/generate.py' 2025-03-21T20:18:12.8254024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua' 2025-03-21T20:18:12.8254631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim/Galaxy.nim' 2025-03-21T20:18:12.8255233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim/Universe.nim' 2025-03-21T20:18:12.8255847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim/generate.py' 2025-03-21T20:18:12.8256432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim' 2025-03-21T20:18:12.8257159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers/goldens/Galaxy.php' 2025-03-21T20:18:12.8257887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers/goldens/Universe.php' 2025-03-21T20:18:12.8258596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers/goldens' 2025-03-21T20:18:12.8259245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers' 2025-03-21T20:18:12.8259857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/generate.py' 2025-03-21T20:18:12.8260437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php' 2025-03-21T20:18:12.8261028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/__init__.py' 2025-03-21T20:18:12.8261758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/__init__.py' 2025-03-21T20:18:12.8262461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens/Galaxy.py' 2025-03-21T20:18:12.8263217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens/Universe.py' 2025-03-21T20:18:12.8263925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens/__init__.py' 2025-03-21T20:18:12.8264626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens' 2025-03-21T20:18:12.8265269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers' 2025-03-21T20:18:12.8265881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/generate.py' 2025-03-21T20:18:12.8266462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py' 2025-03-21T20:18:12.8267117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/rust/basic_generated.rs' 2025-03-21T20:18:12.8267721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/rust/generate.py' 2025-03-21T20:18:12.8268319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/rust' 2025-03-21T20:18:12.8268959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/schema/basic.fbs' 2025-03-21T20:18:12.8269640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/schema' 2025-03-21T20:18:12.8270247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift/__init__.py' 2025-03-21T20:18:12.8270919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift/basic_generated.swift' 2025-03-21T20:18:12.8271543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift/generate.py' 2025-03-21T20:18:12.8272134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift' 2025-03-21T20:18:12.8272722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/basic.ts' 2025-03-21T20:18:12.8273376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens.ts' 2025-03-21T20:18:12.8274088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens/galaxy.ts' 2025-03-21T20:18:12.8274799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens/universe.ts' 2025-03-21T20:18:12.8275495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens' 2025-03-21T20:18:12.8276138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers' 2025-03-21T20:18:12.8276748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/generate.py' 2025-03-21T20:18:12.8277375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts' 2025-03-21T20:18:12.8277947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens' 2025-03-21T20:18:12.8278533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/BUILD.bazel' 2025-03-21T20:18:12.8279092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/README.md' 2025-03-21T20:18:12.8279673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/boringssl.patch' 2025-03-21T20:18:12.8288263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/build_grpc.sh' 2025-03-21T20:18:12.8289186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/build_grpc_with_cxx14.patch' 2025-03-21T20:18:12.8289827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/README.md' 2025-03-21T20:18:12.8290455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/format.sh' 2025-03-21T20:18:12.8291140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/.gitignore' 2025-03-21T20:18:12.8291801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/README.md' 2025-03-21T20:18:12.8292665Z 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:12.8293359Z 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:12.8294113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/client' 2025-03-21T20:18:12.8294855Z 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:12.8295600Z 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:12.8296345Z 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:12.8297044Z 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:12.8297743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/models' 2025-03-21T20:18:12.8298707Z 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:12.8299402Z 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:12.8300093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/server' 2025-03-21T20:18:12.8300761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter' 2025-03-21T20:18:12.8301368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go' 2025-03-21T20:18:12.8302093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/greeter.fbs' 2025-03-21T20:18:12.8302834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/README.md' 2025-03-21T20:18:12.8303537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-03-21T20:18:12.8304298Z 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:12.8305088Z 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:12.8305830Z 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:12.8306636Z 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:12.8307358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/models' 2025-03-21T20:18:12.8308063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-03-21T20:18:12.8308787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter' 2025-03-21T20:18:12.8309432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python' 2025-03-21T20:18:12.8310181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Package.swift' 2025-03-21T20:18:12.8310878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/README.md' 2025-03-21T20:18:12.8311700Z 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:12.8312555Z 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:12.8313323Z 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:12.8314102Z 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:12.8314876Z 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:12.8315655Z 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:12.8316428Z 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:12.8317144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources' 2025-03-21T20:18:12.8317828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter' 2025-03-21T20:18:12.8318488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift' 2025-03-21T20:18:12.8319186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/README.md' 2025-03-21T20:18:12.8319864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/package.json' 2025-03-21T20:18:12.8320560Z 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:12.8321250Z 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:12.8322016Z 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:12.8322751Z 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:12.8323484Z 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:12.8324163Z 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:12.8324928Z 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:12.8325732Z 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:12.8326477Z 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:12.8327174Z 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:12.8327849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src' 2025-03-21T20:18:12.8328544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/tsconfig.json' 2025-03-21T20:18:12.8329273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter' 2025-03-21T20:18:12.8329897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts' 2025-03-21T20:18:12.8330493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples' 2025-03-21T20:18:12.8331178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/pom.xml' 2025-03-21T20:18:12.8332175Z 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:12.8333091Z 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:12.8333972Z 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:12.8334838Z 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:12.8335659Z 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:12.8336422Z 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:12.8337143Z 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:12.8337843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src' 2025-03-21T20:18:12.8338519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc' 2025-03-21T20:18:12.8339076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/pom.xml' 2025-03-21T20:18:12.8339708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/Makefile' 2025-03-21T20:18:12.8340353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/client.cpp' 2025-03-21T20:18:12.8341016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-03-21T20:18:12.8341686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/server.cpp' 2025-03-21T20:18:12.8342331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter' 2025-03-21T20:18:12.8342947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples' 2025-03-21T20:18:12.8343589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/BUILD.bazel' 2025-03-21T20:18:12.8344250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/cpp_generator.cc' 2025-03-21T20:18:12.8344916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/cpp_generator.h' 2025-03-21T20:18:12.8345576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/go_generator.cc' 2025-03-21T20:18:12.8346233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/go_generator.h' 2025-03-21T20:18:12.8346902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/java_generator.cc' 2025-03-21T20:18:12.8347577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/java_generator.h' 2025-03-21T20:18:12.8348257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/python_generator.cc' 2025-03-21T20:18:12.8348941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/python_generator.h' 2025-03-21T20:18:12.8349614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/schema_interface.h' 2025-03-21T20:18:12.8350317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/swift_generator.cc' 2025-03-21T20:18:12.8350999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/swift_generator.h' 2025-03-21T20:18:12.8351684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/ts_generator.cc' 2025-03-21T20:18:12.8352347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/ts_generator.h' 2025-03-21T20:18:12.8352964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler' 2025-03-21T20:18:12.8353545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src' 2025-03-21T20:18:12.8354109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/BUILD' 2025-03-21T20:18:12.8354743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/GameFactory.java' 2025-03-21T20:18:12.8355372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/JavaGrpcTest.java' 2025-03-21T20:18:12.8355971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/go_test.go' 2025-03-21T20:18:12.8356568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/grpctest.cpp' 2025-03-21T20:18:12.8357202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/grpctest.py' 2025-03-21T20:18:12.8357831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/java-grpc-test.sh' 2025-03-21T20:18:12.8358526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/message_builder_test.cpp' 2025-03-21T20:18:12.8359107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/pom.xml' 2025-03-21T20:18:12.8359683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests' 2025-03-21T20:18:12.8360243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc' 2025-03-21T20:18:12.8360887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/allocator.h' 2025-03-21T20:18:12.8361513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/array.h' 2025-03-21T20:18:12.8362128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/base.h' 2025-03-21T20:18:12.8362769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/buffer.h' 2025-03-21T20:18:12.8363415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/buffer_ref.h' 2025-03-21T20:18:12.8364101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/code_generator.h' 2025-03-21T20:18:12.8364780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/code_generators.h' 2025-03-21T20:18:12.8365483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/default_allocator.h' 2025-03-21T20:18:12.8366194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/detached_buffer.h' 2025-03-21T20:18:12.8366896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/file_manager.h' 2025-03-21T20:18:12.8367594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flatbuffer_builder.h' 2025-03-21T20:18:12.8368254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flatbuffers.h' 2025-03-21T20:18:12.8368952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flatc.h' 2025-03-21T20:18:12.8369629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flex_flat_util.h' 2025-03-21T20:18:12.8370306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flexbuffers.h' 2025-03-21T20:18:12.8370922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/grpc.h' 2025-03-21T20:18:12.8371550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/hash.h' 2025-03-21T20:18:12.8372159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/idl.h' 2025-03-21T20:18:12.8372866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/minireflect.h' 2025-03-21T20:18:12.8373539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/pch/flatc_pch.h' 2025-03-21T20:18:12.8374211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/pch/pch.h' 2025-03-21T20:18:12.8374862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/pch' 2025-03-21T20:18:12.8375522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/reflection.h' 2025-03-21T20:18:12.8376235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/reflection_generated.h' 2025-03-21T20:18:12.8376890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/registry.h' 2025-03-21T20:18:12.8377565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/stl_emulation.h' 2025-03-21T20:18:12.8378191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/string.h' 2025-03-21T20:18:12.8378839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/struct.h' 2025-03-21T20:18:12.8379461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/table.h' 2025-03-21T20:18:12.8380092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/util.h' 2025-03-21T20:18:12.8380720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/vector.h' 2025-03-21T20:18:12.8381447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/vector_downward.h' 2025-03-21T20:18:12.8382088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/verifier.h' 2025-03-21T20:18:12.8382755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers' 2025-03-21T20:18:12.8383315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include' 2025-03-21T20:18:12.8383869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/pom.xml' 2025-03-21T20:18:12.8384723Z 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:12.8385550Z 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:12.8386373Z 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:12.8387270Z 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:12.8388095Z 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:12.8388939Z 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:12.8389832Z 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:12.8390643Z 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:12.8391504Z 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:12.8392310Z 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:12.8393178Z 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:12.8393986Z 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:12.8394795Z 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:12.8395599Z 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:12.8396394Z 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:12.8397212Z 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:12.8398036Z 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:12.8399129Z 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:12.8399969Z 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:12.8400741Z 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:12.8401562Z 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:12.8402327Z 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:12.8403126Z 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:12.8403911Z 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:12.8404843Z 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:12.8405743Z 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:12.8406587Z 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:12.8407473Z 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:12.8408321Z 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:12.8409256Z 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:12.8410116Z 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:12.8410965Z 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:12.8411810Z 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:12.8412688Z 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:12.8413534Z 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:12.8414380Z 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:12.8415202Z 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:12.8416356Z 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:12.8417063Z 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:12.8417724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com' 2025-03-21T20:18:12.8418342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java' 2025-03-21T20:18:12.8418950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main' 2025-03-21T20:18:12.8419624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/DictionaryLookup' 2025-03-21T20:18:12.8420295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/JavaTest.java' 2025-03-21T20:18:12.8420905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/MyGame' 2025-03-21T20:18:12.8421548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/NamespaceA' 2025-03-21T20:18:12.8422175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/NamespaceC' 2025-03-21T20:18:12.8422885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/optional_scalars' 2025-03-21T20:18:12.8423529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/union_vector' 2025-03-21T20:18:12.8424173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java' 2025-03-21T20:18:12.8424915Z 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:12.8425560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/resources' 2025-03-21T20:18:12.8426166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test' 2025-03-21T20:18:12.8426735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src' 2025-03-21T20:18:12.8427293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java' 2025-03-21T20:18:12.8427834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/js/README.md' 2025-03-21T20:18:12.8428382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/js' 2025-03-21T20:18:12.8429042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/build.gradle.kts' 2025-03-21T20:18:12.8429745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/monster_test_java.fbs' 2025-03-21T20:18:12.8430444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/monster_test_kotlin.fbs' 2025-03-21T20:18:12.8431556Z 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:12.8432633Z 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:12.8433698Z 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:12.8434729Z 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:12.8435711Z 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:12.8436618Z 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:12.8437490Z 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:12.8438269Z 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:12.8439062Z 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:12.8439776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin' 2025-03-21T20:18:12.8440482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain' 2025-03-21T20:18:12.8441126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src' 2025-03-21T20:18:12.8441737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark' 2025-03-21T20:18:12.8442362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/build.gradle.kts' 2025-03-21T20:18:12.8443075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/build.gradle.kts' 2025-03-21T20:18:12.8444075Z 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:12.8445076Z 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:12.8446139Z 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:12.8447149Z 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:12.8448173Z 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:12.8449321Z 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:12.8450451Z 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:12.8451413Z 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:12.8452388Z 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:12.8453351Z 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:12.8454285Z 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:12.8455140Z 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:12.8455967Z 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:12.8456795Z 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:12.8457560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain' 2025-03-21T20:18:12.8458585Z 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:12.8459613Z 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:12.8460631Z 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:12.8461716Z 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:12.8462750Z 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:12.8463747Z 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:12.8464711Z 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:12.8465644Z 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:12.8466532Z 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:12.8467362Z 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:12.8468180Z 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:12.8468946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest' 2025-03-21T20:18:12.8469915Z 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:12.8470864Z 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:12.8471759Z 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:12.8472606Z 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:12.8473392Z 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:12.8474184Z 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:12.8474927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain' 2025-03-21T20:18:12.8475927Z 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:12.8476887Z 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:12.8477788Z 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:12.8478637Z 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:12.8479435Z 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:12.8480217Z 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:12.8480946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain' 2025-03-21T20:18:12.8481920Z 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:12.8482863Z 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:12.8483804Z 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:12.8484667Z 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:12.8485470Z 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:12.8486242Z 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:12.8487090Z 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:12.8487885Z 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:12.8488631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest' 2025-03-21T20:18:12.8489678Z 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:12.8490691Z 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:12.8491614Z 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:12.8492516Z 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:12.8493337Z 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:12.8494139Z 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:12.8494892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain' 2025-03-21T20:18:12.8495589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src' 2025-03-21T20:18:12.8496261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin' 2025-03-21T20:18:12.8496871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle.properties' 2025-03-21T20:18:12.8497538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/libs.versions.toml' 2025-03-21T20:18:12.8498416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:12.8499189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:12.8499827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/wrapper' 2025-03-21T20:18:12.8500504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle' 2025-03-21T20:18:12.8501091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradlew' 2025-03-21T20:18:12.8501674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradlew.bat' 2025-03-21T20:18:12.8502294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/settings.gradle.kts' 2025-03-21T20:18:12.8502933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/spotless/spotless.kt' 2025-03-21T20:18:12.8503531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/spotless' 2025-03-21T20:18:12.8504101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin' 2025-03-21T20:18:12.8504729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lobster/flatbuffers.lobster' 2025-03-21T20:18:12.8505301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lobster' 2025-03-21T20:18:12.8505875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers.lua' 2025-03-21T20:18:12.8506522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/binaryarray.lua' 2025-03-21T20:18:12.8507195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/builder.lua' 2025-03-21T20:18:12.8507810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat.lua' 2025-03-21T20:18:12.8508500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat_5_1.lua' 2025-03-21T20:18:12.8509132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat_5_3.lua' 2025-03-21T20:18:12.8509800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat_luajit.lua' 2025-03-21T20:18:12.8510427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/numTypes.lua' 2025-03-21T20:18:12.8511042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/view.lua' 2025-03-21T20:18:12.8511641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers' 2025-03-21T20:18:12.8512193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua' 2025-03-21T20:18:12.8512731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/mjs/README.md' 2025-03-21T20:18:12.8513277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/mjs' 2025-03-21T20:18:12.8513915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/ByteBuffer.cs' 2025-03-21T20:18:12.8514573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/ByteBufferUtil.cs' 2025-03-21T20:18:12.8515263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/FlatBufferBuilder.cs' 2025-03-21T20:18:12.8515986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/FlatBufferConstants.cs' 2025-03-21T20:18:12.8516698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/FlatBufferVerify.cs' 2025-03-21T20:18:12.8517411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Google.FlatBuffers.csproj' 2025-03-21T20:18:12.8518103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/IFlatbufferObject.cs' 2025-03-21T20:18:12.8518712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Offset.cs' 2025-03-21T20:18:12.8519329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Struct.cs' 2025-03-21T20:18:12.8519932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Table.cs' 2025-03-21T20:18:12.8520594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/flatbuffers.png' 2025-03-21T20:18:12.8521239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/flatbuffers.snk' 2025-03-21T20:18:12.8521852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers' 2025-03-21T20:18:12.8522434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net' 2025-03-21T20:18:12.8523046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers.nimble' 2025-03-21T20:18:12.8523724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/flatbuffers.nim' 2025-03-21T20:18:12.8524372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/builder.nim' 2025-03-21T20:18:12.8525020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/endian.nim' 2025-03-21T20:18:12.8525656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/struct.nim' 2025-03-21T20:18:12.8526302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/table.nim' 2025-03-21T20:18:12.8526930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src' 2025-03-21T20:18:12.8527551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers' 2025-03-21T20:18:12.8528093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim' 2025-03-21T20:18:12.8528649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/package.json' 2025-03-21T20:18:12.8529327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/ByteBuffer.php' 2025-03-21T20:18:12.8529915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/Constants.php' 2025-03-21T20:18:12.8530533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/FlatbufferBuilder.php' 2025-03-21T20:18:12.8531137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/Struct.php' 2025-03-21T20:18:12.8531684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/Table.php' 2025-03-21T20:18:12.8532265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php' 2025-03-21T20:18:12.8532824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/pnpm-lock.yaml' 2025-03-21T20:18:12.8533386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/.gitignore' 2025-03-21T20:18:12.8533969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/__init__.py' 2025-03-21T20:18:12.8534604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/__init__.py' 2025-03-21T20:18:12.8535254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/_version.py' 2025-03-21T20:18:12.8535887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/builder.py' 2025-03-21T20:18:12.8536524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/compat.py' 2025-03-21T20:18:12.8537146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/encode.py' 2025-03-21T20:18:12.8537846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-03-21T20:18:12.8538513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/number_types.py' 2025-03-21T20:18:12.8539223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/packer.py' 2025-03-21T20:18:12.8539985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-03-21T20:18:12.8540689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-03-21T20:18:12.8541383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-03-21T20:18:12.8542081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-03-21T20:18:12.8542783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-03-21T20:18:12.8543485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-03-21T20:18:12.8544207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-03-21T20:18:12.8544910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-03-21T20:18:12.8545623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-03-21T20:18:12.8546347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-03-21T20:18:12.8547090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-03-21T20:18:12.8547803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-03-21T20:18:12.8548521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-03-21T20:18:12.8549201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection' 2025-03-21T20:18:12.8549841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/table.py' 2025-03-21T20:18:12.8550457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/util.py' 2025-03-21T20:18:12.8551095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers' 2025-03-21T20:18:12.8551651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/py.typed' 2025-03-21T20:18:12.8552212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/setup.cfg' 2025-03-21T20:18:12.8552781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/setup.py' 2025-03-21T20:18:12.8553374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python' 2025-03-21T20:18:12.8553989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/BUILD.bazel' 2025-03-21T20:18:12.8554632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/reflection.fbs' 2025-03-21T20:18:12.8555255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/ts/BUILD.bazel' 2025-03-21T20:18:12.8555852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/ts' 2025-03-21T20:18:12.8556445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection' 2025-03-21T20:18:12.8557063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/Cargo.toml' 2025-03-21T20:18:12.8557693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/README.md' 2025-03-21T20:18:12.8558302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/build.rs' 2025-03-21T20:18:12.8558950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/array.rs' 2025-03-21T20:18:12.8559591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/builder.rs' 2025-03-21T20:18:12.8560272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/endian_scalar.rs' 2025-03-21T20:18:12.8560920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/follow.rs' 2025-03-21T20:18:12.8561566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/get_root.rs' 2025-03-21T20:18:12.8562226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/lib.rs' 2025-03-21T20:18:12.8562901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/primitives.rs' 2025-03-21T20:18:12.8563565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/push.rs' 2025-03-21T20:18:12.8564188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/table.rs' 2025-03-21T20:18:12.8564835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/vector.rs' 2025-03-21T20:18:12.8565482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/verifier.rs' 2025-03-21T20:18:12.8566132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/vtable.rs' 2025-03-21T20:18:12.8566813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/vtable_writer.rs' 2025-03-21T20:18:12.8567455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src' 2025-03-21T20:18:12.8568063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers' 2025-03-21T20:18:12.8568693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/.gitignore' 2025-03-21T20:18:12.8569419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/Cargo.toml' 2025-03-21T20:18:12.8570039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/README.md' 2025-03-21T20:18:12.8570729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/bitwidth.rs' 2025-03-21T20:18:12.8571362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/buffer.rs' 2025-03-21T20:18:12.8572039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/map.rs' 2025-03-21T20:18:12.8572703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/mod.rs' 2025-03-21T20:18:12.8573387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/push.rs' 2025-03-21T20:18:12.8574055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/ser.rs' 2025-03-21T20:18:12.8574743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/value.rs' 2025-03-21T20:18:12.8575429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/vector.rs' 2025-03-21T20:18:12.8576113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder' 2025-03-21T20:18:12.8576807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/flexbuffer_type.rs' 2025-03-21T20:18:12.8577443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/lib.rs' 2025-03-21T20:18:12.8578125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/de.rs' 2025-03-21T20:18:12.8578843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/iter.rs' 2025-03-21T20:18:12.8579504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/map.rs' 2025-03-21T20:18:12.8580163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/mod.rs' 2025-03-21T20:18:12.8580878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/serialize.rs' 2025-03-21T20:18:12.8581556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/vector.rs' 2025-03-21T20:18:12.8582240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader' 2025-03-21T20:18:12.8582873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src' 2025-03-21T20:18:12.8583492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers' 2025-03-21T20:18:12.8584036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust' 2025-03-21T20:18:12.8584680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.cs' 2025-03-21T20:18:12.8585291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.java' 2025-03-21T20:18:12.8585936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.kt' 2025-03-21T20:18:12.8586543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.php' 2025-03-21T20:18:12.8587152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/csharp_sample.sh' 2025-03-21T20:18:12.8587745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/dart_sample.sh' 2025-03-21T20:18:12.8588306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/go.mod' 2025-03-21T20:18:12.8588885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/go_sample.sh' 2025-03-21T20:18:12.8589482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/java_sample.sh' 2025-03-21T20:18:12.8590122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/javascript_sample.sh' 2025-03-21T20:18:12.8590726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/kotlin_sample.sh' 2025-03-21T20:18:12.8591409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Color.lua' 2025-03-21T20:18:12.8592100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Equipment.lua' 2025-03-21T20:18:12.8592789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Monster.lua' 2025-03-21T20:18:12.8593481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Vec3.lua' 2025-03-21T20:18:12.8594166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Weapon.lua' 2025-03-21T20:18:12.8594856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample' 2025-03-21T20:18:12.8595483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame' 2025-03-21T20:18:12.8596065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua' 2025-03-21T20:18:12.8596658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster.bfbs' 2025-03-21T20:18:12.8597234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster.fbs' 2025-03-21T20:18:12.8597851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster_generated.h' 2025-03-21T20:18:12.8598684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster_generated.lobster' 2025-03-21T20:18:12.8599328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster_generated.swift' 2025-03-21T20:18:12.8599948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monsterdata.json' 2025-03-21T20:18:12.8600593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/php_sample.sh' 2025-03-21T20:18:12.8601208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/python_sample.sh' 2025-03-21T20:18:12.8601879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/mod.rs' 2025-03-21T20:18:12.8602681Z 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:12.8603490Z 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:12.8604301Z 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:12.8605081Z 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:12.8605887Z 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:12.8606619Z 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:12.8607318Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/my_game' 2025-03-21T20:18:12.8607960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated' 2025-03-21T20:18:12.8608573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_bfbs.cpp' 2025-03-21T20:18:12.8609251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.cpp' 2025-03-21T20:18:12.8609903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.go' 2025-03-21T20:18:12.8610584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.lobster' 2025-03-21T20:18:12.8611191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.lua' 2025-03-21T20:18:12.8611809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.py' 2025-03-21T20:18:12.8612410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.rs' 2025-03-21T20:18:12.8613044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.swift' 2025-03-21T20:18:12.8613681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_flexbuffers.rs' 2025-03-21T20:18:12.8614360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_flexbuffers_serde.rs' 2025-03-21T20:18:12.8614959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_text.cpp' 2025-03-21T20:18:12.8615590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_text.lobster' 2025-03-21T20:18:12.8616179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples' 2025-03-21T20:18:12.8616879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-03-21T20:18:12.8617543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/check_generate_code.py' 2025-03-21T20:18:12.8618170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/clang-format-all.sh' 2025-03-21T20:18:12.8618803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/clang-format-git.sh' 2025-03-21T20:18:12.8619412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/clang-tidy-git.sh' 2025-03-21T20:18:12.8620028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/generate_code.py' 2025-03-21T20:18:12.8620686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/generate_grpc_examples.py' 2025-03-21T20:18:12.8621268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/release.sh' 2025-03-21T20:18:12.8621820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/util.py' 2025-03-21T20:18:12.8622389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts' 2025-03-21T20:18:12.8622965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/snap/snapcraft.yaml' 2025-03-21T20:18:12.8623524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/snap' 2025-03-21T20:18:12.8624074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/BUILD.bazel' 2025-03-21T20:18:12.8624774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/annotated_binary_text_gen.cpp' 2025-03-21T20:18:12.8625412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/annotated_binary_text_gen.h' 2025-03-21T20:18:12.8625986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen.h' 2025-03-21T20:18:12.8626576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_lua.cpp' 2025-03-21T20:18:12.8627140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_lua.h' 2025-03-21T20:18:12.8627730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_nim.cpp' 2025-03-21T20:18:12.8628292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_nim.h' 2025-03-21T20:18:12.8628861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_namer.h' 2025-03-21T20:18:12.8629466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/binary_annotator.cpp' 2025-03-21T20:18:12.8630068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/binary_annotator.h' 2025-03-21T20:18:12.8630663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/code_generators.cpp' 2025-03-21T20:18:12.8631310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/file_binary_writer.cpp' 2025-03-21T20:18:12.8631987Z 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:12.8632602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/file_writer.cpp' 2025-03-21T20:18:12.8633147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/flatc.cpp' 2025-03-21T20:18:12.8633712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/flatc_main.cpp' 2025-03-21T20:18:12.8634279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/flathash.cpp' 2025-03-21T20:18:12.8634874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_binary.cpp' 2025-03-21T20:18:12.8635465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_binary.h' 2025-03-21T20:18:12.8636042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_cpp.cpp' 2025-03-21T20:18:12.8636616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_cpp.h' 2025-03-21T20:18:12.8637209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_csharp.cpp' 2025-03-21T20:18:12.8637798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_csharp.h' 2025-03-21T20:18:12.8638374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_dart.cpp' 2025-03-21T20:18:12.8638955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_dart.h' 2025-03-21T20:18:12.8639524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_fbs.cpp' 2025-03-21T20:18:12.8640141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_fbs.h' 2025-03-21T20:18:12.8640731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_go.cpp' 2025-03-21T20:18:12.8641286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_go.h' 2025-03-21T20:18:12.8641874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_grpc.cpp' 2025-03-21T20:18:12.8642453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_java.cpp' 2025-03-21T20:18:12.8643035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_java.h' 2025-03-21T20:18:12.8643660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_json_schema.cpp' 2025-03-21T20:18:12.8644281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_json_schema.h' 2025-03-21T20:18:12.8644869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_kotlin.cpp' 2025-03-21T20:18:12.8645456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_kotlin.h' 2025-03-21T20:18:12.8646168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_kotlin_kmp.cpp' 2025-03-21T20:18:12.8646776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_lobster.cpp' 2025-03-21T20:18:12.8647391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_lobster.h' 2025-03-21T20:18:12.8647976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_php.cpp' 2025-03-21T20:18:12.8648537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_php.h' 2025-03-21T20:18:12.8649205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_python.cpp' 2025-03-21T20:18:12.8649803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_python.h' 2025-03-21T20:18:12.8650383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_rust.cpp' 2025-03-21T20:18:12.8650959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_rust.h' 2025-03-21T20:18:12.8651549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_swift.cpp' 2025-03-21T20:18:12.8652136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_swift.h' 2025-03-21T20:18:12.8652716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_text.cpp' 2025-03-21T20:18:12.8653294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_text.h' 2025-03-21T20:18:12.8653863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_ts.cpp' 2025-03-21T20:18:12.8654436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_ts.h' 2025-03-21T20:18:12.8655020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_namer.h' 2025-03-21T20:18:12.8655629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_parser.cpp' 2025-03-21T20:18:12.8656159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/namer.h' 2025-03-21T20:18:12.8656727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/reflection.cpp' 2025-03-21T20:18:12.8657274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/util.cpp' 2025-03-21T20:18:12.8657811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src' 2025-03-21T20:18:12.8658390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift.swiftformat' 2025-03-21T20:18:12.8658957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/BUILD.bazel' 2025-03-21T20:18:12.8659513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/LICENSE' 2025-03-21T20:18:12.8660061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/README.md' 2025-03-21T20:18:12.8660792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift' 2025-03-21T20:18:12.8661529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Constants.swift' 2025-03-21T20:18:12.8662385Z 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:12.8663370Z 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:12.8664336Z 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:12.8665287Z 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:12.8666251Z 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:12.8667201Z 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:12.8668168Z 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:12.8669116Z 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:12.8670023Z 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:12.8670984Z 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:12.8671994Z 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:12.8672984Z 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:12.8673943Z 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:12.8674926Z 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:12.8675889Z 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:12.8676869Z 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:12.8677826Z 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:12.8678792Z 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:12.8679771Z 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:12.8680771Z 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:12.8681729Z 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:12.8682699Z 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:12.8683604Z 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:12.8684494Z 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:12.8685490Z 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:12.8686385Z 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:12.8687218Z 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:12.8688234Z 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:12.8689333Z 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:12.8690378Z 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:12.8691330Z 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:12.8692181Z 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:12.8692961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc' 2025-03-21T20:18:12.8693658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Enum.swift' 2025-03-21T20:18:12.8694419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferBuilder.swift' 2025-03-21T20:18:12.8695189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferObject.swift' 2025-03-21T20:18:12.8695943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatBuffersUtils.swift' 2025-03-21T20:18:12.8696752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatbuffersErrors.swift' 2025-03-21T20:18:12.8697485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Int+extension.swift' 2025-03-21T20:18:12.8698414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Message.swift' 2025-03-21T20:18:12.8699113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Mutable.swift' 2025-03-21T20:18:12.8699854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/NativeObject.swift' 2025-03-21T20:18:12.8700539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Offset.swift' 2025-03-21T20:18:12.8701216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Root.swift' 2025-03-21T20:18:12.8701987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/String+extension.swift' 2025-03-21T20:18:12.8702683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Struct.swift' 2025-03-21T20:18:12.8703376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Table.swift' 2025-03-21T20:18:12.8704113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/TableVerifier.swift' 2025-03-21T20:18:12.8704866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/VeriferOptions.swift' 2025-03-21T20:18:12.8705581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Verifiable.swift' 2025-03-21T20:18:12.8706369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Verifier.swift' 2025-03-21T20:18:12.8707067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers' 2025-03-21T20:18:12.8707676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources' 2025-03-21T20:18:12.8708227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift' 2025-03-21T20:18:12.8708800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/.gitignore' 2025-03-21T20:18:12.8709430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-03-21T20:18:12.8710120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v1_generated.h' 2025-03-21T20:18:12.8710746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-03-21T20:18:12.8711430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v2_generated.h' 2025-03-21T20:18:12.8712065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution' 2025-03-21T20:18:12.8712736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/offset64_test.cpp' 2025-03-21T20:18:12.8713365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/offset64_test.h' 2025-03-21T20:18:12.8714015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.afb' 2025-03-21T20:18:12.8714645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.bfbs' 2025-03-21T20:18:12.8715252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.bin' 2025-03-21T20:18:12.8715872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-03-21T20:18:12.8716486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.json' 2025-03-21T20:18:12.8717188Z 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:12.8717850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit_generated.h' 2025-03-21T20:18:12.8718445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit' 2025-03-21T20:18:12.8718985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/Abc.nim' 2025-03-21T20:18:12.8719557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/BUILD.bazel' 2025-03-21T20:18:12.8720121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DartTest.sh' 2025-03-21T20:18:12.8720839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatEntry.java' 2025-03-21T20:18:12.8721602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatEntry.kt' 2025-03-21T20:18:12.8722334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatMap.java' 2025-03-21T20:18:12.8723038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatMap.kt' 2025-03-21T20:18:12.8723687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup' 2025-03-21T20:18:12.8724523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks/FlatBufferBuilderBenchmark.cs' 2025-03-21T20:18:12.8725339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks/FlatBuffers.Benchmarks.csproj' 2025-03-21T20:18:12.8726055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks/Program.cs' 2025-03-21T20:18:12.8726736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks' 2025-03-21T20:18:12.8727404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/.gitignore' 2025-03-21T20:18:12.8728053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Assert.cs' 2025-03-21T20:18:12.8728804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/ByteBufferTests.cs' 2025-03-21T20:18:12.8729664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBufferBuilderTests.cs' 2025-03-21T20:18:12.8730423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffers.Test.csproj' 2025-03-21T20:18:12.8731186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersExampleTests.cs' 2025-03-21T20:18:12.8731944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersFuzzTests.cs' 2025-03-21T20:18:12.8732746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersTestClassAttribute.cs' 2025-03-21T20:18:12.8733554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersTestMethodAttribute.cs' 2025-03-21T20:18:12.8734263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FuzzTestData.cs' 2025-03-21T20:18:12.8734899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Lcg.cs' 2025-03-21T20:18:12.8735577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/NetTest.bat' 2025-03-21T20:18:12.8736231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/NetTest.sh' 2025-03-21T20:18:12.8736905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Program.cs' 2025-03-21T20:18:12.8737696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Properties/AssemblyInfo.cs' 2025-03-21T20:18:12.8738425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Properties' 2025-03-21T20:18:12.8739102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/README.md' 2025-03-21T20:18:12.8739781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/TestTable.cs' 2025-03-21T20:18:12.8740422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/clean.sh' 2025-03-21T20:18:12.8741165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/monsterdata_cstest.mon' 2025-03-21T20:18:12.8741914Z 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:12.8742614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/packages.config' 2025-03-21T20:18:12.8743259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test' 2025-03-21T20:18:12.8743825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/GoTest.sh' 2025-03-21T20:18:12.8744458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/ABC.cs' 2025-03-21T20:18:12.8745137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/KeywordsInTable.cs' 2025-03-21T20:18:12.8745856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/KeywordsInUnion.cs' 2025-03-21T20:18:12.8746480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/Table2.cs' 2025-03-21T20:18:12.8747113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/public.cs' 2025-03-21T20:18:12.8747722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest' 2025-03-21T20:18:12.8748310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KotlinTest.kt' 2025-03-21T20:18:12.8748882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KotlinTest.sh' 2025-03-21T20:18:12.8749488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/LobsterTest.bat' 2025-03-21T20:18:12.8750055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/LuaTest.bat' 2025-03-21T20:18:12.8750624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/LuaTest.sh' 2025-03-21T20:18:12.8751221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MoreDefaults.nim' 2025-03-21T20:18:12.8751826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MutatingBool.fbs' 2025-03-21T20:18:12.8752470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.cs' 2025-03-21T20:18:12.8753108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.go' 2025-03-21T20:18:12.8753806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.java' 2025-03-21T20:18:12.8754473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.kt' 2025-03-21T20:18:12.8755132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.lua' 2025-03-21T20:18:12.8755775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.nim' 2025-03-21T20:18:12.8756436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.php' 2025-03-21T20:18:12.8757075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-03-21T20:18:12.8757751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AbilityT.java' 2025-03-21T20:18:12.8758370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.cs' 2025-03-21T20:18:12.8758997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.go' 2025-03-21T20:18:12.8759626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.java' 2025-03-21T20:18:12.8760307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.kt' 2025-03-21T20:18:12.8760938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.lua' 2025-03-21T20:18:12.8761605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.nim' 2025-03-21T20:18:12.8762230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.php' 2025-03-21T20:18:12.8762849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.py' 2025-03-21T20:18:12.8763590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.cs' 2025-03-21T20:18:12.8764314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.go' 2025-03-21T20:18:12.8765063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.java' 2025-03-21T20:18:12.8765783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.kt' 2025-03-21T20:18:12.8766523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.lua' 2025-03-21T20:18:12.8767251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.nim' 2025-03-21T20:18:12.8767993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.php' 2025-03-21T20:18:12.8768714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-03-21T20:18:12.8769600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliasesUnion.java' 2025-03-21T20:18:12.8770296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUnion.java' 2025-03-21T20:18:12.8771011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.cs' 2025-03-21T20:18:12.8771710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.go' 2025-03-21T20:18:12.8772437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.java' 2025-03-21T20:18:12.8773138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.kt' 2025-03-21T20:18:12.8773864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.lua' 2025-03-21T20:18:12.8774571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.nim' 2025-03-21T20:18:12.8775277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.php' 2025-03-21T20:18:12.8776017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-03-21T20:18:12.8776763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliasesUnion.java' 2025-03-21T20:18:12.8777476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStruct.cs' 2025-03-21T20:18:12.8778156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStruct.java' 2025-03-21T20:18:12.8778839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-03-21T20:18:12.8779527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStructT.java' 2025-03-21T20:18:12.8780201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTable.cs' 2025-03-21T20:18:12.8780888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTable.java' 2025-03-21T20:18:12.8781570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-03-21T20:18:12.8782253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTableT.java' 2025-03-21T20:18:12.8782896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.cs' 2025-03-21T20:18:12.8783525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.go' 2025-03-21T20:18:12.8784181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.java' 2025-03-21T20:18:12.8784808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.kt' 2025-03-21T20:18:12.8785497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.lua' 2025-03-21T20:18:12.8786172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.nim' 2025-03-21T20:18:12.8786806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.php' 2025-03-21T20:18:12.8787446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.py' 2025-03-21T20:18:12.8788093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.cs' 2025-03-21T20:18:12.8788754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.go' 2025-03-21T20:18:12.8789419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.java' 2025-03-21T20:18:12.8790084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.kt' 2025-03-21T20:18:12.8790738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.lua' 2025-03-21T20:18:12.8791403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.nim' 2025-03-21T20:18:12.8792083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.php' 2025-03-21T20:18:12.8792744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-03-21T20:18:12.8793414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.cs' 2025-03-21T20:18:12.8794070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.go' 2025-03-21T20:18:12.8794725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.java' 2025-03-21T20:18:12.8795363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.kt' 2025-03-21T20:18:12.8796026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.lua' 2025-03-21T20:18:12.8796675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.nim' 2025-03-21T20:18:12.8797344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.php' 2025-03-21T20:18:12.8797987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-03-21T20:18:12.8798917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/MonsterStorageGrpc.java' 2025-03-21T20:18:12.8799643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/MonsterStorage_grpc.go' 2025-03-21T20:18:12.8800320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/MonsterT.java' 2025-03-21T20:18:12.8801058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStruct.cs' 2025-03-21T20:18:12.8801760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStruct.java' 2025-03-21T20:18:12.8802472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-03-21T20:18:12.8803179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStructT.java' 2025-03-21T20:18:12.8803871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-03-21T20:18:12.8804586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-03-21T20:18:12.8805367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-03-21T20:18:12.8806089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-03-21T20:18:12.8806918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-03-21T20:18:12.8807622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-03-21T20:18:12.8808404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-03-21T20:18:12.8809158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion' 2025-03-21T20:18:12.8809842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.cs' 2025-03-21T20:18:12.8810472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.go' 2025-03-21T20:18:12.8811121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.java' 2025-03-21T20:18:12.8811746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.kt' 2025-03-21T20:18:12.8812392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.lua' 2025-03-21T20:18:12.8813022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.nim' 2025-03-21T20:18:12.8813671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.php' 2025-03-21T20:18:12.8814298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.py' 2025-03-21T20:18:12.8814970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.cs' 2025-03-21T20:18:12.8815628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.go' 2025-03-21T20:18:12.8816316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.java' 2025-03-21T20:18:12.8817009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.kt' 2025-03-21T20:18:12.8817683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.lua' 2025-03-21T20:18:12.8818407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.nim' 2025-03-21T20:18:12.8819072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.php' 2025-03-21T20:18:12.8819743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-03-21T20:18:12.8820424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ReferrableT.java' 2025-03-21T20:18:12.8821063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.cs' 2025-03-21T20:18:12.8821682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.go' 2025-03-21T20:18:12.8822326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.java' 2025-03-21T20:18:12.8822952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.kt' 2025-03-21T20:18:12.8823595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.lua' 2025-03-21T20:18:12.8824254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.nim' 2025-03-21T20:18:12.8824925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.php' 2025-03-21T20:18:12.8825547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-03-21T20:18:12.8826202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StatT.java' 2025-03-21T20:18:12.8826898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.cs' 2025-03-21T20:18:12.8827594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.go' 2025-03-21T20:18:12.8828312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.java' 2025-03-21T20:18:12.8829011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.kt' 2025-03-21T20:18:12.8829724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.lua' 2025-03-21T20:18:12.8830425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.nim' 2025-03-21T20:18:12.8831136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.php' 2025-03-21T20:18:12.8831833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-03-21T20:18:12.8832601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.cs' 2025-03-21T20:18:12.8833385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.go' 2025-03-21T20:18:12.8834195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.java' 2025-03-21T20:18:12.8834952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.kt' 2025-03-21T20:18:12.8835724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.lua' 2025-03-21T20:18:12.8836484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.nim' 2025-03-21T20:18:12.8837261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.php' 2025-03-21T20:18:12.8838013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-03-21T20:18:12.8838801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructsT.java' 2025-03-21T20:18:12.8839511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsT.java' 2025-03-21T20:18:12.8840173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.cs' 2025-03-21T20:18:12.8840795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.go' 2025-03-21T20:18:12.8841463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.java' 2025-03-21T20:18:12.8842099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.kt' 2025-03-21T20:18:12.8842727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.lua' 2025-03-21T20:18:12.8843363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.nim' 2025-03-21T20:18:12.8843992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.php' 2025-03-21T20:18:12.8844626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.py' 2025-03-21T20:18:12.8845275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.cs' 2025-03-21T20:18:12.8845953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.java' 2025-03-21T20:18:12.8846597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.kt' 2025-03-21T20:18:12.8847257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-03-21T20:18:12.8848007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.cs' 2025-03-21T20:18:12.8848765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.go' 2025-03-21T20:18:12.8849629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java' 2025-03-21T20:18:12.8850421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.kt' 2025-03-21T20:18:12.8851177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.lua' 2025-03-21T20:18:12.8851935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.nim' 2025-03-21T20:18:12.8852702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.php' 2025-03-21T20:18:12.8853452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-03-21T20:18:12.8854237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnumT.java' 2025-03-21T20:18:12.8854878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestT.java' 2025-03-21T20:18:12.8855558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.cs' 2025-03-21T20:18:12.8856250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.go' 2025-03-21T20:18:12.8856943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.java' 2025-03-21T20:18:12.8857641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.kt' 2025-03-21T20:18:12.8858328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.lua' 2025-03-21T20:18:12.8859004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.nim' 2025-03-21T20:18:12.8859689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.php' 2025-03-21T20:18:12.8860358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-03-21T20:18:12.8861057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliasesT.java' 2025-03-21T20:18:12.8861683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.cs' 2025-03-21T20:18:12.8862320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.go' 2025-03-21T20:18:12.8862956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.java' 2025-03-21T20:18:12.8863578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.kt' 2025-03-21T20:18:12.8864216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.lua' 2025-03-21T20:18:12.8864839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.nim' 2025-03-21T20:18:12.8865509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.php' 2025-03-21T20:18:12.8866157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-03-21T20:18:12.8866811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3T.java' 2025-03-21T20:18:12.8867453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-03-21T20:18:12.8868190Z 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:12.8868821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example' 2025-03-21T20:18:12.8869482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.cs' 2025-03-21T20:18:12.8870126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.go' 2025-03-21T20:18:12.8870798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.java' 2025-03-21T20:18:12.8871442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.kt' 2025-03-21T20:18:12.8872134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.lua' 2025-03-21T20:18:12.8872814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.nim' 2025-03-21T20:18:12.8873470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.php' 2025-03-21T20:18:12.8874129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-03-21T20:18:12.8874794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/MonsterT.java' 2025-03-21T20:18:12.8875459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-03-21T20:18:12.8876093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2' 2025-03-21T20:18:12.8876767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.cs' 2025-03-21T20:18:12.8877429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.go' 2025-03-21T20:18:12.8878119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.java' 2025-03-21T20:18:12.8878778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.kt' 2025-03-21T20:18:12.8879462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.lua' 2025-03-21T20:18:12.8880130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.nim' 2025-03-21T20:18:12.8880858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.php' 2025-03-21T20:18:12.8881544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-03-21T20:18:12.8882235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespaceT.java' 2025-03-21T20:18:12.8882861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.cs' 2025-03-21T20:18:12.8883500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.java' 2025-03-21T20:18:12.8884137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.kt' 2025-03-21T20:18:12.8884766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-03-21T20:18:12.8885423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtraT.java' 2025-03-21T20:18:12.8886144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/FromInclude.lua' 2025-03-21T20:18:12.8886877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/FromInclude.nim' 2025-03-21T20:18:12.8887587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/TableB.lua' 2025-03-21T20:18:12.8888285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/TableB.nim' 2025-03-21T20:18:12.8889088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/TableBT.java' 2025-03-21T20:18:12.8889790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/Unused.lua' 2025-03-21T20:18:12.8890477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/Unused.nim' 2025-03-21T20:18:12.8891187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/UnusedT.java' 2025-03-21T20:18:12.8891858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace' 2025-03-21T20:18:12.8892471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/__init__.py' 2025-03-21T20:18:12.8893062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame' 2025-03-21T20:18:12.8893612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/Pizza.go' 2025-03-21T20:18:12.8894197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/Property.nim' 2025-03-21T20:18:12.8894770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/PythonTest.sh' 2025-03-21T20:18:12.8895352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/RustTest.bat' 2025-03-21T20:18:12.8895912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/RustTest.sh' 2025-03-21T20:18:12.8896512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TableA.lua' 2025-03-21T20:18:12.8897162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TableA.nim' 2025-03-21T20:18:12.8897745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TableAT.java' 2025-03-21T20:18:12.8898485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TestAll.sh' 2025-03-21T20:18:12.8899124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TestMutatingBool.nim' 2025-03-21T20:18:12.8899731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.cpp' 2025-03-21T20:18:12.8900352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.fbs' 2025-03-21T20:18:12.8900947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.h' 2025-03-21T20:18:12.8901558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.json' 2025-03-21T20:18:12.8902235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_after_fix.afb' 2025-03-21T20:18:12.8902896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_after_fix.bin' 2025-03-21T20:18:12.8903638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_before_fix.afb' 2025-03-21T20:18:12.8904338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_before_fix.bin' 2025-03-21T20:18:12.8905002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/README.md' 2025-03-21T20:18:12.8905716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.afb' 2025-03-21T20:18:12.8906454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.bfbs' 2025-03-21T20:18:12.8907167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.bin' 2025-03-21T20:18:12.8907902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-03-21T20:18:12.8908626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.json' 2025-03-21T20:18:12.8909380Z 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:12.8910112Z 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:12.8910860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-03-21T20:18:12.8911544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/README.md' 2025-03-21T20:18:12.8912362Z 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:12.8913132Z 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:12.8913981Z 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:12.8914806Z 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:12.8915638Z 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:12.8916484Z 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:12.8917262Z 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:12.8918052Z 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:12.8918875Z 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:12.8919743Z 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:12.8920591Z 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:12.8921485Z 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:12.8922307Z 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:12.8923142Z 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:12.8923938Z 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:12.8924754Z 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:12.8925548Z 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:12.8926352Z 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:12.8927137Z 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:12.8927937Z 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:12.8928760Z 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:12.8929698Z 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:12.8930555Z 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:12.8931397Z 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:12.8932225Z 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:12.8933064Z 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:12.8933893Z 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:12.8934722Z 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:12.8935554Z 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:12.8936405Z 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:12.8937241Z 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:12.8938105Z 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:12.8938939Z 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:12.8939761Z 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:12.8940577Z 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:12.8941385Z 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:12.8942214Z 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:12.8943031Z 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:12.8943887Z 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:12.8944731Z 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:12.8945504Z 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:12.8946300Z 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:12.8947137Z 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:12.8947933Z 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:12.8948625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests' 2025-03-21T20:18:12.8949276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary' 2025-03-21T20:18:12.8949891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.bfbs' 2025-03-21T20:18:12.8950481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.fbs' 2025-03-21T20:18:12.8951098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.golden' 2025-03-21T20:18:12.8951735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.schema.json' 2025-03-21T20:18:12.8952338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/mod.rs' 2025-03-21T20:18:12.8953180Z 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:12.8954007Z 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:12.8954828Z 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:12.8955607Z 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:12.8956326Z 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:12.8956981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/my_game' 2025-03-21T20:18:12.8957602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test' 2025-03-21T20:18:12.8958370Z 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:12.8959177Z 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:12.8959967Z 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:12.8960746Z 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:12.8961418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/generated_cpp17' 2025-03-21T20:18:12.8962085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/stringify_util.h' 2025-03-21T20:18:12.8962729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/test_cpp17.cpp' 2025-03-21T20:18:12.8963321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17' 2025-03-21T20:18:12.8963942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/dictionary_lookup.fbs' 2025-03-21T20:18:12.8964752Z 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:12.8965519Z 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:12.8966318Z 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:12.8967165Z 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:12.8967998Z 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:12.8968853Z 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:12.8969741Z 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:12.8970435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/build_flatc.run.sh' 2025-03-21T20:18:12.8971066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/cpp_test.run.sh' 2025-03-21T20:18:12.8971899Z 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:12.8972681Z 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:12.8973526Z 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:12.8974360Z 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:12.8975164Z 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:12.8975948Z 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:12.8976752Z 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:12.8977597Z 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:12.8978449Z 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:12.8979358Z 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:12.8980270Z 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:12.8981046Z 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:12.8981907Z 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:12.8982699Z 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:12.8983474Z 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:12.8984132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages' 2025-03-21T20:18:12.8984719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker' 2025-03-21T20:18:12.8985331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test.cpp' 2025-03-21T20:18:12.8985955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test.h' 2025-03-21T20:18:12.8986645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-03-21T20:18:12.8987357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v1.json' 2025-03-21T20:18:12.8988103Z 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:12.8988779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-03-21T20:18:12.8989473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v2.json' 2025-03-21T20:18:12.8990193Z 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:12.8990839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test' 2025-03-21T20:18:12.8991433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-03-21T20:18:12.8992094Z 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:12.8992730Z 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:12.8993352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-03-21T20:18:12.8994026Z 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:12.8994682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/baz' 2025-03-21T20:18:12.8995298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar' 2025-03-21T20:18:12.8995998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-03-21T20:18:12.8996644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-03-21T20:18:12.8997298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-03-21T20:18:12.8997963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-03-21T20:18:12.8998777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_test.py' 2025-03-21T20:18:12.8999419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-03-21T20:18:12.8999993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/foo.fbs' 2025-03-21T20:18:12.9000623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-03-21T20:18:12.9001194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/main.py' 2025-03-21T20:18:12.9001862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc' 2025-03-21T20:18:12.9002477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flexbuffers_test.cpp' 2025-03-21T20:18:12.9003133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flexbuffers_test.h' 2025-03-21T20:18:12.9003723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzz_test.cpp' 2025-03-21T20:18:12.9004281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzz_test.h' 2025-03-21T20:18:12.9004891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/.gitignore' 2025-03-21T20:18:12.9005516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/CMakeLists.txt' 2025-03-21T20:18:12.9006222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_64bit_fuzzer.cc' 2025-03-21T20:18:12.9006949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_annotator_fuzzer.cc' 2025-03-21T20:18:12.9007674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_monster_fuzzer.cc' 2025-03-21T20:18:12.9008373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_parser_fuzzer.cc' 2025-03-21T20:18:12.9009156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_scalar_fuzzer.cc' 2025-03-21T20:18:12.9009875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_verifier_fuzzer.cc' 2025-03-21T20:18:12.9010659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flexbuffers_verifier_fuzzer.cc' 2025-03-21T20:18:12.9011317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/fuzzer_assert.h' 2025-03-21T20:18:12.9011966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/monster_debug.cpp' 2025-03-21T20:18:12.9012611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/monster_fuzzer.dict' 2025-03-21T20:18:12.9013258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/parser_fuzzer.dict' 2025-03-21T20:18:12.9013863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/readme.md' 2025-03-21T20:18:12.9014496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/scalar_debug.cpp' 2025-03-21T20:18:12.9015146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/scalar_fuzzer.dict' 2025-03-21T20:18:12.9015746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/test_init.h' 2025-03-21T20:18:12.9016344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer' 2025-03-21T20:18:12.9016898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/go_test.go' 2025-03-21T20:18:12.9017596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/gold_flexbuffer_example.bin' 2025-03-21T20:18:12.9018241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_build_test.cc' 2025-03-21T20:18:12.9018922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/include_test1.fbs' 2025-03-21T20:18:12.9019546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/order.fbs' 2025-03-21T20:18:12.9020252Z 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:12.9020939Z 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:12.9021578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/sub' 2025-03-21T20:18:12.9022210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test' 2025-03-21T20:18:12.9022820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/mod.rs' 2025-03-21T20:18:12.9023689Z 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:12.9024517Z 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:12.9025351Z 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:12.9026169Z 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:12.9026854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/my_game' 2025-03-21T20:18:12.9027578Z 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:12.9028219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1' 2025-03-21T20:18:12.9028882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1_generated.dart' 2025-03-21T20:18:12.9029509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/mod.rs' 2025-03-21T20:18:12.9030368Z 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:12.9031212Z 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:12.9032031Z 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:12.9032811Z 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:12.9033508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/my_game' 2025-03-21T20:18:12.9034217Z 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:12.9034871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2' 2025-03-21T20:18:12.9035675Z 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:12.9036291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/included_test.fbs' 2025-03-21T20:18:12.9036892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/includer_test.fbs' 2025-03-21T20:18:12.9037488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/is_quiet_nan.h' 2025-03-21T20:18:12.9038062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/javatest.bin' 2025-03-21T20:18:12.9038651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/json_test.cpp' 2025-03-21T20:18:12.9039217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/json_test.h' 2025-03-21T20:18:12.9039909Z 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:12.9040629Z 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:12.9041248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field' 2025-03-21T20:18:12.9041848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field_test.cpp' 2025-03-21T20:18:12.9042493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field_test.h' 2025-03-21T20:18:12.9043122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test.fbs' 2025-03-21T20:18:12.9043876Z 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:12.9044692Z 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:12.9045509Z 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:12.9046285Z 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:12.9047049Z 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:12.9047752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/keyword_test' 2025-03-21T20:18:12.9048361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/mod.rs' 2025-03-21T20:18:12.9049101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test' 2025-03-21T20:18:12.9049717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/lobstertest.lobster' 2025-03-21T20:18:12.9050326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/luatest.lua' 2025-03-21T20:18:12.9050962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/minified_enums/enums.fbs' 2025-03-21T20:18:12.9051658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/minified_enums/enums_generated.h' 2025-03-21T20:18:12.9052286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/minified_enums' 2025-03-21T20:18:12.9052899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_extra.fbs' 2025-03-21T20:18:12.9053538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_extra_generated.h' 2025-03-21T20:18:12.9054269Z 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:12.9054861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.afb' 2025-03-21T20:18:12.9055458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.bfbs' 2025-03-21T20:18:12.9056065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.cpp' 2025-03-21T20:18:12.9056661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.fbs' 2025-03-21T20:18:12.9057304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.grpc.fb.cc' 2025-03-21T20:18:12.9057962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.grpc.fb.h' 2025-03-21T20:18:12.9058599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.h' 2025-03-21T20:18:12.9059231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.schema.json' 2025-03-21T20:18:12.9059850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/mod.rs' 2025-03-21T20:18:12.9060627Z 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:12.9061486Z 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:12.9062247Z 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:12.9063093Z 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:12.9063866Z 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:12.9064698Z 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:12.9065474Z 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:12.9066288Z 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:12.9067086Z 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:12.9067869Z 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:12.9068691Z 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:12.9069574Z 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:12.9070355Z 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:12.9071233Z 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:12.9072048Z 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:12.9072815Z 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:12.9073542Z 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:12.9074362Z 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:12.9075120Z 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:12.9075917Z 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:12.9076776Z 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:12.9077595Z 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:12.9078423Z 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:12.9079183Z 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:12.9079859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game' 2025-03-21T20:18:12.9080547Z 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:12.9081206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test' 2025-03-21T20:18:12.9081874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_bfbs_generated.h' 2025-03-21T20:18:12.9082611Z 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:12.9083301Z 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:12.9083946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.h' 2025-03-21T20:18:12.9084620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.lobster' 2025-03-21T20:18:12.9085262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.py' 2025-03-21T20:18:12.9085912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.ts' 2025-03-21T20:18:12.9086668Z 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:12.9087429Z 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:12.9088127Z 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:12.9088806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/mod.rs' 2025-03-21T20:18:12.9089703Z 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:12.9090656Z 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:12.9091495Z 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:12.9092395Z 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:12.9093218Z 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:12.9094075Z 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:12.9094915Z 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:12.9095750Z 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:12.9096594Z 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:12.9097422Z 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:12.9098583Z 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:12.9099579Z 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:12.9100398Z 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:12.9101344Z 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:12.9102197Z 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:12.9103025Z 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:12.9103799Z 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:12.9104650Z 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:12.9105427Z 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:12.9106277Z 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:12.9107186Z 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:12.9108091Z 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:12.9109015Z 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:12.9109832Z 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:12.9110565Z 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:12.9111305Z 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:12.9111992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize' 2025-03-21T20:18:12.9112792Z 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:12.9113596Z 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:12.9114430Z 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:12.9115149Z 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:12.9116008Z 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:12.9116844Z 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:12.9117657Z 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:12.9118417Z 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:12.9119162Z 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:12.9119915Z 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:12.9120657Z 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:12.9121326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix' 2025-03-21T20:18:12.9121952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_extra.json' 2025-03-21T20:18:12.9122601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_go_wire.mon.sp' 2025-03-21T20:18:12.9123267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_python_wire.mon' 2025-03-21T20:18:12.9123922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.afb' 2025-03-21T20:18:12.9124590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.golden' 2025-03-21T20:18:12.9125212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.json' 2025-03-21T20:18:12.9125835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.mon' 2025-03-21T20:18:12.9126434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults.fbs' 2025-03-21T20:18:12.9127115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults/abc_generated.rs' 2025-03-21T20:18:12.9127730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults/mod.rs' 2025-03-21T20:18:12.9128474Z 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:12.9129199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults' 2025-03-21T20:18:12.9129899Z 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:12.9130619Z 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:12.9131306Z 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:12.9132020Z 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:12.9132671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/name_clash_test' 2025-03-21T20:18:12.9133488Z 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:12.9134305Z 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:12.9135146Z 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:12.9135963Z 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:12.9136797Z 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:12.9137613Z 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:12.9138434Z 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:12.9139259Z 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:12.9140121Z 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:12.9140961Z 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:12.9141822Z 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:12.9142654Z 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:12.9143499Z 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:12.9144324Z 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:12.9145183Z 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:12.9145998Z 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:12.9146829Z 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:12.9147690Z 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:12.9148526Z 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:12.9149375Z 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:12.9150214Z 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:12.9151030Z 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:12.9151885Z 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:12.9152702Z 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:12.9153528Z 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:12.9154364Z 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:12.9155182Z 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:12.9156018Z 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:12.9156930Z 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:12.9157765Z 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:12.9158659Z 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:12.9159455Z 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:12.9160218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB' 2025-03-21T20:18:12.9160985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.cs' 2025-03-21T20:18:12.9161745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.go' 2025-03-21T20:18:12.9162533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.java' 2025-03-21T20:18:12.9163286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.kt' 2025-03-21T20:18:12.9164085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.lua' 2025-03-21T20:18:12.9165177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.php' 2025-03-21T20:18:12.9166189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-03-21T20:18:12.9167484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInAT.java' 2025-03-21T20:18:12.9168724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.cs' 2025-03-21T20:18:12.9170008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.go' 2025-03-21T20:18:12.9171323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.php' 2025-03-21T20:18:12.9172619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-03-21T20:18:12.9173869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.cs' 2025-03-21T20:18:12.9175137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.go' 2025-03-21T20:18:12.9175980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.java' 2025-03-21T20:18:12.9176755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.kt' 2025-03-21T20:18:12.9177517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.lua' 2025-03-21T20:18:12.9178396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.php' 2025-03-21T20:18:12.9179181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-03-21T20:18:12.9179974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNST.java' 2025-03-21T20:18:12.9180692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-03-21T20:18:12.9181404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA' 2025-03-21T20:18:12.9182124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.cs' 2025-03-21T20:18:12.9182853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.go' 2025-03-21T20:18:12.9183585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.java' 2025-03-21T20:18:12.9184317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.kt' 2025-03-21T20:18:12.9185075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.lua' 2025-03-21T20:18:12.9185814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.php' 2025-03-21T20:18:12.9186586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-03-21T20:18:12.9187336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInCT.java' 2025-03-21T20:18:12.9188051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-03-21T20:18:12.9188752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC' 2025-03-21T20:18:12.9189374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/mod.rs' 2025-03-21T20:18:12.9190263Z 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:12.9191174Z 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:12.9192070Z 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:12.9192975Z 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:12.9193748Z 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:12.9194614Z 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:12.9195465Z 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:12.9196175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a' 2025-03-21T20:18:12.9196963Z 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:12.9197674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_c' 2025-03-21T20:18:12.9198547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-03-21T20:18:12.9199312Z 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:12.9200091Z 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:12.9200995Z 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:12.9201764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-03-21T20:18:12.9202520Z 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:12.9203338Z 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:12.9204181Z 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:12.9205006Z 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:12.9205655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test' 2025-03-21T20:18:12.9206254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nan_inf_test.fbs' 2025-03-21T20:18:12.9206916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_inline_table_test.fbs' 2025-03-21T20:18:12.9207631Z 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:12.9208243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test.fbs' 2025-03-21T20:18:12.9208969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test_generated.h' 2025-03-21T20:18:12.9209611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test_impl.cpp' 2025-03-21T20:18:12.9210260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test_impl.h' 2025-03-21T20:18:12.9211079Z 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:12.9211953Z 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:12.9212728Z 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:12.9213557Z 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:12.9214328Z 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:12.9215162Z 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:12.9215836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_namespace_test' 2025-03-21T20:18:12.9216468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_union_test.fbs' 2025-03-21T20:18:12.9217052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/testnim.py' 2025-03-21T20:18:12.9217768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/moredefaults/test.nim' 2025-03-21T20:18:12.9218443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/moredefaults' 2025-03-21T20:18:12.9219163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mutatingbool/test.nim' 2025-03-21T20:18:12.9219835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mutatingbool' 2025-03-21T20:18:12.9220477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mygame/test.nim' 2025-03-21T20:18:12.9221131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mygame' 2025-03-21T20:18:12.9221831Z 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:12.9222540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/optional_scalars' 2025-03-21T20:18:12.9223144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests' 2025-03-21T20:18:12.9223727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim' 2025-03-21T20:18:12.9224342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars.fbs' 2025-03-21T20:18:12.9224972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars.json' 2025-03-21T20:18:12.9225661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.cs' 2025-03-21T20:18:12.9226358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.go' 2025-03-21T20:18:12.9227085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.java' 2025-03-21T20:18:12.9227809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.kt' 2025-03-21T20:18:12.9228500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.nim' 2025-03-21T20:18:12.9229197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-03-21T20:18:12.9229876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.cs' 2025-03-21T20:18:12.9230555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.go' 2025-03-21T20:18:12.9231266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.java' 2025-03-21T20:18:12.9231944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.kt' 2025-03-21T20:18:12.9232637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.nim' 2025-03-21T20:18:12.9233315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-03-21T20:18:12.9234013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/__init__.py' 2025-03-21T20:18:12.9234645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/mod.rs' 2025-03-21T20:18:12.9235530Z 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:12.9236362Z 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:12.9237112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/optional_scalars' 2025-03-21T20:18:12.9237757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars' 2025-03-21T20:18:12.9238438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_defaults.json' 2025-03-21T20:18:12.9239106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_generated.h' 2025-03-21T20:18:12.9239819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_generated.lobster' 2025-03-21T20:18:12.9240487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_generated.ts' 2025-03-21T20:18:12.9241140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_test.cpp' 2025-03-21T20:18:12.9241775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_test.h' 2025-03-21T20:18:12.9242346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/order/Food.go' 2025-03-21T20:18:12.9242975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/order' 2025-03-21T20:18:12.9243591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/parser_test.cpp' 2025-03-21T20:18:12.9244179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/parser_test.h' 2025-03-21T20:18:12.9244747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/phpTest.php' 2025-03-21T20:18:12.9245398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/phpUnionVectorTest.php' 2025-03-21T20:18:12.9246025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/phpUnionVectorTest.sh' 2025-03-21T20:18:12.9246700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test.fbs' 2025-03-21T20:18:12.9247424Z 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:12.9248216Z 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:12.9249013Z 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:12.9249808Z 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:12.9250482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test/mod.rs' 2025-03-21T20:18:12.9251273Z 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:12.9251955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test' 2025-03-21T20:18:12.9252535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/proto_test.cpp' 2025-03-21T20:18:12.9253119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/proto_test.h' 2025-03-21T20:18:12.9253821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/GenerateProtoGoldens.sh' 2025-03-21T20:18:12.9254472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/imported.proto' 2025-03-21T20:18:12.9255162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/non-positive-id.proto' 2025-03-21T20:18:12.9255816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test.golden.fbs' 2025-03-21T20:18:12.9256433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test.proto' 2025-03-21T20:18:12.9257109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-03-21T20:18:12.9257805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-03-21T20:18:12.9258550Z 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:12.9259240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-03-21T20:18:12.9259981Z 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:12.9260660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-03-21T20:18:12.9261369Z 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:12.9262098Z 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:12.9262843Z 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:12.9263580Z 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:12.9264315Z 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:12.9264966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/twice-id.proto' 2025-03-21T20:18:12.9265673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/use-reserved-id.proto' 2025-03-21T20:18:12.9266287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest' 2025-03-21T20:18:12.9266944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/py_flexbuffers_test.py' 2025-03-21T20:18:12.9267520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/py_test.py' 2025-03-21T20:18:12.9268127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/reflection_test.cpp' 2025-03-21T20:18:12.9268739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/reflection_test.h' 2025-03-21T20:18:12.9269353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/required_strings.fbs' 2025-03-21T20:18:12.9269971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test.fbs' 2025-03-21T20:18:12.9270595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/mod.rs' 2025-03-21T20:18:12.9271419Z 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:12.9272228Z 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:12.9273051Z 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:12.9273905Z 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:12.9274783Z 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:12.9275650Z 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:12.9276486Z 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:12.9277303Z 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:12.9278023Z 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:12.9278674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test' 2025-03-21T20:18:12.9279435Z 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:12.9280193Z 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:12.9280914Z 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:12.9281677Z 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:12.9282409Z 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:12.9283162Z 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:12.9283832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test/Cargo.toml' 2025-03-21T20:18:12.9284517Z 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:12.9285190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test/src' 2025-03-21T20:18:12.9285858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test' 2025-03-21T20:18:12.9286522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/Cargo.toml' 2025-03-21T20:18:12.9287249Z 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:12.9288029Z 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:12.9288808Z 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:12.9289578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/benches' 2025-03-21T20:18:12.9290342Z 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:12.9291156Z 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:12.9291902Z 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:12.9292576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/bin' 2025-03-21T20:18:12.9293261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir/.gitignore' 2025-03-21T20:18:12.9293968Z 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:12.9294644Z 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:12.9295353Z 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:12.9296048Z 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:12.9296737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir' 2025-03-21T20:18:12.9297464Z 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:12.9298453Z 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:12.9299296Z 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:12.9300072Z 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:12.9300863Z 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:12.9301671Z 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:12.9302436Z 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:12.9303212Z 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:12.9303964Z 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:12.9304708Z 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:12.9305482Z 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:12.9306151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests' 2025-03-21T20:18:12.9306802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test' 2025-03-21T20:18:12.9307525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/.swift-version' 2025-03-21T20:18:12.9308271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Package.swift' 2025-03-21T20:18:12.9309000Z 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:12.9309727Z 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:12.9310412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Sources' 2025-03-21T20:18:12.9311470Z 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:12.9312462Z 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:12.9313354Z 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:12.9314063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Tests' 2025-03-21T20:18:12.9314722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests' 2025-03-21T20:18:12.9315539Z 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:12.9316406Z 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:12.9317213Z 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:12.9318107Z 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:12.9318842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/CodeGenerationTests' 2025-03-21T20:18:12.9319487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Package.swift' 2025-03-21T20:18:12.9320277Z 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:12.9321130Z 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:12.9321921Z 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:12.9322679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers' 2025-03-21T20:18:12.9323343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Sources' 2025-03-21T20:18:12.9324008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/SwiftTest.sh' 2025-03-21T20:18:12.9325044Z 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:12.9325995Z 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:12.9326965Z 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:12.9327872Z 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:12.9328830Z 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:12.9329842Z 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:12.9330803Z 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:12.9331792Z 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:12.9332796Z 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:12.9333739Z 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:12.9334665Z 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:12.9335603Z 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:12.9336555Z 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:12.9337495Z 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:12.9338468Z 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:12.9339408Z 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:12.9340372Z 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:12.9341198Z 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:12.9341895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests' 2025-03-21T20:18:12.9342610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/monsterdata_test.mon' 2025-03-21T20:18:12.9343236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests' 2025-03-21T20:18:12.9343816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift' 2025-03-21T20:18:12.9344366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test.cpp' 2025-03-21T20:18:12.9344921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test.fbs' 2025-03-21T20:18:12.9345511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_assert.cpp' 2025-03-21T20:18:12.9346093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_assert.h' 2025-03-21T20:18:12.9346686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_builder.cpp' 2025-03-21T20:18:12.9347277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_builder.h' 2025-03-21T20:18:12.9347884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/BUILD.bazel' 2025-03-21T20:18:12.9348605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptComplexArraysTest.js' 2025-03-21T20:18:12.9349325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptFlexBuffersTest.js' 2025-03-21T20:18:12.9350052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptRequiredStringTest.js' 2025-03-21T20:18:12.9350670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptTest.js' 2025-03-21T20:18:12.9351316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptTestv1.cjs' 2025-03-21T20:18:12.9352065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptUnionUnderlyingTypeTest.js' 2025-03-21T20:18:12.9352761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptUnionVectorTest.js' 2025-03-21T20:18:12.9353385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-03-21T20:18:12.9354154Z 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:12.9354983Z 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:12.9355729Z 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:12.9356477Z 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:12.9357245Z 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:12.9358101Z 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:12.9358903Z 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:12.9359715Z 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:12.9360526Z 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:12.9361339Z 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:12.9362135Z 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:12.9362962Z 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:12.9363767Z 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:12.9364605Z 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:12.9365423Z 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:12.9366270Z 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:12.9367083Z 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:12.9367909Z 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:12.9368713Z 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:12.9369590Z 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:12.9370388Z 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:12.9371187Z 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:12.9371971Z 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:12.9372739Z 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:12.9373473Z 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:12.9374197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex' 2025-03-21T20:18:12.9374895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test.sh' 2025-03-21T20:18:12.9375626Z 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:12.9376348Z 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:12.9377071Z 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:12.9377783Z 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:12.9378510Z 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:12.9379242Z 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:12.9379977Z 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:12.9380720Z 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:12.9381459Z 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:12.9382247Z 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:12.9382951Z 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:12.9383670Z 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:12.9384252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar.d.ts' 2025-03-21T20:18:12.9384824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar.js' 2025-03-21T20:18:12.9385403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar.ts' 2025-03-21T20:18:12.9386010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/abc.d.ts' 2025-03-21T20:18:12.9386616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/abc.js' 2025-03-21T20:18:12.9387206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/abc.ts' 2025-03-21T20:18:12.9387832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/class.d.ts' 2025-03-21T20:18:12.9388435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/class.js' 2025-03-21T20:18:12.9389047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/class.ts' 2025-03-21T20:18:12.9389671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/tab.ts' 2025-03-21T20:18:12.9390311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar' 2025-03-21T20:18:12.9390925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test.d.ts' 2025-03-21T20:18:12.9391535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test.js' 2025-03-21T20:18:12.9392134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test.ts' 2025-03-21T20:18:12.9392812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test_generated.cjs' 2025-03-21T20:18:12.9393516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monsterdata_javascript_wire.mon' 2025-03-21T20:18:12.9394103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game.d.ts' 2025-03-21T20:18:12.9394689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game.js' 2025-03-21T20:18:12.9395259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game.ts' 2025-03-21T20:18:12.9395928Z 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:12.9396550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example.js' 2025-03-21T20:18:12.9397218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example.ts' 2025-03-21T20:18:12.9397896Z 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:12.9398729Z 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:12.9399400Z 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:12.9400185Z 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:12.9400934Z 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:12.9401700Z 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:12.9402447Z 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:12.9403196Z 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:12.9403928Z 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:12.9404585Z 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:12.9405292Z 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:12.9405936Z 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:12.9406654Z 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:12.9407303Z 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:12.9412679Z 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:12.9413483Z 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:12.9414191Z 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:12.9414872Z 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:12.9415562Z 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:12.9416229Z 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:12.9417001Z 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:12.9417656Z 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:12.9418417Z 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:12.9419080Z 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:12.9419774Z 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:12.9420468Z 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:12.9421146Z 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:12.9421814Z 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:12.9422457Z 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:12.9423111Z 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:12.9423915Z 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:12.9424716Z 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:12.9425508Z 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:12.9426294Z 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:12.9427026Z 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:12.9427798Z 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:12.9428594Z 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:12.9429391Z 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:12.9430174Z 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:12.9430839Z 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:12.9431500Z 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:12.9432139Z 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:12.9432857Z 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:12.9433579Z 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:12.9434293Z 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:12.9434995Z 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:12.9435649Z 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:12.9436288Z 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:12.9436945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example' 2025-03-21T20:18:12.9437578Z 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:12.9438221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2.js' 2025-03-21T20:18:12.9438848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2.ts' 2025-03-21T20:18:12.9439543Z 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:12.9440211Z 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:12.9440878Z 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:12.9441544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2' 2025-03-21T20:18:12.9442279Z 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:12.9443014Z 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:12.9443702Z 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:12.9444400Z 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:12.9445069Z 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:12.9445748Z 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:12.9446514Z 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:12.9447273Z 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:12.9448018Z 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:12.9448758Z 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:12.9449594Z 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:12.9450350Z 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:12.9451077Z 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:12.9451795Z 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:12.9452503Z 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:12.9453220Z 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:12.9453824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game' 2025-03-21T20:18:12.9454547Z 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:12.9455267Z 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:12.9455964Z 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:12.9456772Z 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:12.9457553Z 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:12.9458372Z 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:12.9459153Z 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:12.9459964Z 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:12.9460732Z 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:12.9461484Z 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:12.9462201Z 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:12.9462921Z 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:12.9463622Z 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:12.9464273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext' 2025-03-21T20:18:12.9464899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional-scalars.ts' 2025-03-21T20:18:12.9465641Z 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:12.9466370Z 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:12.9467039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional-scalars' 2025-03-21T20:18:12.9467663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional_scalars.ts' 2025-03-21T20:18:12.9468244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/package.json' 2025-03-21T20:18:12.9468856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/pnpm-lock.yaml' 2025-03-21T20:18:12.9469453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection.d.ts' 2025-03-21T20:18:12.9470058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection.js' 2025-03-21T20:18:12.9470647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection.ts' 2025-03-21T20:18:12.9471372Z 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:12.9472067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/advanced-features.js' 2025-03-21T20:18:12.9472779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/advanced-features.ts' 2025-03-21T20:18:12.9473437Z 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:12.9474125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/base-type.js' 2025-03-21T20:18:12.9474769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/base-type.ts' 2025-03-21T20:18:12.9475460Z 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:12.9476105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum-val.js' 2025-03-21T20:18:12.9476740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum-val.ts' 2025-03-21T20:18:12.9477379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum.d.ts' 2025-03-21T20:18:12.9477998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum.js' 2025-03-21T20:18:12.9478629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum.ts' 2025-03-21T20:18:12.9479260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/field.d.ts' 2025-03-21T20:18:12.9479892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/field.js' 2025-03-21T20:18:12.9480535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/field.ts' 2025-03-21T20:18:12.9481208Z 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:12.9481878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/key-value.js' 2025-03-21T20:18:12.9482533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/key-value.ts' 2025-03-21T20:18:12.9483172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/object.d.ts' 2025-03-21T20:18:12.9483806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/object.js' 2025-03-21T20:18:12.9484430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/object.ts' 2025-03-21T20:18:12.9485084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/rpccall.d.ts' 2025-03-21T20:18:12.9485717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/rpccall.js' 2025-03-21T20:18:12.9486349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/rpccall.ts' 2025-03-21T20:18:12.9487029Z 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:12.9487685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema-file.js' 2025-03-21T20:18:12.9488349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema-file.ts' 2025-03-21T20:18:12.9489056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema.d.ts' 2025-03-21T20:18:12.9489730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema.js' 2025-03-21T20:18:12.9490398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema.ts' 2025-03-21T20:18:12.9491053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/service.d.ts' 2025-03-21T20:18:12.9491685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/service.js' 2025-03-21T20:18:12.9492324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/service.ts' 2025-03-21T20:18:12.9492945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/type.d.ts' 2025-03-21T20:18:12.9493578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/type.js' 2025-03-21T20:18:12.9494194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/type.ts' 2025-03-21T20:18:12.9494824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection' 2025-03-21T20:18:12.9495473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection_generated.cjs' 2025-03-21T20:18:12.9496168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required-strings/foo.js' 2025-03-21T20:18:12.9496825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required-strings/foo.ts' 2025-03-21T20:18:12.9497513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required-strings' 2025-03-21T20:18:12.9498400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required_strings_generated.js' 2025-03-21T20:18:12.9499082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required_strings_generated.ts' 2025-03-21T20:18:12.9499681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/table-a.d.ts' 2025-03-21T20:18:12.9500253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/table-a.js' 2025-03-21T20:18:12.9500839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/table-a.ts' 2025-03-21T20:18:12.9501470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir/BUILD.bazel' 2025-03-21T20:18:12.9502126Z 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:12.9502753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir/package.json' 2025-03-21T20:18:12.9503455Z 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:12.9504217Z 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:12.9504836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir' 2025-03-21T20:18:12.9505496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/tsconfig.json' 2025-03-21T20:18:12.9506149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/tsconfig.node.json' 2025-03-21T20:18:12.9506758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript.d.ts' 2025-03-21T20:18:12.9507350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript.js' 2025-03-21T20:18:12.9507960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript.ts' 2025-03-21T20:18:12.9508593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/class.d.ts' 2025-03-21T20:18:12.9509229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/class.js' 2025-03-21T20:18:12.9509851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/class.ts' 2025-03-21T20:18:12.9510500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/object.d.ts' 2025-03-21T20:18:12.9511128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/object.js' 2025-03-21T20:18:12.9511812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/object.ts' 2025-03-21T20:18:12.9512431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript' 2025-03-21T20:18:12.9513114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_include.ts' 2025-03-21T20:18:12.9513818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_include_generated.cjs' 2025-03-21T20:18:12.9514475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.d.ts' 2025-03-21T20:18:12.9515132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-03-21T20:18:12.9515777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.js' 2025-03-21T20:18:12.9516431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.ts' 2025-03-21T20:18:12.9517142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords_generated.cjs' 2025-03-21T20:18:12.9517851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_transitive_include.ts' 2025-03-21T20:18:12.9518620Z 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:12.9519234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/unicode_test.mon' 2025-03-21T20:18:12.9519907Z 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:12.9520580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type.js' 2025-03-21T20:18:12.9521271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type.ts' 2025-03-21T20:18:12.9521989Z 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:12.9522654Z 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:12.9523329Z 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:12.9524018Z 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:12.9524709Z 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:12.9525387Z 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:12.9526065Z 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:12.9526740Z 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:12.9527403Z 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:12.9528118Z 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:12.9528817Z 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:12.9529564Z 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:12.9530251Z 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:12.9530934Z 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:12.9531604Z 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:12.9532304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type' 2025-03-21T20:18:12.9533000Z 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:12.9533697Z 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:12.9534380Z 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:12.9535055Z 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:12.9535712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/attacker.js' 2025-03-21T20:18:12.9536364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/attacker.ts' 2025-03-21T20:18:12.9537098Z 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:12.9537796Z 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:12.9538475Z 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:12.9539141Z 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:12.9539813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/character.js' 2025-03-21T20:18:12.9540469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/character.ts' 2025-03-21T20:18:12.9541168Z 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:12.9541841Z 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:12.9542522Z 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:12.9543174Z 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:12.9543850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/gadget.js' 2025-03-21T20:18:12.9544492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/gadget.ts' 2025-03-21T20:18:12.9545197Z 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:12.9545849Z 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:12.9546513Z 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:12.9547158Z 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:12.9547791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/movie.js' 2025-03-21T20:18:12.9548441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/movie.ts' 2025-03-21T20:18:12.9549101Z 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:12.9549765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/rapunzel.js' 2025-03-21T20:18:12.9550412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/rapunzel.ts' 2025-03-21T20:18:12.9551114Z 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:12.9551786Z 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:12.9552506Z 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:12.9553290Z 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:12.9553934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector' 2025-03-21T20:18:12.9554500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts' 2025-03-21T20:18:12.9555145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/type_field_collsion.fbs' 2025-03-21T20:18:12.9555827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/type_field_collsion/Collision.cs' 2025-03-21T20:18:12.9556496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/type_field_collsion' 2025-03-21T20:18:12.9557089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/unicode_test.json' 2025-03-21T20:18:12.9557680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/unicode_test.mon' 2025-03-21T20:18:12.9558369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-03-21T20:18:12.9559119Z 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:12.9559773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_value_collision.fbs' 2025-03-21T20:18:12.9560608Z 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:12.9561282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_value_collsion' 2025-03-21T20:18:12.9561913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.cs' 2025-03-21T20:18:12.9562571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.java' 2025-03-21T20:18:12.9563202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.kt' 2025-03-21T20:18:12.9563850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.php' 2025-03-21T20:18:12.9564506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/AttackerT.java' 2025-03-21T20:18:12.9565159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.cs' 2025-03-21T20:18:12.9565820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.java' 2025-03-21T20:18:12.9566473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.kt' 2025-03-21T20:18:12.9567131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.php' 2025-03-21T20:18:12.9567790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReaderT.java' 2025-03-21T20:18:12.9568477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.cs' 2025-03-21T20:18:12.9569217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.java' 2025-03-21T20:18:12.9569872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.kt' 2025-03-21T20:18:12.9570510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.php' 2025-03-21T20:18:12.9571213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/CharacterUnion.java' 2025-03-21T20:18:12.9571855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.cs' 2025-03-21T20:18:12.9572526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.java' 2025-03-21T20:18:12.9573166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.kt' 2025-03-21T20:18:12.9573828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.php' 2025-03-21T20:18:12.9574500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTubT.java' 2025-03-21T20:18:12.9575170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.cs' 2025-03-21T20:18:12.9575801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.java' 2025-03-21T20:18:12.9576471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.kt' 2025-03-21T20:18:12.9577107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.php' 2025-03-21T20:18:12.9577770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/GadgetUnion.java' 2025-03-21T20:18:12.9578408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.cs' 2025-03-21T20:18:12.9579046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.java' 2025-03-21T20:18:12.9579686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.kt' 2025-03-21T20:18:12.9580318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.php' 2025-03-21T20:18:12.9580977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFanT.java' 2025-03-21T20:18:12.9581591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.cs' 2025-03-21T20:18:12.9582227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.java' 2025-03-21T20:18:12.9582842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.kt' 2025-03-21T20:18:12.9583515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.php' 2025-03-21T20:18:12.9584148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/MovieT.java' 2025-03-21T20:18:12.9584818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.cs' 2025-03-21T20:18:12.9585461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.java' 2025-03-21T20:18:12.9586105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.kt' 2025-03-21T20:18:12.9586747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.php' 2025-03-21T20:18:12.9587404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/RapunzelT.java' 2025-03-21T20:18:12.9588082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-03-21T20:18:12.9588755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/union_vector.json' 2025-03-21T20:18:12.9589478Z 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:12.9590132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector' 2025-03-21T20:18:12.9590720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/util_test.cpp' 2025-03-21T20:18:12.9591312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/util_test.h' 2025-03-21T20:18:12.9591931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/vector_has_test.fbs' 2025-03-21T20:18:12.9592477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests' 2025-03-21T20:18:12.9593037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/BUILD.bazel' 2025-03-21T20:18:12.9593574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/builder.ts' 2025-03-21T20:18:12.9594147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/byte-buffer.ts' 2025-03-21T20:18:12.9594743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/compile_flat_file.sh' 2025-03-21T20:18:12.9595297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/constants.ts' 2025-03-21T20:18:12.9595853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/encoding.ts' 2025-03-21T20:18:12.9596410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flatbuffers.ts' 2025-03-21T20:18:12.9596983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers.ts' 2025-03-21T20:18:12.9597635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/bit-width-util.ts' 2025-03-21T20:18:12.9598444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/bit-width.ts' 2025-03-21T20:18:12.9599112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/builder.ts' 2025-03-21T20:18:12.9599876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/flexbuffers-util.ts' 2025-03-21T20:18:12.9600524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/reference-util.ts' 2025-03-21T20:18:12.9601159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/reference.ts' 2025-03-21T20:18:12.9601790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/stack-value.ts' 2025-03-21T20:18:12.9602460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/value-type-util.ts' 2025-03-21T20:18:12.9603090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/value-type.ts' 2025-03-21T20:18:12.9603687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers' 2025-03-21T20:18:12.9604237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/types.ts' 2025-03-21T20:18:12.9604766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/utils.ts' 2025-03-21T20:18:12.9605308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts' 2025-03-21T20:18:12.9605898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tsconfig.json' 2025-03-21T20:18:12.9606474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tsconfig.mjs.json' 2025-03-21T20:18:12.9607063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/typescript.bzl' 2025-03-21T20:18:12.9607587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers' 2025-03-21T20:18:12.9608046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.git' 2025-03-21T20:18:12.9608620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/dependabot.yml' 2025-03-21T20:18:12.9609255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/workflows/ci.yml' 2025-03-21T20:18:12.9609865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/workflows/weekly.yml' 2025-03-21T20:18:12.9610451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/workflows' 2025-03-21T20:18:12.9610982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github' 2025-03-21T20:18:12.9611493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.gitignore' 2025-03-21T20:18:12.9611989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.travis.yml' 2025-03-21T20:18:12.9612508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/CHANGELOG.md' 2025-03-21T20:18:12.9613024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/CMakeLists.txt' 2025-03-21T20:18:12.9613563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/CONTRIBUTING.md' 2025-03-21T20:18:12.9614097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/LICENSE' 2025-03-21T20:18:12.9614579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/NOTICE' 2025-03-21T20:18:12.9615095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/README.md' 2025-03-21T20:18:12.9615615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/appveyor.yml' 2025-03-21T20:18:12.9616138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/config/config.h' 2025-03-21T20:18:12.9616660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/config' 2025-03-21T20:18:12.9617247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/Grammar-2015-07-23.md' 2025-03-21T20:18:12.9617807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/Grammar.README.md' 2025-03-21T20:18:12.9618358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/benchmarks.md' 2025-03-21T20:18:12.9618905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/binary-format.md' 2025-03-21T20:18:12.9619440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/builder.md' 2025-03-21T20:18:12.9619965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/eclectic.fbs' 2025-03-21T20:18:12.9620547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/flatcc-help.md' 2025-03-21T20:18:12.9621124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/json_parser_design.md' 2025-03-21T20:18:12.9621692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/security.md' 2025-03-21T20:18:12.9622200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc' 2025-03-21T20:18:12.9622783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/.gitignore' 2025-03-21T20:18:12.9623359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/LICENSE' 2025-03-21T20:18:12.9623936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/README.md' 2025-03-21T20:18:12.9624550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_math.h' 2025-03-21T20:18:12.9625165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_parse.h' 2025-03-21T20:18:12.9625785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_print.h' 2025-03-21T20:18:12.9626377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_test.c' 2025-03-21T20:18:12.9627026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_test_dblcnv.c' 2025-03-21T20:18:12.9627590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/test.sh' 2025-03-21T20:18:12.9628204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/test_dblcnv.sh' 2025-03-21T20:18:12.9628815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3' 2025-03-21T20:18:12.9629395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/.gitignore' 2025-03-21T20:18:12.9630021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/CMakeLists.txt' 2025-03-21T20:18:12.9630573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/LICENSE' 2025-03-21T20:18:12.9631159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/PMurHash.c' 2025-03-21T20:18:12.9631734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/PMurHash.h' 2025-03-21T20:18:12.9632310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/README.md' 2025-03-21T20:18:12.9632896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/cmetrohash.h' 2025-03-21T20:18:12.9633505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/cmetrohash64.c' 2025-03-21T20:18:12.9634053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash.h' 2025-03-21T20:18:12.9634646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table.h' 2025-03-21T20:18:12.9635282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table_def.h' 2025-03-21T20:18:12.9635902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table_impl.h' 2025-03-21T20:18:12.9636560Z 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:12.9637154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_test.c' 2025-03-21T20:18:12.9637698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32.c' 2025-03-21T20:18:12.9638244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32.h' 2025-03-21T20:18:12.9638817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32rh.c' 2025-03-21T20:18:12.9639375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32rh.h' 2025-03-21T20:18:12.9639947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64.c' 2025-03-21T20:18:12.9640495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64.h' 2025-03-21T20:18:12.9641065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64rh.c' 2025-03-21T20:18:12.9641624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64rh.h' 2025-03-21T20:18:12.9642256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht_hash_function.h' 2025-03-21T20:18:12.9642849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht_portable.h' 2025-03-21T20:18:12.9643433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht_trace.h' 2025-03-21T20:18:12.9644060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/initbuild.sh' 2025-03-21T20:18:12.9644722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/initbuild_debug.sh' 2025-03-21T20:18:12.9645287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/int_set.h' 2025-03-21T20:18:12.9645863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/load_test.c' 2025-03-21T20:18:12.9646443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/pstdint.h' 2025-03-21T20:18:12.9647007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ptr_set.c' 2025-03-21T20:18:12.9647589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ptr_set.h' 2025-03-21T20:18:12.9648156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/str_set.c' 2025-03-21T20:18:12.9648730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/str_set.h' 2025-03-21T20:18:12.9649379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/token_map.c' 2025-03-21T20:18:12.9649974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/token_map.h' 2025-03-21T20:18:12.9650590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/unaligned.h' 2025-03-21T20:18:12.9651169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/xxhash.h' 2025-03-21T20:18:12.9651761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash' 2025-03-21T20:18:12.9652327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/LICENSE' 2025-03-21T20:18:12.9652886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/README.md' 2025-03-21T20:18:12.9653441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/luthor.c' 2025-03-21T20:18:12.9654011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/luthor.h' 2025-03-21T20:18:12.9654563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/tokens.h' 2025-03-21T20:18:12.9655139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex' 2025-03-21T20:18:12.9655676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external' 2025-03-21T20:18:12.9656256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc.h' 2025-03-21T20:18:12.9656881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_accessors.h' 2025-03-21T20:18:12.9657497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_alloc.h' 2025-03-21T20:18:12.9658105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_assert.h' 2025-03-21T20:18:12.9658764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_builder.h' 2025-03-21T20:18:12.9659372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_emitter.h' 2025-03-21T20:18:12.9660000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_endian.h' 2025-03-21T20:18:12.9660630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_epilogue.h' 2025-03-21T20:18:12.9661268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_flatbuffers.h' 2025-03-21T20:18:12.9661906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_identifier.h' 2025-03-21T20:18:12.9662496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_iov.h' 2025-03-21T20:18:12.9663148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_json_parser.h' 2025-03-21T20:18:12.9663787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_json_printer.h' 2025-03-21T20:18:12.9664418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_portable.h' 2025-03-21T20:18:12.9665040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_prologue.h' 2025-03-21T20:18:12.9666313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_refmap.h' 2025-03-21T20:18:12.9666943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_rtconfig.h' 2025-03-21T20:18:12.9667608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_types.h' 2025-03-21T20:18:12.9668234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_unaligned.h' 2025-03-21T20:18:12.9668863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_verifier.h' 2025-03-21T20:18:12.9669475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_version.h' 2025-03-21T20:18:12.9670091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/LICENSE' 2025-03-21T20:18:12.9670730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/README.md' 2025-03-21T20:18:12.9671383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/grisu3_math.h' 2025-03-21T20:18:12.9672054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/grisu3_parse.h' 2025-03-21T20:18:12.9672707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/grisu3_print.h' 2025-03-21T20:18:12.9673376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/README' 2025-03-21T20:18:12.9674080Z 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:12.9674825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/linux' 2025-03-21T20:18:12.9675529Z 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:12.9676268Z 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:12.9676965Z 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:12.9677674Z 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:12.9678356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/std' 2025-03-21T20:18:12.9679034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include' 2025-03-21T20:18:12.9679708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/paligned_alloc.h' 2025-03-21T20:18:12.9680358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pattributes.h' 2025-03-21T20:18:12.9680992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pbase64.h' 2025-03-21T20:18:12.9681628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pcrt.h' 2025-03-21T20:18:12.9682289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pdiagnostic.h' 2025-03-21T20:18:12.9682995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pdiagnostic_pop.h' 2025-03-21T20:18:12.9683694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pdiagnostic_push.h' 2025-03-21T20:18:12.9684318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pendian.h' 2025-03-21T20:18:12.9684997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pendian_detect.h' 2025-03-21T20:18:12.9685624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pinline.h' 2025-03-21T20:18:12.9686272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pinttypes.h' 2025-03-21T20:18:12.9686924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pmemaccess.h' 2025-03-21T20:18:12.9687563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/portable.h' 2025-03-21T20:18:12.9688224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/portable_basic.h' 2025-03-21T20:18:12.9688864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pparsefp.h' 2025-03-21T20:18:12.9689589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pparseint.h' 2025-03-21T20:18:12.9690218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pprintfp.h' 2025-03-21T20:18:12.9690903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pprintint.h' 2025-03-21T20:18:12.9691563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/prestrict.h' 2025-03-21T20:18:12.9692243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstatic_assert.h' 2025-03-21T20:18:12.9692948Z 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:12.9693595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstdalign.h' 2025-03-21T20:18:12.9694225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstdbool.h' 2025-03-21T20:18:12.9694865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstdint.h' 2025-03-21T20:18:12.9695509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/punaligned.h' 2025-03-21T20:18:12.9696151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pversion.h' 2025-03-21T20:18:12.9696786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pwarnings.h' 2025-03-21T20:18:12.9697445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable' 2025-03-21T20:18:12.9698062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/README' 2025-03-21T20:18:12.9699036Z 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:12.9699787Z 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:12.9700490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/reflection_builder.h' 2025-03-21T20:18:12.9701203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/reflection_reader.h' 2025-03-21T20:18:12.9701911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/reflection_verifier.h' 2025-03-21T20:18:12.9702557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection' 2025-03-21T20:18:12.9703159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/README' 2025-03-21T20:18:12.9703781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/cdump.h' 2025-03-21T20:18:12.9704399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/elapsed.h' 2025-03-21T20:18:12.9705034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/hexdump.h' 2025-03-21T20:18:12.9705658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/readfile.h' 2025-03-21T20:18:12.9706282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support' 2025-03-21T20:18:12.9706919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc' 2025-03-21T20:18:12.9707502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include' 2025-03-21T20:18:12.9708052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection/README.in' 2025-03-21T20:18:12.9708659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection/generate_code.sh' 2025-03-21T20:18:12.9709238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection/reflection.fbs' 2025-03-21T20:18:12.9709782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection' 2025-03-21T20:18:12.9710364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/CMakeLists.txt' 2025-03-21T20:18:12.9710965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/.gitignore' 2025-03-21T20:18:12.9711570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/build.sh' 2025-03-21T20:18:12.9712178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/eclectic.fbs' 2025-03-21T20:18:12.9712825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/myissue.c' 2025-03-21T20:18:12.9713410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport' 2025-03-21T20:18:12.9714074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/CMakeLists.txt' 2025-03-21T20:18:12.9714646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/build.sh' 2025-03-21T20:18:12.9715234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/monster.c' 2025-03-21T20:18:12.9715824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/monster.fbs' 2025-03-21T20:18:12.9716408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster' 2025-03-21T20:18:12.9717035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection/CMakeLists.txt' 2025-03-21T20:18:12.9717641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection/bfbs2json.c' 2025-03-21T20:18:12.9718249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection/build.sh' 2025-03-21T20:18:12.9718840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection' 2025-03-21T20:18:12.9719383Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples' 2025-03-21T20:18:12.9719938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/_user_build.in' 2025-03-21T20:18:12.9720514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/benchflatcc.sh' 2025-03-21T20:18:12.9721063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/benchmark.sh' 2025-03-21T20:18:12.9721672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/bfbs-sample.sh' 2025-03-21T20:18:12.9722257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.make' 2025-03-21T20:18:12.9722870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.make-32bit' 2025-03-21T20:18:12.9723497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.make-concurrent' 2025-03-21T20:18:12.9724077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.ninja' 2025-03-21T20:18:12.9724608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.sh' 2025-03-21T20:18:12.9725153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/cleanall.sh' 2025-03-21T20:18:12.9725684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/dev.sh' 2025-03-21T20:18:12.9726241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/flatcc-doc.sh' 2025-03-21T20:18:12.9726801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/initbuild.sh' 2025-03-21T20:18:12.9727413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/monster-doc.example.sh' 2025-03-21T20:18:12.9728098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/reflection-doc-example.sh' 2025-03-21T20:18:12.9728639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/release.sh' 2025-03-21T20:18:12.9729278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/setup.sh' 2025-03-21T20:18:12.9729809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/test.sh' 2025-03-21T20:18:12.9730355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts' 2025-03-21T20:18:12.9730917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/cli/CMakeLists.txt' 2025-03-21T20:18:12.9731470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/cli/flatcc_cli.c' 2025-03-21T20:18:12.9732014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/cli' 2025-03-21T20:18:12.9732609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/CMakeLists.txt' 2025-03-21T20:18:12.9733185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/catalog.h' 2025-03-21T20:18:12.9733747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen.h' 2025-03-21T20:18:12.9734336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c.c' 2025-03-21T20:18:12.9734907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c.h' 2025-03-21T20:18:12.9735541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_builder.c' 2025-03-21T20:18:12.9736180Z 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:12.9736877Z 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:12.9737513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_reader.c' 2025-03-21T20:18:12.9738122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_sort.c' 2025-03-21T20:18:12.9738720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_sort.h' 2025-03-21T20:18:12.9739331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_sorter.c' 2025-03-21T20:18:12.9739964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_verifier.c' 2025-03-21T20:18:12.9740564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_schema.c' 2025-03-21T20:18:12.9741134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/coerce.c' 2025-03-21T20:18:12.9741685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/coerce.h' 2025-03-21T20:18:12.9742246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/fileio.c' 2025-03-21T20:18:12.9742827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/fileio.h' 2025-03-21T20:18:12.9743389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/flatcc.c' 2025-03-21T20:18:12.9744055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables/README.txt' 2025-03-21T20:18:12.9744711Z 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:12.9745370Z 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:12.9746033Z 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:12.9746687Z 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:12.9747323Z 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:12.9747960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables' 2025-03-21T20:18:12.9748525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/keywords.h' 2025-03-21T20:18:12.9749095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/parser.c' 2025-03-21T20:18:12.9749647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/parser.h' 2025-03-21T20:18:12.9750228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/pstrutil.h' 2025-03-21T20:18:12.9750801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/semantics.c' 2025-03-21T20:18:12.9751388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/semantics.h' 2025-03-21T20:18:12.9751987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/symbols.h' 2025-03-21T20:18:12.9752587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler' 2025-03-21T20:18:12.9753177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/CMakeLists.txt' 2025-03-21T20:18:12.9753749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/builder.c' 2025-03-21T20:18:12.9754310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/emitter.c' 2025-03-21T20:18:12.9754888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/json_parser.c' 2025-03-21T20:18:12.9755494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/json_printer.c' 2025-03-21T20:18:12.9756047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/refmap.c' 2025-03-21T20:18:12.9756622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/verifier.c' 2025-03-21T20:18:12.9757170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime' 2025-03-21T20:18:12.9757696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src' 2025-03-21T20:18:12.9758275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/CMakeLists.txt' 2025-03-21T20:18:12.9758808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/README.md' 2025-03-21T20:18:12.9759416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/README.md' 2025-03-21T20:18:12.9760022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchall.sh' 2025-03-21T20:18:12.9760695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/benchflatc.cpp' 2025-03-21T20:18:12.9761420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/flatbench_generated.h' 2025-03-21T20:18:12.9762163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/flatbuffers/flatbuffers.h' 2025-03-21T20:18:12.9762861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/flatbuffers' 2025-03-21T20:18:12.9763498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/run.sh' 2025-03-21T20:18:12.9764130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc' 2025-03-21T20:18:12.9764813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatcc/benchflatcc.c' 2025-03-21T20:18:12.9765436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatcc/run.sh' 2025-03-21T20:18:12.9766083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatcc' 2025-03-21T20:18:12.9766835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatccjson/benchflatccjson.c' 2025-03-21T20:18:12.9767497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatccjson/run.sh' 2025-03-21T20:18:12.9768182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatccjson' 2025-03-21T20:18:12.9768835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchmain/benchmain.h' 2025-03-21T20:18:12.9769538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchmain' 2025-03-21T20:18:12.9770170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchout-osx.txt' 2025-03-21T20:18:12.9770806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchout-ubuntu.txt' 2025-03-21T20:18:12.9771449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchraw/benchraw.c' 2025-03-21T20:18:12.9772056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchraw/run.sh' 2025-03-21T20:18:12.9772671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchraw' 2025-03-21T20:18:12.9773321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/schema/flatbench.fbs' 2025-03-21T20:18:12.9773960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/schema' 2025-03-21T20:18:12.9774542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark' 2025-03-21T20:18:12.9775170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test/CMakeLists.txt' 2025-03-21T20:18:12.9775768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test/cgen_test.c' 2025-03-21T20:18:12.9776354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test/cgen_test.sh' 2025-03-21T20:18:12.9776932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test' 2025-03-21T20:18:12.9777450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/debug.sh' 2025-03-21T20:18:12.9778091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test/CMakeLists.txt' 2025-03-21T20:18:12.9778733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test/doublevec_test.c' 2025-03-21T20:18:12.9779396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test/doublevec_test.fbs' 2025-03-21T20:18:12.9779991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test' 2025-03-21T20:18:12.9780588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/CMakeLists.txt' 2025-03-21T20:18:12.9781182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/emit_test.c' 2025-03-21T20:18:12.9781775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/emit_test.fbs' 2025-03-21T20:18:12.9782404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/emit_test.sh' 2025-03-21T20:18:12.9783012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test' 2025-03-21T20:18:12.9783643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/.gitattributes' 2025-03-21T20:18:12.9784266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/CMakeLists.txt' 2025-03-21T20:18:12.9784874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/README.md' 2025-03-21T20:18:12.9785490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/flatc_compat.c' 2025-03-21T20:18:12.9786132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/flatc_compat.sh' 2025-03-21T20:18:12.9786800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/monsterdata_test.golden' 2025-03-21T20:18:12.9787474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/monsterdata_test.json' 2025-03-21T20:18:12.9788127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/monsterdata_test.mon' 2025-03-21T20:18:12.9788751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat' 2025-03-21T20:18:12.9789351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/CMakeLists.txt' 2025-03-21T20:18:12.9789982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/flatcc_golden.c' 2025-03-21T20:18:12.9790581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/json_test.sh' 2025-03-21T20:18:12.9791203Z 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:12.9791796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/test_json.c' 2025-03-21T20:18:12.9792417Z 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:12.9793056Z 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:12.9793628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test' 2025-03-21T20:18:12.9794206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/leakcheck-full.sh' 2025-03-21T20:18:12.9794741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/leakcheck.sh' 2025-03-21T20:18:12.9795349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test/CMakeLists.txt' 2025-03-21T20:18:12.9795931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test/load_test.c' 2025-03-21T20:18:12.9796531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test/load_test.sh' 2025-03-21T20:18:12.9797097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test' 2025-03-21T20:18:12.9797747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/CMakeLists.txt' 2025-03-21T20:18:12.9798571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/attributes.fbs' 2025-03-21T20:18:12.9799204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/include_test1.fbs' 2025-03-21T20:18:12.9799844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/include_test2.fbs' 2025-03-21T20:18:12.9800460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/monster_test.c' 2025-03-21T20:18:12.9801100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/monster_test.fbs' 2025-03-21T20:18:12.9801687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test' 2025-03-21T20:18:12.9802360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat/CMakeLists.txt' 2025-03-21T20:18:12.9802994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat/README.txt' 2025-03-21T20:18:12.9803705Z 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:12.9804384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat' 2025-03-21T20:18:12.9805044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_cpp/CMakeLists.txt' 2025-03-21T20:18:12.9805739Z 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:12.9806352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_cpp' 2025-03-21T20:18:12.9807028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_prefix/CMakeLists.txt' 2025-03-21T20:18:12.9807727Z 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:12.9808368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_prefix' 2025-03-21T20:18:12.9809073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_solo/CMakeLists.txt' 2025-03-21T20:18:12.9809771Z 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:12.9810388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_solo' 2025-03-21T20:18:12.9811077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/optional_scalars_test/CMakeLists.txt' 2025-03-21T20:18:12.9811799Z 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:12.9812551Z 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:12.9813237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/optional_scalars_test' 2025-03-21T20:18:12.9813882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test/CMakeLists.txt' 2025-03-21T20:18:12.9814568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test/reflection_test.c' 2025-03-21T20:18:12.9815235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test/reflection_test.sh' 2025-03-21T20:18:12.9815835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test' 2025-03-21T20:18:12.9816342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/test.sh' 2025-03-21T20:18:12.9817009Z 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:12.9817618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/union_vector_test' 2025-03-21T20:18:12.9818146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test' 2025-03-21T20:18:12.9818631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc' 2025-03-21T20:18:12.9819128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc_defs.bzl' 2025-03-21T20:18:12.9819614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.git' 2025-03-21T20:18:12.9820150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.gitattributes' 2025-03-21T20:18:12.9820672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.gitignore' 2025-03-21T20:18:12.9821184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.travis.yml' 2025-03-21T20:18:12.9821684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/AUTHORS.txt' 2025-03-21T20:18:12.9822162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/BUILD' 2025-03-21T20:18:12.9822678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/CMakeLists.txt' 2025-03-21T20:18:12.9823180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/COPYING.txt' 2025-03-21T20:18:12.9823708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/ChangeLog.txt' 2025-03-21T20:18:12.9824205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/INSTALL.md' 2025-03-21T20:18:12.9824704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/README.md' 2025-03-21T20:18:12.9825191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/WORKSPACE' 2025-03-21T20:18:12.9825710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/appveyor.yml' 2025-03-21T20:18:12.9826313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template/BUILD' 2025-03-21T20:18:12.9827004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template/expand_template.cc' 2025-03-21T20:18:12.9827701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template/expanded_template.bzl' 2025-03-21T20:18:12.9828361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template' 2025-03-21T20:18:12.9828912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/gflags.bzl' 2025-03-21T20:18:12.9829430Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel' 2025-03-21T20:18:12.9830010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/README_runtime.txt' 2025-03-21T20:18:12.9830625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/cmake_uninstall.cmake.in' 2025-03-21T20:18:12.9831191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/config.cmake.in' 2025-03-21T20:18:12.9831764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/execute_test.cmake' 2025-03-21T20:18:12.9832338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/package.cmake.in' 2025-03-21T20:18:12.9832886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/package.pc.in' 2025-03-21T20:18:12.9833432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/utils.cmake' 2025-03-21T20:18:12.9833992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/version.cmake.in' 2025-03-21T20:18:12.9834549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake' 2025-03-21T20:18:12.9835061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/.nojekyll' 2025-03-21T20:18:12.9835614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/README.md' 2025-03-21T20:18:12.9836158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/designstyle.css' 2025-03-21T20:18:12.9836676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/index.html' 2025-03-21T20:18:12.9837190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc' 2025-03-21T20:18:12.9837697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/config.h' 2025-03-21T20:18:12.9838240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/defines.h.in' 2025-03-21T20:18:12.9838748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags.cc' 2025-03-21T20:18:12.9839289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags.h.in' 2025-03-21T20:18:12.9839871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_completions.cc' 2025-03-21T20:18:12.9840483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_completions.h.in' 2025-03-21T20:18:12.9841062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_completions.sh' 2025-03-21T20:18:12.9841642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_declare.h.in' 2025-03-21T20:18:12.9842181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_ns.h.in' 2025-03-21T20:18:12.9842792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_reporting.cc' 2025-03-21T20:18:12.9843339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/mutex.h' 2025-03-21T20:18:12.9843831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/util.h' 2025-03-21T20:18:12.9844386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/windows_port.cc' 2025-03-21T20:18:12.9844920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/windows_port.h' 2025-03-21T20:18:12.9845440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src' 2025-03-21T20:18:12.9845981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/CMakeLists.txt' 2025-03-21T20:18:12.9846581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/config/CMakeLists.txt' 2025-03-21T20:18:12.9847122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/config/main.cc' 2025-03-21T20:18:12.9847680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/config' 2025-03-21T20:18:12.9848202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/flagfile.1' 2025-03-21T20:18:12.9848757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/flagfile.2' 2025-03-21T20:18:12.9849361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/flagfile.3' 2025-03-21T20:18:12.9849963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_build.py.in' 2025-03-21T20:18:12.9850573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_declare_flags.cc' 2025-03-21T20:18:12.9851166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_declare_test.cc' 2025-03-21T20:18:12.9851788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_strip_flags_test.cc' 2025-03-21T20:18:12.9852410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_strip_flags_test.cmake' 2025-03-21T20:18:12.9852992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_unittest.cc' 2025-03-21T20:18:12.9853600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_unittest_flagfile' 2025-03-21T20:18:12.9854181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/nc/CMakeLists.txt' 2025-03-21T20:18:12.9854730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/nc/gflags_nc.cc' 2025-03-21T20:18:12.9855278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/nc' 2025-03-21T20:18:12.9855788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test' 2025-03-21T20:18:12.9856274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags' 2025-03-21T20:18:12.9856749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags.bzl' 2025-03-21T20:18:12.9857237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags_defs.bzl' 2025-03-21T20:18:12.9857771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.git' 2025-03-21T20:18:12.9858335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.clang-format' 2025-03-21T20:18:12.9859026Z 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:12.9859738Z 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:12.9860399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:18:12.9861034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:12.9861607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github' 2025-03-21T20:18:12.9862126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.gitignore' 2025-03-21T20:18:12.9862666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/BUILD.bazel' 2025-03-21T20:18:12.9863206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/CMakeLists.txt' 2025-03-21T20:18:12.9863785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/CONTRIBUTING.md' 2025-03-21T20:18:12.9864328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/CONTRIBUTORS' 2025-03-21T20:18:12.9864862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/LICENSE' 2025-03-21T20:18:12.9865389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/README.md' 2025-03-21T20:18:12.9865902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/WORKSPACE' 2025-03-21T20:18:12.9866499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/ci/linux-presubmit.sh' 2025-03-21T20:18:12.9867083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/ci/macos-presubmit.sh' 2025-03-21T20:18:12.9867626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/ci' 2025-03-21T20:18:12.9868176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_config.yml' 2025-03-21T20:18:12.9868796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_data/navigation.yml' 2025-03-21T20:18:12.9869367Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_data' 2025-03-21T20:18:12.9869975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_layouts/default.html' 2025-03-21T20:18:12.9870571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_layouts' 2025-03-21T20:18:12.9871144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_sass/main.scss' 2025-03-21T20:18:12.9871726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_sass' 2025-03-21T20:18:12.9872302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/advanced.md' 2025-03-21T20:18:12.9872918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/assets/css/style.scss' 2025-03-21T20:18:12.9873537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/assets/css' 2025-03-21T20:18:12.9874125Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/assets' 2025-03-21T20:18:12.9874808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/community_created_documentation.md' 2025-03-21T20:18:12.9875343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/faq.md' 2025-03-21T20:18:12.9875943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_cheat_sheet.md' 2025-03-21T20:18:12.9876548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_cook_book.md' 2025-03-21T20:18:12.9877104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_faq.md' 2025-03-21T20:18:12.9877698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_for_dummies.md' 2025-03-21T20:18:12.9878240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/index.md' 2025-03-21T20:18:12.9878828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/pkgconfig.md' 2025-03-21T20:18:12.9879396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/platforms.md' 2025-03-21T20:18:12.9879966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/primer.md' 2025-03-21T20:18:12.9880582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/quickstart-bazel.md' 2025-03-21T20:18:12.9881181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/quickstart-cmake.md' 2025-03-21T20:18:12.9881795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/actions.md' 2025-03-21T20:18:12.9882416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/assertions.md' 2025-03-21T20:18:12.9883033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/matchers.md' 2025-03-21T20:18:12.9883634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/mocking.md' 2025-03-21T20:18:12.9884245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/testing.md' 2025-03-21T20:18:12.9884838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference' 2025-03-21T20:18:12.9885383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/samples.md' 2025-03-21T20:18:12.9885931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs' 2025-03-21T20:18:12.9886532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/CMakeLists.txt' 2025-03-21T20:18:12.9887112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/README.md' 2025-03-21T20:18:12.9887767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/cmake/gmock.pc.in' 2025-03-21T20:18:12.9888455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/cmake/gmock_main.pc.in' 2025-03-21T20:18:12.9889133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/cmake' 2025-03-21T20:18:12.9889746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/docs/README.md' 2025-03-21T20:18:12.9890346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/docs' 2025-03-21T20:18:12.9891053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-actions.h' 2025-03-21T20:18:12.9891791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-cardinalities.h' 2025-03-21T20:18:12.9892548Z 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:12.9893242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-matchers.h' 2025-03-21T20:18:12.9893982Z 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:12.9894747Z 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:12.9895504Z 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:12.9896249Z 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:12.9896889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock.h' 2025-03-21T20:18:12.9897652Z 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:12.9898661Z 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:12.9899469Z 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:12.9900244Z 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:12.9900998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/custom' 2025-03-21T20:18:12.9901785Z 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:12.9902528Z 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:12.9903243Z 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:12.9904012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal' 2025-03-21T20:18:12.9904765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock' 2025-03-21T20:18:12.9905389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include' 2025-03-21T20:18:12.9906012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/README.md' 2025-03-21T20:18:12.9906709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/fuse_gmock_files.py' 2025-03-21T20:18:12.9907378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/LICENSE' 2025-03-21T20:18:12.9908044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/README' 2025-03-21T20:18:12.9908783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/README.cppclean' 2025-03-21T20:18:12.9909499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/__init__.py' 2025-03-21T20:18:12.9910199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/ast.py' 2025-03-21T20:18:12.9910975Z 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:12.9911755Z 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:12.9912507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/keywords.py' 2025-03-21T20:18:12.9913243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/tokenize.py' 2025-03-21T20:18:12.9913943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/utils.py' 2025-03-21T20:18:12.9915526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp' 2025-03-21T20:18:12.9917065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/gmock_gen.py' 2025-03-21T20:18:12.9918587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator' 2025-03-21T20:18:12.9920011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts' 2025-03-21T20:18:12.9921385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-all.cc' 2025-03-21T20:18:12.9922827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-cardinalities.cc' 2025-03-21T20:18:12.9924377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-internal-utils.cc' 2025-03-21T20:18:12.9925840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-matchers.cc' 2025-03-21T20:18:12.9927336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-spec-builders.cc' 2025-03-21T20:18:12.9928769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock.cc' 2025-03-21T20:18:12.9930193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock_main.cc' 2025-03-21T20:18:12.9931542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src' 2025-03-21T20:18:12.9932892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/BUILD.bazel' 2025-03-21T20:18:12.9934327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-actions_test.cc' 2025-03-21T20:18:12.9935860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-cardinalities_test.cc' 2025-03-21T20:18:12.9937427Z 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:12.9939007Z 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:12.9940542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-matchers_test.cc' 2025-03-21T20:18:12.9942111Z 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:12.9943667Z 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:12.9945206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-port_test.cc' 2025-03-21T20:18:12.9946692Z 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:12.9948165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-pp_test.cc' 2025-03-21T20:18:12.9949671Z 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:12.9951183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_all_test.cc' 2025-03-21T20:18:12.9952620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_ex_test.cc' 2025-03-21T20:18:12.9954078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_leak_test.py' 2025-03-21T20:18:12.9955566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_leak_test_.cc' 2025-03-21T20:18:12.9957068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_link2_test.cc' 2025-03-21T20:18:12.9958559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_link_test.cc' 2025-03-21T20:18:12.9960046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_link_test.h' 2025-03-21T20:18:12.9961605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_output_test.py' 2025-03-21T20:18:12.9963119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_output_test_.cc' 2025-03-21T20:18:12.9964740Z 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:12.9966296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_stress_test.cc' 2025-03-21T20:18:12.9967761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_test.cc' 2025-03-21T20:18:12.9969294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_test_utils.py' 2025-03-21T20:18:12.9970726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test' 2025-03-21T20:18:12.9972060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock' 2025-03-21T20:18:12.9973412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/CMakeLists.txt' 2025-03-21T20:18:12.9974739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/README.md' 2025-03-21T20:18:12.9976116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/Config.cmake.in' 2025-03-21T20:18:12.9977611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/gtest.pc.in' 2025-03-21T20:18:12.9979064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/gtest_main.pc.in' 2025-03-21T20:18:12.9980531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/internal_utils.cmake' 2025-03-21T20:18:12.9981996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/libgtest.la.in' 2025-03-21T20:18:12.9983388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake' 2025-03-21T20:18:12.9984748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/docs/README.md' 2025-03-21T20:18:12.9986085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/docs' 2025-03-21T20:18:12.9987557Z 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:12.9989120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-matchers.h' 2025-03-21T20:18:12.9990663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-message.h' 2025-03-21T20:18:12.9992214Z 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:12.9993774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-printers.h' 2025-03-21T20:18:12.9995291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-spi.h' 2025-03-21T20:18:12.9996863Z 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:12.9998618Z 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:13.0000117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest.h' 2025-03-21T20:18:13.0001602Z 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:13.0003118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest_prod.h' 2025-03-21T20:18:13.0004702Z 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:13.0006374Z 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:13.0008081Z 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:13.0009835Z 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:13.0011627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/custom' 2025-03-21T20:18:13.0013320Z 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:13.0015093Z 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:13.0016726Z 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:13.0018378Z 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:13.0020042Z 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:13.0021663Z 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:13.0023277Z 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:13.0024916Z 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:13.0026517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal' 2025-03-21T20:18:13.0028000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest' 2025-03-21T20:18:13.0029406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include' 2025-03-21T20:18:13.0030819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/prime_tables.h' 2025-03-21T20:18:13.0032302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample1.cc' 2025-03-21T20:18:13.0033741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample1.h' 2025-03-21T20:18:13.0035202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample10_unittest.cc' 2025-03-21T20:18:13.0036717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample1_unittest.cc' 2025-03-21T20:18:13.0038170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample2.cc' 2025-03-21T20:18:13.0039552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample2.h' 2025-03-21T20:18:13.0041012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample2_unittest.cc' 2025-03-21T20:18:13.0042485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample3-inl.h' 2025-03-21T20:18:13.0043960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample3_unittest.cc' 2025-03-21T20:18:13.0045410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample4.cc' 2025-03-21T20:18:13.0046845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample4.h' 2025-03-21T20:18:13.0048293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample4_unittest.cc' 2025-03-21T20:18:13.0049905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample5_unittest.cc' 2025-03-21T20:18:13.0051402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample6_unittest.cc' 2025-03-21T20:18:13.0052912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample7_unittest.cc' 2025-03-21T20:18:13.0054417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample8_unittest.cc' 2025-03-21T20:18:13.0055923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample9_unittest.cc' 2025-03-21T20:18:13.0057358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples' 2025-03-21T20:18:13.0058734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/README.md' 2025-03-21T20:18:13.0060130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/common.py' 2025-03-21T20:18:13.0061577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/fuse_gtest_files.py' 2025-03-21T20:18:13.0063094Z 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:13.0064581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/gtest-config.in' 2025-03-21T20:18:13.0066034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/release_docs.py' 2025-03-21T20:18:13.0067547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/run_with_path.py' 2025-03-21T20:18:13.0069018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/test/Makefile' 2025-03-21T20:18:13.0070456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/test' 2025-03-21T20:18:13.0071872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/upload.py' 2025-03-21T20:18:13.0073299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/upload_gtest.py' 2025-03-21T20:18:13.0074712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts' 2025-03-21T20:18:13.0076094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-all.cc' 2025-03-21T20:18:13.0077506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-death-test.cc' 2025-03-21T20:18:13.0078965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-filepath.cc' 2025-03-21T20:18:13.0080429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-internal-inl.h' 2025-03-21T20:18:13.0081921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-matchers.cc' 2025-03-21T20:18:13.0083328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-port.cc' 2025-03-21T20:18:13.0084767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-printers.cc' 2025-03-21T20:18:13.0086210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-test-part.cc' 2025-03-21T20:18:13.0087670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-typed-test.cc' 2025-03-21T20:18:13.0089130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest.cc' 2025-03-21T20:18:13.0090489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest_main.cc' 2025-03-21T20:18:13.0091839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src' 2025-03-21T20:18:13.0093193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/BUILD.bazel' 2025-03-21T20:18:13.0094749Z 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:13.0096493Z 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:13.0098419Z 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:13.0100114Z 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:13.0101809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-color-test.py' 2025-03-21T20:18:13.0103381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-color-test_.cc' 2025-03-21T20:18:13.0104952Z 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:13.0106568Z 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:13.0108167Z 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:13.0109731Z 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:13.0111333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-failfast-unittest.py' 2025-03-21T20:18:13.0112970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-failfast-unittest_.cc' 2025-03-21T20:18:13.0114575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-filepath-test.cc' 2025-03-21T20:18:13.0116148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-filter-unittest.py' 2025-03-21T20:18:13.0117802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-filter-unittest_.cc' 2025-03-21T20:18:13.0119521Z 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:13.0121287Z 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:13.0122992Z 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:13.0124643Z 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:13.0126291Z 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:13.0127946Z 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:13.0129646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-listener-test.cc' 2025-03-21T20:18:13.0131196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-message-test.cc' 2025-03-21T20:18:13.0132750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-options-test.cc' 2025-03-21T20:18:13.0134381Z 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:13.0136007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-output-test.py' 2025-03-21T20:18:13.0137599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-output-test_.cc' 2025-03-21T20:18:13.0139327Z 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:13.0141119Z 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:13.0142898Z 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:13.0144680Z 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:13.0146361Z 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:13.0147967Z 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:13.0149567Z 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:13.0151136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-port-test.cc' 2025-03-21T20:18:13.0152713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-printers-test.cc' 2025-03-21T20:18:13.0154328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-setuptestsuite-test.py' 2025-03-21T20:18:13.0156021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-setuptestsuite-test_.cc' 2025-03-21T20:18:13.0157631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-shuffle-test.py' 2025-03-21T20:18:13.0159191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-shuffle-test_.cc' 2025-03-21T20:18:13.0160752Z 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:13.0162379Z 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:13.0164068Z 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:13.0165727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-uninitialized-test.py' 2025-03-21T20:18:13.0167367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-uninitialized-test_.cc' 2025-03-21T20:18:13.0169012Z 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:13.0170547Z 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:13.0172066Z 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:13.0173639Z 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:13.0175153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_all_test.cc' 2025-03-21T20:18:13.0176678Z 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:13.0178245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_environment_test.cc' 2025-03-21T20:18:13.0179742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_help_test.py' 2025-03-21T20:18:13.0181201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_help_test_.cc' 2025-03-21T20:18:13.0182695Z 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:13.0184251Z 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:13.0185836Z 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:13.0187370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_main_unittest.cc' 2025-03-21T20:18:13.0188911Z 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:13.0190487Z 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:13.0192052Z 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:13.0193558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_prod_test.cc' 2025-03-21T20:18:13.0195016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_repeat_test.cc' 2025-03-21T20:18:13.0196558Z 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:13.0198404Z 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:13.0200125Z 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:13.0201686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_skip_test.cc' 2025-03-21T20:18:13.0203176Z 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:13.0204676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_stress_test.cc' 2025-03-21T20:18:13.0206258Z 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:13.0207919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_test_utils.py' 2025-03-21T20:18:13.0209481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_testbridge_test.py' 2025-03-21T20:18:13.0211068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_testbridge_test_.cc' 2025-03-21T20:18:13.0212652Z 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:13.0214182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_unittest.cc' 2025-03-21T20:18:13.0215666Z 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:13.0217225Z 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:13.0218773Z 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:13.0220341Z 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:13.0221918Z 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:13.0223522Z 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:13.0224980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/production.cc' 2025-03-21T20:18:13.0226414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/production.h' 2025-03-21T20:18:13.0227762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test' 2025-03-21T20:18:13.0229068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest' 2025-03-21T20:18:13.0230302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/library.json' 2025-03-21T20:18:13.0231487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest' 2025-03-21T20:18:13.0232617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gtest_defs.bzl' 2025-03-21T20:18:13.0233721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.git' 2025-03-21T20:18:13.0235000Z 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:13.0236427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:13.0237728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/build.sh' 2025-03-21T20:18:13.0239035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/catalyst.yml' 2025-03-21T20:18:13.0240426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/combined.yml' 2025-03-21T20:18:13.0241794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/ios.yml' 2025-03-21T20:18:13.0243183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/macos.yml' 2025-03-21T20:18:13.0244550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/tvos.yml' 2025-03-21T20:18:13.0245914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/visionos.yml' 2025-03-21T20:18:13.0247282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/watchos.yml' 2025-03-21T20:18:13.0248643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows' 2025-03-21T20:18:13.0250005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github' 2025-03-21T20:18:13.0251212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.gitignore' 2025-03-21T20:18:13.0252385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/LICENSE.md' 2025-03-21T20:18:13.0253546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/README.md' 2025-03-21T20:18:13.0254985Z 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:13.0256898Z 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:13.0258843Z 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:13.0260612Z 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:13.0262210Z 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:13.0263773Z 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:13.0265527Z 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:13.0267461Z 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:13.0269257Z 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:13.0270997Z 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:13.0272751Z 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:13.0274420Z 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:13.0275984Z 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:13.0277615Z 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:13.0279241Z 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:13.0280787Z 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:13.0282282Z 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:13.0283875Z 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:13.0285557Z 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:13.0287193Z 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:13.0288775Z 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:13.0290453Z 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:13.0292095Z 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:13.0293631Z 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:13.0295112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app' 2025-03-21T20:18:13.0296529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-curl/CMakeLists.txt' 2025-03-21T20:18:13.0297950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-curl' 2025-03-21T20:18:13.0299538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/CMakeLists.txt' 2025-03-21T20:18:13.0300991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorld.cpp' 2025-03-21T20:18:13.0302414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorld.hpp' 2025-03-21T20:18:13.0303862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorldIOS.h' 2025-03-21T20:18:13.0305312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorldIOS.mm' 2025-03-21T20:18:13.0306728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/main.cpp' 2025-03-21T20:18:13.0308092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib' 2025-03-21T20:18:13.0309392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example' 2025-03-21T20:18:13.0310642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/ios.toolchain.cmake' 2025-03-21T20:18:13.0311933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake' 2025-03-21T20:18:13.0313041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/link_python.sh' 2025-03-21T20:18:13.0314185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/link_torch.sh' 2025-03-21T20:18:13.0315283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/.git' 2025-03-21T20:18:13.0316426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/LICENSE.md' 2025-03-21T20:18:13.0317601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/README.md' 2025-03-21T20:18:13.0318803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/pocketfft_demo.cc' 2025-03-21T20:18:13.0320065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/pocketfft_hdronly.h' 2025-03-21T20:18:13.0321259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft' 2025-03-21T20:18:13.0322441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prebuilt_python_defs.bzl' 2025-03-21T20:18:13.0323591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/.git' 2025-03-21T20:18:13.0324708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/.buckconfig' 2025-03-21T20:18:13.0325905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/.gitignore' 2025-03-21T20:18:13.0327015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/BUCK' 2025-03-21T20:18:13.0328185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/CHANGELOG.md' 2025-03-21T20:18:13.0329445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/CODE_OF_CONDUCT.md' 2025-03-21T20:18:13.0330669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/CONTRIBUTING.md' 2025-03-21T20:18:13.0331867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/LICENSE-APACHE' 2025-03-21T20:18:13.0333042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/LICENSE-MIT' 2025-03-21T20:18:13.0334196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/README.md' 2025-03-21T20:18:13.0335359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi/BUCK.v2' 2025-03-21T20:18:13.0336587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi/constraints/BUCK.v2' 2025-03-21T20:18:13.0337877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi/constraints' 2025-03-21T20:18:13.0339118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi' 2025-03-21T20:18:13.0340271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/alias.bzl' 2025-03-21T20:18:13.0341481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/aapt2_link.bzl' 2025-03-21T20:18:13.0342742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android.bzl' 2025-03-21T20:18:13.0344058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_aar.bzl' 2025-03-21T20:18:13.0345346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_apk.bzl' 2025-03-21T20:18:13.0346684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_binary.bzl' 2025-03-21T20:18:13.0348119Z 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:13.0349654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_binary_resources_rules.bzl' 2025-03-21T20:18:13.0351109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_build_config.bzl' 2025-03-21T20:18:13.0352470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_bundle.bzl' 2025-03-21T20:18:13.0353871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_instrumentation_apk.bzl' 2025-03-21T20:18:13.0355356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_instrumentation_test.bzl' 2025-03-21T20:18:13.0356766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_library.bzl' 2025-03-21T20:18:13.0358099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_manifest.bzl' 2025-03-21T20:18:13.0359483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_prebuilt_aar.bzl' 2025-03-21T20:18:13.0360850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_providers.bzl' 2025-03-21T20:18:13.0362228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_resource.bzl' 2025-03-21T20:18:13.0363582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_toolchain.bzl' 2025-03-21T20:18:13.0364901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/apk_genrule.bzl' 2025-03-21T20:18:13.0366242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/build_only_native_code.bzl' 2025-03-21T20:18:13.0367610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/bundletool_util.bzl' 2025-03-21T20:18:13.0368999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/configuration.bzl' 2025-03-21T20:18:13.0370325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/constraints/BUCK.v2' 2025-03-21T20:18:13.0371662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/constraints' 2025-03-21T20:18:13.0372980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/cpu_filters.bzl' 2025-03-21T20:18:13.0374255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/dex_rules.bzl' 2025-03-21T20:18:13.0375521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/exopackage.bzl' 2025-03-21T20:18:13.0376784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/gen_aidl.bzl' 2025-03-21T20:18:13.0378117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/min_sdk_version.bzl' 2025-03-21T20:18:13.0379506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/prebuilt_native_library.bzl' 2025-03-21T20:18:13.0380933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/preprocess_java_classes.bzl' 2025-03-21T20:18:13.0382271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/proguard.bzl' 2025-03-21T20:18:13.0383541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/r_dot_java.bzl' 2025-03-21T20:18:13.0384847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/robolectric_test.bzl' 2025-03-21T20:18:13.0386152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/BUCK.v2' 2025-03-21T20:18:13.0387707Z 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:13.0389440Z 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:13.0390950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/com/facebook' 2025-03-21T20:18:13.0392342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/com' 2025-03-21T20:18:13.0393769Z 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:13.0395257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/filter_dex.py' 2025-03-21T20:18:13.0396667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/filter_extra_resources.py' 2025-03-21T20:18:13.0398368Z 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:13.0399874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/merge_sequence.py' 2025-03-21T20:18:13.0401352Z 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:13.0402805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/unpack_aar.py' 2025-03-21T20:18:13.0404112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools' 2025-03-21T20:18:13.0405466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/user/android_emulators.bzl' 2025-03-21T20:18:13.0406802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/user' 2025-03-21T20:18:13.0408042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/util.bzl' 2025-03-21T20:18:13.0409362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/voltron.bzl' 2025-03-21T20:18:13.0410591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android' 2025-03-21T20:18:13.0411959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_asset_catalog.bzl' 2025-03-21T20:18:13.0413422Z 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:13.0414970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_asset_catalog_types.bzl' 2025-03-21T20:18:13.0416323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_binary.bzl' 2025-03-21T20:18:13.0417605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle.bzl' 2025-03-21T20:18:13.0418917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_attrs.bzl' 2025-03-21T20:18:13.0420276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_config.bzl' 2025-03-21T20:18:13.0421665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_destination.bzl' 2025-03-21T20:18:13.0423044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_part.bzl' 2025-03-21T20:18:13.0424398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_resources.bzl' 2025-03-21T20:18:13.0425765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_types.bzl' 2025-03-21T20:18:13.0427162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_utility.bzl' 2025-03-21T20:18:13.0428555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_code_signing_types.bzl' 2025-03-21T20:18:13.0429939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_common.bzl' 2025-03-21T20:18:13.0431238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_core_data.bzl' 2025-03-21T20:18:13.0432582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_core_data_types.bzl' 2025-03-21T20:18:13.0433900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_dsym.bzl' 2025-03-21T20:18:13.0435187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_dsym_config.bzl' 2025-03-21T20:18:13.0436533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_entitlements.bzl' 2025-03-21T20:18:13.0437893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_error_handler.bzl' 2025-03-21T20:18:13.0439280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_error_handler_types.bzl' 2025-03-21T20:18:13.0440695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_finalize_codesign.bzl' 2025-03-21T20:18:13.0442101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_framework_versions.bzl' 2025-03-21T20:18:13.0443478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_frameworks.bzl' 2025-03-21T20:18:13.0444809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_info_plist.bzl' 2025-03-21T20:18:13.0446357Z 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:13.0447827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_library.bzl' 2025-03-21T20:18:13.0456063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_library_types.bzl' 2025-03-21T20:18:13.0457455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_macro_layer.bzl' 2025-03-21T20:18:13.0458844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_modular_utility.bzl' 2025-03-21T20:18:13.0460181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_native.bzl' 2025-03-21T20:18:13.0461482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_package.bzl' 2025-03-21T20:18:13.0462813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_package_config.bzl' 2025-03-21T20:18:13.0464167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_platforms.bzl' 2025-03-21T20:18:13.0465485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource.bzl' 2025-03-21T20:18:13.0466837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_bundle.bzl' 2025-03-21T20:18:13.0468365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_dedupe_alias.bzl' 2025-03-21T20:18:13.0469821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_types.bzl' 2025-03-21T20:18:13.0471213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_utility.bzl' 2025-03-21T20:18:13.0472574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_rules_impl.bzl' 2025-03-21T20:18:13.0473950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_rules_impl_utility.bzl' 2025-03-21T20:18:13.0475279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_sdk.bzl' 2025-03-21T20:18:13.0476582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_sdk_metadata.bzl' 2025-03-21T20:18:13.0477947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_static_archive.bzl' 2025-03-21T20:18:13.0479306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_stripping.bzl' 2025-03-21T20:18:13.0480649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_swift_stdlib.bzl' 2025-03-21T20:18:13.0482030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_target_sdk_version.bzl' 2025-03-21T20:18:13.0483354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_test.bzl' 2025-03-21T20:18:13.0484729Z 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:13.0486133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_toolchain.bzl' 2025-03-21T20:18:13.0487517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_toolchain_types.bzl' 2025-03-21T20:18:13.0489074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_universal_binaries.bzl' 2025-03-21T20:18:13.0490505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_universal_executable.bzl' 2025-03-21T20:18:13.0491872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_utility.bzl' 2025-03-21T20:18:13.0493276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_xctest_frameworks_utility.bzl' 2025-03-21T20:18:13.0494667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_xcuitest.bzl' 2025-03-21T20:18:13.0496036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/cxx_universal_executable.bzl' 2025-03-21T20:18:13.0497343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/debug.bzl' 2025-03-21T20:18:13.0498891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/mockingbird/mockingbird_mock.bzl' 2025-03-21T20:18:13.0500370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/mockingbird/mockingbird_types.bzl' 2025-03-21T20:18:13.0501857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/mockingbird' 2025-03-21T20:18:13.0503150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/modulemap.bzl' 2025-03-21T20:18:13.0504534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/prebuilt_apple_framework.bzl' 2025-03-21T20:18:13.0505890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/resource_groups.bzl' 2025-03-21T20:18:13.0507212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/scene_kit_assets.bzl' 2025-03-21T20:18:13.0508565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/scene_kit_assets_types.bzl' 2025-03-21T20:18:13.0509986Z 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:13.0511460Z 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:13.0512939Z 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:13.0514370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_compilation.bzl' 2025-03-21T20:18:13.0515799Z 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:13.0517265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_incremental_support.bzl' 2025-03-21T20:18:13.0518708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_module_map.bzl' 2025-03-21T20:18:13.0520123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_pcm_compilation.bzl' 2025-03-21T20:18:13.0521659Z 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:13.0523141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_runtime.bzl' 2025-03-21T20:18:13.0524569Z 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:13.0526110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_swiftinterface_compilation.bzl' 2025-03-21T20:18:13.0527604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_toolchain.bzl' 2025-03-21T20:18:13.0529115Z 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:13.0530611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_toolchain_types.bzl' 2025-03-21T20:18:13.0532013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_types.bzl' 2025-03-21T20:18:13.0533317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift' 2025-03-21T20:18:13.0534573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/BUCK.v2' 2025-03-21T20:18:13.0535932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/BUCK.v2' 2025-03-21T20:18:13.0537345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/action_metadata.py' 2025-03-21T20:18:13.0538886Z 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:13.0540384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/assemble_bundle.py' 2025-03-21T20:18:13.0541897Z 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:13.0543419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/incremental_state.py' 2025-03-21T20:18:13.0544948Z 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:13.0546473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/incremental_utils.py' 2025-03-21T20:18:13.0548001Z 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:13.0549449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/main.py' 2025-03-21T20:18:13.0550842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/swift_support.py' 2025-03-21T20:18:13.0552480Z 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:13.0554299Z 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:13.0556072Z 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:13.0557779Z 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:13.0559535Z 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:13.0561180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/test_resources' 2025-03-21T20:18:13.0562623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling' 2025-03-21T20:18:13.0563993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/BUCK.v2' 2025-03-21T20:18:13.0565395Z 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:13.0566826Z 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:13.0568316Z 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:13.0569905Z 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:13.0571511Z 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:13.0573152Z 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:13.0574688Z 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:13.0576131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/identity.py' 2025-03-21T20:18:13.0577590Z 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:13.0579120Z 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:13.0580695Z 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:13.0582318Z 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:13.0583826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/main.py' 2025-03-21T20:18:13.0585383Z 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:13.0587128Z 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:13.0588793Z 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:13.0590407Z 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:13.0592077Z 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:13.0593804Z 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:13.0595495Z 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:13.0597201Z 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:13.0599068Z 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:13.0600853Z 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:13.0602601Z 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:13.0604364Z 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:13.0606209Z 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:13.0607869Z 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:13.0609448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing' 2025-03-21T20:18:13.0610775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/defs.bzl' 2025-03-21T20:18:13.0612108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/dry_codesign_tool.py' 2025-03-21T20:18:13.0613514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/framework_sanitizer.py' 2025-03-21T20:18:13.0614881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/index/BUCK.v2' 2025-03-21T20:18:13.0616268Z 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:13.0617764Z 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:13.0619189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/index' 2025-03-21T20:18:13.0620590Z 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:13.0622066Z 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:13.0623588Z 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:13.0625177Z 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:13.0626799Z 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:13.0628377Z 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:13.0629907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/info_plist_processor' 2025-03-21T20:18:13.0631351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/ipa_package_maker.py' 2025-03-21T20:18:13.0632737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_modulemap.py' 2025-03-21T20:18:13.0634126Z 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:13.0635528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_swift_interface.py' 2025-03-21T20:18:13.0636925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_vfsoverlay.py' 2025-03-21T20:18:13.0638297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/plistlib_utils.py' 2025-03-21T20:18:13.0639707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/re_compatibility_utils/BUCK' 2025-03-21T20:18:13.0641239Z 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:13.0642793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/re_compatibility_utils' 2025-03-21T20:18:13.0644248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/BUCK.v2' 2025-03-21T20:18:13.0645700Z 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:13.0647141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/ios.py' 2025-03-21T20:18:13.0648553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/main.py' 2025-03-21T20:18:13.0650097Z 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:13.0651611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/timeouts.py' 2025-03-21T20:18:13.0653070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/utils.py' 2025-03-21T20:18:13.0654508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker' 2025-03-21T20:18:13.0655961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/BUCK.v2' 2025-03-21T20:18:13.0657440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/macho.py' 2025-03-21T20:18:13.0658961Z 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:13.0659673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/main.py' 2025-03-21T20:18:13.0660405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/scrubber.py' 2025-03-21T20:18:13.0661132Z 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:13.0661800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/spec.py' 2025-03-21T20:18:13.0662507Z 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:13.0663277Z 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:13.0664098Z 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:13.0664929Z 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:13.0665796Z 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:13.0666587Z 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:13.0667268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/utils.py' 2025-03-21T20:18:13.0667964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging' 2025-03-21T20:18:13.0668709Z 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:13.0669311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/spm_packager.py' 2025-03-21T20:18:13.0669969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/static_archive_linker.py' 2025-03-21T20:18:13.0670558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/swift_exec.py' 2025-03-21T20:18:13.0671183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/xcframework_maker.py' 2025-03-21T20:18:13.0671754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools' 2025-03-21T20:18:13.0672379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_ipa_package.bzl' 2025-03-21T20:18:13.0673016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_macos_bundle.bzl' 2025-03-21T20:18:13.0673655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_resource_bundle.bzl' 2025-03-21T20:18:13.0674338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_resource_transition.bzl' 2025-03-21T20:18:13.0675032Z 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:13.0675741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_selective_debugging.bzl' 2025-03-21T20:18:13.0676387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_simulators.bzl' 2025-03-21T20:18:13.0677020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_spm_package.bzl' 2025-03-21T20:18:13.0677686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_toolchain_override.bzl' 2025-03-21T20:18:13.0678294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_tools.bzl' 2025-03-21T20:18:13.0678930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_watchos_bundle.bzl' 2025-03-21T20:18:13.0679574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_xcframework.bzl' 2025-03-21T20:18:13.0680214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/cpu_split_transition.bzl' 2025-03-21T20:18:13.0680886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/enable_testing_transition.bzl' 2025-03-21T20:18:13.0681516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/macos_transition.bzl' 2025-03-21T20:18:13.0682168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/resource_group_map.bzl' 2025-03-21T20:18:13.0682878Z 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:13.0683523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/watch_transition.bzl' 2025-03-21T20:18:13.0684090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user' 2025-03-21T20:18:13.0684737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/validation/debug_artifacts.bzl' 2025-03-21T20:18:13.0685333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/validation' 2025-03-21T20:18:13.0685877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/versions.bzl' 2025-03-21T20:18:13.0686412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/xcode.bzl' 2025-03-21T20:18:13.0687031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/xctest_swift_support.bzl' 2025-03-21T20:18:13.0687569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple' 2025-03-21T20:18:13.0688109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/artifact_tset.bzl' 2025-03-21T20:18:13.0688626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/artifacts.bzl' 2025-03-21T20:18:13.0689210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/asserts.bzl' 2025-03-21T20:18:13.0689740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/attributes.bzl' 2025-03-21T20:18:13.0690304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/attrs_validators.bzl' 2025-03-21T20:18:13.0690863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/build_mode.bzl' 2025-03-21T20:18:13.0691419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cache_mode.bzl' 2025-03-21T20:18:13.0691983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/alias.bzl' 2025-03-21T20:18:13.0692572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/asserts.bzl' 2025-03-21T20:18:13.0693197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/cfg_constructor.bzl' 2025-03-21T20:18:13.0693783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/common.bzl' 2025-03-21T20:18:13.0694443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/conditional_modifier.bzl' 2025-03-21T20:18:13.0695014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/name.bzl' 2025-03-21T20:18:13.0695646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/set_cfg_modifiers.bzl' 2025-03-21T20:18:13.0696209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/types.bzl' 2025-03-21T20:18:13.0696804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier' 2025-03-21T20:18:13.0697314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg' 2025-03-21T20:18:13.0697894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/command_alias.bzl' 2025-03-21T20:18:13.0698650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/configurations/rules.bzl' 2025-03-21T20:18:13.0699236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/configurations/util.bzl' 2025-03-21T20:18:13.0699809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/configurations' 2025-03-21T20:18:13.0700328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu/BUCK.v2' 2025-03-21T20:18:13.0700898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu/constraints/BUCK.v2' 2025-03-21T20:18:13.0701489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu/constraints' 2025-03-21T20:18:13.0701999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu' 2025-03-21T20:18:13.0702539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp/csharp.bzl' 2025-03-21T20:18:13.0703149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp/csharp_providers.bzl' 2025-03-21T20:18:13.0703701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp/toolchain.bzl' 2025-03-21T20:18:13.0704246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp' 2025-03-21T20:18:13.0704785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/anon_link.bzl' 2025-03-21T20:18:13.0705328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/archive.bzl' 2025-03-21T20:18:13.0705921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/argsfiles.bzl' 2025-03-21T20:18:13.0706540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/attr_selection.bzl' 2025-03-21T20:18:13.0707065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/bitcode.bzl' 2025-03-21T20:18:13.0707617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/comp_db.bzl' 2025-03-21T20:18:13.0708266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/compilation_database_labels.bzl' 2025-03-21T20:18:13.0708812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/compile.bzl' 2025-03-21T20:18:13.0709352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/compiler.bzl' 2025-03-21T20:18:13.0709860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx.bzl' 2025-03-21T20:18:13.0710414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_bolt.bzl' 2025-03-21T20:18:13.0710960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_context.bzl' 2025-03-21T20:18:13.0711543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_executable.bzl' 2025-03-21T20:18:13.0712188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_instrumentation.bzl' 2025-03-21T20:18:13.0712753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_library.bzl' 2025-03-21T20:18:13.0713388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_library_utility.bzl' 2025-03-21T20:18:13.0713980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_link_utility.bzl' 2025-03-21T20:18:13.0714529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_sources.bzl' 2025-03-21T20:18:13.0715106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_toolchain.bzl' 2025-03-21T20:18:13.0715734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_toolchain_macro_layer.bzl' 2025-03-21T20:18:13.0716350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_toolchain_types.bzl' 2025-03-21T20:18:13.0716896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_types.bzl' 2025-03-21T20:18:13.0717445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_utility.bzl' 2025-03-21T20:18:13.0717976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/debug.bzl' 2025-03-21T20:18:13.0718532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/diagnostics.bzl' 2025-03-21T20:18:13.0719112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/README.md' 2025-03-21T20:18:13.0719739Z 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:13.0720397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/dist_lto.bzl' 2025-03-21T20:18:13.0720966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools.bzl' 2025-03-21T20:18:13.0721596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/BUCK.v2' 2025-03-21T20:18:13.0722208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/__init__.py' 2025-03-21T20:18:13.0722858Z 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:13.0723533Z 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:13.0724207Z 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:13.0724903Z 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:13.0725583Z 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:13.0726252Z 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:13.0726942Z 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:13.0727616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/tests' 2025-03-21T20:18:13.0728236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools' 2025-03-21T20:18:13.0728813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto' 2025-03-21T20:18:13.0729402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dwp.bzl' 2025-03-21T20:18:13.0729934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/gcno.bzl' 2025-03-21T20:18:13.0730457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/groups.bzl' 2025-03-21T20:18:13.0731030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/groups_types.bzl' 2025-03-21T20:18:13.0731560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/headers.bzl' 2025-03-21T20:18:13.0732132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/index_store.bzl' 2025-03-21T20:18:13.0732646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link.bzl' 2025-03-21T20:18:13.0733195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link_groups.bzl' 2025-03-21T20:18:13.0733794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link_groups_types.bzl' 2025-03-21T20:18:13.0734337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link_types.bzl' 2025-03-21T20:18:13.0734876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/linker.bzl' 2025-03-21T20:18:13.0735405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/omnibus.bzl' 2025-03-21T20:18:13.0735993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/platform.bzl' 2025-03-21T20:18:13.0736652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/prebuilt_cxx_library_group.bzl' 2025-03-21T20:18:13.0737227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/preprocessor.bzl' 2025-03-21T20:18:13.0737852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/shared_library_interface.bzl' 2025-03-21T20:18:13.0738399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/symbols.bzl' 2025-03-21T20:18:13.0738990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/target_sdk_version.bzl' 2025-03-21T20:18:13.0739533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/BUCK.v2' 2025-03-21T20:18:13.0740196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/concatenate_diagnostics.py' 2025-03-21T20:18:13.0740741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/defs.bzl' 2025-03-21T20:18:13.0741381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/dep_file_processor.py' 2025-03-21T20:18:13.0742004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/dep_file_utils.py' 2025-03-21T20:18:13.0742605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/hmap_wrapper.py' 2025-03-21T20:18:13.0743234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/linker_wrapper.py' 2025-03-21T20:18:13.0743835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/make_comp_db.py' 2025-03-21T20:18:13.0744461Z 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:13.0745040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/remap_cwd.py' 2025-03-21T20:18:13.0745691Z 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:13.0746361Z 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:13.0746935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/simple_ar.py' 2025-03-21T20:18:13.0747543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/stderr_to_file.py' 2025-03-21T20:18:13.0748091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools' 2025-03-21T20:18:13.0748731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/user/cxx_toolchain_override.bzl' 2025-03-21T20:18:13.0749344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/user/link_group_map.bzl' 2025-03-21T20:18:13.0749884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/user' 2025-03-21T20:18:13.0750472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/windows_resource.bzl' 2025-03-21T20:18:13.0751023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/xcode.bzl' 2025-03-21T20:18:13.0751573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx' 2025-03-21T20:18:13.0752128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/common.bzl' 2025-03-21T20:18:13.0752721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/ensure_dwp.bzl' 2025-03-21T20:18:13.0753261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/fdb.bxl' 2025-03-21T20:18:13.0753885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/inspect_dbg_exec.bzl' 2025-03-21T20:18:13.0754497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/inspect_default.bzl' 2025-03-21T20:18:13.0755088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/inspect_java.bzl' 2025-03-21T20:18:13.0755656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/labels.bzl' 2025-03-21T20:18:13.0756204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/types.bzl' 2025-03-21T20:18:13.0756759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging' 2025-03-21T20:18:13.0757369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/android_common.bzl' 2025-03-21T20:18:13.0757955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/android_rules.bzl' 2025-03-21T20:18:13.0758543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/apple_rules.bzl' 2025-03-21T20:18:13.0759093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/common.bzl' 2025-03-21T20:18:13.0759647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/core_rules.bzl' 2025-03-21T20:18:13.0760212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/cxx_common.bzl' 2025-03-21T20:18:13.0760760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/cxx_rules.bzl' 2025-03-21T20:18:13.0761315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/d_common.bzl' 2025-03-21T20:18:13.0761859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/d_rules.bzl' 2025-03-21T20:18:13.0762424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/dotnet_rules.bzl' 2025-03-21T20:18:13.0763003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/erlang_rules.bzl' 2025-03-21T20:18:13.0763579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/genrule_common.bzl' 2025-03-21T20:18:13.0764140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/git_rules.bzl' 2025-03-21T20:18:13.0764686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/go_common.bzl' 2025-03-21T20:18:13.0765238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/go_rules.bzl' 2025-03-21T20:18:13.0765835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/groovy_rules.bzl' 2025-03-21T20:18:13.0766441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/halide_rules.bzl' 2025-03-21T20:18:13.0767024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/haskell_common.bzl' 2025-03-21T20:18:13.0767614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/haskell_rules.bzl' 2025-03-21T20:18:13.0768172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/java_rules.bzl' 2025-03-21T20:18:13.0768733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/js_rules.bzl' 2025-03-21T20:18:13.0769371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/jvm_common.bzl' 2025-03-21T20:18:13.0769936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/kotlin_rules.bzl' 2025-03-21T20:18:13.0770508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/lua_common.bzl' 2025-03-21T20:18:13.0771059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/lua_rules.bzl' 2025-03-21T20:18:13.0771653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/native_common.bzl' 2025-03-21T20:18:13.0772253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/ocaml_common.bzl' 2025-03-21T20:18:13.0772832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/ocaml_rules.bzl' 2025-03-21T20:18:13.0773454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/python_common.bzl' 2025-03-21T20:18:13.0774035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/python_rules.bzl' 2025-03-21T20:18:13.0774606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/re_test_common.bzl' 2025-03-21T20:18:13.0775185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/remote_common.bzl' 2025-03-21T20:18:13.0775744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/rust_common.bzl' 2025-03-21T20:18:13.0776295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/rust_rules.bzl' 2025-03-21T20:18:13.0776871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/scala_rules.bzl' 2025-03-21T20:18:13.0777428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/shell_rules.bzl' 2025-03-21T20:18:13.0778002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/test_common.bzl' 2025-03-21T20:18:13.0778598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/toolchains_common.bzl' 2025-03-21T20:18:13.0779220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/uncategorized_rules.bzl' 2025-03-21T20:18:13.0779750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls' 2025-03-21T20:18:13.0780304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/dist/dist_info.bzl' 2025-03-21T20:18:13.0780854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/dist' 2025-03-21T20:18:13.0781413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/docs/rules.bzl' 2025-03-21T20:18:13.0781929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/docs' 2025-03-21T20:18:13.0782540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/applications/BUCK.v2' 2025-03-21T20:18:13.0783145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/applications' 2025-03-21T20:18:13.0783743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/.elp.toml' 2025-03-21T20:18:13.0784383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/BUCK.v2' 2025-03-21T20:18:13.0785161Z 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:13.0785915Z 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:13.0786635Z 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:13.0787349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/include' 2025-03-21T20:18:13.0788098Z 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:13.0788853Z 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:13.0789567Z 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:13.0790303Z 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:13.0791024Z 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:13.0791722Z 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:13.0792484Z 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:13.0793193Z 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:13.0793852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src' 2025-03-21T20:18:13.0794502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common' 2025-03-21T20:18:13.0795144Z 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:13.0795833Z 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:13.0796605Z 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:13.0797369Z 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:13.0798129Z 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:13.0798957Z 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:13.0799643Z 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:13.0800292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks' 2025-03-21T20:18:13.0800959Z 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:13.0801705Z 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:13.0802477Z 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:13.0803250Z 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:13.0804026Z 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:13.0804866Z 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:13.0805592Z 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:13.0806317Z 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:13.0807012Z 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:13.0807676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary' 2025-03-21T20:18:13.0808338Z 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:13.0809120Z 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:13.0809816Z 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:13.0810601Z 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:13.0811482Z 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:13.0812323Z 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:13.0813083Z 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:13.0813805Z 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:13.0814453Z 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:13.0815165Z 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:13.0815896Z 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:13.0816650Z 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:13.0817393Z 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:13.0818139Z 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:13.0818888Z 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:13.0819685Z 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:13.0820402Z 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:13.0821155Z 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:13.0821876Z 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:13.0822619Z 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:13.0823315Z 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:13.0824046Z 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:13.0824738Z 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:13.0825493Z 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:13.0826194Z 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:13.0826843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec' 2025-03-21T20:18:13.0827459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test' 2025-03-21T20:18:13.0827987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/elp.bxl' 2025-03-21T20:18:13.0828588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang.bzl' 2025-03-21T20:18:13.0829207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_application.bzl' 2025-03-21T20:18:13.0829917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_application_includes.bzl' 2025-03-21T20:18:13.0830490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_build.bzl' 2025-03-21T20:18:13.0831122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_dependencies.bzl' 2025-03-21T20:18:13.0831712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_escript.bzl' 2025-03-21T20:18:13.0832281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_info.bzl' 2025-03-21T20:18:13.0832876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_ls.config' 2025-03-21T20:18:13.0833512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_otp_application.bzl' 2025-03-21T20:18:13.0834120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_release.bzl' 2025-03-21T20:18:13.0834691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_shell.bzl' 2025-03-21T20:18:13.0835327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_tests.bzl' 2025-03-21T20:18:13.0835926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_toolchain.bzl' 2025-03-21T20:18:13.0836546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_utils.bzl' 2025-03-21T20:18:13.0837102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/BUCK.v2' 2025-03-21T20:18:13.0837682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/shell.bxl' 2025-03-21T20:18:13.0838384Z 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:13.0839055Z 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:13.0839683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/src/user_default.erl' 2025-03-21T20:18:13.0840286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/src' 2025-03-21T20:18:13.0840851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell' 2025-03-21T20:18:13.0841429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/BUCK.v2' 2025-03-21T20:18:13.0842120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/app_src_builder.escript' 2025-03-21T20:18:13.0842827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/boot_script_builder.escript' 2025-03-21T20:18:13.0843543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/dependency_analyzer.escript' 2025-03-21T20:18:13.0844282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/dependency_finalizer.escript' 2025-03-21T20:18:13.0844950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/edoc_cli.escript' 2025-03-21T20:18:13.0845613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/edoc_doclet_chunks.erl' 2025-03-21T20:18:13.0846247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/edoc_report.erl' 2025-03-21T20:18:13.0846873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/epp_dodger.erl' 2025-03-21T20:18:13.0847515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/erlang_ls.config' 2025-03-21T20:18:13.0848159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/erlc_trampoline.sh' 2025-03-21T20:18:13.0848846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/escript_builder.escript' 2025-03-21T20:18:13.0849583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/escript_trampoline.sh' 2025-03-21T20:18:13.0850255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/include_erts.escript' 2025-03-21T20:18:13.0850882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/json.erl' 2025-03-21T20:18:13.0851617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/release_variables_builder.escript' 2025-03-21T20:18:13.0852354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/transform_project_root.erl' 2025-03-21T20:18:13.0852947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain' 2025-03-21T20:18:13.0853494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang' 2025-03-21T20:18:13.0854021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/export_exe.bzl' 2025-03-21T20:18:13.0854570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/export_file.bzl' 2025-03-21T20:18:13.0855091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/filegroup.bzl' 2025-03-21T20:18:13.0855623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule.bzl' 2025-03-21T20:18:13.0856205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule_local_labels.bzl' 2025-03-21T20:18:13.0856842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule_prefer_local_labels.bzl' 2025-03-21T20:18:13.0857407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule_toolchain.bzl' 2025-03-21T20:18:13.0857946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/git_fetch.bzl' 2025-03-21T20:18:13.0858500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/tools/BUCK.v2' 2025-03-21T20:18:13.0859067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/tools/git_fetch.py' 2025-03-21T20:18:13.0859663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/tools' 2025-03-21T20:18:13.0860208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git' 2025-03-21T20:18:13.0860769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/cgo_builder.bzl' 2025-03-21T20:18:13.0861295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/compile.bzl' 2025-03-21T20:18:13.0861878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/constraints/BUCK.v2' 2025-03-21T20:18:13.0862453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/constraints' 2025-03-21T20:18:13.0863002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/coverage.bzl' 2025-03-21T20:18:13.0863535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_binary.bzl' 2025-03-21T20:18:13.0864145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_exported_library.bzl' 2025-03-21T20:18:13.0864684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_library.bzl' 2025-03-21T20:18:13.0865209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_list.bzl' 2025-03-21T20:18:13.0865781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_stdlib.bzl' 2025-03-21T20:18:13.0866305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_test.bzl' 2025-03-21T20:18:13.0866857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/link.bzl' 2025-03-21T20:18:13.0867430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/package_builder.bzl' 2025-03-21T20:18:13.0867970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/packages.bzl' 2025-03-21T20:18:13.0868567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags/constraints/BUCK.v2' 2025-03-21T20:18:13.0869178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags/constraints/defs.bzl' 2025-03-21T20:18:13.0869780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags/constraints' 2025-03-21T20:18:13.0870333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags' 2025-03-21T20:18:13.0870870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/toolchain.bzl' 2025-03-21T20:18:13.0871404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/BUCK.v2' 2025-03-21T20:18:13.0871989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/cgo_wrapper.py' 2025-03-21T20:18:13.0872615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/gen_stdlib_importcfg.py' 2025-03-21T20:18:13.0873200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/go_wrapper.py' 2025-03-21T20:18:13.0873741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools' 2025-03-21T20:18:13.0874359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/transitions/defs.bzl' 2025-03-21T20:18:13.0875002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/transitions/tags_helper.bzl' 2025-03-21T20:18:13.0875595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/transitions' 2025-03-21T20:18:13.0876100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go' 2025-03-21T20:18:13.0876725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/go_bootstrap.bzl' 2025-03-21T20:18:13.0877317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/BUCK.v2' 2025-03-21T20:18:13.0877935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/README.md' 2025-03-21T20:18:13.0878520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go.mod' 2025-03-21T20:18:13.0879174Z 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:13.0879824Z 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:13.0880470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go/testmaingen.go' 2025-03-21T20:18:13.0881119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go' 2025-03-21T20:18:13.0881747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools' 2025-03-21T20:18:13.0882328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap' 2025-03-21T20:18:13.0882878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/compile.bzl' 2025-03-21T20:18:13.0883438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell.bzl' 2025-03-21T20:18:13.0884019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell_ghci.bzl' 2025-03-21T20:18:13.0884629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell_haddock.bzl' 2025-03-21T20:18:13.0885198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell_ide.bzl' 2025-03-21T20:18:13.0885771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide/README.md' 2025-03-21T20:18:13.0886326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide/hie.yaml' 2025-03-21T20:18:13.0886870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide/ide.bxl' 2025-03-21T20:18:13.0887439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide' 2025-03-21T20:18:13.0888018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/library_info.bzl' 2025-03-21T20:18:13.0888590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/link_info.bzl' 2025-03-21T20:18:13.0889262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/toolchain.bzl' 2025-03-21T20:18:13.0889835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/tools/BUCK.v2' 2025-03-21T20:18:13.0890589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/tools/script_template_processor.py' 2025-03-21T20:18:13.0891174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/tools' 2025-03-21T20:18:13.0891708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/util.bzl' 2025-03-21T20:18:13.0892259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell' 2025-03-21T20:18:13.0892851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/exec_deps.bzl' 2025-03-21T20:18:13.0893477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/http_archive.bzl' 2025-03-21T20:18:13.0894069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/tools/BUCK.v2' 2025-03-21T20:18:13.0894757Z 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:13.0895368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/tools' 2025-03-21T20:18:13.0895961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive' 2025-03-21T20:18:13.0896489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_file.bzl' 2025-03-21T20:18:13.0897165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/BUCK' 2025-03-21T20:18:13.0897848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/README.md' 2025-03-21T20:18:13.0898731Z 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:13.0899491Z 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:13.0900193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/assets' 2025-03-21T20:18:13.0900905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/constants.bxl' 2025-03-21T20:18:13.0901641Z 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:13.0902354Z 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:13.0903083Z 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:13.0903781Z 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:13.0904506Z 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:13.0905285Z 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:13.0906012Z 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:13.0906772Z 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:13.0907474Z 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:13.0908220Z 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:13.0908961Z 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:13.0909633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/main.bxl' 2025-03-21T20:18:13.0910399Z 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:13.0911149Z 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:13.0911896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/msvs' 2025-03-21T20:18:13.0912582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/ppflags.bxl' 2025-03-21T20:18:13.0913305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/utils.bxl' 2025-03-21T20:18:13.0913968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio' 2025-03-21T20:18:13.0914579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/xcode.bzl' 2025-03-21T20:18:13.0915166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations' 2025-03-21T20:18:13.0915697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/is_buck2.bzl' 2025-03-21T20:18:13.0916257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/is_buck2_internal.bzl' 2025-03-21T20:18:13.0916823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/is_full_meta_repo.bzl' 2025-03-21T20:18:13.0917400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/class_to_srcs.bzl' 2025-03-21T20:18:13.0917913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/dex.bzl' 2025-03-21T20:18:13.0918490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/dex_toolchain.bzl' 2025-03-21T20:18:13.0919036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/gwt_binary.bzl' 2025-03-21T20:18:13.0919603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/jar_genrule.bzl' 2025-03-21T20:18:13.0920118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java.bzl' 2025-03-21T20:18:13.0920719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_binary.bzl' 2025-03-21T20:18:13.0921308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_library.bzl' 2025-03-21T20:18:13.0921898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_providers.bzl' 2025-03-21T20:18:13.0922469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_resources.bzl' 2025-03-21T20:18:13.0923025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_test.bzl' 2025-03-21T20:18:13.0923599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_toolchain.bzl' 2025-03-21T20:18:13.0924198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/javacd_jar_creator.bzl' 2025-03-21T20:18:13.0924751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/keystore.bzl' 2025-03-21T20:18:13.0925452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/plugins/java_annotation_processor.bzl' 2025-03-21T20:18:13.0926064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/plugins/java_plugin.bzl' 2025-03-21T20:18:13.0926629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/plugins' 2025-03-21T20:18:13.0927235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/prebuilt_jar.bzl' 2025-03-21T20:18:13.0927779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/BUCK.v2' 2025-03-21T20:18:13.0928453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/compile_and_package.py' 2025-03-21T20:18:13.0929089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/fat_jar.py' 2025-03-21T20:18:13.0929761Z 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:13.0930377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/list_class_names.py' 2025-03-21T20:18:13.0931066Z 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:13.0931693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/run_postprocessor.py' 2025-03-21T20:18:13.0932250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/utils.py' 2025-03-21T20:18:13.0932819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools' 2025-03-21T20:18:13.0933430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/utils/java_more_utils.bzl' 2025-03-21T20:18:13.0934031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/utils/java_utils.bzl' 2025-03-21T20:18:13.0934585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/utils' 2025-03-21T20:18:13.0935121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java' 2025-03-21T20:18:13.0935654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js.bzl' 2025-03-21T20:18:13.0936201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_bundle.bzl' 2025-03-21T20:18:13.0936808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_bundle_genrule.bzl' 2025-03-21T20:18:13.0937363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_library.bzl' 2025-03-21T20:18:13.0937914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_providers.bzl' 2025-03-21T20:18:13.0938445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_utils.bzl' 2025-03-21T20:18:13.0938967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js' 2025-03-21T20:18:13.0939502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia.bzl' 2025-03-21T20:18:13.0940082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_binary.bzl' 2025-03-21T20:18:13.0940634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_info.bzl' 2025-03-21T20:18:13.0941217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_library.bzl' 2025-03-21T20:18:13.0941775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_test.bzl' 2025-03-21T20:18:13.0942403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_toolchain.bzl' 2025-03-21T20:18:13.0942979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/tools/BUCK.v2' 2025-03-21T20:18:13.0943610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/tools/parse_julia_cmd.py' 2025-03-21T20:18:13.0944168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/tools' 2025-03-21T20:18:13.0944703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia' 2025-03-21T20:18:13.0945296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/jvm/cd_jar_creator_util.bzl' 2025-03-21T20:18:13.0945833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/jvm/nullsafe.bzl' 2025-03-21T20:18:13.0946359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/jvm' 2025-03-21T20:18:13.0946901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin.bzl' 2025-03-21T20:18:13.0947504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_library.bzl' 2025-03-21T20:18:13.0948071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_test.bzl' 2025-03-21T20:18:13.0948686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_toolchain.bzl' 2025-03-21T20:18:13.0949260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_utils.bzl' 2025-03-21T20:18:13.0949887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlincd_jar_creator.bzl' 2025-03-21T20:18:13.0950565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/compile_kotlin/BUCK.v2' 2025-03-21T20:18:13.0951276Z 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:13.0951947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/compile_kotlin' 2025-03-21T20:18:13.0952517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/defs.bzl' 2025-03-21T20:18:13.0953187Z 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:13.0954036Z 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:13.0954826Z 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:13.0955573Z 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:13.0956279Z 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:13.0956949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/kapt_base64_encoder' 2025-03-21T20:18:13.0957551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools' 2025-03-21T20:18:13.0958086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin' 2025-03-21T20:18:13.0958758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/execution_preference.bzl' 2025-03-21T20:18:13.0959334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/link_groups.bzl' 2025-03-21T20:18:13.0959912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/link_info.bzl' 2025-03-21T20:18:13.0960508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/linkable_graph.bzl' 2025-03-21T20:18:13.0961086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/linkables.bzl' 2025-03-21T20:18:13.0961612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/lto.bzl' 2025-03-21T20:18:13.0962236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/shared_libraries.bzl' 2025-03-21T20:18:13.0962841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/stamp_build_info.bzl' 2025-03-21T20:18:13.0963382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/strip.bzl' 2025-03-21T20:18:13.0963934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/types.bzl' 2025-03-21T20:18:13.0964470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking' 2025-03-21T20:18:13.0965009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/local_only.bzl' 2025-03-21T20:18:13.0965594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua/cxx_lua_extension.bzl' 2025-03-21T20:18:13.0966196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua/lua_binary.bzl' 2025-03-21T20:18:13.0966769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua/lua_library.bzl' 2025-03-21T20:18:13.0967294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua' 2025-03-21T20:18:13.0967831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab.bzl' 2025-03-21T20:18:13.0968409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab_info.bzl' 2025-03-21T20:18:13.0969071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab_program.bzl' 2025-03-21T20:18:13.0969674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab_toolchain.bzl' 2025-03-21T20:18:13.0970220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab' 2025-03-21T20:18:13.0970724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/native.bzl' 2025-03-21T20:18:13.0971227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/none.bzl' 2025-03-21T20:18:13.0971755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/attrs.bzl' 2025-03-21T20:18:13.0972345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/makefile.bzl' 2025-03-21T20:18:13.0972875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/ocaml.bzl' 2025-03-21T20:18:13.0973565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/ocaml_toolchain_types.bzl' 2025-03-21T20:18:13.0974093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml' 2025-03-21T20:18:13.0974602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os/BUCK.v2' 2025-03-21T20:18:13.0975165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os/constraints/BUCK.v2' 2025-03-21T20:18:13.0975750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os/constraints' 2025-03-21T20:18:13.0976257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os' 2025-03-21T20:18:13.0976799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup/defs.bzl' 2025-03-21T20:18:13.0977408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup/targets/BUCK.v2' 2025-03-21T20:18:13.0978001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup/targets' 2025-03-21T20:18:13.0978564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup' 2025-03-21T20:18:13.0979064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/paths.bzl' 2025-03-21T20:18:13.0979619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/BUCK.v2' 2025-03-21T20:18:13.0980201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/arch.bzl' 2025-03-21T20:18:13.0980826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/base.bzl' 2025-03-21T20:18:13.0981466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/build_mode.bzl' 2025-03-21T20:18:13.0982090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/constants.bzl' 2025-03-21T20:18:13.0982701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/platforms.bzl' 2025-03-21T20:18:13.0983349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/platforms_map.bzl' 2025-03-21T20:18:13.0983920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/sdk.bzl' 2025-03-21T20:18:13.0984508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple' 2025-03-21T20:18:13.0985067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/defs.bzl' 2025-03-21T20:18:13.0985617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms' 2025-03-21T20:18:13.0986178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/playground/test.bxl' 2025-03-21T20:18:13.0986726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/playground' 2025-03-21T20:18:13.0987278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/prelude.bzl' 2025-03-21T20:18:13.0987858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/pull_request_template.md' 2025-03-21T20:18:13.0988446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/compile.bzl' 2025-03-21T20:18:13.0989068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/cxx_python_extension.bzl' 2025-03-21T20:18:13.0989633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/interface.bzl' 2025-03-21T20:18:13.0990224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/make_py_package.bzl' 2025-03-21T20:18:13.0990776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/manifest.bzl' 2025-03-21T20:18:13.0991399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/native_python_util.bzl' 2025-03-21T20:18:13.0991993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/needed_coverage.bzl' 2025-03-21T20:18:13.0992640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/prebuilt_python_library.bzl' 2025-03-21T20:18:13.0993181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python.bzl' 2025-03-21T20:18:13.0993774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_binary.bzl' 2025-03-21T20:18:13.0994360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_library.bzl' 2025-03-21T20:18:13.0995032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_needed_coverage_test.bzl' 2025-03-21T20:18:13.0995631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_test.bzl' 2025-03-21T20:18:13.0996215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_wheel.bzl' 2025-03-21T20:18:13.0996806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime/BUCK.v2' 2025-03-21T20:18:13.0997454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime/__par__/bootstrap.py' 2025-03-21T20:18:13.0998073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime/__par__' 2025-03-21T20:18:13.0998798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime' 2025-03-21T20:18:13.0999369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/source_db.bzl' 2025-03-21T20:18:13.0999960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/build.bxl' 2025-03-21T20:18:13.1000572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/classic.bxl' 2025-03-21T20:18:13.1001219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/code_navigation.bxl' 2025-03-21T20:18:13.1001823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/filter.bxl' 2025-03-21T20:18:13.1002452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/ide.bxl' 2025-03-21T20:18:13.1003050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/merge.bxl' 2025-03-21T20:18:13.1003694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/owners.bxl' 2025-03-21T20:18:13.1004298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/query.bxl' 2025-03-21T20:18:13.1004929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/typing_query.bxl' 2025-03-21T20:18:13.1005522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb' 2025-03-21T20:18:13.1006083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/toolchain.bzl' 2025-03-21T20:18:13.1006637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/BUCK.v2' 2025-03-21T20:18:13.1007256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/__test_main__.py' 2025-03-21T20:18:13.1007828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/compile.py' 2025-03-21T20:18:13.1008549Z 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:13.1009270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/embedded_main.cpp' 2025-03-21T20:18:13.1009861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/extract.py' 2025-03-21T20:18:13.1010492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/fail_with_message.py' 2025-03-21T20:18:13.1011263Z 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:13.1011854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par/BUCK' 2025-03-21T20:18:13.1012586Z 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:13.1013318Z 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:13.1014000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par/sitecustomize.py' 2025-03-21T20:18:13.1014612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par' 2025-03-21T20:18:13.1015297Z 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:13.1016015Z 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:13.1016679Z 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:13.1017306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_source_db.py' 2025-03-21T20:18:13.1017992Z 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:13.1018618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/run_inplace.py.in' 2025-03-21T20:18:13.1019296Z 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:13.1019957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/BUCK.v2' 2025-03-21T20:18:13.1020619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/inputs.py' 2025-03-21T20:18:13.1021328Z 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:13.1022038Z 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:13.1022703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/merge.py' 2025-03-21T20:18:13.1023371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/outputs.py' 2025-03-21T20:18:13.1024091Z 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:13.1024809Z 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:13.1025583Z 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:13.1026266Z 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:13.1027036Z 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:13.1027723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/tests' 2025-03-21T20:18:13.1028403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger' 2025-03-21T20:18:13.1029085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/static_extension_finder.py' 2025-03-21T20:18:13.1029751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/static_extension_utils.cpp' 2025-03-21T20:18:13.1030329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/wheel.py' 2025-03-21T20:18:13.1030898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools' 2025-03-21T20:18:13.1031505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typecheck/batch.bxl' 2025-03-21T20:18:13.1032134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typecheck/batch_files.bxl' 2025-03-21T20:18:13.1032735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typecheck' 2025-03-21T20:18:13.1033278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typing.bzl' 2025-03-21T20:18:13.1033850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python' 2025-03-21T20:18:13.1034510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/python_bootstrap.bzl' 2025-03-21T20:18:13.1035170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/tools/BUCK.v2' 2025-03-21T20:18:13.1035878Z 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:13.1036499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/tools' 2025-03-21T20:18:13.1037099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap' 2025-03-21T20:18:13.1037637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/remote_file.bzl' 2025-03-21T20:18:13.1038174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/resources.bzl' 2025-03-21T20:18:13.1038676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rules.bzl' 2025-03-21T20:18:13.1039217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rules_impl.bzl' 2025-03-21T20:18:13.1039753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/runtime/BUCK.v2' 2025-03-21T20:18:13.1040310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/runtime' 2025-03-21T20:18:13.1040838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/build.bzl' 2025-03-21T20:18:13.1041419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/build_params.bzl' 2025-03-21T20:18:13.1042020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/cargo_buildscript.bzl' 2025-03-21T20:18:13.1042633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/cargo_package.bzl' 2025-03-21T20:18:13.1043277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/clippy_configuration.bzl' 2025-03-21T20:18:13.1043814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/context.bzl' 2025-03-21T20:18:13.1044363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/extern.bzl' 2025-03-21T20:18:13.1044942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/failure_filter.bzl' 2025-03-21T20:18:13.1045504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/link_info.bzl' 2025-03-21T20:18:13.1046093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/linkable_symbol.bzl' 2025-03-21T20:18:13.1046665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/named_deps.bzl' 2025-03-21T20:18:13.1047207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/outputs.bzl' 2025-03-21T20:18:13.1047814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/proc_macro_alias.bzl' 2025-03-21T20:18:13.1048360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/resources.bzl' 2025-03-21T20:18:13.1049136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer/check.bxl' 2025-03-21T20:18:13.1049765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer/provider.bzl' 2025-03-21T20:18:13.1050453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer/resolve_deps.bxl' 2025-03-21T20:18:13.1051052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer' 2025-03-21T20:18:13.1051610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_binary.bzl' 2025-03-21T20:18:13.1052179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_common.bzl' 2025-03-21T20:18:13.1052744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_library.bzl' 2025-03-21T20:18:13.1053330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_toolchain.bzl' 2025-03-21T20:18:13.1053868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/targets.bzl' 2025-03-21T20:18:13.1054426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/BUCK.v2' 2025-03-21T20:18:13.1054980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/attrs.bzl' 2025-03-21T20:18:13.1055602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/buildscript_run.py' 2025-03-21T20:18:13.1056236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/deferred_link_action.py' 2025-03-21T20:18:13.1056875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/extract_link_action.py' 2025-03-21T20:18:13.1057551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/failure_filter_action.py' 2025-03-21T20:18:13.1058182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/linkable_symbol.rs' 2025-03-21T20:18:13.1058786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/rustc_action.py' 2025-03-21T20:18:13.1059398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/rustdoc_coverage.py' 2025-03-21T20:18:13.1060087Z 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:13.1060670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/tool_rules.bzl' 2025-03-21T20:18:13.1061383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/transitive_dependency_symlinks.py' 2025-03-21T20:18:13.1061935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools' 2025-03-21T20:18:13.1062521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/with_workspace.bzl' 2025-03-21T20:18:13.1063041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust' 2025-03-21T20:18:13.1063664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sabaton/sabaton_toolchain.bzl' 2025-03-21T20:18:13.1064237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sabaton' 2025-03-21T20:18:13.1064768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sh_binary.bzl' 2025-03-21T20:18:13.1065304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sh_test.bzl' 2025-03-21T20:18:13.1065917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/inject_test_run_info.bzl' 2025-03-21T20:18:13.1066472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/tools/BUCK.v2' 2025-03-21T20:18:13.1067074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/tools/inject_test_env.py' 2025-03-21T20:18:13.1067638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/tools' 2025-03-21T20:18:13.1068161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test' 2025-03-21T20:18:13.1068704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test_suite.bzl' 2025-03-21T20:18:13.1069244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests/re_utils.bzl' 2025-03-21T20:18:13.1069939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests/remote_test_execution_toolchain.bzl' 2025-03-21T20:18:13.1070520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests/test_toolchain.bzl' 2025-03-21T20:18:13.1071059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests' 2025-03-21T20:18:13.1071622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/build.bzl' 2025-03-21T20:18:13.1072237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/BUCK.v2' 2025-03-21T20:18:13.1072897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/METADATA.bzl' 2025-03-21T20:18:13.1073535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/README.md' 2025-03-21T20:18:13.1074156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/hmaptool' 2025-03-21T20:18:13.1074763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool' 2025-03-21T20:18:13.1075369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/pkgconfig.bzl' 2025-03-21T20:18:13.1075957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/providers.bzl' 2025-03-21T20:18:13.1076558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/tools/BUCK.v2' 2025-03-21T20:18:13.1077186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/tools/create_build.py' 2025-03-21T20:18:13.1077791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/tools' 2025-03-21T20:18:13.1078352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party' 2025-03-21T20:18:13.1079119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/.gitignore' 2025-03-21T20:18:13.1079825Z 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:13.1080582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/Makefile' 2025-03-21T20:18:13.1081282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/README' 2025-03-21T20:18:13.1082005Z 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:13.1082808Z 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:13.1083626Z 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:13.1084451Z 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:13.1085264Z 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:13.1086082Z 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:13.1086816Z 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:13.1087717Z 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:13.1088489Z 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:13.1089394Z 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:13.1090110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker' 2025-03-21T20:18:13.1090715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple' 2025-03-21T20:18:13.1091287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/BUCK' 2025-03-21T20:18:13.1091958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/buckler/conanfile.py' 2025-03-21T20:18:13.1092594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/buckler' 2025-03-21T20:18:13.1093244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_common.py' 2025-03-21T20:18:13.1093877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_generate.py' 2025-03-21T20:18:13.1094512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_init.py' 2025-03-21T20:18:13.1095156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_lock.py' 2025-03-21T20:18:13.1095788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_package.py' 2025-03-21T20:18:13.1096509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_package_extract.py' 2025-03-21T20:18:13.1097133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_update.py' 2025-03-21T20:18:13.1097735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/defs.bzl' 2025-03-21T20:18:13.1098514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/lock_generate.py' 2025-03-21T20:18:13.1099123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan' 2025-03-21T20:18:13.1099688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/csharp.bzl' 2025-03-21T20:18:13.1100254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx.bzl' 2025-03-21T20:18:13.1100839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/clang/BUCK' 2025-03-21T20:18:13.1101469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/clang/tools.bzl' 2025-03-21T20:18:13.1102075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/clang' 2025-03-21T20:18:13.1102683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/zig/defs.bzl' 2025-03-21T20:18:13.1103301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/zig/releases.bzl' 2025-03-21T20:18:13.1103966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/zig' 2025-03-21T20:18:13.1104546Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx' 2025-03-21T20:18:13.1105135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/demo.bzl' 2025-03-21T20:18:13.1105758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/execution_host.bzl' 2025-03-21T20:18:13.1106325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/genrule.bzl' 2025-03-21T20:18:13.1106879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/go.bzl' 2025-03-21T20:18:13.1107445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/haskell.bzl' 2025-03-21T20:18:13.1108036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/BUCK.v2' 2025-03-21T20:18:13.1108665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/run_msvc_tool.py' 2025-03-21T20:18:13.1109263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/tools.bzl' 2025-03-21T20:18:13.1109855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/vswhere.py' 2025-03-21T20:18:13.1110484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc' 2025-03-21T20:18:13.1111039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/ocaml.bzl' 2025-03-21T20:18:13.1111640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/python.bzl' 2025-03-21T20:18:13.1112299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/remote_test_execution.bzl' 2025-03-21T20:18:13.1112847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/rust.bzl' 2025-03-21T20:18:13.1113408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains' 2025-03-21T20:18:13.1114042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tools/audit_providers_universe.bxl' 2025-03-21T20:18:13.1114581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tools' 2025-03-21T20:18:13.1115232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/transitions/constraint_overrides.bzl' 2025-03-21T20:18:13.1115812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/transitions/utils.bzl' 2025-03-21T20:18:13.1116369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/transitions' 2025-03-21T20:18:13.1116929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/unix/providers.bzl' 2025-03-21T20:18:13.1117448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/unix' 2025-03-21T20:18:13.1117970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/all.bzl' 2025-03-21T20:18:13.1118568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/cxx_headers_bundle.bzl' 2025-03-21T20:18:13.1119177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/extract_archive.bzl' 2025-03-21T20:18:13.1119774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/rule_spec.bzl' 2025-03-21T20:18:13.1120322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/write_file.bzl' 2025-03-21T20:18:13.1120859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user' 2025-03-21T20:18:13.1121399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/argfile.bzl' 2025-03-21T20:18:13.1121954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/arglike.bzl' 2025-03-21T20:18:13.1122514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/buckconfig.bzl' 2025-03-21T20:18:13.1123146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/build_target_pattern.bzl' 2025-03-21T20:18:13.1123730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/clear_platform.bzl' 2025-03-21T20:18:13.1124296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/cmd_script.bzl' 2025-03-21T20:18:13.1124824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/dicts.bzl' 2025-03-21T20:18:13.1125447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/directory_fold.bzl' 2025-03-21T20:18:13.1125982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/expect.bzl' 2025-03-21T20:18:13.1126572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/graph_utils.bzl' 2025-03-21T20:18:13.1127110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/host.bzl' 2025-03-21T20:18:13.1127632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/lazy.bzl' 2025-03-21T20:18:13.1128167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/pick.bzl' 2025-03-21T20:18:13.1128787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/platform_flavors_util.bzl' 2025-03-21T20:18:13.1129415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/selects.bzl' 2025-03-21T20:18:13.1129935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/set.bzl' 2025-03-21T20:18:13.1130530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/source_listing.bzl' 2025-03-21T20:18:13.1131136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/source_listing_impl.bzl' 2025-03-21T20:18:13.1131688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/strings.bzl' 2025-03-21T20:18:13.1132236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/type_defs.bzl' 2025-03-21T20:18:13.1132767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/utils.bzl' 2025-03-21T20:18:13.1133306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils' 2025-03-21T20:18:13.1133941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/validation/audit_results.bxl' 2025-03-21T20:18:13.1134509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/validation' 2025-03-21T20:18:13.1135084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/validation_deps.bzl' 2025-03-21T20:18:13.1135655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows/tools/BUCK.v2' 2025-03-21T20:18:13.1136299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows/tools/msvc_hermetic_exec.bat' 2025-03-21T20:18:13.1136882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows/tools' 2025-03-21T20:18:13.1137413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows' 2025-03-21T20:18:13.1137976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/worker_tool.bzl' 2025-03-21T20:18:13.1138545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/tools/BUCK.v2' 2025-03-21T20:18:13.1139128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/tools/unzip.py' 2025-03-21T20:18:13.1139704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/tools' 2025-03-21T20:18:13.1140293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/zip_file.bzl' 2025-03-21T20:18:13.1140928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/zip_file_toolchain.bzl' 2025-03-21T20:18:13.1141503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file' 2025-03-21T20:18:13.1142012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude' 2025-03-21T20:18:13.1142491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.git' 2025-03-21T20:18:13.1143030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.appveyor.yml' 2025-03-21T20:18:13.1143556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.clang-format' 2025-03-21T20:18:13.1144083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.clang-tidy' 2025-03-21T20:18:13.1144633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.cmake-format.yaml' 2025-03-21T20:18:13.1145242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.codespell-ignore-lines' 2025-03-21T20:18:13.1145776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.gitattributes' 2025-03-21T20:18:13.1146322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/CODEOWNERS' 2025-03-21T20:18:13.1146917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/CONTRIBUTING.md' 2025-03-21T20:18:13.1147581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-03-21T20:18:13.1148227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:18:13.1148882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:13.1149494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/dependabot.yml' 2025-03-21T20:18:13.1150050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/labeler.yml' 2025-03-21T20:18:13.1150659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/labeler_merged.yml' 2025-03-21T20:18:13.1151266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/matchers/pylint.json' 2025-03-21T20:18:13.1151868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/matchers' 2025-03-21T20:18:13.1152500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/pull_request_template.md' 2025-03-21T20:18:13.1153100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/ci.yml' 2025-03-21T20:18:13.1153722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/configure.yml' 2025-03-21T20:18:13.1154369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/emscripten.yaml' 2025-03-21T20:18:13.1154974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/format.yml' 2025-03-21T20:18:13.1155613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/labeler.yml' 2025-03-21T20:18:13.1156221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/pip.yml' 2025-03-21T20:18:13.1156871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/upstream.yml' 2025-03-21T20:18:13.1157480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows' 2025-03-21T20:18:13.1158024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github' 2025-03-21T20:18:13.1158546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.gitignore' 2025-03-21T20:18:13.1159133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.pre-commit-config.yaml' 2025-03-21T20:18:13.1159690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.readthedocs.yml' 2025-03-21T20:18:13.1160228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/CMakeLists.txt' 2025-03-21T20:18:13.1160733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/LICENSE' 2025-03-21T20:18:13.1161246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/MANIFEST.in' 2025-03-21T20:18:13.1161751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/README.rst' 2025-03-21T20:18:13.1162271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/SECURITY.md' 2025-03-21T20:18:13.1162794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/Doxyfile' 2025-03-21T20:18:13.1163325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/Makefile' 2025-03-21T20:18:13.1163952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/_static/css/custom.css' 2025-03-21T20:18:13.1164578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/_static/css' 2025-03-21T20:18:13.1165146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/_static' 2025-03-21T20:18:13.1165770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/chrono.rst' 2025-03-21T20:18:13.1166383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/custom.rst' 2025-03-21T20:18:13.1166997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/eigen.rst' 2025-03-21T20:18:13.1167634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/functional.rst' 2025-03-21T20:18:13.1168256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/index.rst' 2025-03-21T20:18:13.1168877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/overview.rst' 2025-03-21T20:18:13.1169547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/stl.rst' 2025-03-21T20:18:13.1170208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/strings.rst' 2025-03-21T20:18:13.1170805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast' 2025-03-21T20:18:13.1171440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/classes.rst' 2025-03-21T20:18:13.1172038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/embedding.rst' 2025-03-21T20:18:13.1172657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/exceptions.rst' 2025-03-21T20:18:13.1173255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/functions.rst' 2025-03-21T20:18:13.1173837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/misc.rst' 2025-03-21T20:18:13.1174450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/index.rst' 2025-03-21T20:18:13.1175079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/numpy.rst' 2025-03-21T20:18:13.1175706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/object.rst' 2025-03-21T20:18:13.1176366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/utilities.rst' 2025-03-21T20:18:13.1176975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp' 2025-03-21T20:18:13.1177580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/smart_ptrs.rst' 2025-03-21T20:18:13.1178172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced' 2025-03-21T20:18:13.1178710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/basics.rst' 2025-03-21T20:18:13.1179315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/benchmark.py' 2025-03-21T20:18:13.1179896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/benchmark.rst' 2025-03-21T20:18:13.1180457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/changelog.rst' 2025-03-21T20:18:13.1181001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/classes.rst' 2025-03-21T20:18:13.1181575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/cmake/index.rst' 2025-03-21T20:18:13.1182129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/cmake' 2025-03-21T20:18:13.1182699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/compiling.rst' 2025-03-21T20:18:13.1183223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/conf.py' 2025-03-21T20:18:13.1183757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/faq.rst' 2025-03-21T20:18:13.1184286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/index.rst' 2025-03-21T20:18:13.1184841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/installing.rst' 2025-03-21T20:18:13.1185441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/limitations.rst' 2025-03-21T20:18:13.1186016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11-logo.png' 2025-03-21T20:18:13.1186698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python1.png' 2025-03-21T20:18:13.1187338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python1.svg' 2025-03-21T20:18:13.1187987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python2.png' 2025-03-21T20:18:13.1188621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python2.svg' 2025-03-21T20:18:13.1189187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/reference.rst' 2025-03-21T20:18:13.1189726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/release.rst' 2025-03-21T20:18:13.1190305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/requirements.in' 2025-03-21T20:18:13.1190877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/requirements.txt' 2025-03-21T20:18:13.1191431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/upgrade.rst' 2025-03-21T20:18:13.1191955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs' 2025-03-21T20:18:13.1192536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/attr.h' 2025-03-21T20:18:13.1193170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/buffer_info.h' 2025-03-21T20:18:13.1193781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/cast.h' 2025-03-21T20:18:13.1194386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/chrono.h' 2025-03-21T20:18:13.1195007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/common.h' 2025-03-21T20:18:13.1195614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/complex.h' 2025-03-21T20:18:13.1196238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/class.h' 2025-03-21T20:18:13.1196877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/common.h' 2025-03-21T20:18:13.1197538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/cpp_conduit.h' 2025-03-21T20:18:13.1198174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/descr.h' 2025-03-21T20:18:13.1199046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/exception_translation.h' 2025-03-21T20:18:13.1199680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/init.h' 2025-03-21T20:18:13.1200326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/internals.h' 2025-03-21T20:18:13.1201067Z 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:13.1201709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/typeid.h' 2025-03-21T20:18:13.1202442Z 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:13.1203082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail' 2025-03-21T20:18:13.1203667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen.h' 2025-03-21T20:18:13.1204302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen/common.h' 2025-03-21T20:18:13.1204924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen/matrix.h' 2025-03-21T20:18:13.1205562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen/tensor.h' 2025-03-21T20:18:13.1206182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen' 2025-03-21T20:18:13.1206779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/embed.h' 2025-03-21T20:18:13.1207354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eval.h' 2025-03-21T20:18:13.1207984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/functional.h' 2025-03-21T20:18:13.1208560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/gil.h' 2025-03-21T20:18:13.1209291Z 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:13.1209939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/iostream.h' 2025-03-21T20:18:13.1210563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/numpy.h' 2025-03-21T20:18:13.1211184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/operators.h' 2025-03-21T20:18:13.1211781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/options.h' 2025-03-21T20:18:13.1212393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/pybind11.h' 2025-03-21T20:18:13.1212989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/pytypes.h' 2025-03-21T20:18:13.1213574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl.h' 2025-03-21T20:18:13.1214206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl/filesystem.h' 2025-03-21T20:18:13.1214834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl' 2025-03-21T20:18:13.1215432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl_bind.h' 2025-03-21T20:18:13.1216172Z 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:13.1216764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/typing.h' 2025-03-21T20:18:13.1217403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11' 2025-03-21T20:18:13.1217947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include' 2025-03-21T20:18:13.1218455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/noxfile.py' 2025-03-21T20:18:13.1219024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/__init__.py' 2025-03-21T20:18:13.1219579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/__main__.py' 2025-03-21T20:18:13.1220150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/_version.py' 2025-03-21T20:18:13.1220708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/commands.py' 2025-03-21T20:18:13.1221266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/py.typed' 2025-03-21T20:18:13.1221858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/setup_helpers.py' 2025-03-21T20:18:13.1222413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11' 2025-03-21T20:18:13.1222944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pyproject.toml' 2025-03-21T20:18:13.1223458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/setup.cfg' 2025-03-21T20:18:13.1223956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/setup.py' 2025-03-21T20:18:13.1224547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/CMakeLists.txt' 2025-03-21T20:18:13.1225102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/conftest.py' 2025-03-21T20:18:13.1225726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/constructor_stats.h' 2025-03-21T20:18:13.1226365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/cross_module_gil_utils.cpp' 2025-03-21T20:18:13.1227112Z 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:13.1227790Z 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:13.1228313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/env.py' 2025-03-21T20:18:13.1228926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/exo_planet_c_api.cpp' 2025-03-21T20:18:13.1229542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/exo_planet_pybind11.cpp' 2025-03-21T20:18:13.1230211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_python_package/pytest.ini' 2025-03-21T20:18:13.1230885Z 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:13.1231568Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_python_package' 2025-03-21T20:18:13.1232245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_setuptools/pytest.ini' 2025-03-21T20:18:13.1232949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_setuptools/test_setuphelper.py' 2025-03-21T20:18:13.1233574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_setuptools' 2025-03-21T20:18:13.1234264Z 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:13.1234858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/local_bindings.h' 2025-03-21T20:18:13.1235386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/object.h' 2025-03-21T20:18:13.1236058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pybind11_cross_module_tests.cpp' 2025-03-21T20:18:13.1236644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pybind11_tests.cpp' 2025-03-21T20:18:13.1237231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pybind11_tests.h' 2025-03-21T20:18:13.1237794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pyproject.toml' 2025-03-21T20:18:13.1238345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pytest.ini' 2025-03-21T20:18:13.1238921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/requirements.txt' 2025-03-21T20:18:13.1239493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_async.cpp' 2025-03-21T20:18:13.1240075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_async.py' 2025-03-21T20:18:13.1240689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_buffers.cpp' 2025-03-21T20:18:13.1241253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_buffers.py' 2025-03-21T20:18:13.1241871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_builtin_casters.cpp' 2025-03-21T20:18:13.1242497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_builtin_casters.py' 2025-03-21T20:18:13.1243102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_call_policies.cpp' 2025-03-21T20:18:13.1243718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_call_policies.py' 2025-03-21T20:18:13.1244306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_callbacks.cpp' 2025-03-21T20:18:13.1244900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_callbacks.py' 2025-03-21T20:18:13.1245465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_chrono.cpp' 2025-03-21T20:18:13.1246037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_chrono.py' 2025-03-21T20:18:13.1246623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_class.cpp' 2025-03-21T20:18:13.1247222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_class.py' 2025-03-21T20:18:13.1247884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/CMakeLists.txt' 2025-03-21T20:18:13.1248528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/embed.cpp' 2025-03-21T20:18:13.1249356Z 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:13.1250072Z 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:13.1250850Z 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:13.1251583Z 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:13.1252349Z 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:13.1253068Z 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:13.1253705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/main.cpp' 2025-03-21T20:18:13.1254475Z 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:13.1255224Z 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:13.1256038Z 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:13.1256824Z 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:13.1257592Z 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:13.1258346Z 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:13.1258970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/test.py' 2025-03-21T20:18:13.1259615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build' 2025-03-21T20:18:13.1260209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_const_name.cpp' 2025-03-21T20:18:13.1260811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_const_name.py' 2025-03-21T20:18:13.1261472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_constants_and_functions.cpp' 2025-03-21T20:18:13.1262158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_constants_and_functions.py' 2025-03-21T20:18:13.1262759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_copy_move.cpp' 2025-03-21T20:18:13.1263372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_copy_move.py' 2025-03-21T20:18:13.1263986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cpp_conduit.cpp' 2025-03-21T20:18:13.1264577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cpp_conduit.py' 2025-03-21T20:18:13.1265272Z 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:13.1265942Z 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:13.1266594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_casters.cpp' 2025-03-21T20:18:13.1267226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_casters.py' 2025-03-21T20:18:13.1267866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_setup.cpp' 2025-03-21T20:18:13.1268485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_setup.py' 2025-03-21T20:18:13.1269125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_docstring_options.cpp' 2025-03-21T20:18:13.1269750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_docstring_options.py' 2025-03-21T20:18:13.1270356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_matrix.cpp' 2025-03-21T20:18:13.1271296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_matrix.py' 2025-03-21T20:18:13.1271892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_tensor.cpp' 2025-03-21T20:18:13.1272528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_tensor.inl' 2025-03-21T20:18:13.1273122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_tensor.py' 2025-03-21T20:18:13.1273759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/CMakeLists.txt' 2025-03-21T20:18:13.1274354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/catch.cpp' 2025-03-21T20:18:13.1275023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/external_module.cpp' 2025-03-21T20:18:13.1275681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/test_interpreter.cpp' 2025-03-21T20:18:13.1276347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/test_interpreter.py' 2025-03-21T20:18:13.1276994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/test_trampoline.py' 2025-03-21T20:18:13.1277596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed' 2025-03-21T20:18:13.1278175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_enum.cpp' 2025-03-21T20:18:13.1278740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_enum.py' 2025-03-21T20:18:13.1279322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eval.cpp' 2025-03-21T20:18:13.1279869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eval.py' 2025-03-21T20:18:13.1280460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eval_call.py' 2025-03-21T20:18:13.1281055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_exceptions.cpp' 2025-03-21T20:18:13.1281646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_exceptions.h' 2025-03-21T20:18:13.1282233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_exceptions.py' 2025-03-21T20:18:13.1282894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_factory_constructors.cpp' 2025-03-21T20:18:13.1283542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_factory_constructors.py' 2025-03-21T20:18:13.1284147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_gil_scoped.cpp' 2025-03-21T20:18:13.1284732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_gil_scoped.py' 2025-03-21T20:18:13.1285328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_iostream.cpp' 2025-03-21T20:18:13.1285900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_iostream.py' 2025-03-21T20:18:13.1286583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_kwargs_and_defaults.cpp' 2025-03-21T20:18:13.1287310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_kwargs_and_defaults.py' 2025-03-21T20:18:13.1287922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_local_bindings.cpp' 2025-03-21T20:18:13.1288538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_local_bindings.py' 2025-03-21T20:18:13.1289274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_methods_and_attributes.cpp' 2025-03-21T20:18:13.1289942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_methods_and_attributes.py' 2025-03-21T20:18:13.1290519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_modules.cpp' 2025-03-21T20:18:13.1291096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_modules.py' 2025-03-21T20:18:13.1291741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_multiple_inheritance.cpp' 2025-03-21T20:18:13.1292392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_multiple_inheritance.py' 2025-03-21T20:18:13.1293032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_array.cpp' 2025-03-21T20:18:13.1293637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_array.py' 2025-03-21T20:18:13.1294266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_dtypes.cpp' 2025-03-21T20:18:13.1294874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_dtypes.py' 2025-03-21T20:18:13.1295496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_vectorize.cpp' 2025-03-21T20:18:13.1296118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_vectorize.py' 2025-03-21T20:18:13.1296714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_opaque_types.cpp' 2025-03-21T20:18:13.1297312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_opaque_types.py' 2025-03-21T20:18:13.1297972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_operator_overloading.cpp' 2025-03-21T20:18:13.1298806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_operator_overloading.py' 2025-03-21T20:18:13.1299408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pickling.cpp' 2025-03-21T20:18:13.1299980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pickling.py' 2025-03-21T20:18:13.1300686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_python_multiple_inheritance.cpp' 2025-03-21T20:18:13.1301371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_python_multiple_inheritance.py' 2025-03-21T20:18:13.1301964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pytypes.cpp' 2025-03-21T20:18:13.1302591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pytypes.py' 2025-03-21T20:18:13.1303311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_sequences_and_iterators.cpp' 2025-03-21T20:18:13.1303972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_sequences_and_iterators.py' 2025-03-21T20:18:13.1304569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_smart_ptr.cpp' 2025-03-21T20:18:13.1305149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_smart_ptr.py' 2025-03-21T20:18:13.1305698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl.cpp' 2025-03-21T20:18:13.1306262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl.py' 2025-03-21T20:18:13.1306862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl_binders.cpp' 2025-03-21T20:18:13.1307469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl_binders.py' 2025-03-21T20:18:13.1308117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_tagbased_polymorphic.cpp' 2025-03-21T20:18:13.1308809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_tagbased_polymorphic.py' 2025-03-21T20:18:13.1309376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_thread.cpp' 2025-03-21T20:18:13.1309983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_thread.py' 2025-03-21T20:18:13.1310655Z 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:13.1311332Z 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:13.1312091Z 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:13.1312859Z 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:13.1313419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_union.cpp' 2025-03-21T20:18:13.1313989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_union.py' 2025-03-21T20:18:13.1314631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_a.cpp' 2025-03-21T20:18:13.1315263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_a.py' 2025-03-21T20:18:13.1315914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_b.cpp' 2025-03-21T20:18:13.1316548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_b.py' 2025-03-21T20:18:13.1317232Z 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:13.1317929Z 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:13.1318594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_virtual_functions.cpp' 2025-03-21T20:18:13.1319218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_virtual_functions.py' 2025-03-21T20:18:13.1319866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/valgrind-numpy-scipy.supp' 2025-03-21T20:18:13.1320473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/valgrind-python.supp' 2025-03-21T20:18:13.1321026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests' 2025-03-21T20:18:13.1321600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/FindCatch.cmake' 2025-03-21T20:18:13.1322191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/FindEigen3.cmake' 2025-03-21T20:18:13.1322810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/FindPythonLibsNew.cmake' 2025-03-21T20:18:13.1323378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/JoinPaths.cmake' 2025-03-21T20:18:13.1323979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/check-style.sh' 2025-03-21T20:18:13.1324602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/cmake_uninstall.cmake.in' 2025-03-21T20:18:13.1325341Z 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:13.1325883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/libsize.py' 2025-03-21T20:18:13.1326469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/make_changelog.py' 2025-03-21T20:18:13.1327029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11.pc.in' 2025-03-21T20:18:13.1327644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11Common.cmake' 2025-03-21T20:18:13.1328262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11Config.cmake.in' 2025-03-21T20:18:13.1329029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11GuessPythonExtSuffix.cmake' 2025-03-21T20:18:13.1329640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11NewTools.cmake' 2025-03-21T20:18:13.1330251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11Tools.cmake' 2025-03-21T20:18:13.1330816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pyproject.toml' 2025-03-21T20:18:13.1331406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/setup_global.py.in' 2025-03-21T20:18:13.1331994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/setup_main.py.in' 2025-03-21T20:18:13.1332715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake' 2025-03-21T20:18:13.1333302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools' 2025-03-21T20:18:13.1333823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11' 2025-03-21T20:18:13.1334282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party' 2025-03-21T20:18:13.1334710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/__init__.py' 2025-03-21T20:18:13.1335220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/buck/constraints/TARGETS' 2025-03-21T20:18:13.1335728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/buck/constraints' 2025-03-21T20:18:13.1336181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/buck' 2025-03-21T20:18:13.1336663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/Codegen.cmake' 2025-03-21T20:18:13.1337116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/Test.cmake' 2025-03-21T20:18:13.1337588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/Utils.cmake' 2025-03-21T20:18:13.1338044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/__init__.py' 2025-03-21T20:18:13.1338523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/buck_util.py' 2025-03-21T20:18:13.1339045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/cmake_deps.toml' 2025-03-21T20:18:13.1339596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/executorch-config.cmake' 2025-03-21T20:18:13.1340203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/executorch-wheel-config.cmake' 2025-03-21T20:18:13.1340718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/extract_sources.py' 2025-03-21T20:18:13.1341201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/resolve_buck.py' 2025-03-21T20:18:13.1341653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake' 2025-03-21T20:18:13.1342185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/wheel/pip_data_bin_init.py.in' 2025-03-21T20:18:13.1342627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/wheel' 2025-03-21T20:18:13.1343050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools' 2025-03-21T20:18:13.1343450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/TARGETS' 2025-03-21T20:18:13.1343989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/activation_memory_profiler.py' 2025-03-21T20:18:13.1344426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/collect_env.py' 2025-03-21T20:18:13.1344932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/cprofiler_flamegraph.md' 2025-03-21T20:18:13.1345392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/python_profiler.py' 2025-03-21T20:18:13.1345830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/targets.bzl' 2025-03-21T20:18:13.1346232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util' 2025-03-21T20:18:13.1346639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/version.txt' 2025-03-21T20:18:13.1347061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:13.1347427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:13.1347726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:13.1349340Z ##[endgroup] 2025-03-21T20:18:13.1474948Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:13.1475122Z with: 2025-03-21T20:18:13.1475304Z repository: pytorch/test-infra 2025-03-21T20:18:13.1475423Z path: test-infra 2025-03-21T20:18:13.1475544Z submodules: recursive 2025-03-21T20:18:13.1475838Z token: *** 2025-03-21T20:18:13.1475957Z ssh-strict: true 2025-03-21T20:18:13.1476083Z ssh-user: git 2025-03-21T20:18:13.1476219Z persist-credentials: true 2025-03-21T20:18:13.1476341Z clean: true 2025-03-21T20:18:13.1476490Z sparse-checkout-cone-mode: true 2025-03-21T20:18:13.1476603Z fetch-depth: 1 2025-03-21T20:18:13.1476732Z fetch-tags: false 2025-03-21T20:18:13.1476852Z show-progress: true 2025-03-21T20:18:13.1476983Z lfs: false 2025-03-21T20:18:13.1477110Z set-safe-directory: true 2025-03-21T20:18:13.1477228Z env: 2025-03-21T20:18:13.1477398Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.1477533Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.1477659Z PR_NUMBER: 2025-03-21T20:18:13.1479494Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:13.1479612Z ##[endgroup] 2025-03-21T20:18:13.2732802Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:13.2733695Z ##[group]Getting Git version info 2025-03-21T20:18:13.2734312Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:13.2735164Z [command]/usr/bin/git version 2025-03-21T20:18:13.2735500Z git version 2.47.1 2025-03-21T20:18:13.2751350Z ##[endgroup] 2025-03-21T20:18:13.2764084Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4b1543b4-0d01-404c-9c95-23d4ea4096ad' before making global git config changes 2025-03-21T20:18:13.2765189Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:13.2769745Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:13.2806643Z ##[group]Initializing the repository 2025-03-21T20:18:13.2811585Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:13.2843148Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:13.2843847Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:13.2844531Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:13.2845005Z hint: 2025-03-21T20:18:13.2845356Z hint: git config --global init.defaultBranch 2025-03-21T20:18:13.2845766Z hint: 2025-03-21T20:18:13.2846172Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:13.2846837Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:13.2847340Z hint: 2025-03-21T20:18:13.2847622Z hint: git branch -m 2025-03-21T20:18:13.2848282Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:13.2853649Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:13.2879431Z ##[endgroup] 2025-03-21T20:18:13.2879941Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:13.2883974Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:13.2909961Z ##[endgroup] 2025-03-21T20:18:13.2910434Z ##[group]Setting up auth 2025-03-21T20:18:13.2916409Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:13.2945751Z [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:13.3250808Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:13.3279075Z [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:13.3569068Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:13.3611344Z ##[endgroup] 2025-03-21T20:18:13.3612001Z ##[group]Determining the default branch 2025-03-21T20:18:13.3614713Z Retrieving the default branch name 2025-03-21T20:18:13.5620682Z Default branch 'main' 2025-03-21T20:18:13.5621425Z ##[endgroup] 2025-03-21T20:18:13.5621949Z ##[group]Fetching the repository 2025-03-21T20:18:13.5628398Z [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:13.8803051Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:13.8803596Z * [new branch] main -> origin/main 2025-03-21T20:18:13.8825397Z ##[endgroup] 2025-03-21T20:18:13.8825911Z ##[group]Determining the checkout info 2025-03-21T20:18:13.8827178Z ##[endgroup] 2025-03-21T20:18:13.8831677Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:13.8864484Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:13.8889540Z ##[group]Checking out the ref 2025-03-21T20:18:13.8893195Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:13.9804733Z Switched to a new branch 'main' 2025-03-21T20:18:13.9805937Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:13.9814083Z ##[endgroup] 2025-03-21T20:18:13.9814603Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:13.9819683Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:13.9861272Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:13.9889963Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:13.9918089Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:13.9942624Z ##[endgroup] 2025-03-21T20:18:13.9943167Z ##[group]Fetching submodules 2025-03-21T20:18:13.9946740Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:14.0246168Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:14.0532944Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:14.0818460Z ##[endgroup] 2025-03-21T20:18:14.0819028Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:14.0824661Z [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:14.1105713Z [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:14.1393777Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:14.1676665Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:14.1950295Z ##[endgroup] 2025-03-21T20:18:14.1982679Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:14.2004348Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:14.2210167Z Prepare all required actions 2025-03-21T20:18:14.2210805Z Getting action download info 2025-03-21T20:18:14.3432758Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:15.6914616Z Getting action download info 2025-03-21T20:18:15.7820439Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:15.9383510Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:15.9383954Z env: 2025-03-21T20:18:15.9384270Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:15.9384700Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.9385048Z PR_NUMBER: 2025-03-21T20:18:15.9387057Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:15.9389059Z ##[endgroup] 2025-03-21T20:18:15.9482139Z ##[group]Run set -euo pipefail 2025-03-21T20:18:15.9482553Z set -euo pipefail 2025-03-21T20:18:15.9482908Z function get_ec2_metadata() { 2025-03-21T20:18:15.9483345Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:15.9484159Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:15.9484813Z  category=$1 2025-03-21T20:18:15.9485830Z  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:15.9486862Z } 2025-03-21T20:18:15.9487184Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:15.9487683Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:15.9488217Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:15.9488699Z echo "system info $(uname -a)" 2025-03-21T20:18:15.9495146Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.9495591Z env: 2025-03-21T20:18:15.9495891Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:15.9496318Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.9496639Z PR_NUMBER: 2025-03-21T20:18:15.9498764Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:15.9500777Z ##[endgroup] 2025-03-21T20:18:15.9661660Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:15.9762320Z instance-id: i-04ce80fc8ad2fa828 2025-03-21T20:18:15.9860306Z instance-type: r5.4xlarge 2025-03-21T20:18:15.9870946Z system info Linux ip-10-0-34-144.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:18:15.9908300Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:15.9909376Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:15.9915836Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.9916276Z env: 2025-03-21T20:18:15.9916722Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:15.9917146Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.9917479Z PR_NUMBER: 2025-03-21T20:18:15.9919396Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:15.9921406Z ##[endgroup] 2025-03-21T20:18:16.0000334Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:16.0000853Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:16.0001289Z  echo "Docker daemon is running..."; 2025-03-21T20:18:16.0001666Z else 2025-03-21T20:18:16.0002078Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:16.0002566Z fi 2025-03-21T20:18:16.0008357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.0008792Z env: 2025-03-21T20:18:16.0009179Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.0009594Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.0009920Z PR_NUMBER: 2025-03-21T20:18:16.0011834Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:16.0013923Z ##[endgroup] 2025-03-21T20:18:16.0084684Z Docker daemon is running... 2025-03-21T20:18:16.0113359Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:16.0114092Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:16.0114690Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:16.0115386Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:16.0116224Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:16.0122101Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.0122548Z env: 2025-03-21T20:18:16.0122859Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.0123296Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.0123634Z PR_NUMBER: 2025-03-21T20:18:16.0125564Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:16.0127575Z AWS_RETRY_MODE: standard 2025-03-21T20:18:16.0127896Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:16.0128196Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:16.0128527Z ##[endgroup] 2025-03-21T20:18:17.1504069Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:17.1504833Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:17.1505533Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:17.1506428Z 2025-03-21T20:18:17.1506611Z Login Succeeded 2025-03-21T20:18:17.1549710Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:17.1550574Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:17.1551174Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:17.1557933Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:17.1558381Z env: 2025-03-21T20:18:17.1558685Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.1559106Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.1559444Z PR_NUMBER: 2025-03-21T20:18:17.1561360Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:17.1563375Z ##[endgroup] 2025-03-21T20:18:17.1650111Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:17.1650691Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:17.1651157Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:17.1651577Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:17.1652092Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:17.1652591Z  2025-03-21T20:18:17.1652948Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:17.1653544Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:17.1653983Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:17.1654558Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:17.1655081Z  2025-03-21T20:18:17.1655371Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:17.1655779Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:17.1656167Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:17.1656639Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:17.1662824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:17.1663253Z env: 2025-03-21T20:18:17.1663560Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.1663981Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.1664318Z PR_NUMBER: 2025-03-21T20:18:17.1666252Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:17.1668253Z ##[endgroup] 2025-03-21T20:18:17.6512576Z ##[group]Run needs=0 2025-03-21T20:18:17.6512928Z needs=0 2025-03-21T20:18:17.6513363Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:17.6513887Z  needs=1 2025-03-21T20:18:17.6514169Z fi 2025-03-21T20:18:17.6514476Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:17.6520986Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:17.6521431Z env: 2025-03-21T20:18:17.6521725Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.6522154Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.6522488Z PR_NUMBER: 2025-03-21T20:18:17.6524559Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:17.6526784Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:17.6527470Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:17.6528114Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:17.6528555Z ##[endgroup] 2025-03-21T20:18:17.6730855Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:17.6731541Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:17.6732044Z # shellcheck disable=SC2046 2025-03-21T20:18:17.6732435Z docker stop $(docker ps -q) || true 2025-03-21T20:18:17.6732848Z # Prune all of the docker images 2025-03-21T20:18:17.6733236Z docker system prune -af 2025-03-21T20:18:17.6739193Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:17.6739636Z env: 2025-03-21T20:18:17.6739933Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.6740362Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.6740698Z PR_NUMBER: 2025-03-21T20:18:17.6742626Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:17.6744888Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:17.6745577Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:17.6746236Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:17.6746694Z ##[endgroup] 2025-03-21T20:18:17.6999806Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:17.7000257Z See 'docker stop --help'. 2025-03-21T20:18:17.7000478Z 2025-03-21T20:18:17.7000669Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:17.7000989Z 2025-03-21T20:18:17.7001139Z Stop one or more running containers 2025-03-21T20:18:17.7145947Z Total reclaimed space: 0B 2025-03-21T20:18:17.7224712Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:17.7225167Z with: 2025-03-21T20:18:17.7225655Z github-secret: *** 2025-03-21T20:18:17.7226473Z 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:17.7227358Z activate-with-label: false 2025-03-21T20:18:17.7227688Z label: with-ssh 2025-03-21T20:18:17.7227982Z remove-existing-keys: true 2025-03-21T20:18:17.7228313Z fail-silently: true 2025-03-21T20:18:17.7228584Z env: 2025-03-21T20:18:17.7228884Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.7229303Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.7229638Z PR_NUMBER: 2025-03-21T20:18:17.7231601Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:17.7233756Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:17.7234542Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:17.7235176Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:17.7235632Z ##[endgroup] 2025-03-21T20:18:17.8416163Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:17.8418776Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:17.8544418Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:17.8544808Z with: 2025-03-21T20:18:17.8545107Z repository: pytorch/executorch 2025-03-21T20:18:17.8545515Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:17.8545935Z path: pytorch/executorch 2025-03-21T20:18:17.8546274Z fetch-depth: 1 2025-03-21T20:18:17.8546568Z submodules: true 2025-03-21T20:18:17.8547027Z token: *** 2025-03-21T20:18:17.8547303Z ssh-strict: true 2025-03-21T20:18:17.8547607Z ssh-user: git 2025-03-21T20:18:17.8547897Z persist-credentials: true 2025-03-21T20:18:17.8548233Z clean: true 2025-03-21T20:18:17.8548543Z sparse-checkout-cone-mode: true 2025-03-21T20:18:17.8548918Z fetch-tags: false 2025-03-21T20:18:17.8549203Z show-progress: true 2025-03-21T20:18:17.8549506Z lfs: false 2025-03-21T20:18:17.8549789Z set-safe-directory: true 2025-03-21T20:18:17.8550103Z env: 2025-03-21T20:18:17.8550417Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.8550884Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.8551231Z PR_NUMBER: 2025-03-21T20:18:17.8553261Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:17.8555648Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:17.8556367Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:17.8557056Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:17.8557532Z ##[endgroup] 2025-03-21T20:18:17.9650193Z Syncing repository: pytorch/executorch 2025-03-21T20:18:17.9659820Z ##[group]Getting Git version info 2025-03-21T20:18:17.9661224Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:17.9692186Z [command]/usr/bin/git version 2025-03-21T20:18:17.9730983Z git version 2.47.1 2025-03-21T20:18:17.9759667Z ##[endgroup] 2025-03-21T20:18:17.9774605Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/aaff503f-4685-4282-8c47-1ec6e67abc1f' before making global git config changes 2025-03-21T20:18:17.9776655Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:17.9782157Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:17.9812778Z ##[group]Initializing the repository 2025-03-21T20:18:17.9818767Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:17.9849953Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:17.9851213Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:17.9870788Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:17.9871322Z hint: 2025-03-21T20:18:17.9871669Z hint: git config --global init.defaultBranch 2025-03-21T20:18:17.9872091Z hint: 2025-03-21T20:18:17.9872478Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:17.9873318Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:17.9873834Z hint: 2025-03-21T20:18:17.9874122Z hint: git branch -m 2025-03-21T20:18:17.9875378Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:17.9877800Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:17.9892532Z ##[endgroup] 2025-03-21T20:18:17.9893740Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:17.9898812Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:17.9925478Z ##[endgroup] 2025-03-21T20:18:17.9926287Z ##[group]Setting up auth 2025-03-21T20:18:17.9934267Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:17.9962864Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:18.0246957Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:18.0276839Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:18.0558715Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:18.0600403Z ##[endgroup] 2025-03-21T20:18:18.0601237Z ##[group]Fetching the repository 2025-03-21T20:18:18.0610206Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:19.6452844Z From https://github.com/pytorch/executorch 2025-03-21T20:18:19.6453903Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:19.6474016Z ##[endgroup] 2025-03-21T20:18:19.6474834Z ##[group]Determining the checkout info 2025-03-21T20:18:19.6476886Z ##[endgroup] 2025-03-21T20:18:19.6481790Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:19.6525410Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:19.6554342Z ##[group]Checking out the ref 2025-03-21T20:18:19.6558551Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:20.1784329Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:20.1784780Z 2025-03-21T20:18:20.1785084Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:20.1785867Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:20.1786676Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:20.1787150Z 2025-03-21T20:18:20.1787432Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:20.1788124Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:20.1788535Z 2025-03-21T20:18:20.1788778Z git switch -c 2025-03-21T20:18:20.1789057Z 2025-03-21T20:18:20.1789271Z Or undo this operation with: 2025-03-21T20:18:20.1789521Z 2025-03-21T20:18:20.1789647Z git switch - 2025-03-21T20:18:20.1789941Z 2025-03-21T20:18:20.1790265Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:20.1790758Z 2025-03-21T20:18:20.1790984Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:20.1821109Z ##[endgroup] 2025-03-21T20:18:20.1821774Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:20.1827406Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:20.1868395Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:20.1896246Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:20.1925623Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:20.1949111Z ##[endgroup] 2025-03-21T20:18:20.1950211Z ##[group]Fetching submodules 2025-03-21T20:18:20.1953688Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:20.2251368Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:20.2537124Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:20.2539483Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:20.2541177Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:20.2543686Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:20.2546183Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:20.2548507Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:20.2551846Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:20.2555505Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:20.2558314Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:20.2561582Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:20.2565009Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:20.2568389Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:20.2572332Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:20.2577105Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:20.2581094Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:20.2585210Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:20.2590966Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:20.2595238Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:20.2599845Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:20.2604357Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:20.2608779Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:20.2613639Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:20.2618386Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:20.2647004Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:20.5779011Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:20.8158537Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:21.0423750Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:21.4433185Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:21.6849521Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:21.8973806Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:22.1038598Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:22.2879456Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:22.9536818Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:23.4278903Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:23.6155575Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:23.8708445Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:24.5502003Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:24.8348946Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:25.1704278Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:25.4952269Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:25.7163520Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:25.9214755Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:26.3232491Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:26.5382108Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:26.7202920Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:27.1148595Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:27.7850377Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:27.7851092Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:27.7976082Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:28.2323984Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:28.2324679Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:28.2447054Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:28.2552040Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:29.1378105Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:29.1378763Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:29.1941607Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:29.7878227Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:29.7878938Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:29.8234211Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:30.2338782Z From https://github.com/zeux/volk 2025-03-21T20:18:30.2339350Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:30.2420880Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:30.6206197Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:30.6206791Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:30.6304707Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:30.9742240Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:30.9742832Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:30.9805950Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:32.5916529Z From https://github.com/google/XNNPACK 2025-03-21T20:18:32.5917119Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:33.2616468Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:33.7383012Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:33.7383601Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:33.8334782Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:34.2324599Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:34.2325238Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:34.2420412Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:34.6731632Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:34.6732266Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:34.7005783Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:36.3071174Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:36.3071758Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:36.4489777Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:36.4690398Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:36.9658482Z From https://github.com/pytorch/ao 2025-03-21T20:18:36.9659092Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:37.0425691Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:37.6395202Z From https://github.com/google/flatbuffers 2025-03-21T20:18:37.6395815Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:37.7567183Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:38.2157838Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:38.2158432Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:38.2441909Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:38.6767705Z From https://github.com/gflags/gflags 2025-03-21T20:18:38.6768275Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:38.6865555Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:39.3131369Z From https://github.com/google/googletest 2025-03-21T20:18:39.3132008Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:39.3524965Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:39.7714782Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:39.7715371Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:39.7798737Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:39.7878780Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:40.4631794Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:40.4632406Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:40.5491952Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:41.1453942Z From https://github.com/pybind/pybind11 2025-03-21T20:18:41.1454720Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:41.1761860Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:41.1776925Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:41.2068777Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.2095414Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.2124134Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.2152014Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.2179270Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.2206551Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.2233729Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.2261255Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.2287738Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.2315146Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.2342039Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.2368520Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.2395335Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.2422075Z Entering 'shim' 2025-03-21T20:18:41.2448851Z Entering 'third-party/ao' 2025-03-21T20:18:41.2475510Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.2502714Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.2528951Z Entering 'third-party/gflags' 2025-03-21T20:18:41.2555352Z Entering 'third-party/googletest' 2025-03-21T20:18:41.2581793Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.2608302Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.2635013Z Entering 'third-party/prelude' 2025-03-21T20:18:41.2661431Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.2696883Z ##[endgroup] 2025-03-21T20:18:41.2697382Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:41.2705986Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:41.2986433Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.3041740Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.3098078Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.3153197Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.3214284Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.3275367Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.3335427Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.3393181Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.3449940Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.3523522Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.3580128Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.3635589Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.3693268Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.3751270Z Entering 'shim' 2025-03-21T20:18:41.3808023Z Entering 'third-party/ao' 2025-03-21T20:18:41.3864533Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.3923607Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.3983508Z Entering 'third-party/gflags' 2025-03-21T20:18:41.4042638Z Entering 'third-party/googletest' 2025-03-21T20:18:41.4101176Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.4156440Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.4213785Z Entering 'third-party/prelude' 2025-03-21T20:18:41.4270777Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.4341013Z [command]/usr/bin/git submodule foreach sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:41.4629673Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.4683948Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-03-21T20:18:41.4685109Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.4740974Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:18:41.4742063Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.4797657Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:18:41.4800628Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.4852562Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:18:41.4854123Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.4908844Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:18:41.4909977Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.4962648Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:18:41.4963687Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.5018636Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:18:41.5019682Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.5076355Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:18:41.5077587Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.5134628Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:18:41.5135680Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.5189231Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:18:41.5190753Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.5244969Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:18:41.5246039Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.5299279Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:41.5300815Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.5353852Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:18:41.5354843Z Entering 'shim' 2025-03-21T20:18:41.5409375Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:41.5410251Z Entering 'third-party/ao' 2025-03-21T20:18:41.5462883Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:41.5463998Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.5517090Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:41.5518040Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.5573168Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:41.5574086Z Entering 'third-party/gflags' 2025-03-21T20:18:41.5628942Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:41.5629848Z Entering 'third-party/googletest' 2025-03-21T20:18:41.5682560Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:41.5683666Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.5737254Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:18:41.5738180Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.5792479Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:41.5793410Z Entering 'third-party/prelude' 2025-03-21T20:18:41.5847164Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:41.5848315Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.5902115Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:41.6105211Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:41.6389562Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.6416554Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.6444386Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.6473606Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.6502825Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.6530111Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.6558540Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.6586186Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.6616220Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.6640806Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.6668669Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.6696089Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.6723125Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.6750021Z Entering 'shim' 2025-03-21T20:18:41.6778408Z Entering 'third-party/ao' 2025-03-21T20:18:41.6807904Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.6836832Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.6865957Z Entering 'third-party/gflags' 2025-03-21T20:18:41.6894409Z Entering 'third-party/googletest' 2025-03-21T20:18:41.6921603Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.6948786Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.6976907Z Entering 'third-party/prelude' 2025-03-21T20:18:41.7004494Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.7045119Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:41.7326688Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.7352905Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.7380583Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.7409689Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.7436521Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.7464336Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.7491492Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.7521139Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.7548715Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.7576161Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.7605874Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.7632717Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.7659880Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.7687951Z Entering 'shim' 2025-03-21T20:18:41.7716994Z Entering 'third-party/ao' 2025-03-21T20:18:41.7743899Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.7771234Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.7799257Z Entering 'third-party/gflags' 2025-03-21T20:18:41.7826423Z Entering 'third-party/googletest' 2025-03-21T20:18:41.7854079Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.7881374Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.7910162Z Entering 'third-party/prelude' 2025-03-21T20:18:41.7937346Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.7973605Z ##[endgroup] 2025-03-21T20:18:41.8011469Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:41.8034279Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:41.8254009Z Prepare all required actions 2025-03-21T20:18:41.8254686Z Getting action download info 2025-03-21T20:18:41.9184379Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:42.0747150Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:42.0747637Z with: 2025-03-21T20:18:42.0747965Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:42.0748417Z docker-build-dir: .ci/docker 2025-03-21T20:18:42.0748789Z working-directory: pytorch/executorch 2025-03-21T20:18:42.0749278Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.0749764Z force-push: false 2025-03-21T20:18:42.0750032Z env: 2025-03-21T20:18:42.0750339Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:42.0750873Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:42.0751221Z PR_NUMBER: 2025-03-21T20:18:42.0753216Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:42.0755391Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:42.0756070Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:42.0756729Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:42.0757200Z ##[endgroup] 2025-03-21T20:18:42.0788337Z ##[group]Run set -ex 2025-03-21T20:18:42.0788724Z set -ex 2025-03-21T20:18:42.0788999Z  2025-03-21T20:18:42.0789467Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:42.0790250Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:42.0790914Z # job could then download the pre-built image as usual 2025-03-21T20:18:42.0791511Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:42.0792067Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.0792573Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.0793051Z  2025-03-21T20:18:42.0793471Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:42.0794090Z  exit 0 2025-03-21T20:18:42.0794365Z else 2025-03-21T20:18:42.0794668Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.0795060Z fi 2025-03-21T20:18:42.0795319Z  2025-03-21T20:18:42.0795725Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:42.0796423Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:42.0797044Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:42.0797593Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:42.0798419Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.0798998Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.0799477Z else 2025-03-21T20:18:42.0799855Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:42.0800399Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.0801128Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.0801785Z fi 2025-03-21T20:18:42.0808350Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:42.0808799Z env: 2025-03-21T20:18:42.0809193Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:42.0809616Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:42.0809941Z PR_NUMBER: 2025-03-21T20:18:42.0811870Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:42.0814031Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:42.0814782Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:42.0815455Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:42.0815923Z REPO_NAME: executorch 2025-03-21T20:18:42.0816295Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:42.0816709Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:42.0832956Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.0833418Z ##[endgroup] 2025-03-21T20:18:42.0860070Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:42.0860398Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:42.0860733Z + echo skip=false 2025-03-21T20:18:42.0861640Z + [[ 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:42.0864606Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:42.0880775Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.0881301Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.0882247Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.0920991Z ##[group]Run set +e 2025-03-21T20:18:42.0921374Z set +e 2025-03-21T20:18:42.0921646Z set -x 2025-03-21T20:18:42.0921905Z  2025-03-21T20:18:42.0922148Z login() { 2025-03-21T20:18:42.0922684Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:42.0923279Z } 2025-03-21T20:18:42.0923524Z  2025-03-21T20:18:42.0923775Z retry () { 2025-03-21T20:18:42.0924102Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:42.0924562Z } 2025-03-21T20:18:42.0924818Z  2025-03-21T20:18:42.0925109Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:42.0925481Z  2025-03-21T20:18:42.0925750Z START_TIME=$(date +%s) 2025-03-21T20:18:42.0926090Z # Wait up to 120 minutes 2025-03-21T20:18:42.0926530Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:42.0927107Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:42.0927681Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:42.0928112Z  exit 0 2025-03-21T20:18:42.0928399Z  fi 2025-03-21T20:18:42.0928646Z  2025-03-21T20:18:42.0929237Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:42.0930013Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:42.0930787Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:42.0931398Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:42.0931883Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:42.0932432Z  break 2025-03-21T20:18:42.0932719Z  else 2025-03-21T20:18:42.0933137Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:42.0933628Z  sleep 300 2025-03-21T20:18:42.0933927Z  fi 2025-03-21T20:18:42.0934181Z done 2025-03-21T20:18:42.0934439Z  2025-03-21T20:18:42.0934852Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:42.0935521Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:42.0936122Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:42.0936673Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:42.0937135Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:42.0937571Z else 2025-03-21T20:18:42.0937958Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:42.0938520Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:42.0938952Z fi 2025-03-21T20:18:42.0939196Z  2025-03-21T20:18:42.0939488Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:42.0939908Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.0940304Z  2025-03-21T20:18:42.0940847Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:42.0941491Z  exit 0 2025-03-21T20:18:42.0941750Z fi 2025-03-21T20:18:42.0942007Z  2025-03-21T20:18:42.0942378Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:42.0943174Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:42.0943868Z  exit 1 2025-03-21T20:18:42.0944128Z fi 2025-03-21T20:18:42.0944385Z  2025-03-21T20:18:42.0944823Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:42.0945590Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:42.0946272Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:42.0947067Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:42.0947969Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:42.0948554Z fi 2025-03-21T20:18:42.0948818Z  2025-03-21T20:18:42.0949132Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.0956097Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:42.0956591Z env: 2025-03-21T20:18:42.0957386Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.0958290Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:42.0958643Z PR_NUMBER: 2025-03-21T20:18:42.0960597Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:42.0962791Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:42.0963481Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:42.0964136Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:42.0964756Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:42.0965173Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:42.0965677Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.0966207Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.0966670Z DOCKER_PUSH: 2025-03-21T20:18:42.0966946Z ##[endgroup] 2025-03-21T20:18:42.0995156Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.0995692Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.0998159Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:42.0999720Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.6821770Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:42.6822805Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:42.6823623Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:42.6824073Z 2025-03-21T20:18:42.6824208Z Login Succeeded 2025-03-21T20:18:42.6836459Z ++ date +%s 2025-03-21T20:18:42.6846022Z + START_TIME=1742588322 2025-03-21T20:18:42.6849593Z ++ date +%s 2025-03-21T20:18:42.6859003Z + [[ 1742581122 -lt 1742588322 ]] 2025-03-21T20:18:42.6859930Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.8819417Z { 2025-03-21T20:18:42.8819808Z "schemaVersion": 2, 2025-03-21T20:18:42.8820323Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:42.8820865Z "config": { 2025-03-21T20:18:42.8821266Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:42.8821742Z "size": 15113, 2025-03-21T20:18:42.8822241Z "digest": "sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40" 2025-03-21T20:18:42.8822797Z }, 2025-03-21T20:18:42.8823027Z "layers": [ 2025-03-21T20:18:42.8823290Z { 2025-03-21T20:18:42.8823679Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8824169Z "size": 30440118, 2025-03-21T20:18:42.8824661Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:42.8825202Z }, 2025-03-21T20:18:42.8825438Z { 2025-03-21T20:18:42.8825821Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8826324Z "size": 632, 2025-03-21T20:18:42.8826795Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:42.8827524Z }, 2025-03-21T20:18:42.8827760Z { 2025-03-21T20:18:42.8828147Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8828636Z "size": 157526119, 2025-03-21T20:18:42.8829128Z "digest": "sha256:b5c6df654772b230433280324cb8ae166f055fe81ed7337aa4711d5c456604c4" 2025-03-21T20:18:42.8829663Z }, 2025-03-21T20:18:42.8829902Z { 2025-03-21T20:18:42.8830294Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8830776Z "size": 623, 2025-03-21T20:18:42.8831249Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:42.8831784Z }, 2025-03-21T20:18:42.8832023Z { 2025-03-21T20:18:42.8832409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8833143Z "size": 19308773, 2025-03-21T20:18:42.8833762Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:42.8834310Z }, 2025-03-21T20:18:42.8834554Z { 2025-03-21T20:18:42.8834938Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8835420Z "size": 737, 2025-03-21T20:18:42.8835910Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:42.8836465Z }, 2025-03-21T20:18:42.8836702Z { 2025-03-21T20:18:42.8837266Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8837760Z "size": 131418197, 2025-03-21T20:18:42.8838256Z "digest": "sha256:e9ab3604d5b29a9484bc1305a366981c1ca67f751032b9c37fe8fef0f85688cc" 2025-03-21T20:18:42.8838788Z }, 2025-03-21T20:18:42.8839021Z { 2025-03-21T20:18:42.8839409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8839900Z "size": 447, 2025-03-21T20:18:42.8840377Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:42.8840909Z }, 2025-03-21T20:18:42.8841146Z { 2025-03-21T20:18:42.8841530Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8842018Z "size": 104, 2025-03-21T20:18:42.8842492Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:42.8843089Z }, 2025-03-21T20:18:42.8843324Z { 2025-03-21T20:18:42.8843716Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8844199Z "size": 637, 2025-03-21T20:18:42.8844668Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:42.8845268Z + exit 0 2025-03-21T20:18:42.8845516Z }, 2025-03-21T20:18:42.8845742Z { 2025-03-21T20:18:42.8846126Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8846610Z "size": 33695133, 2025-03-21T20:18:42.8847108Z "digest": "sha256:b19aec4cf4ca427d523290baed9608620faa6e00dbed219e8730c6a88434be03" 2025-03-21T20:18:42.8847662Z }, 2025-03-21T20:18:42.8847882Z { 2025-03-21T20:18:42.8848262Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8848749Z "size": 319, 2025-03-21T20:18:42.8849310Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:42.8849856Z }, 2025-03-21T20:18:42.8850077Z { 2025-03-21T20:18:42.8850465Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8850959Z "size": 249991053, 2025-03-21T20:18:42.8851453Z "digest": "sha256:b51a5e8daac542be7f81d2c6b3436f5905a06e0eb777f324cd0883498381ba09" 2025-03-21T20:18:42.8852006Z }, 2025-03-21T20:18:42.8852229Z { 2025-03-21T20:18:42.8852612Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8853095Z "size": 475, 2025-03-21T20:18:42.8853578Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:42.8854134Z }, 2025-03-21T20:18:42.8854359Z { 2025-03-21T20:18:42.8854739Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8855271Z "size": 1043, 2025-03-21T20:18:42.8855743Z "digest": "sha256:75aba5c9e2312ec799574e1d38f907f9736434eee23f570b5165147b0919b34f" 2025-03-21T20:18:42.8856290Z }, 2025-03-21T20:18:42.8856513Z { 2025-03-21T20:18:42.8856903Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8857397Z "size": 613, 2025-03-21T20:18:42.8857884Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:42.8858444Z }, 2025-03-21T20:18:42.8858664Z { 2025-03-21T20:18:42.8859048Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8859530Z "size": 77562865, 2025-03-21T20:18:42.8860024Z "digest": "sha256:179cbc4b76fca152d2a31c3ff7dd52eaf3b1de654f3313a4490a632c458326cf" 2025-03-21T20:18:42.8860579Z }, 2025-03-21T20:18:42.8860799Z { 2025-03-21T20:18:42.8861179Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8861667Z "size": 564, 2025-03-21T20:18:42.8862137Z "digest": "sha256:059fda558e3457d89b46bfd98c3c33bf9b2628206601e8057a547d57ae8364fd" 2025-03-21T20:18:42.8862682Z }, 2025-03-21T20:18:42.8862906Z { 2025-03-21T20:18:42.8863291Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8863772Z "size": 209, 2025-03-21T20:18:42.8864329Z "digest": "sha256:b672a09ba2d258cd72c307293f636c1fe2de926c75f4eaf148de947b8e1c2800" 2025-03-21T20:18:42.8864881Z }, 2025-03-21T20:18:42.8865102Z { 2025-03-21T20:18:42.8865482Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8865966Z "size": 1189, 2025-03-21T20:18:42.8866456Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:42.8867016Z }, 2025-03-21T20:18:42.8867242Z { 2025-03-21T20:18:42.8867625Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8868106Z "size": 679, 2025-03-21T20:18:42.8868578Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:42.8869114Z }, 2025-03-21T20:18:42.8869337Z { 2025-03-21T20:18:42.8869719Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8870250Z "size": 6839264776, 2025-03-21T20:18:42.8870758Z "digest": "sha256:6fb17717e5cb5df37eeeeed9cdc5ca6d3578514eacc5508ae42977ea638dd3d9" 2025-03-21T20:18:42.8871318Z }, 2025-03-21T20:18:42.8871539Z { 2025-03-21T20:18:42.8871921Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8872403Z "size": 1383, 2025-03-21T20:18:42.8872881Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:42.8873427Z }, 2025-03-21T20:18:42.8873648Z { 2025-03-21T20:18:42.8874027Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8874506Z "size": 679, 2025-03-21T20:18:42.8874975Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:42.8875514Z }, 2025-03-21T20:18:42.8875737Z { 2025-03-21T20:18:42.8876121Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8876607Z "size": 230829972, 2025-03-21T20:18:42.8877108Z "digest": "sha256:af6bbc70248fcf502c90f6f808c9d19a86069d8565fbb3d7bd611f61e6eeefce" 2025-03-21T20:18:42.8877661Z }, 2025-03-21T20:18:42.8877881Z { 2025-03-21T20:18:42.8878262Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8878746Z "size": 828, 2025-03-21T20:18:42.8879227Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:42.8879787Z }, 2025-03-21T20:18:42.8880007Z { 2025-03-21T20:18:42.8880386Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8880871Z "size": 679, 2025-03-21T20:18:42.8881333Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:42.8881908Z }, 2025-03-21T20:18:42.8882131Z { 2025-03-21T20:18:42.8882519Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8883011Z "size": 178599440, 2025-03-21T20:18:42.8883516Z "digest": "sha256:55acbcc98871c512cd63e082093f5afdfc10f4cfe2ee8ea37d59775faf7a4f51" 2025-03-21T20:18:42.8884090Z }, 2025-03-21T20:18:42.8884330Z { 2025-03-21T20:18:42.8884704Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8885187Z "size": 530, 2025-03-21T20:18:42.8885667Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:42.8886216Z }, 2025-03-21T20:18:42.8886454Z { 2025-03-21T20:18:42.8886827Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8887319Z "size": 679, 2025-03-21T20:18:42.8887788Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:42.8888335Z }, 2025-03-21T20:18:42.8888576Z { 2025-03-21T20:18:42.8889029Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8889526Z "size": 356, 2025-03-21T20:18:42.8890007Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:42.8890553Z }, 2025-03-21T20:18:42.8890792Z { 2025-03-21T20:18:42.8891245Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8891731Z "size": 32, 2025-03-21T20:18:42.8892210Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:42.8892766Z }, 2025-03-21T20:18:42.8893001Z { 2025-03-21T20:18:42.8893369Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8893852Z "size": 164, 2025-03-21T20:18:42.8894324Z "digest": "sha256:b0d8f2437162c2fa84368a404e452cf303901a690b8ff52361ed4c0a3293299c" 2025-03-21T20:18:42.8894867Z }, 2025-03-21T20:18:42.8895102Z { 2025-03-21T20:18:42.8895475Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8895956Z "size": 1111, 2025-03-21T20:18:42.8896439Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:42.8897020Z }, 2025-03-21T20:18:42.8897254Z { 2025-03-21T20:18:42.8897628Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8898115Z "size": 32, 2025-03-21T20:18:42.8898824Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:42.8899383Z }, 2025-03-21T20:18:42.8899606Z { 2025-03-21T20:18:42.8899988Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:42.8900470Z "size": 108, 2025-03-21T20:18:42.8900942Z "digest": "sha256:3c734af619a22c548a6b56d2c4706f0292ebcf37d23d6cc593f19f38b89f9356" 2025-03-21T20:18:42.8901487Z } 2025-03-21T20:18:42.8901709Z ] 2025-03-21T20:18:42.8901943Z } 2025-03-21T20:18:42.8940595Z ##[group]Run set -eux 2025-03-21T20:18:42.8940942Z set -eux 2025-03-21T20:18:42.8941983Z 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:42.8949633Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:42.8950066Z env: 2025-03-21T20:18:42.8950383Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:42.8950807Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:42.8951143Z PR_NUMBER: 2025-03-21T20:18:42.8953075Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:42.8955332Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:42.8956018Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:42.8956667Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:42.8957112Z ##[endgroup] 2025-03-21T20:18:42.8986847Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:42.8987688Z + jq --raw-output .SecretString 2025-03-21T20:18:42.8988934Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:42.8989826Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:43.5465705Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:43.5466890Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:43.5467873Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:43.5468381Z 2025-03-21T20:18:43.5468517Z Login Succeeded 2025-03-21T20:18:43.5557421Z Prepare all required actions 2025-03-21T20:18:43.5599956Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:43.5600422Z with: 2025-03-21T20:18:43.5601190Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.5602161Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.5602612Z env: 2025-03-21T20:18:43.5602917Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:43.5603341Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:43.5603680Z PR_NUMBER: 2025-03-21T20:18:43.5605656Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:43.5607920Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:43.5608614Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:43.5609331Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:43.5609796Z ##[endgroup] 2025-03-21T20:18:43.5634429Z ##[group]Run set -x 2025-03-21T20:18:43.5634757Z set -x 2025-03-21T20:18:43.5635032Z set +e 2025-03-21T20:18:43.5635299Z  2025-03-21T20:18:43.5635554Z login() { 2025-03-21T20:18:43.5636110Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:43.5636718Z } 2025-03-21T20:18:43.5636971Z  2025-03-21T20:18:43.5637237Z retry () { 2025-03-21T20:18:43.5637556Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:43.5637933Z } 2025-03-21T20:18:43.5638192Z  2025-03-21T20:18:43.5638477Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:43.5638841Z  2025-03-21T20:18:43.5639082Z set -e 2025-03-21T20:18:43.5639484Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:43.5640058Z # only pull docker image if it's not available locally 2025-03-21T20:18:43.5640689Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:43.5641275Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:43.5641655Z fi 2025-03-21T20:18:43.5648000Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:43.5648445Z env: 2025-03-21T20:18:43.5649302Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.5650281Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:43.5650626Z PR_NUMBER: 2025-03-21T20:18:43.5652560Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:43.5654720Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:43.5655406Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:43.5656038Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:43.5656612Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.5657075Z ##[endgroup] 2025-03-21T20:18:43.5682875Z + set +e 2025-03-21T20:18:43.5683230Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.5683754Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.5686427Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:43.5687593Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:44.1558821Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:44.1559671Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:44.1560392Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:44.1560861Z 2025-03-21T20:18:44.1560983Z Login Succeeded 2025-03-21T20:18:44.1569373Z + set -e 2025-03-21T20:18:44.1570218Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:44.1695983Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:44.1697577Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:44.2899109Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-03-21T20:18:44.2900454Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:44.2901097Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:44.2901693Z b5c6df654772: Pulling fs layer 2025-03-21T20:18:44.2902311Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:44.2902922Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:44.2903364Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:44.2903705Z e9ab3604d5b2: Pulling fs layer 2025-03-21T20:18:44.2904028Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:44.2904387Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:44.2904734Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:44.2905072Z b19aec4cf4ca: Pulling fs layer 2025-03-21T20:18:44.2905414Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:44.2905724Z e9ab3604d5b2: Waiting 2025-03-21T20:18:44.2906028Z b51a5e8daac5: Pulling fs layer 2025-03-21T20:18:44.2906361Z a0c2fdb93dec: Waiting 2025-03-21T20:18:44.2906653Z 5a102502de33: Waiting 2025-03-21T20:18:44.2906955Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:44.2907265Z 49b7cb3e3363: Waiting 2025-03-21T20:18:44.2907566Z 75aba5c9e231: Pulling fs layer 2025-03-21T20:18:44.2907889Z 85f4a172d5b6: Waiting 2025-03-21T20:18:44.2908177Z b19aec4cf4ca: Waiting 2025-03-21T20:18:44.2908482Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:44.2908793Z 261c0f487ad0: Waiting 2025-03-21T20:18:44.2909078Z 5120711d46e3: Waiting 2025-03-21T20:18:44.2909383Z 179cbc4b76fc: Pulling fs layer 2025-03-21T20:18:44.2909713Z b51a5e8daac5: Waiting 2025-03-21T20:18:44.2910196Z e1fd02ccae09: Waiting 2025-03-21T20:18:44.2910493Z 75aba5c9e231: Waiting 2025-03-21T20:18:44.2923219Z 059fda558e34: Pulling fs layer 2025-03-21T20:18:44.2923609Z 179cbc4b76fc: Waiting 2025-03-21T20:18:44.2923927Z b672a09ba2d2: Pulling fs layer 2025-03-21T20:18:44.2924233Z 059fda558e34: Waiting 2025-03-21T20:18:44.2924557Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:44.2924869Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:44.2925189Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:44.2925498Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:44.2925834Z 6fb17717e5cb: Pulling fs layer 2025-03-21T20:18:44.2926178Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:44.2926521Z af6bbc70248f: Pulling fs layer 2025-03-21T20:18:44.2926836Z 59fe3e940463: Waiting 2025-03-21T20:18:44.2927138Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:44.2927466Z af6bbc70248f: Waiting 2025-03-21T20:18:44.2927758Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:44.2928033Z db5c552aa08b: Waiting 2025-03-21T20:18:44.2928335Z 55acbcc98871: Pulling fs layer 2025-03-21T20:18:44.2928679Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:44.2929318Z 6fb17717e5cb: Waiting 2025-03-21T20:18:44.2929610Z 77ba92adb139: Waiting 2025-03-21T20:18:44.2929902Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:44.2930228Z 55acbcc98871: Waiting 2025-03-21T20:18:44.2930534Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:44.2930861Z 3c65b9b0c077: Waiting 2025-03-21T20:18:44.2931149Z 4f4fb700ef54: Waiting 2025-03-21T20:18:44.2931436Z b0d8f2437162: Pulling fs layer 2025-03-21T20:18:44.2931771Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:44.2932089Z b0d8f2437162: Waiting 2025-03-21T20:18:44.2932385Z 3c734af619a2: Pulling fs layer 2025-03-21T20:18:44.2932707Z 040f4b25fe47: Waiting 2025-03-21T20:18:44.2932977Z 3c734af619a2: Waiting 2025-03-21T20:18:44.3673453Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:44.3673883Z 86e413e13063: Download complete 2025-03-21T20:18:44.4431430Z 261c0f487ad0: Download complete 2025-03-21T20:18:44.6495472Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:44.6495935Z 8f84a9f2102e: Download complete 2025-03-21T20:18:44.6852465Z 60efa3734e02: Verifying Checksum 2025-03-21T20:18:44.6853109Z 60efa3734e02: Download complete 2025-03-21T20:18:44.7396288Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:44.7397023Z a0c2fdb93dec: Download complete 2025-03-21T20:18:44.8034605Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:44.8035320Z 5a102502de33: Download complete 2025-03-21T20:18:44.8936764Z 49b7cb3e3363: Download complete 2025-03-21T20:18:44.9762784Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:44.9763223Z 85f4a172d5b6: Download complete 2025-03-21T20:18:45.3561529Z b19aec4cf4ca: Verifying Checksum 2025-03-21T20:18:45.3561980Z b19aec4cf4ca: Download complete 2025-03-21T20:18:45.4485737Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:45.4486421Z 5120711d46e3: Download complete 2025-03-21T20:18:45.6090431Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:45.6303799Z 86e413e13063: Pull complete 2025-03-21T20:18:45.9071462Z b5c6df654772: Verifying Checksum 2025-03-21T20:18:45.9071980Z b5c6df654772: Download complete 2025-03-21T20:18:46.0463731Z e9ab3604d5b2: Verifying Checksum 2025-03-21T20:18:46.0464178Z e9ab3604d5b2: Download complete 2025-03-21T20:18:46.0831546Z 75aba5c9e231: Verifying Checksum 2025-03-21T20:18:46.0832906Z 75aba5c9e231: Download complete 2025-03-21T20:18:46.1088958Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:46.1089434Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:46.1862496Z 059fda558e34: Verifying Checksum 2025-03-21T20:18:46.1862931Z 059fda558e34: Download complete 2025-03-21T20:18:46.2589486Z b672a09ba2d2: Verifying Checksum 2025-03-21T20:18:46.2589916Z b672a09ba2d2: Download complete 2025-03-21T20:18:46.3222952Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:46.3223398Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:46.3988631Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:46.3989086Z 59fe3e940463: Download complete 2025-03-21T20:18:46.9044424Z 179cbc4b76fc: Verifying Checksum 2025-03-21T20:18:46.9045264Z 179cbc4b76fc: Download complete 2025-03-21T20:18:46.9795336Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:46.9795791Z db5c552aa08b: Download complete 2025-03-21T20:18:47.9970899Z b51a5e8daac5: Verifying Checksum 2025-03-21T20:18:47.9971438Z b51a5e8daac5: Download complete 2025-03-21T20:18:48.0644562Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:48.0645061Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:49.3381775Z af6bbc70248f: Verifying Checksum 2025-03-21T20:18:49.3382231Z af6bbc70248f: Download complete 2025-03-21T20:18:49.4266896Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:49.4267340Z 77ba92adb139: Download complete 2025-03-21T20:18:49.4949181Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:49.4949626Z 3c65b9b0c077: Download complete 2025-03-21T20:18:49.5062923Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:49.5063299Z 4f4fb700ef54: Download complete 2025-03-21T20:18:49.5800627Z b0d8f2437162: Download complete 2025-03-21T20:18:49.6526878Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:49.6527339Z 040f4b25fe47: Download complete 2025-03-21T20:18:49.7336030Z 3c734af619a2: Verifying Checksum 2025-03-21T20:18:49.7336479Z 3c734af619a2: Download complete 2025-03-21T20:18:49.8221318Z b5c6df654772: Pull complete 2025-03-21T20:18:49.8424509Z 261c0f487ad0: Pull complete 2025-03-21T20:18:50.0857723Z 60efa3734e02: Pull complete 2025-03-21T20:18:50.1062520Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:50.2826167Z 55acbcc98871: Verifying Checksum 2025-03-21T20:18:50.2826599Z 55acbcc98871: Download complete 2025-03-21T20:18:52.5352518Z e9ab3604d5b2: Pull complete 2025-03-21T20:18:52.5558947Z 5a102502de33: Pull complete 2025-03-21T20:18:52.5772801Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:52.5982625Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:53.1280251Z b19aec4cf4ca: Pull complete 2025-03-21T20:18:53.1484461Z 5120711d46e3: Pull complete 2025-03-21T20:18:58.8221909Z b51a5e8daac5: Pull complete 2025-03-21T20:18:59.0368629Z e1fd02ccae09: Pull complete 2025-03-21T20:18:59.2621369Z 75aba5c9e231: Pull complete 2025-03-21T20:18:59.4854662Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:19:01.4830282Z 179cbc4b76fc: Pull complete 2025-03-21T20:19:01.6701498Z 059fda558e34: Pull complete 2025-03-21T20:19:01.8434764Z b672a09ba2d2: Pull complete 2025-03-21T20:19:02.0464001Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:19:02.2643914Z 59fe3e940463: Pull complete 2025-03-21T20:19:54.8594425Z 6fb17717e5cb: Verifying Checksum 2025-03-21T20:19:54.8594925Z 6fb17717e5cb: Download complete 2025-03-21T20:21:03.5266329Z 6fb17717e5cb: Pull complete 2025-03-21T20:21:03.7577997Z db5c552aa08b: Pull complete 2025-03-21T20:21:10.2920055Z af6bbc70248f: Pull complete 2025-03-21T20:21:10.5203422Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:17.2893915Z 55acbcc98871: Pull complete 2025-03-21T20:21:17.5005440Z 77ba92adb139: Pull complete 2025-03-21T20:21:17.9582769Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:18.1714716Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:18.3951169Z b0d8f2437162: Pull complete 2025-03-21T20:21:18.6250117Z 040f4b25fe47: Pull complete 2025-03-21T20:21:19.0626604Z 3c734af619a2: Pull complete 2025-03-21T20:21:19.1847839Z Digest: sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:21:19.2297745Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:19.2536560Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:19.2583579Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:19.2584697Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:19.2593999Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:19.2594440Z env: 2025-03-21T20:21:19.2594884Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:21:19.2595324Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:19.2595670Z PR_NUMBER: 2025-03-21T20:21:19.2597654Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:21:19.2600013Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:19.2600700Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:19.2601353Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:19.2601822Z ##[endgroup] 2025-03-21T20:21:19.2770484Z ##[group]Run set -ex 2025-03-21T20:21:19.2770843Z set -ex 2025-03-21T20:21:19.2771136Z { 2025-03-21T20:21:19.2771410Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:19.2771817Z  echo "set -eou pipefail"; 2025-03-21T20:21:19.2772201Z  # shellcheck disable=SC2016 2025-03-21T20:21:19.2772627Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:19.2773038Z  echo "set -x"; 2025-03-21T20:21:19.2773364Z  echo "${SCRIPT}"; 2025-03-21T20:21:19.2773705Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:19.2774114Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:19.2774960Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:19.2781879Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:19.2782215Z env: 2025-03-21T20:21:19.2783035Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:19.2783927Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:19.2784256Z PR_NUMBER: 2025-03-21T20:21:19.2786348Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:21:19.2788524Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:19.2789210Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:19.2789864Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:19.2790688Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:19.2791070Z ##[endgroup] 2025-03-21T20:21:19.2819791Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:19.2820181Z + echo 'set -eou pipefail' 2025-03-21T20:21:19.2820551Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:19.2821393Z + echo 'set -x' 2025-03-21T20:21:19.2821869Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:19.2822511Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:19.2822958Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:19.2823186Z 2025-03-21T20:21:19.2823307Z MODEL_NAME=phi-4-mini 2025-03-21T20:21:19.2823612Z BUILD_TOOL=cmake 2025-03-21T20:21:19.2823891Z BACKEND=portable 2025-03-21T20:21:19.2824056Z 2025-03-21T20:21:19.2824404Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:21:19.2824994Z # Build and test ExecuTorch 2025-03-21T20:21:19.2825607Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:21:19.2826390Z ' 2025-03-21T20:21:19.2826755Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:19.2832841Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:22:04.9043655Z Running command: 2025-03-21T20:22:04.9051052Z 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_d99a5f27-0b02-4c1a-8903-363b20f46212":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_d99a5f27-0b02-4c1a-8903-363b20f46212" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:22:04.9058181Z 2025-03-21T20:22:04.9058643Z 2e6fcfae1ba332f9756cbf5e539bdeb26bcc0c5000a221677b20f32be751c1f8 2025-03-21T20:22:04.9059524Z Running command: docker exec -t 2e6fcfae1ba332f9756cbf5e539bdeb26bcc0c5000a221677b20f32be751c1f8 /exec 2025-03-21T20:22:04.9060360Z ++ conda env list --json 2025-03-21T20:22:04.9060681Z ++ local cmd=env 2025-03-21T20:22:04.9061011Z ++ case "$cmd" in 2025-03-21T20:22:04.9061291Z ++ __conda_exe env list --json 2025-03-21T20:22:04.9061685Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:22:04.9062016Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:22:04.9062470Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:22:04.9062840Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:22:04.9063276Z + local cmd=activate 2025-03-21T20:22:04.9063566Z + case "$cmd" in 2025-03-21T20:22:04.9063960Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:22:04.9064364Z + '[' -n '' ']' 2025-03-21T20:22:04.9064677Z + local ask_conda 2025-03-21T20:22:04.9064965Z ++ PS1='(base) ' 2025-03-21T20:22:04.9065344Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:04.9065971Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:04.9066544Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:22:04.9067616Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:22:04.9068799Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:04.9069260Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:04.9069636Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:04.9070114Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:04.9070536Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:04.9070990Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:04.9071378Z export _CE_M='\'''\'' 2025-03-21T20:22:04.9071738Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:04.9072226Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:04.9072727Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:22:04.9073790Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:22:04.9074981Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:04.9075444Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:04.9075827Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:04.9076294Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:04.9076722Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:04.9077151Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:04.9077593Z export _CE_M='\'''\'' 2025-03-21T20:22:04.9077900Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:04.9078279Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:04.9078777Z ++ PS1='(py_3.10) ' 2025-03-21T20:22:04.9079810Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:22:04.9081459Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:22:04.9082455Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:04.9082879Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:04.9083244Z ++ export CONDA_SHLVL=2 2025-03-21T20:22:04.9083547Z ++ CONDA_SHLVL=2 2025-03-21T20:22:04.9083851Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:04.9084221Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:04.9084649Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:22:04.9085048Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:22:04.9085423Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:04.9085788Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:04.9086138Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:04.9086524Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:04.9086852Z ++ export _CE_M= 2025-03-21T20:22:04.9087164Z ++ _CE_M= 2025-03-21T20:22:04.9087428Z ++ export _CE_CONDA= 2025-03-21T20:22:04.9087716Z ++ _CE_CONDA= 2025-03-21T20:22:04.9088036Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:04.9088458Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:04.9088903Z + __conda_hashr 2025-03-21T20:22:04.9089180Z + '[' -n '' ']' 2025-03-21T20:22:04.9089448Z + '[' -n '' ']' 2025-03-21T20:22:04.9089694Z + hash -r 2025-03-21T20:22:04.9089966Z + MODEL_NAME=phi-4-mini 2025-03-21T20:22:04.9090275Z + BUILD_TOOL=cmake 2025-03-21T20:22:04.9090562Z + BACKEND=portable 2025-03-21T20:22:04.9090858Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:04.9091232Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:22:04.9091742Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:22:04.9092127Z + source .ci/scripts/utils.sh 2025-03-21T20:22:04.9092482Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:22:04.9092873Z ++ parse_args --build-tool cmake 2025-03-21T20:22:04.9093215Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:22:04.9093546Z ++ local args 2025-03-21T20:22:04.9093807Z ++ local i 2025-03-21T20:22:04.9094065Z ++ local BUILD_TOOL= 2025-03-21T20:22:04.9094356Z ++ local BUILD_MODE= 2025-03-21T20:22:04.9094631Z ++ local EDITABLE= 2025-03-21T20:22:04.9094902Z ++ (( i=0 )) 2025-03-21T20:22:04.9095160Z ++ (( i<2 )) 2025-03-21T20:22:04.9095424Z ++ case "${args[$i]}" in 2025-03-21T20:22:04.9095714Z ++ BUILD_TOOL=cmake 2025-03-21T20:22:04.9095986Z ++ i=1 2025-03-21T20:22:04.9096231Z ++ (( i++ )) 2025-03-21T20:22:04.9096484Z ++ (( i<2 )) 2025-03-21T20:22:04.9096748Z ++ '[' -z cmake ']' 2025-03-21T20:22:04.9097030Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:22:04.9097370Z ++ BUILD_MODE=Release 2025-03-21T20:22:04.9097674Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:22:04.9098095Z ++ EDITABLE=false 2025-03-21T20:22:04.9098679Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:22:04.9099017Z ++ echo 'cmake Release false' 2025-03-21T20:22:04.9099350Z + [[ false == \t\r\u\e ]] 2025-03-21T20:22:04.9099707Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:22:04.9100092Z + which pip 2025-03-21T20:22:04.9100365Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:22:04.9100815Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:22:04.9101444Z 2025-03-21 20:22:03,891 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:22:04.9102198Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:04.9103135Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:22:04.9104191Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:22:04.9105486Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:22:04.9106329Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:22:04.9106923Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:22:04.9107898Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:22:04.9109323Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:22:04.9110346Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:22:04.9111088Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:22:04.9112168Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:22:04.9113453Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:22:04.9114838Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:22:04.9116161Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:22:04.9117438Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:22:04.9118717Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:22:04.9120136Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:22:04.9121641Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:22:04.9123159Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:22:04.9124690Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:22:18.5379309Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:22:18.5381140Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:22:18.5383024Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:22:18.5384625Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:22:18.5386203Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:22:18.5387570Z 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:18.5388713Z 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:18.5389918Z 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:18.5390972Z 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:18.5392031Z 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:18.5393154Z 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:18.5394321Z 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:18.5395545Z 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:18.5397042Z 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:18.5399052Z 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:18.5400798Z 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:18.5402495Z 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:18.5403595Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:18.5404849Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:18.5405712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 84.1 MB/s eta 0:00:00 2025-03-21T20:22:18.5406599Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:18.5407496Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:18.5408317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 254.7 MB/s eta 0:00:00 2025-03-21T20:22:18.5409026Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:18.5409459Z Attempting uninstall: timm 2025-03-21T20:22:18.5409833Z Found existing installation: timm 0.6.13 2025-03-21T20:22:18.5410221Z Uninstalling timm-0.6.13: 2025-03-21T20:22:18.5410587Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:18.5411016Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:18.5411435Z Processing ./third-party/ao 2025-03-21T20:22:18.5412025Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:18.5412564Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:18.5413205Z Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-03-21T20:22:18.5414483Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=107b46bb3befd9f67ffc85a82ad3851316d24241b40e04eea5354823ab107e2c 2025-03-21T20:22:18.5415855Z Stored in directory: /tmp/pip-ephem-wheel-cache-vcodphk8/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:18.5416658Z Successfully built torchao 2025-03-21T20:22:18.5417017Z Installing collected packages: torchao 2025-03-21T20:22:18.5417437Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:18.5418069Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:22:18.5419031Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:18.5419668Z Processing /pytorch/executorch 2025-03-21T20:22:18.5420092Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:22:18.5420513Z running dist_info 2025-03-21T20:22:18.5420939Z creating /tmp/pip-modern-metadata-bxu_m5kl/executorch.egg-info 2025-03-21T20:22:18.5421594Z writing /tmp/pip-modern-metadata-bxu_m5kl/executorch.egg-info/PKG-INFO 2025-03-21T20:22:18.5422425Z writing dependency_links to /tmp/pip-modern-metadata-bxu_m5kl/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:18.5423355Z writing entry points to /tmp/pip-modern-metadata-bxu_m5kl/executorch.egg-info/entry_points.txt 2025-03-21T20:22:18.5424231Z writing requirements to /tmp/pip-modern-metadata-bxu_m5kl/executorch.egg-info/requires.txt 2025-03-21T20:22:18.5425085Z writing top-level names to /tmp/pip-modern-metadata-bxu_m5kl/executorch.egg-info/top_level.txt 2025-03-21T20:22:18.5425951Z writing manifest file '/tmp/pip-modern-metadata-bxu_m5kl/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:18.5426804Z reading manifest file '/tmp/pip-modern-metadata-bxu_m5kl/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:18.5427426Z adding license file 'LICENSE' 2025-03-21T20:22:18.5428039Z writing manifest file '/tmp/pip-modern-metadata-bxu_m5kl/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:18.5428852Z creating '/tmp/pip-modern-metadata-bxu_m5kl/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:18.5429582Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:18.5430508Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:22:18.5431435Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:18.5432830Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T20:22:18.5434327Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:22:18.5435337Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:22:18.5436621Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:22:18.5437863Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:22:18.5439118Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:22:18.5440377Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:22:18.5441667Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:22:18.5442988Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:22:18.5443887Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:18.5445265Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:22:18.5446676Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:18.5447305Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:18.5448990Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:22:18.5450542Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:18.5451528Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:22:30.9591930Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:22:30.9594299Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:22:30.9595920Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:30.9598596Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T20:22:30.9601310Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:30.9603234Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:22:30.9606344Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:22:30.9609325Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:22:30.9612074Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:22:30.9614752Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:22:30.9617545Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:22:30.9620547Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:22:30.9623324Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:22:30.9625928Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:22:30.9628446Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:22:30.9630184Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:30.9632750Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T20:22:30.9635487Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:30.9636631Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:30.9639280Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-03-21T20:22:30.9641939Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:30.9643948Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:22:30.9648201Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:22:30.9650494Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:30.9651542Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:30.9652556Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:30.9653486Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:30.9654415Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:30.9655302Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:30.9656185Z Building wheels for collected packages: executorch 2025-03-21T20:22:30.9657181Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:22:30.9658082Z running bdist_wheel 2025-03-21T20:22:30.9658618Z running build 2025-03-21T20:22:30.9659151Z command options for 'CustomBuild': 2025-03-21T20:22:30.9659818Z build_base = pip-out 2025-03-21T20:22:30.9660402Z build_purelib = pip-out/lib 2025-03-21T20:22:30.9661159Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:30.9662069Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:30.9662746Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:22:30.9663578Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:22:30.9664256Z plat_name = linux-x86_64 2025-03-21T20:22:30.9664759Z compiler = None 2025-03-21T20:22:30.9665240Z parallel = 15 2025-03-21T20:22:30.9665660Z debug = None 2025-03-21T20:22:30.9666074Z force = None 2025-03-21T20:22:30.9666619Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:30.9667531Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:22:30.9668828Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:22:30.9671361Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j15 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:22:30.9673443Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:30.9674631Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:30.9676210Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:30.9677910Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:30.9679975Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:30.9681811Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:30.9683558Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:30.9685387Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:30.9687216Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:30.9688899Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:30.9690514Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:30.9692231Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:30.9693988Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:30.9695766Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:30.9697648Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:30.9699360Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:30.9700113Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:22:30.9700788Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:22:30.9701503Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:30.9702233Z CMake Warning: 2025-03-21T20:22:30.9702893Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:30.9703521Z 2025-03-21T20:22:30.9703531Z 2025-03-21T20:22:30.9703828Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:30.9704686Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:30.9705497Z git describe failed with exit code: 128 2025-03-21T20:22:30.9705985Z 2025-03-21T20:22:30.9706358Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:30.9707216Z Call Stack (most recent call first): 2025-03-21T20:22:30.9707878Z CMakeLists.txt:5 (include) 2025-03-21T20:22:30.9708294Z 2025-03-21T20:22:30.9708303Z 2025-03-21T20:22:30.9708561Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:30.9709866Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:30.9711831Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:30.9713916Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:30.9715821Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:30.9717727Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:30.9719594Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:30.9721384Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:30.9723234Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:30.9725194Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:30.9726982Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:30.9728742Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:30.9730539Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:30.9732020Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:30.9733590Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:30.9735151Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:31.4714818Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:31.4716923Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:31.4718211Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:31.4719484Z [ 1%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:31.4720573Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:31.4721779Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:31.4723680Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:31.4725058Z [ 1%] Built target flatccrt 2025-03-21T20:22:31.4726279Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:31.4728401Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:31.4730358Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:31.4732201Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:31.4733564Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:22:31.4734873Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:31.4736710Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:31.4738537Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:31.4739756Z [ 3%] Built target pthreadpool 2025-03-21T20:22:31.4740936Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:31.4742683Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:31.4744453Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:31.4745863Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:31.4747185Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:22:31.4749107Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:22:31.4751027Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:22:31.4752998Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:22:31.4754912Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:22:31.4756704Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:31.4758903Z [ 3%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:22:31.4761147Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:31.4762984Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:31.4765321Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:31.4768139Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:22:31.4771607Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-03-21T20:22:31.4774165Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:22:31.4776310Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:22:31.4777750Z [ 3%] Built target indirection 2025-03-21T20:22:31.4778399Z [ 3%] Built target normalization 2025-03-21T20:22:31.4779692Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:22:31.4780994Z [ 3%] Built target datatype 2025-03-21T20:22:31.4782134Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:31.4783407Z [ 3%] Built target microparams-init 2025-03-21T20:22:31.4784912Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:22:31.4786900Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:31.4788722Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:22:31.4790992Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:31.4793275Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:31.4795081Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:31.4797005Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:31.4799152Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:31.4801049Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:31.4802533Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:31.4803819Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:31.4805971Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:22:31.4808174Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:31.4809725Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:31.4810631Z -- Detecting CXX compile features 2025-03-21T20:22:31.4811916Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:31.4813280Z -- Detecting CXX compile features - done 2025-03-21T20:22:31.4814572Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:31.4816237Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:31.4818111Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:31.4819426Z -- Looking for strtof_l 2025-03-21T20:22:31.4820011Z [ 6%] Built target logging 2025-03-21T20:22:31.4821156Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:31.4822977Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:31.4824959Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:31.4827226Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:22:31.4829222Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:31.4831117Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:31.4833014Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:31.4834966Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:31.4837378Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:31.4839683Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:31.4841780Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:31.4843714Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:31.4845498Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:31.4847417Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:31.4848733Z [ 6%] Built target reference-ukernels 2025-03-21T20:22:31.4850075Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:22:31.4851860Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:22:31.4853509Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:22:31.4855762Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:31.9451907Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:22:31.9454600Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:31.9455907Z [ 6%] Built target packing 2025-03-21T20:22:31.9457326Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:22:31.9459199Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:31.9461051Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:31.9462413Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:22:31.9463634Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:22:31.9465121Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:31.9466200Z [ 6%] Built target allocator 2025-03-21T20:22:31.9466818Z [ 6%] Built target cache 2025-03-21T20:22:31.9468129Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:22:31.9469560Z [ 6%] Built target cpuinfo 2025-03-21T20:22:31.9470782Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:31.9472729Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:22:31.9474049Z [ 7%] Built target flatcc 2025-03-21T20:22:31.9475502Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:22:31.9478262Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:31.9480623Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:31.9481980Z [ 7%] Built target memory 2025-03-21T20:22:31.9483584Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-03-21T20:22:31.9485330Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:31.9486477Z [ 7%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:31.9488652Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:31.9491670Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:31.9493424Z -- Looking for strtof_l - found 2025-03-21T20:22:31.9494100Z -- Looking for strtoull_l 2025-03-21T20:22:31.9495767Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:22:31.9498833Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:22:31.9500609Z [ 7%] Built target mutex 2025-03-21T20:22:31.9502479Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:31.9505724Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:31.9508976Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:31.9511148Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:31.9511923Z [ 7%] Built target operator-utils 2025-03-21T20:22:31.9513895Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:31.9515903Z [ 7%] Built target hardware-config 2025-03-21T20:22:31.9516940Z [ 7%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:31.9518627Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:22:31.9520819Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:22:31.9522373Z [ 7%] Built target operator-run 2025-03-21T20:22:31.9524231Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-03-21T20:22:31.9526989Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:22:31.9529725Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T20:22:31.9532690Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-03-21T20:22:31.9534577Z [ 8%] Built target eigen_blas 2025-03-21T20:22:31.9536281Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T20:22:31.9538240Z [ 8%] Built target flatcc_cli 2025-03-21T20:22:31.9539901Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-03-21T20:22:31.9542710Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:31.9545567Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:22:31.9548228Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:22:31.9549836Z [ 9%] Generating etdump headers 2025-03-21T20:22:31.9551340Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:22:31.9553058Z [ 9%] Built target etdump_schema 2025-03-21T20:22:31.9554776Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:22:31.9557636Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:31.9560248Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:22:31.9561791Z -- Looking for strtoull_l - found 2025-03-21T20:22:31.9562458Z -- Looking for realpath 2025-03-21T20:22:31.9564429Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:22:31.9567450Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:22:31.9570189Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:31.9572990Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:22:31.9575490Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:22:31.9578073Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:31.9580891Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:22:31.9583482Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:22:31.9585723Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:22:31.9588121Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T20:22:31.9590708Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:22:31.9593316Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:22:31.9595914Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:22:31.9598623Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:22:31.9601430Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:22:32.7747073Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:22:32.7749737Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:22:32.7752127Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:22:32.7754461Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:22:32.7756811Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:22:32.7759451Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:22:32.7761962Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T20:22:32.7764486Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:22:32.7766849Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:22:32.7768908Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:22:32.7770250Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:22:32.7771604Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:22:32.7772945Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:22:32.7774424Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:22:32.7775305Z -- Looking for realpath - found 2025-03-21T20:22:32.7775719Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:32.7776165Z -- Configuring done (1.3s) 2025-03-21T20:22:32.7776913Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:22:32.7778152Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:22:32.7779463Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:22:32.7780796Z -- Generating done (0.0s) 2025-03-21T20:22:32.7781901Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T20:22:32.7783154Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:22:32.7784268Z [ 12%] Performing build step for 'flatbuffers' 2025-03-21T20:22:32.7785174Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-03-21T20:22:32.7786377Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:22:32.7787203Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:32.7787931Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:32.7788538Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:32.7789096Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:32.7789820Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:32.7790854Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:32.7791941Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:32.7793744Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:22:32.7796052Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:22:32.7797633Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:32.7803402Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:22:32.7805718Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:22:32.7807858Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:22:32.7809988Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:22:32.7812289Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:22:32.7814872Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:22:32.7817163Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:22:32.7819391Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:22:32.7822026Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-03-21T20:22:32.7823726Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:32.7824799Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:32.7826110Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:22:32.7827878Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:22:32.7829298Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:22:32.7830514Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-03-21T20:22:32.7831772Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:22:32.7832674Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:32.7833278Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:32.7833967Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:32.7834988Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:32.7836022Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:32.7837094Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:32.7838541Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:22:32.7840665Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:32.7842137Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:32.7842993Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:32.7844556Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-03-21T20:22:32.7846727Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:32.7848224Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:32.7849429Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:32.7850205Z [ 13%] Built target operators 2025-03-21T20:22:32.7850946Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:32.7851986Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:32.7853076Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:32.7855006Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T20:22:32.7857171Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:22:32.7858831Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:22:32.7860182Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:32.7861219Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:32.7862233Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:32.7863622Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:22:33.3689568Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:33.3690991Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:33.3693219Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T20:22:33.3695294Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:33.3697162Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:22:33.3699257Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:33.3700433Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:33.3702329Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T20:22:33.3704334Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:33.3706206Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:22:33.3708041Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:33.3709492Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:33.3711487Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T20:22:33.3713835Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:33.3715265Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:33.3716712Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:33.3718811Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:22:33.3721612Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:22:33.3724179Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:22:33.3726702Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:22:33.3729931Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:22:33.3732761Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:22:33.3735291Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:22:33.3737871Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:22:33.3740265Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:22:33.3742475Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:33.3745315Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:33.3747773Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:22:33.3749944Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:22:33.3751941Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:22:33.3754344Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:33.3757102Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:33.3759646Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:22:33.3762336Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:22:33.3764872Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:22:33.3767455Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-03-21T20:22:33.3770225Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:22:33.3772802Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:22:33.3775507Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:22:33.3777215Z [100%] Linking CXX executable flatc 2025-03-21T20:22:33.3778587Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:22:33.3781132Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:33.3783816Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:33.3786410Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:22:33.3789186Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:22:33.3792116Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:22:33.3794634Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:33.3797149Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:22:33.3802321Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:33.3805000Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:22:33.3807972Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:22:33.3810488Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:33.3812608Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:33.3815341Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:22:33.3818239Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:33.3821074Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:33.3823723Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:33.3826006Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:33.3828442Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:22:33.3831242Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:22:33.3834024Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:22:33.3836855Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:22:33.3839693Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:33.3842598Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:33.8651632Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:22:33.8653968Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:33.8656148Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:22:33.8658684Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-03-21T20:22:33.8661145Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:33.8663452Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:33.8665519Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:33.8667597Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:33.8669614Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:33.8671917Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-03-21T20:22:33.8674228Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:33.8676613Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-03-21T20:22:33.8679320Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-03-21T20:22:33.8682264Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:22:33.8684495Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:33.8686743Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:22:33.8689585Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:33.8692484Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:33.8695346Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:22:33.8698153Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:22:33.8701404Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:33.8704688Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:22:33.8707379Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:33.8710138Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-03-21T20:22:33.8713639Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-03-21T20:22:33.8716914Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:22:33.8720168Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:33.8723453Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-03-21T20:22:33.8726187Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:33.8728857Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:33.8732227Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:33.8735418Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-03-21T20:22:33.8738708Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:33.8742002Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:33.8745302Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-03-21T20:22:33.8748388Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-03-21T20:22:33.8751124Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:33.8753879Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-03-21T20:22:33.8756535Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:22:33.8759384Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:22:33.8762179Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-03-21T20:22:33.8763882Z [ 20%] Built target subgraph 2025-03-21T20:22:33.8765504Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-03-21T20:22:33.8768210Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:33.8771234Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:33.8774191Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:33.8777276Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:33.8780164Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:33.8782883Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:22:33.8785510Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:22:33.8788212Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:33.8791034Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:33.8793554Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:22:33.8796206Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:22:33.8799072Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:34.4070584Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:34.4073148Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:22:34.4075636Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:34.4078179Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:34.4080883Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:22:34.4083288Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:22:34.4085638Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:34.4088084Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:34.4090709Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:34.4093347Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:34.4096058Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:22:34.4097919Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-03-21T20:22:34.4101147Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:22:34.4102555Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-03-21T20:22:34.4104002Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:34.4105656Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:34.4107187Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:34.4108705Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:34.4110170Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:34.4111653Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:22:34.4113004Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:22:34.4114393Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:34.4115816Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:34.4118311Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:22:34.4120767Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:22:34.4123456Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:34.4125170Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:34.4126659Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:22:34.4128015Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:34.4129493Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:34.4130876Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:22:34.4132224Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:22:34.4133601Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:34.4135047Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:34.4137121Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-03-21T20:22:34.4139978Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:34.4142720Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:34.4145497Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:34.4148222Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:34.4150926Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:34.4153525Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:34.4156090Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:34.4158924Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:34.4161796Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:34.4164623Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:34.4167229Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:34.4169953Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:34.4172265Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:34.4174946Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:34.4176697Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:34.4179292Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:34.4181386Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:34.4183621Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:35.0493667Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:35.0494845Z [100%] Built target flatc 2025-03-21T20:22:35.0495927Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:35.0497204Z [ 26%] No install step for 'flatbuffers' 2025-03-21T20:22:35.0497682Z [ 26%] Completed 'flatbuffers' 2025-03-21T20:22:35.0498063Z [ 26%] Built target flatbuffers 2025-03-21T20:22:35.0499272Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:35.0500940Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:35.0502663Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:35.0504681Z [ 26%] Generating common_schema headers 2025-03-21T20:22:35.0505302Z [ 26%] Built target common_schema 2025-03-21T20:22:35.0505762Z [ 28%] Generating xnnpack_schema headers 2025-03-21T20:22:35.0506717Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:35.0507681Z [ 28%] Generating bundled_program headers 2025-03-21T20:22:35.0508627Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:35.0509605Z [ 28%] Built target bundled_program_schema 2025-03-21T20:22:35.0510048Z [ 28%] Built target xnnpack_schema 2025-03-21T20:22:35.0511144Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:35.0512654Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:35.0514201Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:35.0515201Z [ 28%] Generating program_schema headers 2025-03-21T20:22:35.0515602Z [ 28%] Built target program_schema 2025-03-21T20:22:35.0516166Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:35.0516937Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:35.0517837Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:35.0518874Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:35.0520610Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:35.0522448Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:35.0524023Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:35.0525619Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:35.0526981Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:35.0527913Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:35.0528967Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:35.0530010Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:35.0531535Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:35.0533134Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:35.0534392Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:35.0535687Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:35.0537182Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:35.0538296Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:35.0539208Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:35.0539966Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:35.0541021Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-03-21T20:22:35.0542107Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:35.0542901Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:35.0544017Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:35.0545522Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:22:35.0546633Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:35.0547740Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:35.0549179Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:22:35.0550585Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:35.0551689Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:35.0552800Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:35.0554163Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:35.0555517Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-03-21T20:22:35.0556956Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:22:35.0559207Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:35.0560808Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:35.0562576Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:22:35.0564790Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:35.0566904Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-03-21T20:22:35.0569839Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:22:35.0573032Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:22:35.0575224Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:22:35.0577107Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:22:35.0578671Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:22:35.0580106Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:22:35.0581063Z [ 31%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:35.0582017Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:22:35.0582932Z [ 31%] Built target executorch_core 2025-03-21T20:22:35.6869675Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-03-21T20:22:35.6872676Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:35.6874848Z [ 32%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:35.6876935Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:22:35.6879092Z [ 32%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:35.6880756Z [ 32%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:35.6882973Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T20:22:35.6885869Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:22:35.6888657Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:35.6891667Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:22:35.6894385Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T20:22:35.6897037Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:22:35.6899596Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:22:35.6901791Z [ 35%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:35.6903674Z [ 35%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:35.6905600Z [ 35%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:35.6907222Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:35.6909220Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:22:35.6911315Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:35.6913423Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:22:35.6915642Z [ 35%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:35.6917932Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:22:35.6920773Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:22:35.6923475Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:22:35.6926176Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:22:35.6928883Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T20:22:35.6931461Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T20:22:35.6934293Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:22:35.6936871Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T20:22:35.6939426Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T20:22:35.6942029Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-03-21T20:22:35.6943820Z [ 35%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:35.6945576Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:22:35.6948194Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-03-21T20:22:35.6949795Z [ 35%] Built target extension_tensor 2025-03-21T20:22:35.6951389Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T20:22:35.6954080Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T20:22:35.6956686Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:22:35.6958473Z [ 36%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:35.6960214Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-03-21T20:22:35.6961860Z [ 36%] Built target extension_threadpool 2025-03-21T20:22:35.6963524Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:22:35.6965562Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:35.6967081Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:35.6969245Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:22:35.6971862Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:22:35.6974439Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:22:35.6976122Z [ 36%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:35.6976890Z [ 36%] Built target executorch 2025-03-21T20:22:35.6978468Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-03-21T20:22:35.6981163Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-03-21T20:22:35.6983238Z [ 36%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:35.6984677Z [ 37%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:35.6986617Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:22:35.6988862Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:35.6990851Z [ 39%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:35.6992673Z [ 39%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:35.6994046Z [ 39%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:35.6995540Z [ 39%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:35.6997184Z [ 39%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:35.6999214Z [ 39%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:35.7001420Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T20:22:35.7003729Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:35.7006063Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T20:22:35.7008631Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-03-21T20:22:35.7010625Z [ 39%] Linking CXX static library libcpublas.a 2025-03-21T20:22:35.7011890Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:35.7014080Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:22:35.7015723Z [ 39%] Built target cpublas 2025-03-21T20:22:35.7016462Z [ 39%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:36.7444532Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-03-21T20:22:36.7446891Z [ 39%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:36.7448236Z [ 39%] Built target extension_data_loader 2025-03-21T20:22:36.7449855Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T20:22:36.7451983Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:36.7453724Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:36.7455454Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:36.7457283Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:36.7459095Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:36.7461027Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:36.7463138Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:36.7464949Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:36.7467268Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T20:22:36.7469017Z [ 40%] Linking CXX static library libetdump.a 2025-03-21T20:22:36.7469761Z [ 40%] Built target etdump 2025-03-21T20:22:36.7471343Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:22:36.7473946Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:22:36.7476130Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:36.7477813Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:36.7479595Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:36.7481841Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:22:36.7483600Z [ 40%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:36.7484977Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:36.7486850Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:36.7488122Z [ 40%] Built target bundled_program 2025-03-21T20:22:36.7489951Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:22:36.7492177Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:36.7494452Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:22:36.7497065Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T20:22:36.7499543Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:36.7501456Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:36.7503252Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:36.7505381Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T20:22:36.7507973Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T20:22:36.7510612Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:22:36.7512324Z [ 40%] Linking CXX static library libutil.a 2025-03-21T20:22:36.7513040Z [ 40%] Built target util 2025-03-21T20:22:36.7514572Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-03-21T20:22:36.7517010Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-03-21T20:22:36.7519537Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-03-21T20:22:36.7522032Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:36.7523743Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:36.7525885Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:22:36.7528273Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:36.7530357Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:36.7532583Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:22:36.7535323Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T20:22:36.7537611Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:36.7539953Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T20:22:36.7542616Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:22:36.7545263Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T20:22:36.7547400Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:36.7549530Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:22:36.7552206Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:22:36.7554826Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:22:36.7557462Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:22:36.7560023Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:22:36.7562183Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:36.7563932Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:36.7565654Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:36.7567369Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:36.7569316Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:36.7571097Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:36.7572893Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:36.7574802Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:36.7576634Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:36.7578818Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T20:22:36.7581054Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:36.7583248Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:22:36.7585434Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:36.7587087Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:36.7589119Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:22:38.0027618Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:22:38.0030373Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:38.0032404Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:38.0034411Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:38.0036818Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:22:38.0039562Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:22:38.0041938Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:38.0043876Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:38.0046177Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:22:38.0048455Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:38.0050640Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:38.0053007Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T20:22:38.0055695Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:22:38.0058386Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:22:38.0061030Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:22:38.0063323Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:38.0065218Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:38.0067531Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:22:38.0070255Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T20:22:38.0073008Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:22:38.0075427Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:38.0077461Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:38.0079882Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T20:22:38.0082580Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T20:22:38.0084907Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:38.0087311Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T20:22:38.0089869Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:38.0091924Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:38.0093920Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:38.0096240Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:22:38.0098710Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:38.0100990Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T20:22:38.0103325Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:38.0105595Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T20:22:38.0108242Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T20:22:38.0110594Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:38.0112645Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:38.0115111Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:22:38.0117371Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:38.0119562Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T20:22:38.0122162Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T20:22:38.0124455Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:38.0126418Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:38.0128298Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:38.0130219Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:38.0132507Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T20:22:38.0134782Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:38.0137062Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:22:38.0139710Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T20:22:38.0142454Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T20:22:38.0144765Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:38.0147141Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T20:22:38.0149440Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:38.0151734Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:22:38.0154011Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:38.0157192Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:22:38.0159728Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T20:22:38.0162003Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:38.0163904Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:38.0165897Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:38.0168220Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T20:22:38.0170911Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:22:38.0173159Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:38.0175476Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T20:22:38.0177689Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:39.3573866Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:39.3576124Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:22:39.3578858Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:22:39.3581217Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:39.3583096Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:39.3584947Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:39.3587088Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:22:39.3589297Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:39.3591430Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:22:39.3593531Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:39.3595468Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:22:39.3598109Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:22:39.3600357Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:39.3601847Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:39.3603452Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:39.3605476Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:22:39.3608127Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:22:39.3610469Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:39.3612349Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:39.3614705Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:22:39.3617407Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:22:39.3619678Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:39.3621886Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:22:39.3624531Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:22:39.3626657Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:39.3629115Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T20:22:39.3631864Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T20:22:39.3634301Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:39.3636727Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T20:22:39.3639076Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:39.3641235Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:39.3643177Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:39.3645449Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:22:39.3647691Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:39.3650153Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:22:39.3652361Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:39.3654709Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-03-21T20:22:39.3657248Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:39.3659398Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:22:39.3661677Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:39.3663554Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:39.3665465Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:39.3667352Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:39.3669414Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:39.3671818Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:22:39.3674079Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:39.3675981Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:39.3678345Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:22:39.3680766Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:39.3682758Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:39.3685121Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:22:39.3687493Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:39.3689600Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:39.3691942Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:22:39.3694403Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:39.3696820Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:39.3699786Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:22:39.3702171Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:39.3704369Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T20:22:39.3706969Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T20:22:39.3709151Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:39.3710998Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:39.3712805Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:39.3715210Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T20:22:39.3734033Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:40.5552881Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:22:40.5555307Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T20:22:40.5557748Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-03-21T20:22:40.5559991Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:40.5562069Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:40.5564242Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-03-21T20:22:40.5566848Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-03-21T20:22:40.5569592Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:22:40.5571967Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:40.5573981Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:40.5576035Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:40.5578332Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-03-21T20:22:40.5580736Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:40.5582825Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T20:22:40.5585302Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T20:22:40.5587795Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:22:40.5589849Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:40.5591873Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T20:22:40.5594262Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T20:22:40.5596820Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:22:40.5600482Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:40.5602220Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:40.5603997Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:40.5606298Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-03-21T20:22:40.5609030Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:22:40.5611326Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T20:22:40.5613389Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:40.5615295Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:40.5617158Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:40.5619323Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T20:22:40.5622006Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:22:40.5624120Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:40.5626228Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:22:40.5628599Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T20:22:40.5630667Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:40.5632416Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:40.5634302Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:40.5636321Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:40.5638595Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T20:22:40.5641157Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T20:22:40.5643545Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T20:22:40.5645708Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:22:40.5648202Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:22:40.5650562Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:40.5652427Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:40.5654276Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:40.5656237Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:40.5658520Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T20:22:40.5660963Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:40.5663243Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T20:22:40.5665487Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:40.5667315Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:40.5669300Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T20:22:40.5671389Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:40.5673499Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:22:40.5675546Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:40.5677812Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:22:40.5679921Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:40.5681643Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:40.5683769Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:22:40.5686191Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:22:40.5688337Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:40.5690557Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:22:40.5692712Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:41.8348971Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:41.8350378Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:22:41.8351701Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:22:41.8353931Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:41.8356077Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:22:41.8358705Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:22:41.8360881Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:41.8362562Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:41.8364295Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:41.8365941Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:41.8367338Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:41.8369652Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:22:41.8371673Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:41.8373796Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:41.8375924Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:22:41.8378075Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:41.8379088Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:41.8380092Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:41.8381163Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:41.8382298Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:41.8383660Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:41.8384881Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:41.8386185Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:22:41.8387379Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:41.8388315Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:41.8389245Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:41.8390200Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:41.8391158Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:41.8392097Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:41.8393316Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:41.8394715Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:22:41.8395893Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:41.8396856Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:41.8397871Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:41.8399978Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:22:41.8401377Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:22:41.8402549Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:41.8403511Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:41.8404481Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:41.8405736Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-03-21T20:22:41.8407266Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:41.8409367Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:41.8411498Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-03-21T20:22:41.8413955Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-03-21T20:22:41.8416043Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:41.8417723Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:41.8419913Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:22:41.8422331Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:41.8431187Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:41.8434294Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:41.8437093Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:41.8439747Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:22:41.8442536Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:41.8444984Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:22:41.8447838Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:22:41.8450538Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-03-21T20:22:41.8453259Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-03-21T20:22:41.8456050Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-03-21T20:22:41.8458377Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:41.8460244Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:41.8462513Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:22:41.8465349Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-03-21T20:22:41.8467562Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:41.8469753Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:22:42.8115683Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:22:42.8118474Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:22:42.8120910Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:22:42.8123341Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:22:42.8125759Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:22:42.8128136Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:42.8130522Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:22:42.8133271Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:42.8135773Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:42.8138321Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:22:42.8140632Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:42.8142924Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:22:42.8145398Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:22:42.8147851Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:22:42.8150256Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:42.8152587Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:42.8154861Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:22:42.8157122Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:42.8159638Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:42.8162625Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:42.8165270Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:42.8167324Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:42.8170156Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:42.8172835Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:42.8174849Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:42.8176831Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:42.8178902Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:42.8181135Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:42.8183306Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:42.8185285Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:42.8187949Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:42.8190677Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:42.8193294Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:42.8195847Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:42.8197876Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:42.8200043Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:42.8202644Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:42.8205645Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:42.8208983Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:42.8212215Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:42.8215629Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:42.8218889Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:42.8222146Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:42.8225186Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:42.8228477Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:42.8231673Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:42.8234714Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:42.8237671Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:42.8240843Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:42.8243029Z [ 68%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:42.8245131Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:42.8248269Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:42.8251519Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:42.8254712Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:42.8258706Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:42.8262077Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:43.4993058Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:43.4996404Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:43.4999711Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:43.5002780Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:43.5005946Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:43.5009432Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:43.5012711Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:43.5015772Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:43.5018881Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:43.5022024Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:43.5025340Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:43.5028549Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:43.5031939Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:43.5035231Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:43.5037377Z [ 69%] Built target optimized_portable_kernels 2025-03-21T20:22:43.5039370Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:43.5042465Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:43.5045430Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:43.5048540Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:43.5051959Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:43.5055019Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.5057933Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:43.5060902Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:43.5063930Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:43.5066987Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:43.5070042Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.5073169Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:43.5076485Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:43.5079753Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:43.5082924Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:43.5086191Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:43.5089400Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:43.5092522Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:43.5095637Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:43.5098805Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:43.5101795Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.5105128Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:43.5108308Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:43.5111463Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:43.5114563Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.5117847Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:43.5121013Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:43.5123981Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:43.5127118Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:43.5130283Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:43.5133359Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:43.5136362Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:43.5139531Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:43.5142553Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:44.0596726Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:44.0600227Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:44.0603320Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:44.0606355Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.0609452Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.0612595Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:44.0615674Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:44.0618874Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:44.0621984Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-03-21T20:22:44.0624610Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:44.0627253Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:44.0629908Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:44.0632640Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:44.0635457Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:44.0638103Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:44.0640755Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:44.0643477Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:44.0646383Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:22:44.0649590Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:44.0652862Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:44.0656196Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:44.0659507Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.0662769Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.0666174Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:44.0669476Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:44.0672679Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:44.0675943Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:44.0679204Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:44.0682556Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:44.0685937Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.0689312Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.0692556Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:44.0695844Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:44.0700670Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:44.0704200Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:44.0707457Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:44.0710679Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.0713944Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:44.0717301Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.0720656Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:44.0723895Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:44.0727162Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:44.0730516Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:44.0733755Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:44.0737055Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.0740234Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.0743343Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:44.0746406Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:44.0749464Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:44.7053593Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:44.7056995Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.7060121Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:44.7063281Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.7066484Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:44.7069930Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:44.7073272Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:44.7076479Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:44.7079812Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:44.7083065Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:44.7086616Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:44.7089873Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.7093238Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.7096491Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:44.7103957Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:44.7107202Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:44.7110292Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:44.7113493Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.7116702Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:44.7119980Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.7123831Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:44.7127231Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:44.7130680Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:44.7133734Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:44.7136991Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:44.7140114Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:44.7143277Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-03-21T20:22:44.7146265Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-03-21T20:22:44.7149268Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-03-21T20:22:44.7152173Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:22:44.7154931Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:44.7157598Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-03-21T20:22:44.7160323Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-03-21T20:22:44.7162946Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:22:44.7165694Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-03-21T20:22:44.7168431Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:44.7171333Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:44.7174259Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:44.7177501Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:44.7180173Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:44.7182891Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:44.7185354Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:44.7188864Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:44.7191796Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:44.7194846Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:44.7197748Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:44.7200688Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:44.7204465Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:44.7208288Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:44.7212137Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:44.7215299Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T20:22:45.2013270Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:22:45.2015897Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:22:45.2018425Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:45.2020768Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:45.2023248Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:45.2025865Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T20:22:45.2028607Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:45.2031306Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:45.2034127Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:45.2036799Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:45.2039442Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:45.2042095Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:45.2044740Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:45.2047673Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:45.2050824Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:45.2053830Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:45.2056934Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:45.2060090Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:45.2063061Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:45.2066142Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:45.2069282Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:45.2072574Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:45.2075627Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:45.2078723Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:45.2080661Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:45.2082957Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:45.2085746Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:45.2088884Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.2090982Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.2092699Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:45.2094280Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:45.2095830Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:45.2097449Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:45.2101038Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:45.2103968Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:45.2106923Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.2109895Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.2112899Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:45.2116122Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:45.2119042Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:45.2121789Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:45.2124293Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:45.2126750Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:45.2129815Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:45.2132509Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:45.2135160Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:45.2137806Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:45.2140627Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:45.2143636Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.2146577Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.2149322Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:45.2150976Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:45.2152465Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:45.7573914Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:45.7576861Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.7578583Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:45.7581004Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.7583075Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:45.7585242Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:45.7587366Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:45.7589074Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:45.7590828Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:45.7592394Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.7593936Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.7595440Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:45.7597087Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:45.7599049Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:45.7601348Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:45.7602999Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.7604526Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:45.7606054Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.7607583Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:45.7609174Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:45.7610752Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:45.7612268Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:45.7613744Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-03-21T20:22:45.7615095Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:45.7616414Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:22:45.7617706Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:22:45.7619648Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-03-21T20:22:45.7621622Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:45.7623960Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:45.7626155Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:45.7628222Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:45.7629616Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:45.7631043Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:45.7632517Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:45.7634670Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:45.7637424Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:45.7639742Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:45.7641940Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:45.7644040Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:45.7646212Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:45.7648481Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:45.7650895Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:45.7652818Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T20:22:45.7654845Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:22:45.7656793Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:22:45.7658697Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:45.7660680Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T20:22:45.7662852Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:45.7664872Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T20:22:45.7666899Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:45.7668929Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:45.7671343Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:45.7673488Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:45.7675756Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:46.2385913Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:46.2388601Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:46.2391187Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:46.2393873Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:46.2396624Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:46.2399891Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:46.2402494Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:46.2405134Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:46.2407896Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:46.2410593Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:22:46.2412989Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:22:46.2415404Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:22:46.2418022Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:46.2420508Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:46.2422971Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:46.2425511Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:46.2428144Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:46.2430321Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-03-21T20:22:46.2432498Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:22:46.2434863Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:46.2437231Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:22:46.2439562Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:22:46.2441924Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:22:46.2444614Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:46.2447084Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:46.2449601Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:46.2452026Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:22:46.2454567Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:46.2457423Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:46.2459926Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:22:46.2462234Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:22:46.2464531Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:22:46.2466969Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:46.2469262Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:22:46.2471599Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:22:46.2474157Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T20:22:46.2477063Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:22:46.2479958Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T20:22:46.2482804Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:46.2485602Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T20:22:46.2488413Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:22:46.2491136Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:22:46.2493880Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-03-21T20:22:46.2496664Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-03-21T20:22:46.2499606Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:46.2502168Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:46.2505185Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-03-21T20:22:46.2507923Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:46.2510769Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:46.2513689Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:46.2516754Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T20:22:46.2519878Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:22:46.2522312Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:22:46.2524515Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:22:46.2526795Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:22:47.3074124Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:22:47.3075660Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:22:47.3077015Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:22:47.3078278Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:22:47.3079490Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:22:47.3080863Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:22:47.3082270Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-03-21T20:22:47.3083638Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:22:47.3084970Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:22:47.3086484Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-03-21T20:22:47.3087869Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:22:47.3089288Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:22:47.3090639Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:22:47.3091957Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:22:47.3093297Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:22:47.3095118Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:22:47.3096670Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:47.3098116Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:47.3100238Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:47.3101662Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:47.3103259Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T20:22:47.3104753Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:47.3106654Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T20:22:47.3108342Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:22:47.3109875Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:22:47.3111099Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:22:47.3112301Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:22:47.3113530Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:22:47.3114727Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:22:47.3116011Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:22:47.3117215Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:22:47.3118446Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:22:47.3119718Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:22:47.3121507Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:22:47.3123175Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:22:47.3125426Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:22:47.3128020Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:22:47.3130660Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:22:47.3132853Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:22:47.3135142Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:22:47.3137609Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:22:47.3139825Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:22:47.3142102Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:22:47.3144399Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:22:47.3146747Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:22:47.3148933Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:47.3150525Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:47.3151348Z [ 96%] Built target microkernels-prod 2025-03-21T20:22:47.3152046Z [ 96%] Generating build_identifier.c 2025-03-21T20:22:47.3153418Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:47.3154722Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:47.3156234Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:47.3157669Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:47.3159066Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:22:47.3160784Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:22:47.3161901Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:22:47.3163185Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:22:47.3164923Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:22:47.3166666Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:22:47.3168331Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:22:47.3169955Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:22:47.3171174Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:22:47.3172962Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:22:57.7620589Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:22:57.7622878Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:22:57.7624403Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:22:57.7625464Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:22:57.7626636Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:22:57.7627735Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:22:57.7629124Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:22:57.7630277Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:22:57.7631460Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:22:57.7632680Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:22:57.7633760Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:22:57.7635306Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:22:57.7636499Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:22:57.7637477Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:22:57.7638357Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:22:57.7639291Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:22:57.7639997Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:22:57.7640403Z [ 98%] Built target XNNPACK 2025-03-21T20:22:57.7641017Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:22:57.7641935Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:22:57.7642828Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:22:57.7643751Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:22:57.7644713Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:22:57.7645762Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:22:57.7646524Z [ 98%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:57.7646972Z [ 98%] Built target optimized_kernels 2025-03-21T20:22:57.7647341Z [ 98%] Merging kernel yaml files 2025-03-21T20:22:57.7647760Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:22:57.7648197Z [ 98%] Built target xnnpack_backend 2025-03-21T20:22:57.7648715Z [ 98%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:57.7649393Z [ 98%] Generating code for kernel registration 2025-03-21T20:22:57.7650380Z [ 98%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:57.7651438Z [ 98%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:57.7651966Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:57.7652606Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:22:57.7653377Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:57.7653923Z [100%] Built target portable_lib 2025-03-21T20:22:57.7654286Z [ 0%] Built target flatbuffers 2025-03-21T20:22:57.7654625Z [ 0%] Built target flatccrt 2025-03-21T20:22:57.7654965Z [ 0%] Built target pthreadpool 2025-03-21T20:22:57.7655318Z [ 0%] Built target common_schema 2025-03-21T20:22:57.7655686Z [ 1%] Built target xnnpack_schema 2025-03-21T20:22:57.7656071Z [ 1%] Built target bundled_program_schema 2025-03-21T20:22:57.7656493Z [ 2%] Built target cpuinfo 2025-03-21T20:22:57.7656826Z [ 4%] Built target flatcc 2025-03-21T20:22:57.7657162Z [ 4%] Built target indirection 2025-03-21T20:22:57.7657519Z [ 4%] Built target normalization 2025-03-21T20:22:57.7657878Z [ 4%] Built target microparams-init 2025-03-21T20:22:57.7658249Z [ 4%] Built target logging 2025-03-21T20:22:57.7658589Z [ 4%] Built target datatype 2025-03-21T20:22:57.7658934Z [ 4%] Built target program_schema 2025-03-21T20:22:57.7659301Z [ 7%] Built target eigen_blas 2025-03-21T20:22:57.7659646Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:57.7660022Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:57.7660375Z [ 7%] Built target hardware-config 2025-03-21T20:22:57.7660740Z [ 7%] Built target cache 2025-03-21T20:22:57.7661065Z [ 7%] Built target allocator 2025-03-21T20:22:57.7661395Z [ 7%] Built target packing 2025-03-21T20:22:57.7661730Z [ 7%] Built target memory 2025-03-21T20:22:57.7662142Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:57.7662531Z [ 7%] Built target operator-utils 2025-03-21T20:22:57.7662888Z [ 7%] Built target mutex 2025-03-21T20:22:57.7663231Z [ 7%] Built target operator-run 2025-03-21T20:22:57.7663653Z [ 7%] Built target etdump_schema 2025-03-21T20:22:57.7664012Z [ 9%] Built target operators 2025-03-21T20:22:57.7664363Z [ 10%] Built target executorch_core 2025-03-21T20:22:57.7664744Z [ 12%] Built target extension_threadpool 2025-03-21T20:22:57.7665118Z [ 13%] Built target executorch 2025-03-21T20:22:57.7665474Z [ 13%] Built target extension_tensor 2025-03-21T20:22:57.7665844Z [ 15%] Built target subgraph 2025-03-21T20:22:57.7666199Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:57.7666582Z [ 15%] Built target cpublas 2025-03-21T20:22:57.7666914Z [ 15%] Built target bundled_program 2025-03-21T20:22:57.7667279Z [ 15%] Built target etdump 2025-03-21T20:22:57.7667618Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:57.7667988Z [ 18%] Built target util 2025-03-21T20:22:57.7668336Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:57.7668754Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:57.7669219Z [ 95%] Built target microkernels-prod 2025-03-21T20:22:57.7669598Z [ 97%] Built target XNNPACK 2025-03-21T20:22:57.7670029Z [ 97%] Built target xnnpack_backend 2025-03-21T20:22:57.7670401Z [ 98%] Built target portable_lib 2025-03-21T20:22:57.7671053Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:22:57.7671948Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:22:57.7673700Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:22:57.7675562Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:22:57.7677492Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T20:22:57.7679668Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:22:57.7681623Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:22:57.7683490Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:22:57.7685410Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:22:57.7687107Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:22:57.7688401Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:22:57.7689318Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:22:57.7690125Z [ 0%] Built target flatbuffers 2025-03-21T20:22:57.7690705Z [ 0%] Built target flatccrt 2025-03-21T20:22:57.7691262Z [ 0%] Built target pthreadpool 2025-03-21T20:22:57.7691903Z [ 1%] Built target cpuinfo 2025-03-21T20:22:57.7692465Z [ 3%] Built target flatcc 2025-03-21T20:22:57.7692998Z [ 5%] Built target common_schema 2025-03-21T20:22:57.7693591Z [ 5%] Built target eigen_blas 2025-03-21T20:22:57.7694182Z [ 7%] Built target xnnpack_schema 2025-03-21T20:22:57.7694859Z [ 7%] Built target bundled_program_schema 2025-03-21T20:22:57.7695533Z [ 7%] Built target indirection 2025-03-21T20:22:57.7696120Z [ 7%] Built target logging 2025-03-21T20:22:57.7696697Z [ 7%] Built target normalization 2025-03-21T20:22:57.7697347Z [ 7%] Built target microparams-init 2025-03-21T20:22:57.7697997Z [ 7%] Built target datatype 2025-03-21T20:22:57.7698767Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:57.7699414Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:57.7700317Z [ 7%] Built target program_schema 2025-03-21T20:22:57.7700957Z [ 7%] Built target hardware-config 2025-03-21T20:22:57.7701558Z [ 7%] Built target packing 2025-03-21T20:22:57.7702097Z [ 7%] Built target cache 2025-03-21T20:22:57.7702646Z [ 7%] Built target allocator 2025-03-21T20:22:57.7703182Z [ 7%] Built target memory 2025-03-21T20:22:57.7703744Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:57.7704373Z [ 7%] Built target mutex 2025-03-21T20:22:57.7704944Z [ 7%] Built target etdump_schema 2025-03-21T20:22:57.7705511Z [ 7%] Built target operator-utils 2025-03-21T20:22:57.7706114Z [ 7%] Built target operator-run 2025-03-21T20:22:57.7706716Z [ 8%] Built target executorch_core 2025-03-21T20:22:57.7707334Z [ 10%] Built target operators 2025-03-21T20:22:57.7707909Z [ 10%] Built target extension_tensor 2025-03-21T20:22:57.7708562Z [ 11%] Built target executorch 2025-03-21T20:22:57.7709119Z [ 13%] Built target extension_threadpool 2025-03-21T20:22:57.7709784Z [ 15%] Built target subgraph 2025-03-21T20:22:57.7710358Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:57.7711010Z [ 15%] Built target bundled_program 2025-03-21T20:22:57.7711558Z [ 15%] Built target etdump 2025-03-21T20:22:57.7712276Z [ 15%] Built target cpublas 2025-03-21T20:22:57.7712760Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:57.7713271Z [ 17%] Built target util 2025-03-21T20:22:57.7713746Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:57.7714423Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:57.7714987Z [ 94%] Built target microkernels-prod 2025-03-21T20:22:57.7715535Z [ 96%] Built target XNNPACK 2025-03-21T20:22:57.7715942Z [ 96%] Built target xnnpack_backend 2025-03-21T20:22:57.7716311Z [ 97%] Built target portable_lib 2025-03-21T20:22:57.7717003Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:57.7718014Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:57.7719025Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:02.9429481Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:02.9430579Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:02.9431660Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:02.9432769Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:02.9433823Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:02.9434883Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:02.9436104Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:02.9437057Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:23:02.9437587Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:23:02.9438127Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:23:02.9438773Z [ 97%] Generating code for kernel registration 2025-03-21T20:23:02.9439730Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:02.9440885Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:23:02.9441374Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:23:02.9442101Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:23:02.9445406Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T20:23:02.9448673Z [ 98%] Generating code for kernel registration 2025-03-21T20:23:02.9449583Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:23:02.9450902Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:23:02.9451959Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:02.9452996Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:02.9454147Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:02.9455128Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:02.9456104Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:02.9457192Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:02.9458207Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:02.9459294Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:02.9460384Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:02.9461338Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:02.9462497Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:02.9463683Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:23:02.9464705Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:23:02.9465189Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:23:02.9478285Z running build_py 2025-03-21T20:23:02.9478789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9479754Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9480656Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9481580Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9482686Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9483761Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9484669Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9485581Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9486616Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9487582Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9488550Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9489723Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:02.9490500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:02.9491484Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:02.9492659Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:02.9493745Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:02.9494957Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:02.9495861Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:02.9496888Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:02.9497886Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:02.9499300Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:02.9500163Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:02.9501026Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:02.9502026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9502897Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9504066Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9505299Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9506530Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9507691Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9509016Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9510274Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9511584Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9512746Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9513924Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9514992Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9516194Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9517454Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9518737Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9519929Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:02.9520978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:02.9581030Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:02.9582013Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:02.9582999Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:02.9583994Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:02.9584972Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:02.9585917Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:02.9586788Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:02.9588002Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:02.9588902Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:02.9589801Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:02.9590832Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:02.9591837Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:02.9592867Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:02.9594231Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:02.9595409Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:02.9596455Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:02.9597850Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:02.9599240Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:02.9600351Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:02.9601735Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:02.9602981Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:02.9604026Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:02.9605412Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:02.9606519Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:02.9607784Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:02.9609098Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:02.9610412Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:02.9611626Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9612639Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9613893Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9615207Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9616492Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9617741Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9619089Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9620416Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9621817Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9623080Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9624437Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9625760Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9627125Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9628367Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9629679Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9630939Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9632163Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9633450Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9634746Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9636077Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9637300Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.9638355Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:02.9639346Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:02.9640651Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:02.9641766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:02.9642985Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:02.9644452Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:02.9645604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:02.9646531Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:02.9647737Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:02.9649016Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:02.9650197Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:02.9651431Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:02.9652720Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:02.9653944Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:02.9654898Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:02.9655899Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:02.9657055Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:02.9658036Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9658917Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9705425Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9706687Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9707834Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9708959Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9710017Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9711184Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9712539Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9713851Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9715100Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9716308Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9717483Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9718739Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9719933Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9721126Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9722269Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9723450Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9724659Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9725853Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9726977Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9728156Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9729538Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9730710Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9731937Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9733183Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9734349Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9735544Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9736783Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9737947Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9739085Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9740299Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9741488Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9742672Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9743772Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9744953Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9746158Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9747332Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9748628Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:02.9749775Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9750786Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9752117Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9753425Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9754755Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9756101Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9757478Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9758797Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9760171Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9761555Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:02.9762617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9763573Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9764661Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9765754Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9766802Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9767906Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9769096Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9770209Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9771292Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9772364Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9773473Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9774582Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9775751Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9776870Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9777931Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9779150Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9780461Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9840279Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9841374Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9842513Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9843537Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9844642Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9845679Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9846817Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9847989Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9849166Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9850376Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9851438Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9852645Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9853817Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9854900Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9856062Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9857151Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9858288Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9859431Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9860486Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9861594Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9862711Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9863856Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9864996Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9866163Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9867333Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9868552Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9869680Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9870921Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9872080Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:02.9872996Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:02.9873954Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:02.9875104Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:02.9876266Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:02.9877533Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:02.9878821Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:02.9879774Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:02.9880649Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:02.9881656Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:02.9882716Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:02.9883759Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:02.9884582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:02.9885513Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:02.9886419Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9887454Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9888628Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9889928Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9891159Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9892322Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9893589Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9894911Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9896259Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9897521Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:02.9898713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9899689Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9900841Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9902186Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9903340Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9904605Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9905876Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9907091Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9908312Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9909560Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:02.9910529Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9911425Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9912614Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9913669Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9914775Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9915870Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9962454Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9963571Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9964734Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9965794Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9966825Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9967921Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9969050Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9970215Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9971319Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9972543Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9973694Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9974886Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9975984Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9977074Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9978108Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9979282Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9980395Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9981496Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9982548Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9983618Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9984702Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9985890Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9986993Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9988154Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9989239Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9990291Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9991353Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9992422Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9993534Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9994613Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9995731Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9996866Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9997952Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:02.9999264Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0000319Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0001358Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0002491Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0003597Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0004736Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0005801Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0006938Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0008065Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0009316Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0010473Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0011622Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0012721Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0013918Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0015036Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0016145Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0017275Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0018347Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0019525Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0020546Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0021647Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0022759Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0023847Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0025100Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0026266Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0027323Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:03.0028263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0029251Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0030535Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0031815Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0033118Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0034465Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0035808Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0037154Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0062407Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0063697Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0065119Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:03.0066191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:03.0067310Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:03.0068342Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:03.0069321Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:03.0070488Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:03.0071750Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:03.0072890Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:03.0073858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:03.0074906Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:03.0076003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:03.0077223Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:03.0078530Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:03.0080034Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:03.0082017Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:03.0083581Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0085211Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0087203Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0089156Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0091121Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0093051Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0094962Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0096860Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0098999Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0100792Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0102753Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0104808Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0106705Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0108561Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0110444Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0112258Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0114145Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0116046Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0117917Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0119855Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0121786Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0123684Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0125571Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0127518Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0129498Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0131404Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0133283Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0135216Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0137095Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0138950Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0140861Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0199370Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0201242Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0203228Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0205093Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:03.0206582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:03.0208100Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:03.0209727Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:03.0211303Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:03.0212599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0213522Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0214551Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0215657Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0216776Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0218008Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0219125Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0220247Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0221440Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0222622Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0223713Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0224835Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0226072Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0227334Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0228393Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0229513Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0230638Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0231683Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.0232614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:03.0233548Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:03.0234797Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:03.0235930Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:03.0237105Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:03.0238071Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:03.0238990Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:03.0240080Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:03.0241256Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:03.0242293Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0243398Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0244678Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0245958Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0247284Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0248381Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0249565Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0251018Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0252422Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0253768Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0255084Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0256457Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0257826Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0259235Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0260358Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:03.0261489Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:03.0262674Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:03.0263988Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:03.0265628Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:03.0266926Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:03.0268239Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:03.0269833Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:03.0271375Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:03.0272531Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:03.0273748Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:03.0274892Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:03.0276197Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:03.0277483Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0298751Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0300303Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0301884Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0303585Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0304890Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:03.0306357Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:03.0308168Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:03.0310070Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:03.0311538Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0312992Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0314807Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0316616Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0318424Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0319835Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0321410Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0323328Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0325189Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0327029Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0328496Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:03.0329986Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:03.0331715Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:03.0333118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:03.0334466Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:03.0336193Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:03.0337613Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0339061Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0340928Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0342775Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0344572Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0346449Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0348261Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0350058Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0351459Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0352755Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0354481Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0356223Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0358009Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0359725Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0361415Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0363140Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0364833Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0366513Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0368148Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0369888Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0371623Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0373428Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0375174Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0376865Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0378233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:03.0379582Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:03.0426875Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:03.0428233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0429454Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0430825Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0432182Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0433558Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0434951Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0436275Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0437675Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0439052Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0440393Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0441737Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:03.0442776Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:03.0443763Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:03.0445086Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:03.0446170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:03.0447195Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:03.0448437Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:03.0449706Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:03.0450980Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:03.0452085Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0453016Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0454233Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0455560Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0456766Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0458012Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0459353Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0460729Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0462095Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0463282Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0464539Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0465848Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0467159Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0468423Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0469742Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0471013Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0472275Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0473537Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0474834Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0476149Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0477463Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0478783Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0480008Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0481283Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0482574Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0483860Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0485163Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0486403Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0487550Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:03.0488543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0489574Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0490879Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0492055Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0493329Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0494590Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0495742Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0496971Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0498164Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0499742Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0500990Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0502120Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0503243Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0543460Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0544635Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0545790Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0546974Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0548201Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0549373Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0550538Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0551684Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0552828Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0554067Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0555233Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0556389Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0557546Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0558720Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0559877Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0561136Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0562341Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0563539Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0564706Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0565870Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0567082Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0568302Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0569537Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0570703Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0571853Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0573019Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0574230Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0575388Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0576530Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0577680Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0578843Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0580009Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0581161Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0582288Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0583418Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0584575Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0585700Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0586828Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0587941Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0589080Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0590246Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0591487Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0592645Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0593823Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0594997Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0596159Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0597322Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0598702Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0599859Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0601013Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0602260Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0603447Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0604645Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0605873Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0607087Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0608251Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0609471Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0610640Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0611815Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0612942Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0614077Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0615286Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0616478Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0690632Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0691933Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0693161Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0694346Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0695635Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:03.0696607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:03.0697562Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:03.0698708Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:03.0699726Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:03.0700978Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:03.0702217Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:03.0703195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:03.0704213Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:03.0705557Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:03.0706805Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:03.0708030Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:03.0709049Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:03.0710116Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:03.0711475Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:03.0712552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:03.0713485Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:03.0714615Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:03.0715747Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:03.0716652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:03.0717587Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:03.0718695Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:03.0719732Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:03.0720983Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:03.0722147Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:03.0723242Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:03.0724644Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:03.0726020Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:03.0726994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:03.0727903Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:03.0729109Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:03.0730328Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:03.0731527Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:03.0732734Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:03.0733975Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:03.0735199Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:03.0736446Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:03.0737419Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:03.0738465Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:03.0739483Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:03.0740491Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:03.0741479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:03.0742431Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:03.0743402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:03.0744488Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:03.0745839Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:03.0747188Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:03.0748233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:03.0749161Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:03.0750341Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:03.0751520Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:03.0752525Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:03.0753511Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:03.0754754Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:03.0756175Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:03.0757305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:03.0758413Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:03.0759783Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:03.0761186Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:03.0762609Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:03.0764039Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:03.0834333Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:03.0835507Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:03.0836585Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:03.0837761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:03.0839185Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:03.0840961Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:03.0842704Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:03.0844444Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:03.0846139Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:03.0847785Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:03.0849576Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:03.0851126Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:03.0852661Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:03.0854234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:03.0855977Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:03.0857476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0858500Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0859714Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0861000Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0862203Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0863381Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0864617Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0865857Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0867047Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0868305Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0869524Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0870730Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0871915Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0873101Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:03.0874066Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0875029Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0876214Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0877400Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0878545Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0879686Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0880901Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0882130Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0883272Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0884441Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0885620Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0886794Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0887947Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0889301Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0890628Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0891853Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0893002Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0894194Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0895400Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0896596Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0897773Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0899259Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0900511Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0901694Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0902883Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0904071Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0905255Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0906441Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0907613Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0908792Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0959316Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0960524Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0961727Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0962975Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0964131Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0965298Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0966467Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0967657Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0968991Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0970180Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0971369Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0972594Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0973829Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0975151Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0976385Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0977533Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0978728Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:03.0979758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:03.0980733Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:03.0981967Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:03.0983000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:03.0984023Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:03.0985318Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:03.0986386Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:03.0987492Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:03.0988895Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:03.0989958Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:03.0990896Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:03.0992083Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:03.0993109Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:03.0994213Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:03.0995286Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:03.0996193Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:03.0997292Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:03.0998634Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:03.0999859Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:03.1000865Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:03.1001946Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:03.1003301Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:03.1004711Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:03.1006124Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:03.1007533Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:03.1009030Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:03.1010155Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:03.1011321Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:03.1012661Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:03.1013703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1014707Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1015909Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1017132Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1018390Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1019621Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1020894Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1022162Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1023411Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1024700Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1025922Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1027176Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1028446Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1029635Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:03.1030594Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1031608Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1032750Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1033923Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1107878Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1109225Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1110357Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1111509Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1112748Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1113978Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1115288Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1116493Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1117643Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1118784Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1119940Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1121116Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1122319Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1123519Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1124706Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1125865Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1127025Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1128260Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1129539Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1130733Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1131917Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1133099Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1134277Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1135543Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1136708Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1137862Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1139073Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1140296Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1141447Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1142603Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1143775Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1144968Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1146198Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1147352Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1148511Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1149740Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1150954Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:03.1151909Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:03.1152991Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:03.1154327Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:03.1155705Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:03.1157089Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:03.1158421Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:03.1159793Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:03.1161132Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:03.1162215Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:03.1163330Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:03.1164744Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:03.1166206Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:03.1167351Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:03.1168528Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:03.1170078Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:03.1171173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:03.1172156Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:03.1173343Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:03.1174367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:03.1175470Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:03.1176609Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:03.1177725Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:03.1178832Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:03.1179971Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:03.1181135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:03.1182355Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:03.1481634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:03.1482931Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:03.1484500Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:03.1486051Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:03.1487306Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:03.1488592Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:03.1490065Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:03.1491358Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:03.1492987Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:03.1494711Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:03.1496543Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:03.1497841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1499358Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1501034Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1502725Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1504467Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1506242Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1508021Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1509683Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1511359Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1513074Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1514754Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1516394Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1518067Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1519799Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1521595Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1523419Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1525092Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1526745Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1528382Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1530094Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1531860Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1533608Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1535378Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1537059Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1538637Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1540219Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1541788Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1543336Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:03.1544591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:03.1545926Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:03.1547652Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:03.1549376Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:03.1550709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:03.1552028Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:03.1553152Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:03.1553820Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:03.1554533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:03.1555296Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:03.1556234Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:03.1557170Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:03.1558076Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:03.1559049Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:03.1618116Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:03.1619022Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:03.1619816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:03.1620837Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:03.1621903Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:03.1623000Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:03.1624162Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:03.1625151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.1626131Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.1627371Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.1628587Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.1629720Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.1630921Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.1631885Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.1632832Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.1633996Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.1635213Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.1636392Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.1637543Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.1638480Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:03.1639273Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:03.1640217Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:03.1641174Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:03.1642147Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:03.1643027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:03.1644011Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:03.1645132Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:03.1646051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:03.1646931Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:03.1647935Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:03.1648907Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:03.1649910Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:03.1651163Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:03.1652136Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:03.1653131Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:03.1654319Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:03.1655305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:03.1656286Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:03.1657447Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:03.1658422Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:03.1659376Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:03.1660564Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:03.1661498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1662375Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1663435Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1664511Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1665602Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1666693Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1667808Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1668901Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1670058Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1671217Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1672332Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1673454Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1674488Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1675524Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1676536Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1677612Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:03.1678592Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:03.1679599Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:03.1680634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:03.1681494Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:03.1682558Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:03.1683639Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:03.1684689Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:03.1685557Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:03.1686409Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:03.1687404Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:03.1688288Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:03.1689336Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:03.1690512Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:03.1739969Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:03.1741035Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:03.1742205Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:03.1743183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:03.1744150Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:03.1745305Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:03.1746286Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:03.1747342Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:03.1748360Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.1749306Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.1750430Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.1751688Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.1752875Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.1754065Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.1755035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:03.1755964Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:03.1757128Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:03.1758196Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:03.1759104Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:03.1760211Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:03.1761164Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:03.1762050Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:03.1763109Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:03.1763992Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:03.1764437Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:03.1764903Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:03.1765254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:03.1765843Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:03.1766389Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:03.1766784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:03.1767264Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:03.1767756Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:03.1768074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:03.1768590Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:03.1769178Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:03.1769627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.1770418Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.1771194Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.1771988Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.1772836Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.1773548Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.1774326Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.1774670Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:03.1775210Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:03.1776412Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:03.1776779Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:03.1777416Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:03.1778049Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:03.1778681Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:03.1779317Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:03.1779657Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:03.1780186Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:03.1780783Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:03.1781312Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:03.1781721Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1782418Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1783172Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1783894Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1784620Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1785306Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1786040Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1786759Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1787486Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1867159Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1867856Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1868544Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1869218Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1870042Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1870784Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1871558Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1872357Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1873078Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.1873403Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:03.1874068Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:03.1874670Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:03.1875287Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:03.1875624Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:03.1876219Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:03.1876617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.1877286Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.1878032Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.1878698Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.1879424Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.1879797Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.1880427Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.1881062Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.1881776Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.1882397Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.1882818Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:03.1883487Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:03.1883924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:03.1884671Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:03.1885380Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:03.1885817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:03.1886543Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:03.1887333Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:03.1887784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:03.1888537Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:03.1889435Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:03.1889766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:03.1890286Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:03.1890809Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:03.1891121Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:03.1891654Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:03.1891880Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1892172Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1892469Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1892753Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1893072Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1893365Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1893690Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1894002Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1894296Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1894605Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1894912Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1895285Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1895564Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1895900Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1896190Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1896508Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1896818Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1897183Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1897464Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1897747Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1898037Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1898535Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1898831Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1899120Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1899402Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:03.1899673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.1900058Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.2019267Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.2019834Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.2020236Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.2020672Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.2021057Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.2021452Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.2021899Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.2022288Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:03.2022557Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:03.2022942Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:03.2023357Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:03.2023781Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:03.2024208Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:03.2024602Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:03.2024957Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:03.2025278Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:03.2025633Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:03.2026012Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:03.2026367Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:03.2026736Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:03.2026995Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:03.2027373Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:03.2027720Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:03.2028046Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:03.2028386Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:03.2028736Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:03.2029074Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:03.2029333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:03.2029725Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:03.2030086Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:03.2030453Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:03.2030710Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2031061Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2031548Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2031972Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2032396Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2032849Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2033291Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2033724Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2034202Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2034645Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2035048Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2035537Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2035963Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2036394Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2036842Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2037320Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2037733Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2038185Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2038585Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2038993Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2039436Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2039888Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2040292Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2040799Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2041323Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2041784Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2042227Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2042692Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2043127Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2043511Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2043935Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2044334Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2044811Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:03.2045082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:03.2045437Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:03.2045836Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:03.2046198Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:03.2046459Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:03.2046794Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:03.2047183Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:03.2047533Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:03.2047898Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:03.2048267Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:03.2048608Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:03.2049042Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:03.2049292Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2049660Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2050032Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2050446Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2151943Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2152300Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2152694Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2153058Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2153425Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2153920Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2154333Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2154796Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2155162Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2155542Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2155988Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2156446Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2156909Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2157328Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2157704Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2158137Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2158495Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2158900Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2159342Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2159761Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2160158Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2160559Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2160980Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2161367Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2161723Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2162081Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2162487Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2162855Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2163239Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:03.2163561Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:03.2164021Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:03.2164432Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:03.2164885Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:03.2165328Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:03.2165630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:03.2166054Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:03.2166550Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:03.2167039Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:03.2167534Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:03.2168002Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:03.2168372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.2169138Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.2169851Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.2170568Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.2171380Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.2171678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2172312Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2172954Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2173515Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2174009Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2174567Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2175083Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2175633Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2176149Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2176708Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2177187Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2177785Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2178339Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2178864Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2179396Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2179981Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2180493Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2181013Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2181523Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:03.2181830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:03.2182468Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:03.2183083Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:03.2183419Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:03.2184128Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:03.2184846Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:03.2185441Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:03.2185772Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:03.2336283Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:03.2336567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:03.2336978Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:03.2337253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:03.2337754Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:03.2338077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:03.2338643Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:03.2338939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:03.2339405Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:03.2339853Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:03.2340153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:03.2340651Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:03.2341166Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:03.2341761Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:03.2342048Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:03.2342495Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:03.2342974Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:03.2343285Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:03.2343736Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:03.2344206Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:03.2344630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:03.2345130Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:03.2345645Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:03.2345957Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:03.2346485Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:03.2346747Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:03.2347164Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:03.2347442Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:03.2347913Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:03.2348188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:03.2348650Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:03.2349111Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:03.2349546Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:03.2349857Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:03.2350357Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:03.2350666Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:03.2351132Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:03.2351434Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:03.2351875Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:03.2352320Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:03.2352609Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:03.2353042Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:03.2353333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:03.2353781Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:03.2354257Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:03.2354683Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:03.2354983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:03.2355462Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:03.2355746Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:03.2356143Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:03.2356420Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:03.2356918Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:03.2357255Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.2357810Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.2358413Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.2358993Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.2359304Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:03.2359846Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:03.2360177Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:03.2360780Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:03.2361120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.2361593Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.2362100Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.2362614Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.2363138Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.2363693Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.2364276Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.2364820Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.2365359Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.2365646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:03.2366094Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:03.2366544Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:03.2367028Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:03.2367567Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:03.2368040Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:03.2487215Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:03.2488170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:03.2489118Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:03.2490222Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:03.2491482Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:03.2492553Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:03.2493445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:03.2494350Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:03.2495450Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:03.2496585Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:03.2497679Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:03.2498761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:03.2499693Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:03.2500731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:03.2501904Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:03.2503171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:03.2504545Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:03.2506212Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:03.2507396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:03.2508350Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:03.2509535Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:03.2510771Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:03.2512034Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:03.2513162Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:03.2514194Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:03.2515364Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.2516599Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.2518128Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.2519680Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.2521216Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.2522628Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:03.2524092Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:03.2525935Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:03.2527321Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:03.2528498Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:03.2529675Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:03.2530657Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:03.2531893Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:03.2533194Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:03.2534162Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:03.2535025Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:03.2535928Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:03.2536974Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:03.2538039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:03.2539117Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:03.2540409Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:03.2541465Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:03.2542616Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:03.2543748Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:03.2544827Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:03.2545834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:03.2546689Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:03.2547527Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:03.2548478Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:03.2549689Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:03.2550625Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:03.2551301Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:03.2552055Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:03.2553020Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:03.2554123Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:03.2555069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:03.2555988Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:03.2557052Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:03.2558133Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:03.2559043Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:03.2559945Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:03.2561000Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:03.2561860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:03.9853261Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:03.9854306Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:03.9855146Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:03.9855957Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:03.9856917Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:03.9857778Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:03.9858619Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:03.9859607Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:03.9860651Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:03.9861718Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:03.9862617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:03.9863629Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:03.9864890Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:03.9866087Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:03.9867018Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:03.9868181Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:03.9869424Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:03.9870446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:03.9871492Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:03.9872535Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.9873671Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.9874980Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.9876116Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:03.9877195Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:03.9878233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:03.9879270Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:03.9880514Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:03.9881750Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:03.9882819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:03.9883825Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:03.9884862Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:03.9885995Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:03.9887144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:03.9888338Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:03.9889531Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:03.9890453Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:03.9891387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:03.9892337Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:03.9893291Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:03.9894276Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:03.9895482Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:03.9896748Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:03.9897915Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:03.9899192Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:03.9900274Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:03.9901431Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.9902738Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.9904195Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:03.9905462Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:03.9906714Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:03.9907956Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:03.9909179Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:03.9910471Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:03.9911904Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:03.9912951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:03.9913652Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:03.9914351Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:03.9915139Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:03.9915891Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:03.9916636Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:03.9917466Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:03.9918223Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:03.9918803Z running egg_info 2025-03-21T20:23:03.9919112Z creating executorch.egg-info 2025-03-21T20:23:03.9919480Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:23:03.9920002Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:23:03.9920617Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:23:03.9921160Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:23:03.9921712Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:23:03.9922259Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:03.9922779Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:03.9923232Z adding license file 'LICENSE' 2025-03-21T20:23:03.9923640Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:03.9924505Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:23:03.9925828Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:03.9927001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:03.9974554Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:03.9975919Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.9977044Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.9978193Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:03.9979524Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:03.9980584Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:03.9981504Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:03.9982666Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:03.9983735Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9984968Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9986552Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9988107Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9989648Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9991109Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9992596Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9994072Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9995666Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9997281Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:03.9998990Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0000475Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0001908Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0003362Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0004911Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0006432Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0008058Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0009773Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0011384Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0013029Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0014543Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0016177Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0017809Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0019342Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0020897Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0022446Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0023950Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0025374Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0026832Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0028338Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0029842Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0031367Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0032917Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0034413Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0035932Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0037564Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0039201Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0040691Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0042141Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0043593Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0045138Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0046644Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0048117Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0049637Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0051146Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0091747Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0093274Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0094826Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0096447Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0098057Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0100016Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0101536Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0103074Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0104602Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0106119Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0107639Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0109148Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0110774Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0112319Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0113838Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0115285Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0116810Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0118396Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.0119498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:04.0120487Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:04.0121515Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.0122672Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.0124118Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.0125528Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.0126934Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.0128398Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.0129956Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.0131323Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:04.0132629Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:04.0133977Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:04.0135356Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:04.0136673Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:04.0138037Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:04.0139470Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:04.0141100Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:04.0142812Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:04.0144134Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0145403Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0147003Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0148584Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0150273Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0151941Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0153575Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0155165Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0156748Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0158347Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0159946Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0161529Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0163250Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0164852Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0166364Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0167891Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0207896Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0209524Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0211142Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0212791Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0214359Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0216043Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0217645Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0219253Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0220851Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0222514Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0224055Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0225628Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0227251Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0228850Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0230444Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0232054Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0233617Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0235244Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0236851Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0238485Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0240104Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0241691Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0243304Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0244921Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0246565Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0248185Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0249801Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0251296Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0252821Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0254342Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0255894Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0257575Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0259235Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0260886Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0262532Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0264204Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0265881Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0267548Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0269258Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0270927Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0272593Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0274271Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0275961Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0277628Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0279307Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0280998Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0282678Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0284278Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0336136Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0337819Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0339473Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0341288Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0342907Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0344443Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0345996Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0347566Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0349125Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0350660Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0352206Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.0353814Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0355516Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0357225Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0358978Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0360743Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0362476Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0364142Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0365833Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0367600Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0369345Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0370988Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0372679Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0374514Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0376286Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0378063Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0379737Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0381386Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0383036Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0384684Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0386394Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0388136Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0389901Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0391591Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0393249Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.0394928Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:04.0396652Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:04.0398573Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:04.0400223Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:04.0401764Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.0403031Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.0404248Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.0405480Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:04.0406468Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:04.0407330Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:04.0408454Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:04.0409725Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:04.0411005Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:04.0412305Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:04.0413472Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:04.1056061Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:04.1057014Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:04.1057714Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:04.1058503Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:04.1059430Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:04.1060623Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:04.1061822Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:04.1063182Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:04.1064537Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:04.1065896Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:04.1066893Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:04.1067785Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:04.1068761Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:04.1069616Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:04.1070765Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:04.1087558Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:04.1088607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:23:04.1089852Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:23:04.1090934Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1091860Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1092921Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1093977Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1095007Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1096258Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1097326Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1098621Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1099788Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1100969Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1102140Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1103304Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1104418Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1105482Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1106565Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1107550Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1108590Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1109725Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.1110781Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:04.1111873Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:04.1113040Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:04.1114375Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:04.1115937Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:04.1117195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.1118387Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.1119800Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.1121304Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.1122796Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.1124226Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.1125412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1126583Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1128054Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1129510Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1130880Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1132208Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1133529Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1134863Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1136222Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1137569Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1139034Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1140414Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1141766Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1143114Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1144509Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.1145795Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:04.1600177Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:04.1601892Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:04.1603288Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1604710Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1606516Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1608184Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1609877Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1611458Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1613233Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1614914Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1616592Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1618266Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.1619487Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.1620493Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.1621699Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.1622898Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.1624189Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.1625272Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:04.1626325Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:04.1627354Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1628347Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1629475Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1630598Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1631736Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1632913Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1634036Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1635156Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1636304Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1637475Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1638629Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1639750Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.1640753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:04.1641865Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:04.1642978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:04.1644222Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:04.1645613Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:04.1646887Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:04.1647938Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.1648986Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.1650164Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.1651347Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.1652538Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.1653601Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:04.1654735Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:04.1656010Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:04.1657296Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:04.1658119Z running build_ext 2025-03-21T20:23:04.1658634Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:04.1659452Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:04.1660480Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:23:04.1662015Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:04.1663990Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:04.1666070Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:04.1667991Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:04.1669140Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:04.1669553Z running install 2025-03-21T20:23:04.1669847Z running install_lib 2025-03-21T20:23:04.1670178Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:04.1670630Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:23:04.1671156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:23:04.1671748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:23:04.1672739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1674075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1675489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1681932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1683424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1684799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1686169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1687550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1689028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1690512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1691892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:04.1692904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:23:04.1694015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1695650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1697353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1699143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1700668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1702200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1703775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1705501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1707190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1708851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1710468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1712162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1713780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1715362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1716945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1718554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1720168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1721786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1723429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1725012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1726592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1728250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1729977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1731631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1733282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1734880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1736521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1738184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1739748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1741347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1742963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1744634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1746218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1747750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1749326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1750946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1752591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1754293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:04.1755578Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:23:04.1760077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:04.1761807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:04.1763574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:04.1765319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:04.1767075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:04.1768898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:04.1770675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:04.1772428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:04.1774258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:04.1775534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:23:04.1776667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1778235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1779817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1781391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1782915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1784442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1785939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1787487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1789040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1790547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1792113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1793687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1795277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1796816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1798544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1800140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1801662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1803176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1804711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1806208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1807783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1809379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1810919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1812494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1814136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1815676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1817202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1818787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1820361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1821923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1823477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1825057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1826606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1828153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1829683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1831200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1832714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1834247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1849882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1851482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1853120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1854832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1856441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1857994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1859546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:04.1860739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:23:04.1861856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:04.1863406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:04.1865031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:04.1866714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:04.1868421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:04.1869604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:23:04.1870648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:04.1872128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:04.1873595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:04.1875052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:04.1876131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:23:04.1877328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:04.1878973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:04.1880615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:04.1882255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:04.1883897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:04.1885568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:04.1887282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:04.1889120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:04.1890829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:04.1891988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:23:04.1893244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:04.1894881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:04.1896482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:04.1898095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:04.1899958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:04.1901661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:04.1903329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:04.1905059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:04.1906712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:04.1907857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:23:04.1908960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1910470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1911983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1913504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1915014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1916560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1918140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1919745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1921278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1922785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1924310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1934852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1936469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1938052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1939593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1941157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1942771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1944327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1945862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1947365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1948894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1950436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1951967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1953478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1954972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1956524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1958121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1959688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1961290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1962828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1964343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1965868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1967458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1969130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1970688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1972213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1973755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1975314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1976868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1978443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1979948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1981476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1983044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1984606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1986139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1987684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1989208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1990757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1992307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1993903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1995492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1997104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.1998881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2000546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2002095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2003625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2005153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2006655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2008171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2009775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2016957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2018620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2020221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2021736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:04.2022871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:23:04.2024086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2025778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2027468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2029176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2030922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2032746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2034501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2036299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2038033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2039848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:04.2041140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:23:04.2042431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:23:04.2043672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:23:04.2044825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:04.2046470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:04.2048139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:04.2049868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:04.2051067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:23:04.2052247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:23:04.2053394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:23:04.2054499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-03-21T20:23:04.2055641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:23:04.2056464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:04.2057896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:04.2059349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:23:04.2060402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:04.2062118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:04.2064661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:04.2066397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2068182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2070560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2072865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2075163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2077474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2079774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2082080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2084472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2086704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2089141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2091520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2093812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2096119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2098559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2100846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2103129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2105407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2107797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2110126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2112440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2114724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2117000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2119302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2121616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2123908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2126178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2128420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2130743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2132982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2135278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2137694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2140008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2142268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2144611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:04.2146183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:23:04.2147195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:04.2148874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:04.2150569Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:04.2152313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:04.2153978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:04.2155548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:04.2156918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:23:04.2158007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:04.2159536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:04.2161083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:04.2162628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:04.2163880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:04.2165440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:04.2167618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:04.2169222Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:23:04.2170631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2172455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2174247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2176036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2177888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2179682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2181463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2183232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2184963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2186721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:04.2187943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:23:04.2189018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:04.2190479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:04.2191970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:04.2193082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:23:04.2194238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:23:04.2195951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:23:04.2197270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:23:04.2198639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:04.2200310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:04.2202000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:04.2203747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:04.2204944Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:23:04.2206042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-03-21T20:23:04.2207168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2208309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2210089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2211798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2213468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2215119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2216807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2218590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2220364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2222051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2223703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2225409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2227110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2228819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2230498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2232173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2233960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2235620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2237339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2239069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2240848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2242544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2244285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2245980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2247672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2249444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2251171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2252837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2254473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:04.2255621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2256798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2258442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2260080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2261755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2263437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2265050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2266683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2268346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2270056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2271705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2273312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2274925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2276598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2278212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2279834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2281484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2283182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2284843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2286485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2288162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2289842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2291487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2293139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2294758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2296377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2298022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2299878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2301526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2303313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2304983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2306631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2308373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2310154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2311835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2313480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2315110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2316736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2318397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2320095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2321802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2323422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2325049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2326695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2328400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2330107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2331714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2333324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2334929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2336559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2338158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2339775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2341395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2343108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2344755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2346375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2348023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2349681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2351327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2352984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2354696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2356320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2357947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2359615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2361274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2362932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2364649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2366316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2367954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2369703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2371349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2372989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2374586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2376253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2377893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2379555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2381283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2383047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2384745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2386397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2388086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:04.2389367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:23:04.2390552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:23:04.2391736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:23:04.2392962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:04.2394693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:04.2396396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:04.2397596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:04.2398974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:04.2400720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:04.2402454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:04.2404230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:04.2405549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:04.2407030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:04.2408465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:23:04.2409905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:04.2411720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:04.2413571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:04.2414847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:23:04.2415996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:04.2417616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:04.2419226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:04.2420350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:23:04.2421541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:23:04.2423109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:23:04.2424227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:23:04.2424931Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:04.2426078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:04.2427201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:23:04.2428276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2429787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2431375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2432950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2434582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2436279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2437897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2439486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2441053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2442647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2444182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2445724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2447344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2449001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2450611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:04.2451831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:23:04.2453286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:04.2455567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:04.2457340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:04.2458539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:23:04.2459582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:04.2460995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:04.2462438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:04.2463836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:04.2465282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:04.2466392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:23:04.2467510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:04.2469128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:04.2470818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:04.2472486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:04.2474142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:04.2475886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:04.2477572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:04.2479243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:04.2480433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:23:04.2481708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:23:04.2482989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:23:04.2484211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:23:04.2485425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:23:04.2486640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:23:04.2487822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:23:04.2488613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:23:04.2489526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2490996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2493041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2495089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2497055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2499163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2501135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2503145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2505203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2507284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2509347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2511287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2513209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2515122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2517047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2519039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2521299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2523395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2525501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2527537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2529575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2531677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2533804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2535846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2537914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2539944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2541890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2543826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2545847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2547832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2549821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2551850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2553885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2555844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2557859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2559952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2562065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2564035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2565954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2567881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2569965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2571930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2573906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2575835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2577816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2579856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2581822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2583847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2585877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2587968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2590035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2592063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2594071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2596075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2598082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2600700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2602697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2604701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2606721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2608835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2610776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2612766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2614833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:04.2616172Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:23:04.2617490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:04.2619320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:04.2621143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:04.2622923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:04.2624126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:23:04.2625283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:04.2626942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:04.2628599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:04.2629821Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:04.2631035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:04.2632759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:04.2634594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:04.2635949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:04.2637272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:04.2639111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:04.2641003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:04.2642925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:04.2644808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:04.2646651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:04.2647913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:04.2649229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:23:04.2650452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:23:04.2651218Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:04.2652504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:04.2653843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:23:04.2654811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:04.2656453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:04.2658705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:04.2660935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:04.2663132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:04.2665301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:04.2667431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:04.2669578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:04.2671264Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:04.2673020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:04.2674723Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:23:04.2675753Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:23:04.2676902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:04.2678862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:04.2680552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:23:04.2681282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:23:04.2682163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.2683530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.2685451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.2687337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.2689265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.2691196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.2693107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:04.2694391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:23:04.2695430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:23:04.2696897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:23:04.2698030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2699342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2701010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2702753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2704420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2706052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2707758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2709513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2711166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2712850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2714531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2716248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2717937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2719581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:04.2720751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2721932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2723592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2725248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2726892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2728512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2730226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2731900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2733515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2735155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2736796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2738435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2740064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2741798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2743596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2745290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2746904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2748625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2750414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2752095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2753768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2755489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2757210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2758871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2760560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2762202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2780130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2782003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2783667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2785330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2786978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2788652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2790325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2792057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2793695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2795340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2797002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2798944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2800605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2802265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2803937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2805616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2807333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2809198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2810997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2812628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2814301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:04.2815523Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:23:04.2816729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:23:04.2818430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:23:04.2819725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:04.2821024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:04.2822835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:04.2824729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:04.2826798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:04.2828673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:04.2830575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:04.2831920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:04.2833302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:04.2835113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:04.2836374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:04.2837636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:23:04.2839405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:23:04.2840698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:23:04.2842027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:04.2843931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:04.2845784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:04.2847546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:04.2848754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:23:04.2849995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:23:04.2851665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:23:04.2852882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2854124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2855800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2857496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2859264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2860991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2862743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2864489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2866268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2867998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2869690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2871418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2873164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2874847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:04.2876035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2877681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2879289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2880932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2882615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2884252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2885856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2887466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2889255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2890961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2892651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2894289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2895913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2897519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2899368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2901022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2902692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2904353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2906549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2908178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2909805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2911505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2913170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2914828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2916484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2918142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2919801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2921431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2923068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2924698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2926433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2928126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2929823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2931449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2933143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2934801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2936464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2938089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2939721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2941429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2943119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:04.2944337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:04.2945644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:04.2947468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:04.2949329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:04.2951192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:04.2953007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:04.2954830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:04.2956647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:04.2957955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:04.2959306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:04.2961217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:04.2963090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:04.2964449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:04.2965853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:04.2967865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:04.2969734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:04.2970966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:23:04.2972616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:23:04.2973834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:23:04.2974627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:04.2975952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:04.2977314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:23:04.2978284Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:04.2979769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:04.2981791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:04.2983794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:04.2985217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:23:04.2986133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:04.2987626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:04.2989521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:04.2990817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:04.2992152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:04.2993985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:04.2995312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:04.2996667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:04.2998061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:04.2999903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:04.3002081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:04.3004268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:04.3005792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:23:04.3006729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:04.3008256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:04.3010418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:04.3012434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:04.3013803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:04.3015234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:04.3017190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:04.3018584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:23:04.3019479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:04.3020981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:04.3023058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:04.3025222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:04.3027524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:04.3029026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3030453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3032397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3034422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3036501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3038637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3040786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3042981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3045193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3047436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3049622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3051750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3053913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3056042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3058130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3060271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3062462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3064722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3066952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3069067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3071211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3073311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3075405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3077532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3079733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3081946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3084114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3086217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:04.3087730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3089274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3091330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3093357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3095437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3098076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3100400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3102437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3104460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3106609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3108646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3110679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3112785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3114850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3116804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3118816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3120788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3122764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3124818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3126867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3128943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3130964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3133007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3135114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3137164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3139184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3141238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3143249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3145312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3147352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3149379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3151405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3153415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3155409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3157472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3159553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3161619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3163652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3165709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3167771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3169965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3172029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3173990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3175998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3177965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3179947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3181944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3184127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3186240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3188368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3190462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3192593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3194712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3196842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3199100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3201224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3203398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3205559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3207687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3209880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3212096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3214240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3216368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3218380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3220409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3222539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3224642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3226745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3228784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3230748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3232730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3234735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3236735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3238779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3240723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:04.3242634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:23:04.3243925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:23:04.3245118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:04.3246691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:04.3248245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:04.3249910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:04.3251064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:23:04.3251725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:23:04.3252791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:23:04.3254261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:23:04.3255413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3256666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3258371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3260106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3261809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3263681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3265441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3267187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3268935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3270688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3272489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3274227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3275907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3277624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3279407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3281097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3282792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3284498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3286185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3287884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3289642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:04.3290908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:23:04.3292131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:23:04.3293851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:23:04.3295149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:23:04.3296485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:04.3298541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:04.3300380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:04.3301614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:23:04.3302755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:04.3304369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:04.3306105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:04.3307770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:04.3309401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:04.3311049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:04.3312753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:04.3313929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:23:04.3315087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:23:04.3316697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:23:04.3317866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:23:04.3318606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:04.3319859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:23:04.3321627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:23:04.3322977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:23:04.3324254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:23:04.3326059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:23:04.3327372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:04.3328639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:04.3331003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:04.3332303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:23:04.3333584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:23:04.3335366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:23:04.3336634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:23:04.3337512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:04.3338924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:04.3340315Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:04.3341717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:04.3343533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:23:04.3344709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:23:04.3345446Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:23:04.3346538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3348039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3349571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3351155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3352706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3354249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3355867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3357464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3359059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3360664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3362177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3363739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3365318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3366848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3368375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3370000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3371544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3372676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:04.3373949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:04.3375695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:04.3377509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:04.3379244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:04.3380461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:23:04.3381698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:04.3383439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:04.3385163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:04.3386880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:04.3388609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:04.3390399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:04.3392169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:04.3393945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:04.3395617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3397230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3398989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:04.3400152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:23:04.3401296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:04.3402885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:04.3404573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:04.3406157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:04.3407294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:23:04.3408438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:04.3410069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:04.3411751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:04.3412954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:04.3414178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:04.3415450Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:04.3416933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:04.3418846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:04.3420225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:04.3421602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:04.3423566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:04.3425502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:04.3426858Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:04.3428165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:04.3429516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:04.3430971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:04.3432486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:04.3434106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:04.3436322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:04.3438561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:04.3440155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:04.3441782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:04.3443988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:04.3446254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:04.3448452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:04.3450127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:04.3451180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:04.3452265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:04.3453324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:04.3454424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:04.3454852Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:04.3455862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:04.3456876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:04.3457317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:04.3458311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:04.3459371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:04.3459819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:04.3460899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:04.3461973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:04.3463011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:04.3464054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:04.3465156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:04.3466201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:04.3467247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:04.3467634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:04.3468539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:04.3469469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:04.3470423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:04.3471350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:04.3471703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:23:04.3472090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3473095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3474101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3475124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3476125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3477125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3478142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3479144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3480111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3481149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3482116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3483127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3484132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3485138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3486117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3487157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:04.3487381Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:23:04.3487938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-03-21T20:23:04.3488185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:23:04.3488866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:04.3489510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:04.3490147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:04.3490761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:04.3491461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:04.3492080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:04.3492754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:04.3493309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:23:04.3494183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:04.3494891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:04.3495635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:04.3496463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:04.3496694Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:23:04.3496957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:23:04.3497236Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:23:04.3497557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:23:04.3498492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:04.3499331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:04.3500075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:04.3500838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:04.3501651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:04.3501956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.3502695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.3503462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.3504250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.3504978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.3505750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.3506572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.3507348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.3508124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:04.3508433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:23:04.3509061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:04.3509736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:04.3510379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:04.3511059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:04.3511429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:23:04.3512175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:23:04.3512903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:23:04.3513194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:23:04.3513863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:23:04.3514533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:23:04.3514867Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:23:04.3515626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:23:04.3516426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:23:04.3516846Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:04.3517900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:04.3518889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:04.3519923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:04.3520951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:04.3521893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:04.3522910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:04.3523268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:04.3524034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:23:04.3524810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:23:04.3525127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:23:04.3525892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:23:04.3526693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:23:04.3527018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:23:04.3527765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:23:04.3528525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:23:04.3528873Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:23:04.3529575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3530294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3531018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3531766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3532504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3533239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3533952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3534767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3535470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3536230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3536916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3537639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3538343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3539034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3539784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:04.3540117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:23:04.3540902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:23:04.3541792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:23:04.3542140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:23:04.3543009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:04.3543874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:04.3544743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:04.3545619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:04.3545949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:23:04.3546740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:04.3547537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:04.3548322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:04.3548716Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3549644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3550619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3551565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3552515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3566694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3567707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3568660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3569654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3570714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3571642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3572541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3573452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3574379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3575369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3576387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3577436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3578376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:04.3578700Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:23:04.3579592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:04.3580411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:04.3581237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:04.3581557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:04.3582396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:23:04.3582746Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:04.3583522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:23:04.3583911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:04.3584808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:04.3585759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:04.3586714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:04.3587656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:04.3588038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:04.3588876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:04.3589749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:04.3590626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:04.3591486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:04.3591913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:04.3592817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:04.3593238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:04.3594203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:04.3595206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:04.3595627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:04.3596537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:04.3597465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:04.3597901Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:04.3599100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:04.3600145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:04.3600441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:23:04.3601144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:04.3601985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:04.3658295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:04.3659003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:04.3659322Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:23:04.3660086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:23:04.3660846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:23:04.3661130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:23:04.3661823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:23:04.3662610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:23:04.3662925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:23:04.3663667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:23:04.3664428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:23:04.3664744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:04.3665510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:23:04.3666262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:23:04.3666589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:04.3667335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:23:04.3668079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:23:04.3668425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:04.3669278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:04.3669619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:23:04.3670350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:04.3671087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:04.3671825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:04.3672668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:04.3673448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:04.3673765Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:23:04.3674484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:23:04.3675275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:23:04.3675564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:23:04.3676276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:23:04.3677022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:23:04.3677349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:23:04.3678043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:23:04.3678757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:23:04.3679033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:23:04.3679711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:23:04.3680426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:23:04.3680750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:23:04.3681540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:23:04.3682320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:23:04.3682626Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:23:04.3683335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:23:04.3684081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:23:04.3684382Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:23:04.3685132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:23:04.3685872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:23:04.3686165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:23:04.3686520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:23:04.3687294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:23:04.3687503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:23:04.3688006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3688529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3689095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3689640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3690157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3690715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3691285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3691793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3745608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3746265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3746857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3747378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3747927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3748440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3749062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3749896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3750469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3751075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3751591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3752097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3752605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3753104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3753625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3754194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.3754467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:23:04.3755082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3755698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3756323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3756965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3757622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3758240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3758912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3759566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3760195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3760471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:23:04.3761135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:04.3761799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:04.3762510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:04.3763232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:04.3763933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:04.3764575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3765235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:04.3765476Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:23:04.3766108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:04.3766744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:04.3767394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:04.3768047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:04.3768728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:04.3769398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:04.3769755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:04.3770670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:04.3771601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:04.3772544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:04.3773455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:04.3773768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:23:04.3774515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3775305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3776047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3776776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3777480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3778178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3778937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3779633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3837353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3838085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3838791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3839517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3840248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3841097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3841843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3842538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3843212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3843866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:04.3844174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:23:04.3844963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:23:04.3845794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:23:04.3846100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:04.3847011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:04.3847878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:04.3848662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:04.3848985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:23:04.3849585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:04.3850178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:04.3850773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:04.3851352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:04.3851613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:23:04.3852262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:23:04.3852854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:23:04.3853131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:23:04.3853801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:23:04.3854111Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:23:04.3854901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:23:04.3855238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:23:04.3855872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:23:04.3856168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:23:04.3856860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:23:04.3857557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:23:04.3857845Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:04.3858583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:04.3859341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:04.3860104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:04.3860383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:23:04.3861052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:23:04.3861777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:23:04.3862080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:04.3862844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:23:04.3863130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:23:04.3863837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:23:04.3864542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:23:04.3864836Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:23:04.3865582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:23:04.3866371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:23:04.3867031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:23:04.3867316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:23:04.3868041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-03-21T20:23:04.3868273Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:23:04.3868833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:04.3869470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:04.3870041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:04.3870298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:23:04.3870944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-03-21T20:23:04.3871192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:23:04.3933729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:04.3934351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:04.3934962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:04.3935235Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:23:04.3936102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-03-21T20:23:04.3936343Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:23:04.3936932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3937634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3938283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3938932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3939617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3940285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3940949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3941666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3942342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3943049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3943770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3944440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3945086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3945867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3946566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3947206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3947875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3948525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3949155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3949847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3950534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3951236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3951921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3952665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3953370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3954036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3954752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3955406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3956037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3956666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3957352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3958017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:04.3958274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:23:04.3958857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:04.3959489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:04.3960082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:04.3960425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:23:04.3961067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:04.3961770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:04.3962464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:04.3962702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:23:04.3963271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:04.3963893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:04.3964478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:04.3965112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:04.3965713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:04.3966272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:04.3966857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:04.3967095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:23:04.3967695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4045071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4045850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4046488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4047054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4047688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4048384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4049049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4049680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4050301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4050987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4051662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4052270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4052941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4053619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4054320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4054948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4055567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4056170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4056814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4057431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4058114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4058751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4059382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4060012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4060656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4061233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4061818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4062421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4063066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4063672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4064271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:04.4064551Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:23:04.4065232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:04.4065947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:04.4066637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:04.4067312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:04.4067596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:23:04.4068349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-03-21T20:23:04.4068874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:04.4069102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:23:04.4069400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:23:04.4070098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/android_test 2025-03-21T20:23:04.4070418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:23:04.4071092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:23:04.4071775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:23:04.4072055Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:23:04.4072732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:23:04.4073058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:04.4073840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:04.4074670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:04.4075479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:04.4076272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:04.4077092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:04.4077420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:23:04.4078186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:23:04.4078470Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:23:04.4137412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:04.4138109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:04.4138904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:04.4139244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:23:04.4140056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:23:04.4140346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:23:04.4141062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:04.4141376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:23:04.4142123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:04.4142944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:04.4143768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:04.4144503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:04.4145345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:04.4145624Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:23:04.4146264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-03-21T20:23:04.4146573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:23:04.4147250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-03-21T20:23:04.4147517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:23:04.4148184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-03-21T20:23:04.4148500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:23:04.4149339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:23:04.4149735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:23:04.4150575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:23:04.4151391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:23:04.4151709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:23:04.4152031Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:23:04.4152876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:23:04.4153737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:23:04.4154110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:04.4154990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:23:04.4155248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:23:04.4155538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4156239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4156975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4157721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4158496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4159275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4160083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4160858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4161624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4161967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:04.4162884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:04.4163298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:23:04.4163748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:04.4164758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:04.4165777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:04.4166549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:04.4166839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:23:04.4167511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:04.4168286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:04.4169084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:04.4169834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:04.4170550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:04.4171286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:04.4171587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:23:04.4225944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:04.4226831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:04.4227556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:04.4228244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:04.4228546Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:23:04.4229306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:04.4230094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:04.4230872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:04.4231703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:04.4232007Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:23:04.4232710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:04.4233513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:04.4234244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:04.4234963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:04.4238463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:04.4239300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:23:04.4239594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:23:04.4240435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:23:04.4240851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:04.4241774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:04.4242731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:04.4243685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:04.4244636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:04.4245097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:23:04.4245580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:04.4246654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:04.4247754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:04.4248077Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:23:04.4248454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:04.4249457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:04.4249695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:23:04.4249962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:23:04.4250610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:04.4250910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:23:04.4251667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:04.4252476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:04.4253277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:04.4253973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:04.4254800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:04.4255143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:23:04.4255683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-03-21T20:23:04.4255981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:23:04.4256666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:23:04.4257406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:23:04.4257722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:23:04.4258533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:23:04.4258841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:23:04.4259163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:23:04.4259555Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:04.4260410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:04.4261193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:04.4262048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:04.4262934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:04.4263741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:04.4264092Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:04.4316891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:04.4317823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:04.4318638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:04.4319551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:04.4320390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:04.4320720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:23:04.4321635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:04.4322502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:04.4323282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:04.4323613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:23:04.4324377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:23:04.4325086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:04.4325790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:04.4326499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:04.4326813Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:23:04.4327553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:23:04.4328248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:23:04.4328507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:23:04.4329255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:04.4329912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:04.4330208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:23:04.4330946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:23:04.4331665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:04.4332326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:04.4332608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:23:04.4333250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:23:04.4333920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:23:04.4334208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:23:04.4334958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:23:04.4335239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:23:04.4335933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:04.4336622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:04.4337370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:04.4338080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:04.4338375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:23:04.4339157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:04.4339928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:04.4340738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:04.4341044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:23:04.4341869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:23:04.4342669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:23:04.4342969Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:23:04.4343667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:04.4344464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:04.4345261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:04.4345484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:23:04.4346025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-03-21T20:23:04.4346263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:23:04.4346897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-03-21T20:23:04.4347144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:23:04.4347428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:23:04.4348127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:23:04.4348347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:23:04.4348961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:04.4349487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:04.4350081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:04.4350297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:23:04.4350896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:04.4351448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:04.4392870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:23:04.4393087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:23:04.4393335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:23:04.4394005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-03-21T20:23:04.4394243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:23:04.4394507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:23:04.4394809Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:23:04.4395139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4395949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4396843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4397646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4398630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4399439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4400266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4401111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4402030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4402875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4403772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4404612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4405454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4406323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4407199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4407973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4408900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4409766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:04.4410168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:04.4411069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:04.4411541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:04.4412608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:04.4413714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:04.4414126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.4415115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.4416095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.4417129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.4418137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.4419113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:04.4419522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4420489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4421466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4422468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4423460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4424413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4425342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4426311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4427267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4428220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4429211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4475850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4476798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4477797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4478777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:04.4479220Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:23:04.4479675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:23:04.4480178Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:04.4481295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:04.4482412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:04.4482893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4484021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4485258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4486363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4487452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4488540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4489769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4490865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4492045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4493141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:04.4493477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.4494361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.4495265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.4496161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.4497082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:04.4497463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:04.4498555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:04.4498932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4499780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4500625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4501546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4502513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4503383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4504212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4505087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4505948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4506814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4507702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4508561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:04.4508942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:04.4509894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:04.4510206Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:23:04.4510592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:04.4511593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:04.4512541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:04.4949775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:04.4950298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.4951153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.4952060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.4952926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.4953912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:04.4954365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:04.4955294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:04.4979811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:04.4980885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:04.4981118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:23:04.4981338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:23:04.4981935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:23:04.4982463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:23:04.4982729Z running install_egg_info 2025-03-21T20:23:04.4983164Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:23:04.4983292Z running install_scripts 2025-03-21T20:23:04.4983611Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:23:04.4984284Z creating '/tmp/pip-wheel-p4fqcjoy/.tmp-fvlt2hq7/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-03-21T20:23:04.4984424Z adding 'executorch/version.py' 2025-03-21T20:23:04.4984661Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:23:04.4984903Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:23:04.4985180Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:23:04.4985421Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:23:04.4985713Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:23:04.4985940Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:23:04.4986221Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:23:04.4986481Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:23:04.4986809Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:23:04.4987092Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:23:04.4987366Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:23:04.4987534Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:23:04.4987746Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:23:04.4987960Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:23:04.4988208Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:23:04.4988438Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:23:04.4988654Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:23:04.4988895Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:23:04.4989145Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:23:04.4989437Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:23:04.4989702Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:23:04.4989936Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:23:04.4990274Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:23:04.4990513Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:23:04.4990743Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:23:04.4991022Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:23:04.4991261Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:23:04.4991478Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:23:04.4991732Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:23:04.4991961Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:23:04.4992209Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:23:04.4992433Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:23:04.4992671Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:23:04.4992897Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:23:04.4993158Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:23:04.4993457Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:23:04.4993791Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:23:04.4994043Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:23:04.4994238Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:23:04.4994502Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:23:04.4994764Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:23:04.4994991Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:23:04.4995237Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:23:04.4995480Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:23:04.4995720Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:23:04.4995924Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:23:04.4996150Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:23:04.4996319Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:23:04.4996473Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:23:04.4996660Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:23:04.4996854Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:23:04.4997036Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:23:04.4997200Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:23:04.4997381Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:23:04.4997564Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:23:04.4997741Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:23:04.4997951Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:23:04.4998110Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:23:04.4998509Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:23:04.4998833Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:23:04.4999114Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:23:04.4999332Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:23:04.4999535Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:23:04.4999822Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:23:04.5000065Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:04.5000373Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:23:04.5000652Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:23:04.5001025Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:23:04.5001257Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:23:04.5001504Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:23:04.5001774Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:23:04.5001987Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:23:04.5002257Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:23:04.5002483Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:23:04.5002750Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:23:04.5002993Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:23:04.5003238Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:23:04.5003465Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:23:04.5003711Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:23:04.5003999Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:23:04.5004261Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:23:04.5004583Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:23:04.5004828Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:23:04.5005071Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:23:04.5303313Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:23:04.5303660Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:23:04.5303940Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:23:04.5304252Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:23:04.5304491Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:23:04.5304777Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:23:04.5304987Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:23:04.5305208Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:23:04.5305480Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:23:04.5305746Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:23:04.5306019Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:04.5306332Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:23:04.5306552Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:23:04.5306834Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:23:04.5307107Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:23:04.5307369Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:23:04.5307653Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:23:04.5307933Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:23:04.5308217Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:23:04.5308475Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:23:04.5308895Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:23:04.5309103Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:23:04.5309314Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:23:04.5309511Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:23:04.5309774Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:23:04.5309973Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:23:04.5310158Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:23:04.5310338Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:23:04.5310561Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:23:04.5310740Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:23:04.5310928Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:23:04.5311118Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:23:04.5311376Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:23:04.5311570Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:23:04.5311744Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:23:04.5311942Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:23:04.5312130Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:23:04.5312318Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:23:04.5312522Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:23:04.5312746Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:23:04.5312920Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:23:04.5313100Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:23:04.5313287Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:23:04.5313499Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:23:04.5313718Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:23:04.5313921Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:23:04.5314117Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:23:04.5314320Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:23:04.5314542Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:23:04.5314755Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:23:04.5314955Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:23:04.5315176Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:23:04.5315370Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:23:04.5315585Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:23:04.5315778Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:23:04.5315959Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:23:04.5316154Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:23:04.5316344Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:23:04.5316545Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:23:04.5316751Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:23:04.5317009Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:23:04.5317239Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:23:04.5317498Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:23:04.5317699Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:23:04.5317898Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:23:04.5318107Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:23:04.5318297Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:23:04.5318562Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:23:04.5318825Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:23:04.5319092Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:23:04.5319351Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:23:04.5319599Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:23:04.5319784Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:23:04.5319967Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:23:04.5320143Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:23:04.5320415Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:23:04.5320645Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:23:04.5320910Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:23:04.5321151Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:23:04.5321415Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:23:04.5321679Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:23:04.5321935Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:23:04.5322301Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:23:04.5322521Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:23:04.5322762Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:23:04.5323010Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:23:04.5323230Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:23:04.5323450Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:23:04.5323712Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:23:04.5323977Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:23:04.5324209Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:23:04.5324481Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:23:04.5324702Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:23:04.5324901Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:23:04.5325084Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:23:04.5325276Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:23:04.5325479Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:23:04.5325666Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:23:04.5325895Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:23:04.5326108Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:23:04.5326326Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:23:04.5326511Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:23:04.5326693Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:23:04.5326900Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:23:04.5327099Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:23:04.5327354Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:23:04.5327552Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:23:04.5327765Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:23:04.5327983Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:23:04.5328224Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:23:04.5328419Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:23:04.5328600Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:23:04.5328925Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:23:04.5329126Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:23:04.5329335Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:23:04.5329524Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:23:04.5329768Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:23:04.5329959Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:23:04.5330183Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:23:04.5330409Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:23:04.5330615Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:23:04.5330828Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:23:04.5331018Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:23:04.5331217Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:23:04.5331410Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:23:04.5331612Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:23:04.5331842Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:23:04.5332023Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:23:04.5332229Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:23:04.5332445Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:23:04.5332684Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:23:04.5332902Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:23:04.5711237Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:23:04.5711446Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:23:04.5711731Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:23:04.5712028Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:23:04.5712217Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:23:04.5712431Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:23:04.5712628Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:23:04.5712831Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:23:04.5713048Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:23:04.5713243Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:23:04.5713459Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:23:04.5713689Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:23:04.5713930Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:23:04.5714123Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:23:04.5714329Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:23:04.5714536Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:23:04.5714738Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:23:04.5714934Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:23:04.5715117Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:23:04.5715325Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:23:04.5715528Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:23:04.5715741Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:23:04.5716020Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:23:04.5716203Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:23:04.5716403Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:23:04.5716661Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:23:04.5717067Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:23:04.5717315Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:23:04.5717598Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:23:04.5717986Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:23:04.5718275Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:23:04.5718573Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:23:04.5718885Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:23:04.5719143Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:23:04.5719465Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:04.5719752Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:23:04.5719970Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:23:04.5720231Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:23:04.5720455Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:23:04.5720678Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:23:04.5720900Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:23:04.5721177Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:23:04.5721604Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:23:04.5722039Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:23:04.5722519Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:23:04.5722885Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:23:04.5723259Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:23:04.5723652Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:23:04.5724039Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:23:04.5724425Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:23:04.5724807Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:23:04.5725139Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:23:04.5725520Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:23:04.5725951Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:23:04.5726347Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:23:04.5726712Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:23:04.5727113Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:23:04.5727430Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:23:04.5727812Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:23:04.5728185Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:23:04.5728555Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:23:04.5729024Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:23:04.5729460Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:23:04.5729855Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:23:04.5730206Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:23:04.5730649Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:23:04.5731027Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:23:04.5731413Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:23:04.5731789Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:23:04.5732136Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:23:04.5732518Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:23:04.5732891Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:23:04.5733259Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:23:04.5733668Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:23:04.5734104Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:23:04.5734439Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:23:04.5734882Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:23:04.5735222Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:23:04.5735545Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:23:04.5735933Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:23:04.5736298Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:23:04.5736530Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:23:04.5736714Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:23:04.5736909Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:23:04.5737115Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:23:04.5737338Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:23:04.5737533Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:23:04.5737780Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:23:04.5738009Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:23:04.5738190Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:23:04.5738406Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:23:04.5738637Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:23:04.5738862Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:23:04.5739091Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:23:04.5739280Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:23:04.5739470Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:23:04.5739708Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:23:04.5739911Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:23:04.5740105Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:23:04.5740314Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:23:04.5740511Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:23:04.5740798Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:23:04.5741058Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:23:04.5741286Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:23:04.5741533Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:23:04.5741799Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:23:04.5742094Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:23:04.5742352Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:23:04.5742613Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:23:04.5742875Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:23:04.6026099Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:23:04.6026631Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:23:04.6027055Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:23:04.6027356Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:23:04.6027580Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:23:04.6027798Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:23:04.6028012Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:23:04.6028203Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:23:04.6028579Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:23:04.6028794Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:23:04.6029116Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:23:04.6029336Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:23:04.6029614Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:23:04.6029898Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:23:04.6030162Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:23:04.6030462Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:23:04.6030764Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:23:04.6031013Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:23:04.6031322Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:23:04.6031674Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:23:04.6032091Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:23:04.6032411Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:23:04.6032770Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:23:04.6033102Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:23:04.6033416Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:23:04.6033758Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:23:04.6034104Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:23:04.6034454Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:23:04.6034872Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:23:04.6035226Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:23:04.6035555Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:23:04.6035950Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:23:04.6036294Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:23:04.6036655Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:23:04.6037147Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:23:04.6037540Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:23:04.6037902Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:23:04.6038234Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:23:04.6038574Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:23:04.6038899Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:23:04.6039229Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:23:04.6039505Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:23:04.6039787Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:23:04.6040077Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:23:04.6040365Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:23:04.6040809Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:23:04.6041223Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:23:04.6041598Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:23:04.6041982Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:23:04.6042331Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:23:04.6042702Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:23:04.6043056Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:23:04.6043443Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:23:04.6043792Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:23:04.6044105Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:23:04.6044472Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:23:04.6044863Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:23:04.6045220Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:23:04.6045570Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:23:04.6046012Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:23:04.6046214Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:23:04.6046449Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:23:04.6046655Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:23:04.6046897Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:23:04.6047265Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:23:04.6047685Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:23:04.6048009Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:23:04.6048236Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:23:04.6048620Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:23:04.6048997Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:23:04.6049264Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:23:04.6049581Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:23:04.6049840Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:23:04.6050083Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:23:04.6050313Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:23:04.6050565Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:23:04.6050736Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:23:04.6050938Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:23:04.6051178Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:23:04.6051407Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:23:04.6051779Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:23:04.6051992Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:23:04.6052230Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:23:04.6052439Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:23:04.6052671Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:23:04.6052910Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:23:04.6053110Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:23:04.6053462Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:23:04.6053729Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:23:04.6053973Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:23:04.6054230Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:23:04.6054506Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:23:04.6054841Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:23:04.6055096Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:23:04.6055403Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:23:04.6055653Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:23:04.6055966Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:23:04.6056196Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:23:04.6056511Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:23:04.6056715Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:23:04.6057011Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:23:04.6057248Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:23:04.6057496Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:23:04.6057818Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:23:04.6058131Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:23:04.6058436Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:23:04.6058680Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:23:04.6058949Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:23:04.6059215Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:23:04.6426666Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:23:04.6427474Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:23:04.6427826Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:23:04.6428103Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:23:04.6428343Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:23:04.6428693Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:23:04.6428904Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:23:04.6429150Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:23:04.6429367Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:23:04.6429663Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:23:04.6429864Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:23:04.6430078Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:23:04.6430305Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:23:04.6430536Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:23:04.6430776Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:23:04.6431058Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:23:04.6431279Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:23:04.6431483Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:23:04.6431689Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:23:04.6431976Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:23:04.6432172Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:23:04.6432441Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:23:04.6432674Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:23:04.6432895Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:23:04.6433127Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:23:04.6433400Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:23:04.6433628Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:23:04.6433835Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:23:04.6434073Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:23:04.6434270Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:23:04.6434487Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:23:04.6434719Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:23:04.6434914Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:23:04.6435170Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:23:04.6435397Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:23:04.6435633Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:23:04.6435913Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:23:04.6436140Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:23:04.6436409Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:23:04.6436638Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:23:04.6436846Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:23:04.6437059Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:23:04.6437269Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:23:04.6437509Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:23:04.6437744Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:23:04.6437995Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:23:04.6438205Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:23:04.6438415Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:23:04.6438650Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:23:04.6438952Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:23:04.6439153Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:23:04.6439350Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:23:04.6439561Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:23:04.6439758Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:23:04.6439965Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:23:04.6440162Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:23:04.6440427Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:23:04.6440657Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:23:04.6440878Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:23:04.6441094Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:23:04.6441309Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:23:04.6441547Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:23:04.6441773Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:23:04.6441996Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:23:04.6442278Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:23:04.6442497Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:23:04.6442709Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:23:04.6442931Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:23:04.6443180Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:23:04.6443399Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:23:04.6443672Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:23:04.6443939Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:23:04.6444147Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:23:04.6444378Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:23:04.6444581Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:23:04.6444840Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:23:04.6445044Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:23:04.6445259Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:23:04.6445467Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:23:04.6445699Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:23:04.6445997Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:23:04.6446294Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:23:04.6446581Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:23:04.6446794Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:23:04.6447044Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:23:04.6447240Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:23:04.6447433Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:23:04.6447679Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:23:04.6447935Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:23:04.6448150Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:23:04.6448448Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:23:04.6448725Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:23:04.6449029Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:23:04.6449333Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:23:04.6449799Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:23:04.6450086Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:23:04.6450346Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:23:04.6450637Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:23:04.6450834Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:23:04.6451072Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:23:04.6451254Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:23:04.6451468Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:23:04.6451649Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:23:04.6451838Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:23:04.6452059Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:23:04.6452299Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:23:04.6452504Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:23:04.6452788Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:04.6453092Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:04.6453324Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:23:04.6453562Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:23:04.6453770Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:23:04.6453995Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:23:04.6454205Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:23:04.6454418Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:23:04.6454697Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:23:04.6454868Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:23:04.6455165Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:23:04.6455528Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:23:04.6455870Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:04.6456130Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:23:04.6456297Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:23:04.6456498Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:23:04.6456674Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:23:04.6456846Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:23:04.6457049Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:23:04.6457255Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:23:04.6457512Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:23:04.6747722Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:23:04.6748072Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:23:04.6748373Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:23:04.6748640Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:23:04.6748946Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:23:04.6749362Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:23:04.6749639Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:23:04.6749901Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:23:04.6750127Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:23:04.6750587Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:23:04.6750940Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:23:04.6751263Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:23:04.6751549Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:23:04.6751843Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:23:04.6752144Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:23:04.6752431Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:23:04.6752872Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:23:04.6753201Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:23:04.6753527Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:23:04.6753790Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:23:04.6754136Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:23:04.6754508Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:23:04.6754794Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:23:04.6755158Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:23:04.6755539Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:23:04.6755928Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:23:04.6756284Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:23:04.6756577Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:23:04.6756919Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:23:04.6757421Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:23:04.6757775Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:23:04.6758072Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:23:04.6758433Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:23:04.6758723Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:23:04.6758993Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:23:04.6759251Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:23:04.6759544Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:23:04.6759862Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:23:04.6760161Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:23:04.6760522Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:23:04.6760838Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:23:04.6761140Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:23:04.6761465Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:23:04.6761927Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:23:04.6762253Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:23:04.6762554Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:23:04.6762978Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:23:04.6763280Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:23:04.6763621Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:23:04.6763898Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:23:04.6764188Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:23:04.6764495Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:23:04.6764841Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:23:04.6765119Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:23:04.6765427Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:23:04.6765777Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:23:04.6766101Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:23:04.6766514Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:23:04.6766951Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:23:04.6767280Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:23:04.6767621Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:23:04.6767947Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:23:04.6768283Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:23:04.6768600Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:23:04.6769041Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:23:04.6769365Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:23:04.6769697Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:23:04.6769997Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:23:04.6770278Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:23:04.6770717Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:23:04.6770980Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:23:04.6771218Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:23:04.6771508Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:23:04.6771806Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:23:04.6772109Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:23:04.6772339Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:23:04.6772589Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:23:04.6772869Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:23:04.6773108Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:23:04.6773317Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:23:04.6773708Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:23:04.6774691Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:23:04.6774956Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:23:04.6775264Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:23:04.6775636Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:23:04.6775985Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:23:04.6776347Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:23:04.6776628Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:23:04.6777008Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:23:04.6777351Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:23:04.6777718Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:23:04.6778056Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:23:04.6778390Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:23:04.6778707Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:23:04.6779154Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:23:04.6779524Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:23:04.6780080Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:23:04.6780322Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:23:04.6780614Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:23:04.6780943Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:23:04.6781206Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:23:04.6781584Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:23:04.7112180Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:23:04.7112746Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:23:04.7113086Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:23:04.7113367Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:23:04.7113586Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:23:04.7113957Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:23:04.7114218Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:04.7114467Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:23:04.7114711Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:23:04.7115018Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:23:04.7115256Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:23:04.7115519Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:23:04.7115810Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:04.7116057Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:23:04.7116300Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:23:04.7116578Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:23:04.7116793Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:23:04.7117028Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:23:04.7117406Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:23:04.7117625Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:23:04.7117825Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:23:04.7118125Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:23:04.7118542Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:23:04.7118747Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:23:04.7118962Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:23:04.7119187Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:23:04.7119411Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:23:04.7119626Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:23:04.7119841Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:23:04.7120185Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:23:04.7120506Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:23:04.7120721Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:23:04.7120930Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:23:04.7121185Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:23:04.7121411Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:23:04.7121661Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:23:04.7121940Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:23:04.7122237Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:23:04.7122473Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:23:04.7122710Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:23:04.7123024Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:23:04.7123251Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:23:04.7123485Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:23:04.7123715Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:23:04.7123928Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:23:04.7124160Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:23:04.7124371Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:23:04.7124637Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:23:04.7124840Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:23:04.7125061Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:23:04.7125472Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:23:04.7125708Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:23:04.7125945Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:23:04.7126181Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:23:04.7126413Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:23:04.7126634Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:23:04.7126889Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:23:04.7127107Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:23:04.7127470Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:23:04.7127790Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:23:04.7127990Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:23:04.7128217Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:23:04.7128493Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:23:04.7128710Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:23:04.7129048Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:23:04.7129448Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:23:04.7129734Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:23:04.7130044Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:23:04.7130322Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:23:04.7130627Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:23:04.7130919Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:23:04.7131179Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:23:04.7131413Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:23:04.7131683Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:23:04.7131990Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:23:04.7132329Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:23:04.7132555Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:23:04.7132863Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:23:04.7133213Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:23:04.7133448Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:23:04.7133734Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:23:04.7133963Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:23:04.7134178Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:23:04.7134426Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:23:04.7134751Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:23:04.7134992Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:23:04.7135259Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:23:04.7135499Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:23:04.7135739Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:23:04.7135994Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:23:04.7136201Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:23:04.7136466Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:23:04.7136717Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:23:04.7136918Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:23:04.7137140Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:23:04.7137345Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:23:04.7137593Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:23:04.7137853Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:23:04.7138128Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:23:04.7138332Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:23:04.7138546Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:23:04.7138841Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:23:04.7139053Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:23:04.7139283Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:23:04.7139544Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:23:04.7139760Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:23:04.7139965Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:23:04.7140177Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:23:04.7140529Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:23:04.7140842Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:23:04.7141101Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:23:04.7141329Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:23:04.7141550Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:23:04.7141771Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:23:04.7141994Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:23:04.7142245Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:23:04.7142468Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:23:04.7142700Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:23:04.7142924Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:23:04.7143157Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:23:04.7143377Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:23:04.7143579Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:23:04.7143919Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:23:04.7390151Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:23:04.7390527Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:23:04.7390899Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:23:04.7391360Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:23:04.7391670Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:23:04.7391957Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:23:04.7392181Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:23:04.7392409Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:23:04.7392625Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:23:04.7392929Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:23:04.7393138Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:23:04.7393435Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:23:04.7393740Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:23:04.7394087Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:23:04.7394391Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:23:04.7394691Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:23:04.7395009Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:23:04.7395330Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:23:04.7395635Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:23:04.7395944Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:23:04.7396246Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:23:04.7396568Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:23:04.7396857Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:23:04.7397223Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:23:04.7397429Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:23:04.7397748Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:23:04.7398016Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:23:04.7398619Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:23:04.7398952Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:23:04.7399245Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:23:04.7399544Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:23:04.7399837Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:23:04.7400094Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:23:04.7400363Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:23:04.7400685Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:23:04.7401056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:23:04.7401459Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:23:04.7401806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:23:04.7402141Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:23:04.7402544Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:23:04.7402875Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:23:04.7403239Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:23:04.7403633Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:23:04.7403967Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:23:04.7404311Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:23:04.7404645Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:23:04.7405002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:23:04.7405326Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:23:04.7405661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:23:04.7406056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:23:04.7406351Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:23:04.7406660Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:23:04.7406966Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:23:04.7407270Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:23:04.7407604Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:23:04.7407977Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:23:04.7408303Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:23:04.7408617Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:23:04.7409057Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:23:04.7409388Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:23:04.7409806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:23:04.7410133Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:23:04.7410464Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:23:04.7410816Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:23:04.7411161Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:23:04.7411514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:23:04.7411839Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:23:04.7412188Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:23:04.7412511Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:23:04.7412828Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:23:04.7413160Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:23:04.7413524Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:04.7413879Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:04.7414220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:23:04.7414559Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:23:04.7414945Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:23:04.7415285Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:23:04.7415666Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:23:04.7415983Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:23:04.7416275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:23:04.7416570Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:23:04.7416895Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:23:04.7417188Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:23:04.7417536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:23:04.7417895Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:23:04.7418272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:23:04.7418610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:23:04.7419004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:04.7419379Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:04.7419751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:04.7420153Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:04.7420525Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:04.7420915Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:04.7421286Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:04.7421680Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:04.7422089Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:04.7422473Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:04.7422859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:23:04.7423302Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:23:05.1157904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:23:05.1159439Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:23:05.1160912Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:23:05.1162528Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:23:05.1164119Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:23:05.1165782Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:23:05.1167281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:23:05.1168605Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:23:05.1170106Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:23:05.1171512Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:23:05.1172923Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:23:05.1174526Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:23:05.1175833Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:23:05.1177306Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:23:05.1178983Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:23:05.1180633Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:23:05.1182432Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:23:05.1184288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:23:05.1185948Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:23:05.1187566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:23:05.1189205Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:23:05.1190859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:23:05.1192529Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:23:05.1194088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:23:05.1195726Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:23:05.1197449Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:23:05.1199435Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:23:05.1201190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:23:05.1202771Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:23:05.1204311Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:23:05.1205850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:23:05.1207565Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:23:05.1209241Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:23:05.1210981Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:23:05.1212988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:23:05.1214610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:23:05.1216049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:23:05.1217453Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:23:05.1218870Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:23:05.1220151Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:23:05.1221454Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:23:05.1222659Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:23:05.1223988Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:23:05.1225423Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:23:05.1226889Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:23:05.1228515Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:23:05.1230389Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:23:05.1231893Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:23:05.1233201Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:23:05.1234258Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:23:05.1235195Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:23:05.1236081Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:23:05.1237052Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:23:05.1238006Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:23:05.1238745Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:23:05.1239534Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:23:05.1240344Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:23:05.1241153Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:23:05.1242052Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:23:05.1242976Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:23:05.1243755Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:23:05.1244678Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:23:05.1245698Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:23:05.1246788Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:23:05.1248015Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:23:05.1249059Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:23:05.1249747Z adding 'executorch/data/bin/flatc' 2025-03-21T20:23:05.1250430Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:23:05.1251229Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:23:05.1252184Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:23:05.1253323Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:23:05.1254416Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:23:05.1255317Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:23:05.1256354Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:23:05.1257354Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:23:05.1258547Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:23:05.1260114Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:23:05.1261378Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:23:05.1262582Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:23:05.1263746Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:23:05.1265015Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:23:05.1266329Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:23:05.1267606Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:23:05.1268922Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:23:05.1270079Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:23:05.1271204Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:23:05.1272304Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:23:05.1273339Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:23:05.1274292Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:23:05.1275218Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:23:05.1276276Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:23:05.1277144Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:23:05.1277977Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:23:05.1278875Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:23:05.1279821Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:23:05.1280648Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:23:05.1281611Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:23:05.1282593Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:23:05.1283466Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:23:05.1284435Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:23:05.1285401Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:23:05.1286419Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:23:05.1287515Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:23:05.1288615Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:23:05.1289876Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:23:05.1291112Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:23:05.1292259Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:23:05.1293322Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:23:05.1294532Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:23:05.1295660Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:23:05.1296759Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:23:05.1297835Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:23:05.1563050Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:23:05.1564122Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:23:05.1564683Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:23:05.1565278Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:23:05.1565922Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:23:05.1566750Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:23:05.1567431Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:23:05.1568061Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:23:05.1568871Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:23:05.1569459Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:23:05.1569979Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:23:05.1570461Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:23:05.1570936Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:23:05.1571419Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:23:05.1571947Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:23:05.1572483Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:23:05.1572982Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:23:05.1573458Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:23:05.1573979Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:23:05.1574541Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:23:05.1575257Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:23:05.1576102Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:23:05.1577026Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:23:05.1577931Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:23:05.1578748Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:23:05.1579559Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:23:05.1580293Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:23:05.1580848Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:23:05.1581410Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:23:05.1581968Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:23:05.1582522Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:23:05.1583079Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:23:05.1583605Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:23:05.1584099Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:23:05.1584621Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:23:05.1585160Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:23:05.1585707Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:23:05.1586268Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:23:05.1586799Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:23:05.1587400Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:23:05.1588011Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:23:05.1588575Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:23:05.1589114Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:23:05.1589618Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:23:05.1590105Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:23:05.1590577Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:23:05.1591103Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:23:05.1591688Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:23:05.1592333Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:23:05.1592945Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:23:05.1593619Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:23:05.1594301Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:23:05.1595614Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:23:05.1596679Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:23:05.1597664Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:23:05.1598983Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:23:05.1599684Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:23:05.1600492Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:23:05.1601306Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:23:05.1602074Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:23:05.1602808Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:23:05.1603563Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:23:05.1604366Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:23:05.1605115Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:23:05.1606003Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:23:05.1606785Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:23:05.1607485Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:23:05.1608174Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:23:05.1608974Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:23:05.1609777Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:23:05.1610634Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:23:05.1611570Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:23:05.1612429Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:23:05.1613218Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:23:05.1613954Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:23:05.1614627Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:23:05.1615279Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:23:05.1615878Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:23:05.1616518Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:23:05.1617280Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:23:05.1618037Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:23:05.1618771Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:23:05.1619484Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:23:05.1620140Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:23:05.1620805Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:23:05.1621475Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:23:05.1622157Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:23:05.1622968Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:23:05.1623789Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:23:05.1624592Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:23:05.1625399Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:23:05.1626148Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:23:05.1626995Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:23:05.1627697Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:23:05.1628227Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:23:05.1628769Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:23:05.1629262Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:23:05.1629790Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:23:05.1630351Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:23:05.1630875Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:23:05.1631361Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:23:05.1631865Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:23:05.1632403Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:23:05.1632950Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:23:05.1633534Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:23:05.1634088Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:23:05.1634632Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:23:05.1635177Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:23:05.1635729Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:23:05.1636265Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:23:05.1636845Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:23:05.1637450Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:23:05.1638018Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:23:05.1638631Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:23:05.1639233Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:23:05.1639816Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:23:05.1640389Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:23:05.1640926Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:23:05.2166081Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:23:05.2167044Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:23:05.2167679Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:23:05.2168179Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:23:05.2168742Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:23:05.2169444Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:23:05.2170019Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:23:05.2170549Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:23:05.2171079Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:23:05.2171609Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:23:05.2185705Z adding 'executorch/exir/__init__.py' 2025-03-21T20:23:05.2186251Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:23:05.2186660Z adding 'executorch/exir/common.py' 2025-03-21T20:23:05.2187065Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:23:05.2187644Z adding 'executorch/exir/delegate.py' 2025-03-21T20:23:05.2188041Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:23:05.2188440Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:23:05.2188875Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:23:05.2189281Z adding 'executorch/exir/error.py' 2025-03-21T20:23:05.2189771Z adding 'executorch/exir/graph.py' 2025-03-21T20:23:05.2190167Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:23:05.2190602Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:23:05.2191048Z adding 'executorch/exir/memory.py' 2025-03-21T20:23:05.2191458Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:23:05.2191880Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:23:05.2192283Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:23:05.2192687Z adding 'executorch/exir/print_program.py' 2025-03-21T20:23:05.2193101Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:23:05.2193502Z adding 'executorch/exir/schema.py' 2025-03-21T20:23:05.2193888Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:23:05.2194274Z adding 'executorch/exir/tensor.py' 2025-03-21T20:23:05.2194640Z adding 'executorch/exir/tracer.py' 2025-03-21T20:23:05.2195020Z adding 'executorch/exir/types.py' 2025-03-21T20:23:05.2195396Z adding 'executorch/exir/version.py' 2025-03-21T20:23:05.2195779Z adding 'executorch/exir/wrap.py' 2025-03-21T20:23:05.2196183Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:23:05.2196619Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:23:05.2197136Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:23:05.2197653Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:23:05.2198159Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:23:05.2198931Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:23:05.2199397Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:23:05.2199896Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:23:05.2200366Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:23:05.2200824Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:23:05.2201301Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:23:05.2201790Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:23:05.2202295Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:23:05.2202821Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:23:05.2203407Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:23:05.2203988Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:23:05.2204471Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:23:05.2204938Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:23:05.2205437Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:23:05.2205953Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:23:05.2206434Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:23:05.2206860Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:23:05.2207444Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:23:05.2208247Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:23:05.2209165Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:23:05.2209984Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:23:05.2210712Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:23:05.2211378Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:23:05.2212064Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:23:05.2212683Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:23:05.2213359Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:23:05.2213912Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:23:05.2214511Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:23:05.2215209Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:23:05.2215752Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:23:05.2216325Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:23:05.2216899Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:23:05.2217477Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:23:05.2218066Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:23:05.2218673Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:23:05.2219285Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:23:05.2219879Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:23:05.2220396Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:23:05.2220869Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:23:05.2221444Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:23:05.2222101Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:23:05.2222808Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:23:05.2223628Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:23:05.2224288Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:23:05.2224775Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:23:05.2225216Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:23:05.2225647Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:23:05.2226077Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:23:05.2226512Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:23:05.2226926Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:23:05.2227360Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:23:05.2227909Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:23:05.2228451Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:23:05.2228903Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:23:05.2229376Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:23:05.2229838Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:23:05.2230333Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:23:05.2230866Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:23:05.2231392Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:23:05.2231878Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:23:05.2232371Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:23:05.2232914Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:23:05.2233423Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:23:05.2233913Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:23:05.2234445Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:23:05.2235003Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:23:05.2235590Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:23:05.2236100Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:23:05.2236527Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:23:05.2236957Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:23:05.2237385Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:23:05.2237861Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:23:05.2238292Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:23:05.2238709Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:23:05.2239178Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:23:05.2239662Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:23:05.2240252Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:23:05.2240822Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:23:05.2241321Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:23:05.2241870Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:23:05.2242441Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:23:05.2242975Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:23:05.2243551Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:23:05.2244129Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:23:05.2244655Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:23:05.2245228Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:23:05.2245831Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:23:05.2246357Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:23:05.2246898Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:23:05.2247480Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:23:05.2248057Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:23:05.2248571Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:23:05.2249181Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:23:05.2249670Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:23:05.2250195Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:23:05.2250778Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:23:05.2251316Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:23:05.2251836Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:23:05.2252497Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:23:05.2253181Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:23:05.2253769Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:23:05.2254366Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:23:05.2254955Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:23:05.2255444Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:23:05.2255940Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:23:05.2256443Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:23:05.9196692Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:23:05.9197674Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:23:05.9198133Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:23:05.9198767Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:23:05.9199230Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:23:05.9199764Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:23:05.9200297Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:23:05.9200760Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:23:05.9201216Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:23:05.9201665Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:23:05.9202077Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:23:05.9202518Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:23:05.9202934Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:23:05.9203527Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:23:05.9203953Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:23:05.9204367Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:23:05.9204826Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:23:05.9205337Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:23:05.9205916Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:23:05.9206369Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:23:05.9206829Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:23:05.9207286Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:23:05.9207747Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:23:05.9208231Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:23:05.9208840Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:23:05.9209431Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:23:05.9209875Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:23:05.9210395Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:23:05.9210996Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:23:05.9211635Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:23:05.9212221Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:23:05.9212697Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:23:05.9213161Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:23:05.9213684Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:23:05.9214154Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:23:05.9214705Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:23:05.9215257Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:23:05.9215770Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:23:05.9216273Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:23:05.9216792Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:23:05.9217267Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:23:05.9217703Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:23:05.9218133Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:23:05.9218594Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:23:05.9219064Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:23:05.9219518Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:23:05.9219996Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:23:05.9220475Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:23:05.9220960Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:23:05.9221441Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:23:05.9221962Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:23:05.9222502Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:23:05.9222999Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:23:05.9223487Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:23:05.9223981Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:23:05.9224524Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:23:05.9225138Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:23:05.9225805Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:23:05.9226465Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:23:05.9227090Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:23:05.9227698Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:23:05.9228312Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:23:05.9228823Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:23:05.9229303Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:23:05.9229882Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:23:05.9230558Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:23:05.9231102Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:23:05.9231708Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:23:05.9232333Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:23:05.9232918Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:23:05.9233552Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:23:05.9234246Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:23:05.9234943Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:23:05.9235591Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:23:05.9236293Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:23:05.9237086Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:23:05.9237868Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:23:05.9238497Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:23:05.9239026Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:23:05.9239545Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:23:05.9240083Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:23:05.9240646Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:23:05.9241216Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:23:05.9241769Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:23:05.9242333Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:23:05.9242912Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:23:05.9243407Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:23:05.9243929Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:23:05.9244509Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:23:05.9245114Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:23:05.9245770Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:23:05.9246379Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:23:05.9246915Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:23:05.9247461Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:23:05.9247979Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:23:05.9248545Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:23:05.9249207Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:23:05.9249810Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:23:05.9250572Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:23:05.9251328Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:23:05.9252056Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:23:05.9252861Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:23:05.9253718Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:05.9254485Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:05.9255276Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:05.9255971Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:23:05.9256511Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:23:05.9257126Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:23:05.9257736Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:23:05.9258396Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:23:05.9258944Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:23:05.9259413Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:23:05.9259892Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:23:05.9260452Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:23:05.9261050Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:23:05.9261684Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:23:05.9262354Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:23:05.9263012Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:23:05.9263648Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:23:05.9264396Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:23:05.9265250Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:23:05.9266028Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:23:05.9266685Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:23:05.9267347Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:23:05.9268035Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:23:05.9268718Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:23:05.9269450Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:23:05.9270176Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:23:05.9270915Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:23:05.9271606Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:23:05.9272218Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:23:09.2665989Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:23:09.2666784Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:23:09.2667342Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:23:09.2667944Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:23:09.2668640Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:23:09.2669392Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:23:09.2670121Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:23:09.2670840Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:23:09.2671538Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:23:09.2672209Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:23:09.2672828Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:23:09.2673386Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:23:09.2673932Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:23:09.2674509Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:23:09.2675434Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:23:09.2676150Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:23:09.2676954Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:23:09.2677941Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:23:09.2678769Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:23:09.2679620Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:23:09.2680489Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:23:09.2681377Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:23:09.2682220Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:23:09.2682985Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:23:09.2683756Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:23:09.2684537Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:23:09.2685286Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:23:09.2686003Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:23:09.2686718Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:23:09.2687523Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:23:09.2688282Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:23:09.2689121Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:23:09.2689883Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:23:09.2690648Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:23:09.2691398Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:23:09.2692149Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:23:09.2692948Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:23:09.2693797Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:23:09.2694676Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:23:09.2695563Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:23:09.2696489Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:23:09.2697400Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:23:09.2698505Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:23:09.2699374Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:23:09.2700287Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:23:09.2701196Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:23:09.2702140Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:23:09.2703069Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:23:09.2703845Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:23:09.2704580Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:23:09.2705407Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:23:09.2706150Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:23:09.2706890Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:23:09.2707631Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:23:09.2708249Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:23:09.2708863Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:23:09.2709525Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:23:09.2710188Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:23:09.2710803Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:23:09.2711413Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:23:09.2712055Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:23:09.2712690Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:23:09.2713300Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:23:09.2713915Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:23:09.2714596Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:23:09.2715210Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:23:09.2715754Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:23:09.2716375Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:23:09.2716942Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:23:09.2717582Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:23:09.2718238Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:23:09.2718806Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:23:09.2719268Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:23:09.2719746Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:23:09.2720188Z adding 'executorch/schema/program.fbs' 2025-03-21T20:23:09.2720605Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:23:09.2721082Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:23:09.2721613Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:23:09.2722074Z adding 'executorch/util/collect_env.py' 2025-03-21T20:23:09.2722479Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:23:09.2722946Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:23:09.2723458Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:23:09.2723953Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:23:09.2724490Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:23:09.2725057Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:23:09.2725588Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:23:09.2726046Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:09.2726858Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:23:09.2728003Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=e6987c3c2667a87483a27029486f1e1e39310cbe073aaa33917beaa9da1823c5 2025-03-21T20:23:09.2729533Z Stored in directory: /tmp/pip-ephem-wheel-cache-ldrftz8w/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:23:09.2730322Z Successfully built executorch 2025-03-21T20:23:09.2731041Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:23:09.2731940Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:23:09.2732418Z Attempting uninstall: pytest 2025-03-21T20:23:09.2732800Z Found existing installation: pytest 7.2.0 2025-03-21T20:23:09.2733197Z Uninstalling pytest-7.2.0: 2025-03-21T20:23:09.2733652Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:23:09.2734298Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:23:09.2735095Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:23:09.2736001Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:23:09.2736791Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:23:09.2737639Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:23:09.2738501Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:23:09.2739109Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:23:09.2739588Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:23:09.2740131Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:23:09.2740670Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:23:09.2741651Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:23:09.2742583Z + pip list 2025-03-21T20:23:09.2742940Z Package Version Editable project location 2025-03-21T20:23:13.0926349Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:23:13.0926925Z alabaster 0.7.16 2025-03-21T20:23:13.0927285Z attrs 25.3.0 2025-03-21T20:23:13.0927666Z babel 2.17.0 2025-03-21T20:23:13.0928008Z beautifulsoup4 4.13.3 2025-03-21T20:23:13.0928364Z breathe 4.34.0 2025-03-21T20:23:13.0928705Z bs4 0.0.2 2025-03-21T20:23:13.0929114Z certifi 2025.1.31 2025-03-21T20:23:13.0929538Z charset-normalizer 3.4.1 2025-03-21T20:23:13.0929914Z cmake 3.31.6 2025-03-21T20:23:13.0930267Z contourpy 1.3.1 2025-03-21T20:23:13.0930613Z coverage 7.7.0 2025-03-21T20:23:13.0930943Z cycler 0.12.1 2025-03-21T20:23:13.0931302Z docutils 0.16 2025-03-21T20:23:13.0931656Z exceptiongroup 1.2.2 2025-03-21T20:23:13.0932008Z execnet 2.1.1 2025-03-21T20:23:13.0932373Z executorch 0.6.0a0+be92d7d 2025-03-21T20:23:13.0932742Z exhale 0.2.3 2025-03-21T20:23:13.0933083Z expecttest 0.1.6 2025-03-21T20:23:13.0933432Z filelock 3.18.0 2025-03-21T20:23:13.0933784Z flatbuffers 25.2.10 2025-03-21T20:23:13.0934138Z fonttools 4.56.0 2025-03-21T20:23:13.0934477Z fsspec 2025.3.0 2025-03-21T20:23:13.0934840Z huggingface-hub 0.29.3 2025-03-21T20:23:13.0935195Z hypothesis 6.84.2 2025-03-21T20:23:13.0935551Z idna 3.10 2025-03-21T20:23:13.0935889Z imagesize 1.4.1 2025-03-21T20:23:13.0936221Z iniconfig 2.1.0 2025-03-21T20:23:13.0936568Z Jinja2 3.1.6 2025-03-21T20:23:13.0936910Z kiwisolver 1.4.8 2025-03-21T20:23:13.0937247Z lxml 5.3.1 2025-03-21T20:23:13.0937593Z markdown-it-py 2.2.0 2025-03-21T20:23:13.0937931Z MarkupSafe 3.0.2 2025-03-21T20:23:13.0938276Z matplotlib 3.10.1 2025-03-21T20:23:13.0938841Z mdit-py-plugins 0.3.5 2025-03-21T20:23:13.0939193Z mdurl 0.1.2 2025-03-21T20:23:13.0939535Z mpmath 1.3.0 2025-03-21T20:23:13.0939871Z myst-parser 0.18.1 2025-03-21T20:23:13.0940226Z networkx 3.4.2 2025-03-21T20:23:13.0940566Z numpy 2.2.4 2025-03-21T20:23:13.0941041Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:23:13.0941430Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:23:13.0941801Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:23:13.0942190Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:23:13.0942580Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:23:13.0942960Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:23:13.0943343Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:23:13.0943718Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:23:13.0944102Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:23:13.0944475Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:23:13.0944848Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:23:13.0945219Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:23:13.0945566Z packaging 24.2 2025-03-21T20:23:13.0945910Z pandas 2.2.3 2025-03-21T20:23:13.0946262Z parameterized 0.9.0 2025-03-21T20:23:13.0946612Z pillow 11.1.0 2025-03-21T20:23:13.0946956Z pip 25.0 2025-03-21T20:23:13.0947277Z pluggy 1.5.0 2025-03-21T20:23:13.0947616Z Pygments 2.19.1 2025-03-21T20:23:13.0948022Z pyparsing 3.2.1 2025-03-21T20:23:13.0948367Z pytest 8.3.5 2025-03-21T20:23:13.0948713Z pytest-cov 4.1.0 2025-03-21T20:23:13.0949058Z pytest-rerunfailures 15.0 2025-03-21T20:23:13.0949416Z pytest-xdist 3.6.1 2025-03-21T20:23:13.0949784Z python-dateutil 2.9.0.post0 2025-03-21T20:23:13.0950310Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:23:13.0950829Z pytz 2025.1 2025-03-21T20:23:13.0951164Z PyYAML 6.0.1 2025-03-21T20:23:13.0951511Z regex 2024.11.6 2025-03-21T20:23:13.0951875Z requests 2.32.3 2025-03-21T20:23:13.0952231Z ruamel.yaml 0.17.32 2025-03-21T20:23:13.0952594Z ruamel.yaml.clib 0.2.12 2025-03-21T20:23:13.0953042Z safetensors 0.5.3 2025-03-21T20:23:13.0953398Z setuptools 75.8.0 2025-03-21T20:23:13.0953744Z six 1.17.0 2025-03-21T20:23:13.0954093Z snowballstemmer 2.2.0 2025-03-21T20:23:13.0954452Z sortedcontainers 2.4.0 2025-03-21T20:23:13.0954793Z soupsieve 2.6 2025-03-21T20:23:13.0955132Z Sphinx 5.3.0 2025-03-21T20:23:13.0955487Z sphinx-copybutton 0.5.0 2025-03-21T20:23:13.0955846Z sphinx_design 0.4.1 2025-03-21T20:23:13.0956197Z sphinx-gallery 0.14.0 2025-03-21T20:23:13.0956560Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:23:13.0956937Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:23:13.0957311Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:23:13.0957685Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:23:13.0958065Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:23:13.0958433Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:23:13.0958801Z sympy 1.13.3 2025-03-21T20:23:13.0959143Z tabulate 0.9.0 2025-03-21T20:23:13.0959482Z timm 1.0.7 2025-03-21T20:23:13.0959812Z tokenizers 0.21.1 2025-03-21T20:23:13.0960179Z tomli 2.0.1 2025-03-21T20:23:13.0960547Z torch 2.7.0a0+git295f2ed 2025-03-21T20:23:13.0960967Z torchao 0.10.0+git64bcf4c 2025-03-21T20:23:13.0961435Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:23:13.0961820Z torchsr 1.0.4 2025-03-21T20:23:13.0962194Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:23:13.0962579Z tqdm 4.67.1 2025-03-21T20:23:13.0962934Z transformers 4.47.1 2025-03-21T20:23:13.0963272Z triton 3.0.0 2025-03-21T20:23:13.0963702Z typing_extensions 4.12.2 2025-03-21T20:23:13.0964059Z tzdata 2025.1 2025-03-21T20:23:13.0964410Z urllib3 2.3.0 2025-03-21T20:23:13.0964753Z wheel 0.45.1 2025-03-21T20:23:13.0965088Z zstd 1.5.5.1 2025-03-21T20:23:13.0965456Z + build_executorch_runner cmake Release 2025-03-21T20:23:13.0965836Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:13.0966158Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:13.0966498Z + build_executorch_runner_cmake Release 2025-03-21T20:23:13.0966864Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:13.0967220Z + clean_executorch_install_folders 2025-03-21T20:23:13.0967596Z + ./install_executorch.sh --clean 2025-03-21T20:23:13.0967957Z Cleaning build artifacts... 2025-03-21T20:23:13.0968276Z Cleaning pip-out/... 2025-03-21T20:23:13.0968586Z Done cleaning build artifacts. 2025-03-21T20:23:13.0969010Z + mkdir cmake-out 2025-03-21T20:23:13.0969290Z + pushd cmake-out 2025-03-21T20:23:13.0969636Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:23:13.0970051Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:23:13.0970375Z + CXXFLAGS= 2025-03-21T20:23:13.0970629Z + CXXFLAGS= 2025-03-21T20:23:13.0971080Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:13.0971701Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:13.0972211Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:13.0972673Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:13.0973101Z -- Detecting C compiler ABI info 2025-03-21T20:23:13.0973478Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:13.0973942Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:13.0974389Z -- Detecting C compile features 2025-03-21T20:23:13.0974752Z -- Detecting C compile features - done 2025-03-21T20:23:13.0975134Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:13.0975517Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:13.0975995Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:13.0976452Z -- Detecting CXX compile features 2025-03-21T20:23:13.0976828Z -- Detecting CXX compile features - done 2025-03-21T20:23:13.0977842Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:13.0978705Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:13.0979218Z CMake. 2025-03-21T20:23:13.0979361Z 2025-03-21T20:23:13.0979646Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:13.0980294Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:13.0980869Z to work with policies introduced by or earlier. 2025-03-21T20:23:13.0981182Z 2025-03-21T20:23:13.0981309Z  2025-03-21T20:23:13.0982034Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:13.0982896Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:13.0983397Z CMake. 2025-03-21T20:23:13.0983533Z 2025-03-21T20:23:13.0983803Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:13.0984459Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:13.0985029Z to work with policies introduced by or earlier. 2025-03-21T20:23:13.0985326Z 2025-03-21T20:23:13.0985460Z  2025-03-21T20:23:13.0985744Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:13.0986229Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:13.0986650Z -- Found Threads: TRUE 2025-03-21T20:23:13.0987452Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:13.0988337Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:13.0988898Z CMake. 2025-03-21T20:23:13.0989036Z 2025-03-21T20:23:13.0989310Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:13.0989948Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:13.0990526Z to work with policies introduced by or earlier. 2025-03-21T20:23:13.0990841Z 2025-03-21T20:23:13.0990965Z  2025-03-21T20:23:13.0991233Z -- Using python executable 'python' 2025-03-21T20:23:13.0991598Z -- Resolved buck2 as buck2. 2025-03-21T20:23:13.0991913Z -- Killing buck2 daemon 2025-03-21T20:23:13.0992212Z 'buck2 killall' 2025-03-21T20:23:13.0992518Z -- executorch: Generating source lists 2025-03-21T20:23:13.0993132Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:13.0993936Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:13.0994519Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:13.0994909Z -- Generating operator lib: 2025-03-21T20:23:13.0995247Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:13.0995736Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:13.0996877Z -- ROOT_OPS: 2025-03-21T20:23:13.0997142Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:13.0998855Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:23:13.1000184Z -- Generating kernel bindings: 2025-03-21T20:23:13.1000547Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:13.1001030Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:13.1001539Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:13.1001862Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:13.1003821Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:13.1005532Z -- Generating operator lib: 2025-03-21T20:23:13.1005965Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:13.1006319Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:13.1006668Z -- DEPS: executorch 2025-03-21T20:23:13.1007416Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:13.1008178Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:13.1008683Z CMake. 2025-03-21T20:23:13.1008903Z 2025-03-21T20:23:13.1009172Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:15.3703473Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:15.3704676Z to work with policies introduced by or earlier. 2025-03-21T20:23:15.3705267Z 2025-03-21T20:23:15.3705706Z  2025-03-21T20:23:15.3706187Z -- Looking for C++ include unistd.h 2025-03-21T20:23:15.3706969Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:15.3707699Z -- Looking for C++ include stdint.h 2025-03-21T20:23:15.3708398Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:15.3709133Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:15.3709854Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:15.3710598Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:15.3711346Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:15.3712424Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:15.3713157Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:15.3713856Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:15.3714505Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:15.3715213Z -- Looking for C++ include stddef.h 2025-03-21T20:23:15.3716213Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:15.3716938Z -- Check size of uint32_t 2025-03-21T20:23:15.3717527Z -- Check size of uint32_t - done 2025-03-21T20:23:15.3718157Z -- Looking for strtoll 2025-03-21T20:23:15.3718699Z -- Looking for strtoll - found 2025-03-21T20:23:15.3719267Z -- 2025-03-21T20:23:15.3719701Z -- ******** Summary ******** 2025-03-21T20:23:15.3720329Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:23:15.3721050Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:15.3721752Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:15.3722458Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:15.3723095Z -- BUCK2 : buck2 2025-03-21T20:23:15.3723769Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:15.3724831Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:15.3725966Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:23:15.3726789Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:23:15.3727593Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:15.3728317Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:15.3729434Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:15.3730196Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:15.3730942Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:15.3731721Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:15.3732505Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:15.3733314Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:15.3734133Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:15.3734969Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:15.3735767Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:15.3736512Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:15.3737361Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:15.3738064Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:15.3738512Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:15.3738955Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:15.3739362Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:15.3739787Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:15.3740222Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:15.3740662Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:15.3741107Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:15.3741549Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:15.3741967Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:15.3742390Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:15.3742816Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:15.3743253Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:15.3743671Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:15.3744078Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:15.3744507Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:15.3744930Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:15.3745353Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:15.3745765Z -- Configuring done (5.3s) 2025-03-21T20:23:15.3746086Z -- Generating done (0.1s) 2025-03-21T20:23:15.3746540Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:15.3747124Z + popd 2025-03-21T20:23:15.3747390Z /pytorch/executorch 2025-03-21T20:23:15.3747678Z ++ uname 2025-03-21T20:23:15.3747927Z + '[' Linux == Darwin ']' 2025-03-21T20:23:15.3748232Z ++ nproc 2025-03-21T20:23:15.3748488Z + CMAKE_JOBS=15 2025-03-21T20:23:15.3748782Z + cmake --build cmake-out -j 15 2025-03-21T20:23:15.3749541Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:15.3750388Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:15.3751546Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:15.3752758Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:15.3753996Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:15.3755138Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:15.3756325Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:15.3757480Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:15.3758624Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:15.3759745Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:15.3760940Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:15.3762143Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:15.3763371Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:15.3764576Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:15.3765671Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:15.3766448Z [ 4%] No download step for 'flatbuffers' 2025-03-21T20:23:15.3766969Z [ 5%] No update step for 'flatbuffers' 2025-03-21T20:23:15.3767480Z [ 5%] No patch step for 'flatbuffers' 2025-03-21T20:23:15.3768048Z [ 5%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:15.3768529Z CMake Warning: 2025-03-21T20:23:15.3769050Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:15.3769398Z 2025-03-21T20:23:15.3769536Z  2025-03-21T20:23:15.3769845Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:15.3770403Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:15.3770859Z git describe failed with exit code: 128 2025-03-21T20:23:15.3771120Z 2025-03-21T20:23:15.3771320Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:15.3771779Z Call Stack (most recent call first): 2025-03-21T20:23:15.3772151Z CMakeLists.txt:5 (include) 2025-03-21T20:23:15.3772372Z 2025-03-21T20:23:15.3772508Z  2025-03-21T20:23:15.3772784Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:15.3773565Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:15.3774664Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:15.3775796Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:15.3776967Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:15.3778168Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:15.3779289Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:15.3780470Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:15.3781279Z [ 7%] Linking C static library libpthreadpool.a 2025-03-21T20:23:15.3782171Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:15.3783294Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:15.3784422Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:15.3785309Z [ 7%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:23:15.3786415Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:15.3787527Z [ 8%] Built target pthreadpool 2025-03-21T20:23:15.3788831Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:15.3790155Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:15.3791475Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:15.3792246Z [ 9%] Built target gflags_nothreads_static 2025-03-21T20:23:15.3793125Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:15.3794350Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:15.3795595Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:15.3796414Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:15.3797358Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:15.3799031Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:15.3801377Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:15.3803730Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:15.3805136Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:18.2265598Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:18.2267417Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:18.2269218Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:18.2270542Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:18.2272046Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:18.2273248Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:18.2274512Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:18.2275929Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:18.2277175Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:18.2278614Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:18.2279913Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:18.2281162Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:18.2282422Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:18.2283336Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:23:18.2283917Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:18.2284385Z [ 13%] Built target cpuinfo 2025-03-21T20:23:18.2284730Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:23:18.2285137Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:18.2285629Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:18.2286094Z -- Detecting CXX compile features 2025-03-21T20:23:18.2286473Z -- Detecting CXX compile features - done 2025-03-21T20:23:18.2286856Z -- Looking for strtof_l 2025-03-21T20:23:18.2287233Z -- Looking for strtof_l - found 2025-03-21T20:23:18.2287579Z -- Looking for strtoull_l 2025-03-21T20:23:18.2287900Z -- Looking for strtoull_l - found 2025-03-21T20:23:18.2288252Z -- Looking for realpath 2025-03-21T20:23:18.2288571Z -- Looking for realpath - found 2025-03-21T20:23:18.2289070Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:18.2289505Z -- Configuring done (1.1s) 2025-03-21T20:23:18.2289827Z -- Generating done (0.0s) 2025-03-21T20:23:18.2290363Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:18.2291100Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:23:18.2291764Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:18.2292532Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:18.2293283Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:18.2293990Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:18.2294723Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:18.2295488Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:18.2296248Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:18.2297027Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:18.2297790Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:18.2298791Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:18.2299585Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:18.2300333Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:18.2301194Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:18.2301954Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:18.2303021Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:18.2304271Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:18.2305208Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:18.2305963Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:18.2306719Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:18.2307613Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:18.2317252Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:18.2318158Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:18.2319060Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:18.2319850Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:18.2320560Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:18.2321281Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:18.2322063Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:18.2322917Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:18.2323735Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:18.2324499Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:18.2325613Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:18.2327011Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:18.2328338Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:18.2329978Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:18.2331483Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:18.2332826Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:18.2334098Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:18.2335284Z [100%] Linking CXX executable flatc 2025-03-21T20:23:18.2335960Z [100%] Built target flatc 2025-03-21T20:23:18.2336686Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:23:18.2337480Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:23:18.2338072Z [ 13%] Built target flatbuffers 2025-03-21T20:23:18.2338634Z [ 13%] Generating common_schema headers 2025-03-21T20:23:18.2339111Z [ 13%] Built target common_schema 2025-03-21T20:23:18.2339691Z [ 13%] Generating program_schema headers 2025-03-21T20:23:18.2340256Z [ 13%] Built target program_schema 2025-03-21T20:23:18.2341082Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:18.2342216Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:18.2343575Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:18.2344660Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:18.2345818Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:18.2346803Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:18.2347731Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:18.2348678Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:18.2349752Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:18.2350726Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:18.2351770Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:18.2352904Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:18.2353965Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:18.2355036Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:18.2356018Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:18.2356934Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:18.2357866Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:18.2358823Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:18.2359769Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:18.2360752Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:18.2361569Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:18.2362083Z [ 18%] Built target executorch_core 2025-03-21T20:23:18.2362779Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:19.4427604Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:19.4429746Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:19.4431800Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:19.4433847Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:19.4436216Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:19.4438433Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:19.4440068Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:19.4441208Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:19.4442078Z [ 20%] Built target extension_threadpool 2025-03-21T20:23:19.4442795Z [ 20%] Built target executorch 2025-03-21T20:23:19.4444346Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:19.4446478Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:19.4448595Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:19.4450919Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:19.4453199Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:19.4455727Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:19.4457998Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:19.4460018Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:19.4462406Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:19.4464419Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:19.4466710Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:19.4468953Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:19.4471184Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:19.4473328Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:19.4475464Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:19.4477627Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:19.4479679Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:19.4481603Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:19.4483594Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:19.4485768Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:19.4488102Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:19.4490381Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:19.4492624Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:19.4494760Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:19.4496770Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:19.4499113Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:19.4501335Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:19.4503608Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:19.4505639Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:19.4507558Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:19.4509766Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:19.4512014Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:19.4514268Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:19.4516417Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:19.4518754Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:19.4521600Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:19.4523917Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:19.4526217Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:19.4528345Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:19.4530561Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:19.4532997Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:19.4535169Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:19.4537350Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:19.4539534Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:19.4541748Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:19.4543991Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:19.4546213Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:19.4548427Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:19.4550741Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:19.4553235Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:19.4555384Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:19.4557525Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:19.4559647Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:19.4561755Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:19.4563846Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:19.4565981Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:19.4568160Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:19.4570342Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:19.4572405Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:19.4574474Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:19.4576736Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:19.4579102Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:19.4581290Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:19.4583463Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:19.4585811Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:20.6680649Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:20.6683089Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:20.6685438Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:20.6687359Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:20.6689645Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:20.6691630Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:20.6693821Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:20.6695993Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:20.6698077Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:20.6700666Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:20.6703076Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:20.6705243Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:20.6707397Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:20.6709761Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:20.6711948Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:20.6713953Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:20.6716142Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:20.6718484Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:20.6720728Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:20.6722850Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:20.6724970Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:20.6726899Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:20.6728921Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:20.6730925Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:20.6733093Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:20.6735365Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:20.6737587Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:20.6739749Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:20.6741867Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:20.6743830Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:20.6745917Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:20.6748222Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:20.6750440Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:20.6752795Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:20.6754931Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:20.6757159Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:20.6759286Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:20.6761414Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:20.6763648Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:20.6765810Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:20.6768056Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:20.6770318Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:20.6772223Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:20.6774384Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:20.6776609Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:20.6778792Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:20.6780882Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:20.6782885Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:20.6785001Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:20.6787322Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:20.6789443Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:20.6791551Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:20.6793630Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:20.6795606Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:20.6797680Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:20.6800072Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:20.6802130Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:20.6804248Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:20.6806419Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:20.6808590Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:20.6811034Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:20.6813300Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:20.6815457Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:20.6817854Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:20.6820005Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:20.6822004Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:20.6823938Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:20.6826140Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:20.6828423Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:20.6830662Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:20.6832833Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:20.6835078Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:20.6837530Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:20.6839822Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:21.8207271Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:21.8209885Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:21.8212120Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:21.8214578Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:21.8217015Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:21.8219166Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:21.8221345Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:21.8223490Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:21.8225682Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:21.8227809Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:21.8230063Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:21.8232459Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:21.8234662Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:21.8236746Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:21.8238954Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:21.8241561Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:21.8243872Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:21.8246327Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:21.8248671Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:21.8251068Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:21.8253228Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:21.8255305Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:21.8257629Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:21.8260079Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:21.8262548Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:21.8264855Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:21.8266966Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:21.8269125Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:21.8271164Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:21.8273372Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:21.8275611Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:21.8277827Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:21.8280319Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:21.8283143Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:21.8285675Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:21.8287945Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:21.8290155Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:21.8292392Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:21.8294701Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:21.8296978Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:21.8302126Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:21.8304593Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:21.8306908Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:21.8309075Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:21.8311370Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:21.8313228Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:21.8315424Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:21.8317645Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:21.8320015Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:21.8322160Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:21.8324319Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:21.8326759Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:21.8329527Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:21.8331938Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:21.8334206Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:21.8336648Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:21.8338943Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:21.8341170Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:21.8343275Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:21.8345289Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:21.8347367Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:21.8349486Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:21.8351454Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:21.8353519Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:21.8355519Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:21.8357609Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:21.8359758Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:21.8362047Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:21.8364380Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:21.8366620Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:21.8368917Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:21.8371182Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:23.0606183Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:23.0608383Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:23.0610551Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:23.0612926Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:23.0615033Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:23.0617113Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:23.0619164Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:23.0621251Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:23.0623406Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:23.0625522Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:23.0627590Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:23.0629787Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:23.0632069Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:23.0634310Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:23.0636810Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:23.0639244Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:23.0641621Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:23.0643924Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:23.0646237Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:23.0648481Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:23.0650832Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:23.0652943Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:23.0655122Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:23.0657244Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:23.0659288Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:23.0661236Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:23.0663331Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:23.0665513Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:23.0667874Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:23.0670522Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:23.0672764Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:23.0675029Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:23.0677423Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:23.0679900Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:23.0682262Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:23.0684525Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:23.0686794Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:23.0689139Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:23.0691538Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:23.0693863Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:23.0696079Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:23.0698725Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:23.0701121Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:23.0703371Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:23.0705644Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:23.0707737Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:23.0709733Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:23.0711933Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:23.0714059Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:23.0716014Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:23.0718074Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:23.0720267Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:23.0722466Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:23.0724673Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:23.0726878Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:23.0729294Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:23.0731519Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:23.0733813Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:23.0736297Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:23.0738558Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:23.0741057Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:23.0743252Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:23.0745485Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:23.0747983Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:23.0750409Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:23.0752764Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:23.0755064Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:23.0757116Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:23.0759691Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:23.0761858Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:23.0764075Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:23.0766060Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:24.2313336Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:24.2315677Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:24.2317918Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:24.2320117Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:24.2322146Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:24.2324153Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:24.2326227Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:24.2328389Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:24.2330735Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:24.2332807Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:24.2334878Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:24.2337092Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:24.2339478Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:24.2341855Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:24.2344184Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:24.2346744Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:24.2348908Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:24.2351129Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:24.2353336Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:24.2355738Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:24.2358307Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:24.2360719Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:24.2362894Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:24.2365082Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:24.2367463Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:24.2370004Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:24.2372236Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:24.2374683Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:24.2376993Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:24.2379188Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:24.2381281Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:24.2383360Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:24.2385554Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:24.2387709Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:24.2389976Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:24.2392521Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:24.2395199Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:24.2397745Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:24.2400333Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:24.2402741Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:24.2405303Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:24.2408081Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:24.2410706Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:24.2413279Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:24.2416031Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:24.2418876Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:24.2421223Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:24.2423599Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:24.2426108Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:24.2428555Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:24.2430827Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:24.2432995Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:24.2435389Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:24.2437889Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:24.2440528Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:24.2442925Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:24.2445342Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:24.2447667Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:24.2450211Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:24.2452626Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:24.2454919Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:24.2457106Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:24.2459439Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:24.2461733Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:24.2464083Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:24.2466468Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:24.2469032Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:24.2471510Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:24.2473944Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:29.6538563Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:29.6540165Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:29.6541378Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:29.6542637Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:29.6543832Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:29.6545077Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:29.6546009Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:29.6546703Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:29.6547229Z [ 98%] Built target portable_kernels 2025-03-21T20:23:29.6547817Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:29.6548366Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:23:29.6548885Z [ 99%] Generating code for kernel registration 2025-03-21T20:23:29.6550002Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:29.6551083Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:29.6551566Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:29.6552427Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:29.6553653Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:29.6554722Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:29.6555766Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:29.6556830Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:29.6558001Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:29.6558910Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:29.6559356Z [100%] Built target executor_runner 2025-03-21T20:23:29.6559709Z + [[ '' == *main* ]] 2025-03-21T20:23:29.6560001Z + [[ '' == *gh* ]] 2025-03-21T20:23:29.6560296Z + PYTHON_EXECUTABLE=python 2025-03-21T20:23:29.6560719Z + bash .ci/scripts/test_model.sh phi-4-mini cmake portable 2025-03-21T20:23:29.6561183Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:23:29.6561558Z + source .ci/scripts/utils.sh 2025-03-21T20:23:29.6561903Z + MODEL_NAME=phi-4-mini 2025-03-21T20:23:29.6562207Z + [[ -z phi-4-mini ]] 2025-03-21T20:23:29.6562503Z + BUILD_TOOL=cmake 2025-03-21T20:23:29.6562784Z + [[ -z cmake ]] 2025-03-21T20:23:29.6563064Z + BACKEND=portable 2025-03-21T20:23:29.6563335Z + [[ -z portable ]] 2025-03-21T20:23:29.6563616Z + UPLOAD_DIR= 2025-03-21T20:23:29.6563883Z + [[ -z python ]] 2025-03-21T20:23:29.6564159Z + which python 2025-03-21T20:23:29.6564455Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:23:29.6564815Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:29.6565159Z + EXPORTED_MODEL=phi-4-mini 2025-03-21T20:23:29.6565507Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:23:29.6565930Z + echo 'Testing phi-4-mini with portable kernels...' 2025-03-21T20:23:29.6566393Z Testing phi-4-mini with portable kernels... 2025-03-21T20:23:29.6566758Z + test_model 2025-03-21T20:23:29.6567038Z + [[ phi-4-mini == \l\l\a\m\a\2 ]] 2025-03-21T20:23:29.6567383Z + STRICT=--strict 2025-03-21T20:23:29.6567678Z + [[ phi-4-mini == \l\l\a\v\a ]] 2025-03-21T20:23:29.6568108Z + [[ phi-4-mini == \l\l\a\m\a\3\_\2\_\v\i\s\i\o\n\_\e\n\c\o\d\e\r ]] 2025-03-21T20:23:29.6568669Z + [[ phi-4-mini == \l\l\a\m\a\3\_\2\_\t\e\x\t\_\d\e\c\o\d\e\r ]] 2025-03-21T20:23:29.6569208Z + [[ phi-4-mini == \q\w\e\n\2\_\5 ]] 2025-03-21T20:23:29.6569580Z + [[ phi-4-mini == \p\h\i\-\4\-\m\i\n\i ]] 2025-03-21T20:23:29.6570027Z + bash examples/models/llama/install_requirements.sh 2025-03-21T20:23:29.6570454Z Collecting tiktoken 2025-03-21T20:23:29.6571115Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-03-21T20:23:29.6571789Z Collecting sentencepiece 2025-03-21T20:23:29.6572438Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:23:29.6573449Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-03-21T20:23:29.6574135Z Collecting snakeviz 2025-03-21T20:23:29.6574559Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-03-21T20:23:29.6575048Z Collecting lm_eval==0.4.5 2025-03-21T20:23:29.6575482Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-03-21T20:23:29.6575948Z Collecting blobfile 2025-03-21T20:23:29.6576360Z Downloading blobfile-3.0.0-py3-none-any.whl.metadata (15 kB) 2025-03-21T20:23:29.6576894Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-03-21T20:23:29.6577435Z Downloading accelerate-1.5.2-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:23:29.6577959Z Collecting evaluate (from lm_eval==0.4.5) 2025-03-21T20:23:29.6578469Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:23:29.6579040Z Collecting datasets>=2.16.0 (from lm_eval==0.4.5) 2025-03-21T20:23:29.6579572Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:23:29.6580069Z Collecting jsonlines (from lm_eval==0.4.5) 2025-03-21T20:23:29.6580586Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-03-21T20:23:29.6581106Z Collecting numexpr (from lm_eval==0.4.5) 2025-03-21T20:23:29.6581791Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-03-21T20:23:29.6582483Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-03-21T20:23:29.6582982Z Downloading peft-0.15.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:23:29.6583490Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-03-21T20:23:29.6584031Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-03-21T20:23:29.6584568Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-03-21T20:23:29.6585116Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-03-21T20:23:29.6585699Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-03-21T20:23:29.6586161Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-03-21T20:23:29.6586720Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:23:29.6587276Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-03-21T20:23:29.6587819Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-03-21T20:23:29.6588380Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-03-21T20:23:29.6589111Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-03-21T20:23:29.6589817Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-03-21T20:23:29.6590248Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-03-21T20:23:29.6590763Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:23:29.6591781Z [?25hRequirement already satisfied: torch>=1.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.7.0a0+git295f2ed) 2025-03-21T20:23:29.6592667Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-03-21T20:23:29.6593266Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-03-21T20:23:29.6594231Z Requirement already satisfied: transformers>=4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.47.1) 2025-03-21T20:23:29.6595098Z Collecting zstandard (from lm_eval==0.4.5) 2025-03-21T20:23:29.6595793Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2025-03-21T20:23:29.6596468Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:23:29.6596931Z Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:23:29.6597494Z Collecting word2number (from lm_eval==0.4.5) 2025-03-21T20:23:29.6597918Z Downloading word2number-1.1.zip (9.7 kB) 2025-03-21T20:23:29.6598652Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:23:29.6599183Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-03-21T20:23:29.6599758Z Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB) 2025-03-21T20:23:29.6600671Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2024.11.6) 2025-03-21T20:23:29.6601817Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2.32.3) 2025-03-21T20:23:29.6603009Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers) (0.29.3) 2025-03-21T20:23:29.6603833Z Collecting tornado>=2.0 (from snakeviz) 2025-03-21T20:23:29.6604636Z Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) 2025-03-21T20:23:29.6605481Z Collecting pycryptodomex>=3.8 (from blobfile) 2025-03-21T20:23:29.6606202Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-03-21T20:23:29.6607339Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (2.3.0) 2025-03-21T20:23:29.6608438Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.3.1) 2025-03-21T20:23:29.6609619Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.18.0) 2025-03-21T20:23:29.6610846Z Requirement already satisfied: numpy<3.0.0,>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (2.2.4) 2025-03-21T20:23:29.6612189Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (24.2) 2025-03-21T20:23:29.6613131Z Collecting psutil (from accelerate>=0.26.0->lm_eval==0.4.5) 2025-03-21T20:23:29.6614032Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-03-21T20:23:29.6615305Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (6.0.1) 2025-03-21T20:23:29.6616638Z Requirement already satisfied: safetensors>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (0.5.3) 2025-03-21T20:23:29.6617632Z Collecting pyarrow>=15.0.0 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:29.6618310Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-03-21T20:23:32.0210345Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:23:32.0210941Z Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:23:32.0211887Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.2.3) 2025-03-21T20:23:32.0213157Z Requirement already satisfied: tqdm>=4.66.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (4.67.1) 2025-03-21T20:23:32.0214068Z Collecting xxhash (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0214817Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-03-21T20:23:32.0215761Z Collecting multiprocess<0.70.17 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0216438Z Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB) 2025-03-21T20:23:32.0217233Z Collecting fsspec<=2024.12.0,>=2023.1.0 (from fsspec[http]<=2024.12.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0218106Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:23:32.0218692Z Collecting aiohttp (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0219418Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:23:32.0220660Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (4.12.2) 2025-03-21T20:23:32.0222111Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.4.1) 2025-03-21T20:23:32.0223395Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.10) 2025-03-21T20:23:32.0224652Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (2025.1.31) 2025-03-21T20:23:32.0225591Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:23:32.0226157Z Downloading absl_py-2.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-03-21T20:23:32.0226689Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:23:32.0227289Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:23:32.0228206Z Requirement already satisfied: six>=1.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (1.17.0) 2025-03-21T20:23:32.0229137Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0229749Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-03-21T20:23:32.0230734Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.9.0) 2025-03-21T20:23:32.0231661Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0232351Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-03-21T20:23:32.0233003Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:23:32.0233749Z Downloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-03-21T20:23:32.0234502Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:23:32.0235094Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2025-03-21T20:23:32.0235706Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:23:32.0236370Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:23:32.0237318Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (1.13.3) 2025-03-21T20:23:32.0238550Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.4.2) 2025-03-21T20:23:32.0239771Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.1.6) 2025-03-21T20:23:32.0240988Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jsonlines->lm_eval==0.4.5) (25.3.0) 2025-03-21T20:23:32.0242271Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (75.8.0) 2025-03-21T20:23:32.0243256Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:32.0243902Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:23:32.0244601Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:32.0245249Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:23:32.0245898Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:32.0246623Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-03-21T20:23:32.0247238Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:32.0247855Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-03-21T20:23:32.0248464Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:32.0249169Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-03-21T20:23:32.0249859Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:32.0250542Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:23:32.0251199Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0251934Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:23:32.0252620Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0253283Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:23:32.0253964Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0254627Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:23:32.0255325Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0256306Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2025-03-21T20:23:32.0257274Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0258095Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2025-03-21T20:23:32.0258905Z Collecting propcache>=0.2.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0259706Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-21T20:23:32.0260480Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:32.0261230Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-21T20:23:32.0262044Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:32.0262724Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-03-21T20:23:32.0263819Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch>=1.8->lm_eval==0.4.5) (1.3.0) 2025-03-21T20:23:32.0265528Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2.9.0.post0) 2025-03-21T20:23:32.0267584Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2025.1) 2025-03-21T20:23:32.0269024Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.8->lm_eval==0.4.5) (3.0.2) 2025-03-21T20:23:32.0270004Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:23:32.0270581Z Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:23:32.0271583Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.1) 2025-03-21T20:23:32.0272656Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-03-21T20:23:32.0273684Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-03-21T20:23:32.0274534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 104.2 MB/s eta 0:00:00 2025-03-21T20:23:32.0275531Z [?25hDownloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-21T20:23:32.0276435Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-03-21T20:23:32.0277208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 91.4 MB/s eta 0:00:00 2025-03-21T20:23:32.0278152Z [?25hDownloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-03-21T20:23:32.0279083Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:23:34.7342481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 68.2 MB/s eta 0:00:00 2025-03-21T20:23:34.7343289Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-03-21T20:23:34.7343816Z Downloading blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:23:34.7344316Z Downloading accelerate-1.5.2-py3-none-any.whl (345 kB) 2025-03-21T20:23:34.7344875Z Downloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:23:34.7345356Z Downloading dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:23:34.7345832Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-03-21T20:23:34.7346573Z Downloading peft-0.15.0-py3-none-any.whl (410 kB) 2025-03-21T20:23:34.7347064Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-03-21T20:23:34.7347767Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-03-21T20:23:34.7348712Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:23:34.7349518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 140.9 MB/s eta 0:00:00 2025-03-21T20:23:34.7350198Z [?25hDownloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-03-21T20:23:34.7351098Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB) 2025-03-21T20:23:34.7352047Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.5 MB ? eta -:--:-- 2025-03-21T20:23:34.7352843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 132.9 MB/s eta 0:00:00 2025-03-21T20:23:34.7353934Z [?25hDownloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (437 kB) 2025-03-21T20:23:34.7354784Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-03-21T20:23:34.7355319Z Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB) 2025-03-21T20:23:34.7356040Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (397 kB) 2025-03-21T20:23:34.7356752Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-03-21T20:23:34.7357312Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-03-21T20:23:34.7358211Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2025-03-21T20:23:34.7359124Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.4 MB ? eta -:--:-- 2025-03-21T20:23:34.7360047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 223.0 MB/s eta 0:00:00 2025-03-21T20:23:34.7360756Z [?25hDownloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-03-21T20:23:34.7361312Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:23:34.7361990Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-21T20:23:34.7362953Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:23:34.7363741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 147.9 MB/s eta 0:00:00 2025-03-21T20:23:34.7364411Z [?25hDownloading joblib-1.4.2-py3-none-any.whl (301 kB) 2025-03-21T20:23:34.7364965Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-03-21T20:23:34.7365531Z Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:23:34.7366082Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-03-21T20:23:34.7366737Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (42.1 MB) 2025-03-21T20:23:34.7367606Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.1 MB ? eta -:--:-- 2025-03-21T20:23:34.7368469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.9/42.1 MB 285.6 MB/s eta 0:00:01 2025-03-21T20:23:34.7369405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 184.4 MB/s eta 0:00:00 2025-03-21T20:23:34.7370316Z [?25hDownloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.6 MB) 2025-03-21T20:23:34.7371221Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.6 MB ? eta -:--:-- 2025-03-21T20:23:34.7372076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 37.5/37.6 MB 318.4 MB/s eta 0:00:01 2025-03-21T20:23:34.7372905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/37.6 MB 185.0 MB/s eta 0:00:00 2025-03-21T20:23:34.7373602Z [?25hDownloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-03-21T20:23:34.7374129Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-03-21T20:23:34.7374649Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-03-21T20:23:34.7375173Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-03-21T20:23:34.7375655Z Downloading absl_py-2.2.0-py3-none-any.whl (276 kB) 2025-03-21T20:23:34.7376167Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-03-21T20:23:34.7376666Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-03-21T20:23:34.7377356Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-03-21T20:23:34.7378150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 147.4 MB/s eta 0:00:00 2025-03-21T20:23:34.7378840Z [?25hDownloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-03-21T20:23:34.7379729Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-03-21T20:23:34.7380742Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-03-21T20:23:34.7381469Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:23:34.7382090Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:23:34.7382642Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:23:34.7383158Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-03-21T20:23:34.7384082Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB) 2025-03-21T20:23:34.7385131Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) 2025-03-21T20:23:34.7386007Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) 2025-03-21T20:23:34.7386878Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) 2025-03-21T20:23:34.7387528Z Downloading click-8.1.8-py3-none-any.whl (98 kB) 2025-03-21T20:23:34.7388113Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2025-03-21T20:23:34.7388838Z Building wheel for rouge-score (setup.py) ... [?25l- done 2025-03-21T20:23:34.7390014Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24986 sha256=423b254ec159c09bf8a82931cd91b3ff1a119a1f52073fa102761d7830adb815 2025-03-21T20:23:34.7391281Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-03-21T20:23:34.7392192Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-03-21T20:23:34.7393362Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16928 sha256=1b2af431e8e8ae5e08a6777203dcac540eef63f56d236a86e9a09b6115bc51f8 2025-03-21T20:23:34.7394636Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-03-21T20:23:34.7395527Z Building wheel for word2number (setup.py) ... [?25l- done 2025-03-21T20:23:34.7396708Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5625 sha256=6095c0606661bb9655c5b9a21c18f3be16ff1deadefd49b8205c29b9385eff5f 2025-03-21T20:23:34.7397978Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-03-21T20:23:34.7398978Z Successfully built rouge-score sqlitedict word2number 2025-03-21T20:23:51.6478774Z Installing collected packages: word2number, sqlitedict, sentencepiece, zstandard, xxhash, tornado, threadpoolctl, tcolorpy, scipy, pycryptodomex, pybind11, pyarrow, psutil, propcache, portalocker, pathvalidate, numexpr, multidict, more-itertools, jsonlines, joblib, fsspec, frozenlist, dill, colorama, click, chardet, async-timeout, aiohappyeyeballs, absl-py, yarl, tqdm-multiprocess, tiktoken, snakeviz, scikit-learn, sacrebleu, nltk, multiprocess, mbstrdecoder, blobfile, aiosignal, typepy, rouge-score, aiohttp, accelerate, peft, datasets, DataProperty, tabledata, evaluate, pytablewriter, lm_eval 2025-03-21T20:23:51.6484466Z Attempting uninstall: fsspec 2025-03-21T20:23:51.6485161Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:23:51.6485894Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:23:51.6486570Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:23:51.6494060Z Successfully installed DataProperty-1.1.0 absl-py-2.2.0 accelerate-1.5.2 aiohappyeyeballs-2.6.1 aiohttp-3.11.14 aiosignal-1.3.2 async-timeout-5.0.1 blobfile-3.0.0 chardet-5.2.0 click-8.1.8 colorama-0.4.6 datasets-3.4.1 dill-0.3.8 evaluate-0.4.3 frozenlist-1.5.0 fsspec-2024.12.0 joblib-1.4.2 jsonlines-4.0.0 lm_eval-0.4.5 mbstrdecoder-1.1.4 more-itertools-10.6.0 multidict-6.2.0 multiprocess-0.70.16 nltk-3.9.1 numexpr-2.10.2 pathvalidate-3.2.3 peft-0.15.0 portalocker-3.1.1 propcache-0.3.0 psutil-7.0.0 pyarrow-19.0.1 pybind11-2.13.6 pycryptodomex-3.22.0 pytablewriter-1.2.1 rouge-score-0.1.2 sacrebleu-2.5.1 scikit-learn-1.6.1 scipy-1.15.2 sentencepiece-0.2.0 snakeviz-2.2.2 sqlitedict-2.1.0 tabledata-1.3.4 tcolorpy-0.1.7 threadpoolctl-3.6.0 tiktoken-0.9.0 tornado-6.4.2 tqdm-multiprocess-0.0.11 typepy-1.3.4 word2number-1.1 xxhash-3.5.0 yarl-1.18.3 zstandard-0.23.0 2025-03-21T20:23:51.6501791Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-03-21T20:23:51.6503922Z + python -m examples.models.llama.export_llama --model phi-4-mini -c examples/models/llama/params/demo_rand_params.pth -p examples/models/phi-4-mini/config.json 2025-03-21T20:23:51.6505832Z [INFO 2025-03-21 20:23:51,310 utils.py:162] NumExpr defaulting to 16 threads. 2025-03-21T20:23:51.6506880Z [INFO 2025-03-21 20:23:51,595 export_llama_lib.py:627] Applying quantizers: [] 2025-03-21T20:23:51.6509481Z [INFO 2025-03-21 20:23:51,595 export_llama_lib.py:992] Loading model with checkpoint=examples/models/llama/params/demo_rand_params.pth, params=examples/models/phi-4-mini/config.json, use_kv_cache=False, weight_type=WeightType.LLAMA 2025-03-21T20:23:51.6512010Z Could not load checkpoint into mode, defaulting to random uninitialized weights. 2025-03-21T20:23:51.6513108Z Error: Error(s) in loading state_dict for Transformer: 2025-03-21T20:23:51.6514823Z size mismatch for tok_embeddings.weight: copying a param with shape torch.Size([512, 64]) from checkpoint, the shape in current model is torch.Size([200064, 3072]). 2025-03-21T20:23:51.6517395Z size mismatch for layers.0.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:23:51.6519976Z size mismatch for layers.0.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:23:51.6522546Z size mismatch for layers.0.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:23:51.6525111Z size mismatch for layers.0.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:23:51.6527677Z size mismatch for layers.0.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:23:51.6530391Z size mismatch for layers.0.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([3072, 8192]). 2025-03-21T20:23:51.6533014Z size mismatch for layers.0.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:23:51.6535577Z size mismatch for layers.0.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:23:51.6538079Z size mismatch for layers.0.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:23:51.6540553Z size mismatch for layers.1.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:23:51.6543116Z size mismatch for layers.1.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:23:51.6545915Z size mismatch for layers.1.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:23:51.6548540Z size mismatch for layers.1.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:23:51.6551142Z size mismatch for layers.1.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:23:51.6553745Z size mismatch for layers.1.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([3072, 8192]). 2025-03-21T20:23:51.6556467Z size mismatch for layers.1.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:23:51.6559062Z size mismatch for layers.1.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:23:51.6561543Z size mismatch for layers.1.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:23:51.6564130Z size mismatch for layers.2.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:23:51.6566699Z size mismatch for layers.2.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:23:51.6569369Z size mismatch for layers.2.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:23:51.6571942Z size mismatch for layers.2.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:23:51.6574538Z size mismatch for layers.2.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:23:51.6577181Z size mismatch for layers.2.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([3072, 8192]). 2025-03-21T20:23:51.6579766Z size mismatch for layers.2.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:23:51.6582381Z size mismatch for layers.2.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:23:51.6584866Z size mismatch for layers.2.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:23:51.6587374Z size mismatch for layers.3.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:23:51.6589939Z size mismatch for layers.3.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:23:51.6592533Z size mismatch for layers.3.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:23:51.6595131Z size mismatch for layers.3.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:23:51.6597911Z size mismatch for layers.3.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:23:51.6600741Z size mismatch for layers.3.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([3072, 8192]). 2025-03-21T20:28:18.0983594Z size mismatch for layers.3.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:28:18.0985501Z size mismatch for layers.3.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:28:18.0987170Z size mismatch for layers.3.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:28:18.0988542Z size mismatch for layers.4.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:28:18.0989976Z size mismatch for layers.4.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:28:18.0991388Z size mismatch for layers.4.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1024, 3072]). 2025-03-21T20:28:18.0992905Z size mismatch for layers.4.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([3072, 3072]). 2025-03-21T20:28:18.0994331Z size mismatch for layers.4.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:28:18.0995771Z size mismatch for layers.4.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([3072, 8192]). 2025-03-21T20:28:18.0997195Z size mismatch for layers.4.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8192, 3072]). 2025-03-21T20:28:18.0998840Z size mismatch for layers.4.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:28:18.1000216Z size mismatch for layers.4.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:28:18.1001488Z size mismatch for norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([3072]). 2025-03-21T20:28:18.1002761Z size mismatch for output.weight: copying a param with shape torch.Size([512, 64]) from checkpoint, the shape in current model is torch.Size([200064, 3072]). 2025-03-21T20:28:18.1003773Z [INFO 2025-03-21 20:23:51,667 builder.py:162] Model after source transforms: Transformer( 2025-03-21T20:28:18.1004347Z (tok_embeddings): Embedding(200064, 3072) 2025-03-21T20:28:18.1004707Z (rope): Rope() 2025-03-21T20:28:18.1005057Z (layers): ModuleList( 2025-03-21T20:28:18.1005357Z (0-31): 32 x TransformerBlock( 2025-03-21T20:28:18.1005722Z (attention): AttentionMHA( 2025-03-21T20:28:18.1006154Z (wq): Linear(in_features=3072, out_features=3072, bias=False) 2025-03-21T20:28:18.1006680Z (wk): Linear(in_features=3072, out_features=1024, bias=False) 2025-03-21T20:28:18.1007202Z (wv): Linear(in_features=3072, out_features=1024, bias=False) 2025-03-21T20:28:18.1007708Z (wo): Linear(in_features=3072, out_features=3072, bias=False) 2025-03-21T20:28:18.1008140Z (rope): Rope() 2025-03-21T20:28:18.1008426Z ) 2025-03-21T20:28:18.1008691Z (feed_forward): FeedForward( 2025-03-21T20:28:18.1009219Z (w1): Linear(in_features=3072, out_features=8192, bias=False) 2025-03-21T20:28:18.1009912Z (w2): Linear(in_features=8192, out_features=3072, bias=False) 2025-03-21T20:28:18.1010435Z (w3): Linear(in_features=3072, out_features=8192, bias=False) 2025-03-21T20:28:18.1010865Z ) 2025-03-21T20:28:18.1011132Z (attention_norm): RMSNorm() 2025-03-21T20:28:18.1011487Z (ffn_norm): RMSNorm() 2025-03-21T20:28:18.1011776Z ) 2025-03-21T20:28:18.1012015Z ) 2025-03-21T20:28:18.1012259Z (norm): RMSNorm() 2025-03-21T20:28:18.1012658Z (output): Linear(in_features=3072, out_features=200064, bias=False) 2025-03-21T20:28:18.1013118Z ) 2025-03-21T20:28:18.1013433Z [INFO 2025-03-21 20:23:51,668 builder.py:217] Exporting with: 2025-03-21T20:28:18.1014050Z [INFO 2025-03-21 20:23:51,669 builder.py:218] inputs: (tensor([[1, 2, 3]]),) 2025-03-21T20:28:18.1014597Z [INFO 2025-03-21 20:23:51,669 builder.py:219] kwargs: None 2025-03-21T20:28:18.1015369Z [INFO 2025-03-21 20:23:51,669 builder.py:220] dynamic shapes: ({1: },) 2025-03-21T20:28:18.1017219Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:28:18.1018829Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:28:18.1020353Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:28:18.1021868Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:28:18.1022455Z [INFO 2025-03-21 20:24:10,449 builder.py:251] Running canonical pass: RemoveRedundantTransposes 2025-03-21T20:28:18.1023186Z [INFO 2025-03-21 20:24:10,536 builder.py:337] Using pt2e [] to quantizing the model... 2025-03-21T20:28:18.1023856Z [INFO 2025-03-21 20:24:10,536 builder.py:388] No quantizer provided, passing... 2025-03-21T20:28:18.1025477Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:28:18.1026995Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:28:18.1028505Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:28:18.1030028Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:28:18.1031546Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:28:18.1033039Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:28:18.1033660Z [INFO 2025-03-21 20:25:43,735 export_llama_lib.py:813] Lowering model using following partitioner(s): 2025-03-21T20:28:18.1034467Z [INFO 2025-03-21 20:28:11,879 builder.py:507] Required memory for activation in bytes: [0, 15703296] 2025-03-21T20:28:18.1035195Z [INFO 2025-03-21 20:28:12,841 utils.py:141] Saved exported program to ./phi-4-mini.pte 2025-03-21T20:28:18.1035743Z + run_portable_executor_runner 2025-03-21T20:28:18.1036088Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:28:18.1036398Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:28:18.1036731Z + build_cmake_executor_runner 2025-03-21T20:28:18.1037078Z + echo 'Building executor_runner' 2025-03-21T20:28:18.1037432Z Building executor_runner 2025-03-21T20:28:18.1037754Z + rm -rf cmake-out 2025-03-21T20:28:18.1038461Z + cmake -DCMAKE_BUILD_TYPE=Debug -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:28:18.1039220Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:28:18.1039691Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:28:18.1040121Z -- Detecting C compiler ABI info 2025-03-21T20:28:18.1040498Z -- Detecting C compiler ABI info - done 2025-03-21T20:28:18.1040954Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:28:18.1041424Z -- Detecting C compile features 2025-03-21T20:28:18.1041790Z -- Detecting C compile features - done 2025-03-21T20:28:18.1042215Z -- Detecting CXX compiler ABI info 2025-03-21T20:28:18.1042595Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:28:18.1043062Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:28:18.1043537Z -- Detecting CXX compile features 2025-03-21T20:28:18.1043916Z -- Detecting CXX compile features - done 2025-03-21T20:28:18.1044952Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:28:18.1045805Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:28:18.1046347Z CMake. 2025-03-21T20:28:18.1046487Z 2025-03-21T20:28:18.1046753Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:28:18.1047412Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:28:18.1047989Z to work with policies introduced by or earlier. 2025-03-21T20:28:18.1048295Z 2025-03-21T20:28:18.1048441Z  2025-03-21T20:28:18.1049279Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:28:18.1050146Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:28:18.1050631Z CMake. 2025-03-21T20:28:18.1050788Z 2025-03-21T20:28:18.1051053Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:28:18.1051714Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:28:18.1052293Z to work with policies introduced by or earlier. 2025-03-21T20:28:18.1052594Z 2025-03-21T20:28:18.1052738Z  2025-03-21T20:28:18.1053011Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:28:18.1053460Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:28:18.1053878Z -- Found Threads: TRUE 2025-03-21T20:28:18.1054680Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:28:18.1055567Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:28:18.1056062Z CMake. 2025-03-21T20:28:18.1056200Z 2025-03-21T20:28:18.1056464Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:28:18.1057128Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:28:18.1057701Z to work with policies introduced by or earlier. 2025-03-21T20:28:18.1057997Z 2025-03-21T20:28:18.1058137Z  2025-03-21T20:28:18.1058407Z -- Using python executable 'python' 2025-03-21T20:28:18.1058758Z -- Resolved buck2 as buck2. 2025-03-21T20:28:18.1059086Z -- Killing buck2 daemon 2025-03-21T20:28:18.1059383Z 'buck2 killall' 2025-03-21T20:28:23.0906878Z -- executorch: Generating source lists 2025-03-21T20:28:23.0907818Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:28:23.0909045Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:28:23.0909915Z -- executorch: Using PAL default 'posix' 2025-03-21T20:28:23.0910476Z -- Generating operator lib: 2025-03-21T20:28:23.0910920Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:28:23.0911402Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:28:23.0911903Z -- ROOT_OPS: 2025-03-21T20:28:23.0912391Z -- INCLUDE_ALL_OPS: 2025-03-21T20:28:23.0914071Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:28:23.0915424Z -- Generating kernel bindings: 2025-03-21T20:28:23.0915771Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:28:23.0916249Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:28:23.0916748Z -- CUSTOM_OPS_YAML: 2025-03-21T20:28:23.0917121Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:28:23.0919067Z 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:28:23.0920777Z -- Generating operator lib: 2025-03-21T20:28:23.0921117Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:28:23.0921473Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:28:23.0921820Z -- DEPS: executorch 2025-03-21T20:28:23.0922417Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:28:23.0923136Z -- Generating operator lib: 2025-03-21T20:28:23.0923482Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:28:23.0923975Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:28:23.0924477Z -- ROOT_OPS: 2025-03-21T20:28:23.0924739Z -- INCLUDE_ALL_OPS: 2025-03-21T20:28:23.0926203Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-03-21T20:28:23.0927509Z -- Generating kernel bindings: 2025-03-21T20:28:23.0927853Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:28:23.0928339Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:28:23.0928936Z -- CUSTOM_OPS_YAML: 2025-03-21T20:28:23.0929238Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:28:23.0931249Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-03-21T20:28:23.0932983Z -- Generating operator lib: 2025-03-21T20:28:23.0933326Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:28:23.0933678Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:28:23.0934027Z -- DEPS: executorch 2025-03-21T20:28:23.0934318Z -- Merging kernel yaml files: 2025-03-21T20:28:23.0934888Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:28:23.0935724Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:28:23.0936400Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:28:23.0936852Z -- Generating operator lib: 2025-03-21T20:28:23.0937199Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:28:23.0937743Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:28:23.0938255Z -- ROOT_OPS: 2025-03-21T20:28:23.0938567Z -- INCLUDE_ALL_OPS: 2025-03-21T20:28:23.0940090Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-03-21T20:28:23.0941446Z -- Generating kernel bindings: 2025-03-21T20:28:23.0941815Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:28:23.0942363Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:28:23.0942968Z -- CUSTOM_OPS_YAML: 2025-03-21T20:28:23.0943291Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:28:23.0945729Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-03-21T20:28:23.0947601Z -- Generating operator lib: 2025-03-21T20:28:23.0947961Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:28:23.0948435Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:28:23.0948940Z -- DEPS: executorch 2025-03-21T20:28:23.0949625Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:28:23.0950393Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:28:23.0950885Z CMake. 2025-03-21T20:28:23.0951023Z 2025-03-21T20:28:23.0951307Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:28:23.0951948Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:28:23.0952570Z to work with policies introduced by or earlier. 2025-03-21T20:28:23.0952883Z 2025-03-21T20:28:23.0953010Z  2025-03-21T20:28:23.0953276Z -- Looking for C++ include unistd.h 2025-03-21T20:28:23.0953664Z -- Looking for C++ include unistd.h - found 2025-03-21T20:28:23.0954065Z -- Looking for C++ include stdint.h 2025-03-21T20:28:23.0954428Z -- Looking for C++ include stdint.h - found 2025-03-21T20:28:23.0954822Z -- Looking for C++ include inttypes.h 2025-03-21T20:28:23.0955210Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:28:23.0955614Z -- Looking for C++ include sys/types.h 2025-03-21T20:28:23.0956009Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:28:23.0956395Z -- Looking for C++ include sys/stat.h 2025-03-21T20:28:23.0956782Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:28:23.0957176Z -- Looking for C++ include fnmatch.h 2025-03-21T20:28:23.0957561Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:28:23.0957953Z -- Looking for C++ include stddef.h 2025-03-21T20:28:23.0958317Z -- Looking for C++ include stddef.h - found 2025-03-21T20:28:23.0958699Z -- Check size of uint32_t 2025-03-21T20:28:23.0959024Z -- Check size of uint32_t - done 2025-03-21T20:28:23.0959367Z -- Looking for strtoll 2025-03-21T20:28:23.0959676Z -- Looking for strtoll - found 2025-03-21T20:28:23.0959980Z -- 2025-03-21T20:28:23.0960234Z -- ******** Summary ******** 2025-03-21T20:28:23.0960576Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:28:23.0960958Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:28:23.0961324Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:28:23.0961704Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:28:23.0962064Z -- BUCK2 : buck2 2025-03-21T20:28:23.0962440Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:28:23.0963013Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:28:23.0963608Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:28:23.0964023Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:28:23.0964454Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:28:23.0964888Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:28:23.0965316Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:28:23.0965744Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:28:23.0966157Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:28:23.0966572Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:28:23.0966986Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:28:23.0967411Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:28:23.0967839Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:28:23.0968345Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:28:23.0968766Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:28:23.0969279Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:28:23.0969713Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:28:23.0970143Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:28:23.0970563Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:28:23.0970992Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:28:23.0971402Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:28:23.0971855Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:28:23.0972280Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:28:23.0972710Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:28:23.0973130Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:28:23.0973565Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:28:23.0974000Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:28:23.0974412Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:28:23.0974835Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:28:23.0975272Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:28:23.0975684Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:28:23.0976098Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:28:23.0976511Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:28:23.0976930Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:28:23.0977337Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:28:23.0977727Z -- Configuring done (5.6s) 2025-03-21T20:28:23.0978054Z -- Generating done (0.1s) 2025-03-21T20:28:23.0978485Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:28:23.0978994Z + cmake --build cmake-out -j4 --config Debug 2025-03-21T20:28:23.0979546Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:28:23.0980482Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:28:23.0981628Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:28:23.0982835Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:28:23.0983760Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:28:23.0984282Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:28:23.0984768Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:28:23.0985308Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:28:23.0985775Z CMake Warning: 2025-03-21T20:28:23.0986146Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:28:23.0986466Z 2025-03-21T20:28:23.0986602Z  2025-03-21T20:28:23.0986891Z fatal: No names found, cannot describe anything. 2025-03-21T20:28:23.0987432Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:28:23.0987879Z git describe failed with exit code: 128 2025-03-21T20:28:23.0988146Z 2025-03-21T20:28:23.0988342Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:28:23.0988789Z Call Stack (most recent call first): 2025-03-21T20:28:23.0989152Z CMakeLists.txt:5 (include) 2025-03-21T20:28:23.0989360Z 2025-03-21T20:28:23.0989481Z  2025-03-21T20:28:23.0989748Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:28:25.3990041Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:28:25.3991296Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:28:25.3992461Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:28:25.3993804Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:28:25.3994592Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:28:25.3995043Z -- Detecting CXX compiler ABI info 2025-03-21T20:28:25.3995786Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:28:25.3996934Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:28:25.3998122Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:28:25.3999902Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:28:25.4001060Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:28:25.4001842Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:28:25.4002318Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:28:25.4002795Z -- Detecting CXX compile features 2025-03-21T20:28:25.4003278Z -- Detecting CXX compile features - done 2025-03-21T20:28:25.4004094Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:28:25.4004764Z -- Looking for strtof_l 2025-03-21T20:28:25.4005228Z [ 5%] Linking C static library libpthreadpool.a 2025-03-21T20:28:25.4005684Z [ 5%] Built target pthreadpool 2025-03-21T20:28:25.4006446Z [ 5%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:28:25.4007558Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:28:25.4008682Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:28:25.4009969Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:28:25.4010768Z -- Looking for strtof_l - found 2025-03-21T20:28:25.4011132Z -- Looking for strtoull_l 2025-03-21T20:28:25.4011890Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:28:25.4013019Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:28:25.4014205Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:28:25.4015345Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:28:25.4016018Z -- Looking for strtoull_l - found 2025-03-21T20:28:25.4016380Z -- Looking for realpath 2025-03-21T20:28:25.4017184Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:28:25.4018370Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:28:25.4019577Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:28:25.4020935Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:28:25.4021703Z -- Looking for realpath - found 2025-03-21T20:28:25.4022102Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:28:25.4022538Z -- Configuring done (1.1s) 2025-03-21T20:28:25.4023396Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:28:25.4024164Z -- Generating done (0.0s) 2025-03-21T20:28:25.4024818Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:28:25.4025532Z [ 8%] Performing build step for 'flatbuffers' 2025-03-21T20:28:25.4026191Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:28:25.4026911Z [ 9%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:28:25.4027421Z [ 9%] Built target gflags_nothreads_static 2025-03-21T20:28:25.4028264Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:28:25.4029456Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:28:25.4030458Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:28:25.4031210Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:28:25.4032204Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:28:25.4033375Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:28:25.4034588Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:28:25.4035751Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:28:25.4036892Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:28:25.4037781Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:28:25.4038721Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:28:25.4039890Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:28:25.4041074Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:28:25.4042262Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:28:25.4043422Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:28:25.4044354Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:28:25.4045012Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:28:25.4045888Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:28:25.4047049Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:28:25.4048204Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:28:25.4048997Z [ 12%] Built target cpuinfo 2025-03-21T20:28:25.4049812Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:28:25.4050993Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:28:25.4051929Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:28:25.4052700Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:28:25.4053722Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:28:25.4054898Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:28:25.4056114Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:28:25.4057290Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:28:25.4058529Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:28:25.4059754Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:28:25.4060934Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:28:25.4061908Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:28:25.4062672Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:28:25.4063653Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:28:25.4064854Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:28:25.4066049Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:28:25.4067258Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:28:25.4068255Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:28:25.4069243Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:28:25.4070382Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:28:25.4071604Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:28:30.7453281Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:28:30.7454660Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:28:30.7455607Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:28:30.7456712Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:28:30.7457973Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:28:30.7459108Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:28:30.7460310Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:28:30.7461619Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:28:30.7462836Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:28:30.7463966Z [ 17%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:28:30.7465132Z [ 17%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:28:30.7466387Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:28:30.7467398Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:28:30.7468130Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:28:30.7468784Z [ 18%] Linking CXX static library libeigen_blas.a 2025-03-21T20:28:30.7469972Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:28:30.7471271Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:28:30.7472576Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:28:30.7473584Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:28:30.7474259Z [ 18%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:28:30.7475187Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:28:30.7475806Z [ 18%] Built target cpuinfo_internals 2025-03-21T20:28:30.7476430Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:28:30.7477205Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:28:30.7477952Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:28:30.7478687Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:28:30.7479558Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:28:30.7480350Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:28:30.7481199Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:28:30.7482072Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:28:30.7482852Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:28:30.7483552Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:28:30.7484268Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:28:30.7485028Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:28:30.7486063Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:28:30.7486896Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:28:30.7487642Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:28:30.7488394Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:28:30.7489324Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:28:30.7490215Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:28:30.7491111Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:28:30.7492037Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:28:30.7492957Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:28:30.7493842Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:28:30.7494522Z [100%] Linking CXX executable flatc 2025-03-21T20:28:30.7494918Z [100%] Built target flatc 2025-03-21T20:28:30.7495341Z [ 18%] No install step for 'flatbuffers' 2025-03-21T20:28:30.7495830Z [ 18%] Completed 'flatbuffers' 2025-03-21T20:28:30.7496206Z [ 18%] Built target flatbuffers 2025-03-21T20:28:30.7496643Z [ 18%] Generating common_schema headers 2025-03-21T20:28:30.7497048Z [ 18%] Built target common_schema 2025-03-21T20:28:30.7497497Z [ 18%] Generating program_schema headers 2025-03-21T20:28:30.7497912Z [ 18%] Built target program_schema 2025-03-21T20:28:30.7499548Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:28:30.7500514Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:28:30.7501598Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:28:30.7502821Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:28:30.7503971Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:28:30.7505004Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:28:30.7505923Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:28:30.7506867Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:28:30.7507834Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:28:30.7508921Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:28:30.7509957Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:28:30.7511017Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:28:30.7512129Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:28:30.7513202Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:28:30.7514167Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:28:30.7515084Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:28:30.7516015Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:28:30.7516965Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:28:30.7517984Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:28:30.7519066Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:28:30.7519862Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:28:30.7520333Z [ 22%] Built target executorch_core 2025-03-21T20:28:30.7521041Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:28:30.7521968Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:28:30.7522998Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:28:30.7524260Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:28:30.7525339Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:28:30.7526484Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:28:30.7527624Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:28:30.7528325Z [ 24%] Built target eigen_blas 2025-03-21T20:28:30.7528805Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:28:30.7529523Z [ 24%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:28:30.7530007Z [ 24%] Built target extension_threadpool 2025-03-21T20:28:30.7530842Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:28:30.7531797Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:28:30.7532409Z [ 24%] Built target executorch 2025-03-21T20:28:30.7533203Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:28:30.7534413Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:28:37.4748046Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:28:37.4749234Z [ 25%] Linking CXX static library libcpublas.a 2025-03-21T20:28:37.4749678Z [ 25%] Built target cpublas 2025-03-21T20:28:37.4750407Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:28:37.4751586Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:28:37.4752739Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:28:37.4753849Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:28:37.4754890Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:28:37.4755926Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:28:37.4757013Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:28:37.4758069Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:28:37.4759095Z [ 26%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:28:37.4760186Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:28:37.4761273Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:28:37.4762370Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:28:37.4763491Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:28:37.4764599Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:28:37.4765683Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:28:37.4766803Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:28:37.4767892Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:28:37.4769116Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:28:37.4770235Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:28:37.4771344Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:28:37.4772429Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:28:37.4773489Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:28:37.4774571Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:28:37.4775725Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:28:37.4776819Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:28:37.4777900Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:28:37.4778988Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:28:37.4780103Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:28:37.4781246Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:28:37.4782361Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:28:37.4783384Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:28:37.4784485Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:28:37.4785563Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:28:37.4786695Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:28:37.4787767Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:28:37.4788920Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:28:37.4790057Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:28:37.4791141Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:28:37.4792260Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:28:37.4793377Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:28:37.4794501Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:28:37.4795597Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:28:37.4796736Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:28:37.4797856Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:28:37.4799230Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:28:37.4800367Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:28:37.4801545Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:28:37.4802684Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:28:37.4803719Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:28:37.4804836Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:28:37.4805938Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:28:37.4807053Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:28:37.4808210Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:28:37.4809577Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:28:37.4810794Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:28:37.4811893Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:28:37.4812917Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:28:37.4813998Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:28:37.4815125Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:28:37.4816201Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:28:37.4817330Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:28:37.4818518Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:28:37.4819670Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:28:37.4820743Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:28:37.4821862Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:28:37.4823097Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:28:37.4824265Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:28:37.4825382Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:28:37.4826385Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:28:37.4827457Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:28:37.4828660Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:28:37.4829790Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:28:43.1920814Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:28:43.1921976Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:28:43.1923141Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:28:43.1924448Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:28:43.1925663Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:28:43.1926738Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:28:43.1927782Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:28:43.1928959Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:28:43.1930064Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:28:43.1931171Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:28:43.1932526Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:28:43.1933608Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:28:43.1934654Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:28:43.1935754Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:28:43.1936822Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:28:43.1937861Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:28:43.1938979Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:28:43.1940201Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:28:43.1941307Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:28:43.1942364Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:28:43.1943532Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:28:43.1944689Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:28:43.1945785Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:28:43.1946813Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:28:43.1947903Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:28:43.1949055Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:28:43.1950120Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:28:43.1951166Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:28:43.1952208Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:28:43.1953281Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:28:43.1954386Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:28:43.1955461Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:28:43.1956537Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:28:43.1957698Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:28:43.1958851Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:28:43.1959908Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:28:43.1960990Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:28:43.1962109Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:28:43.1963170Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:28:43.1964280Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:28:43.1965388Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:28:43.1966516Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:28:43.1967611Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:28:43.1968735Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:28:43.1969959Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:28:43.1971142Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:28:43.1972161Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:28:43.1973240Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:28:43.1974299Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:28:43.1975353Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:28:43.1976401Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:28:43.1977495Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:28:43.1978630Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:28:43.1979736Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:28:43.1980778Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:28:43.1981832Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:28:43.1983075Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:28:43.1984191Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:28:43.1985307Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:28:43.1986383Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:28:43.1987464Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:28:43.1988537Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:28:43.1989623Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:28:43.1990661Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:28:43.1991721Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:28:43.1992814Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:28:43.1993953Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:28:43.1995115Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:28:43.1996297Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:28:43.1997548Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:28:43.1998825Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:28:43.1999948Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:28:43.2001054Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:28:43.2002189Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:28:48.7233252Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:28:48.7234414Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:28:48.7235581Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:28:48.7236653Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:28:48.7237777Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:28:48.7239058Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:28:48.7240163Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:28:48.7241276Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:28:48.7242432Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:28:48.7243555Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:28:48.7244733Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:28:48.7245909Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:28:48.7247135Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:28:48.7248308Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:28:48.7249489Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:28:48.7250554Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:28:48.7251621Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:28:48.7252751Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:28:48.7253873Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:28:48.7255014Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:28:48.7256196Z [ 57%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:28:48.7257305Z [ 57%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:28:48.7258404Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:28:48.7259586Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:28:48.7260932Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:28:48.7262091Z [ 58%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:28:48.7263205Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:28:48.7264376Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:28:48.7265501Z [ 58%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:28:48.7266587Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:28:48.7267729Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:28:48.7268938Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:28:48.7270146Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:28:48.7271458Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:28:48.7272649Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:28:48.7273751Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:28:48.7274888Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:28:48.7275948Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:28:48.7276952Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:28:48.7278061Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:28:48.7279289Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:28:48.7280441Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:28:48.7281585Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:28:48.7282691Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:28:48.7283725Z [ 62%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:28:48.7284795Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:28:48.7285855Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:28:48.7286909Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:28:48.7288145Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:28:48.7289632Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:28:48.7290931Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:28:48.7292093Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:28:48.7293242Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:28:48.7294474Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:28:48.7295621Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:28:48.7296763Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:28:48.7297826Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:28:48.7299146Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:28:48.7300349Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:28:48.7301411Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:28:48.7302485Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:28:48.7303573Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:28:48.7304765Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:28:48.7306010Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:28:48.7307150Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:28:48.7308213Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:28:48.7309425Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:28:48.7310380Z [ 65%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:28:48.7311277Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:28:48.7312392Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:28:48.7313601Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:28:48.7314781Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:28:52.7410381Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:28:52.7411519Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:28:52.7412584Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:28:52.7413751Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:28:52.7414840Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:28:52.7415916Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:28:52.7417093Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:28:52.7417848Z [ 68%] Built target optimized_kernels 2025-03-21T20:28:52.7418695Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:28:52.7419650Z [ 68%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:28:52.7420860Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:28:52.7422103Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:28:52.7423271Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:28:52.7424092Z [ 69%] Generating code for kernel registration 2025-03-21T20:28:52.7424965Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:28:52.7426086Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:28:52.7427270Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:28:52.7428405Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:28:52.7429559Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:28:52.7430742Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:28:52.7432033Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:28:52.7433165Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:28:52.7434202Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:28:52.7435379Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:28:52.7436640Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:28:52.7437787Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:28:52.7438891Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:28:52.7440037Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:28:52.7441197Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:28:52.7442358Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:28:52.7443522Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:28:52.7444675Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:28:52.7445836Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:28:52.7446948Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:28:52.7448284Z [ 73%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:28:52.7449809Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:28:52.7451084Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:28:52.7452017Z [ 74%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:28:52.7452873Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:28:52.7453543Z [ 74%] Built target optimized_ops_lib 2025-03-21T20:28:52.7454361Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:28:52.7455524Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:28:52.7456801Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:28:52.7466117Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:28:52.7467472Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:28:52.7468688Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:28:52.7469818Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:28:52.7470983Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:28:52.7472076Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:28:52.7473229Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:28:52.7474346Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:28:52.7475447Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:28:52.7476625Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:28:52.7477805Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:28:52.7478998Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:28:52.7480160Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:28:52.7481258Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:28:52.7482400Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:28:52.7483508Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:28:52.7484649Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:28:52.7485752Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:28:52.7486855Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:28:52.7487945Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:28:52.7489077Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:28:52.7490205Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:28:52.7491328Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:28:52.7492409Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:28:52.7493467Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:28:52.7494563Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:28:52.7495811Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:28:52.7496915Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:28:52.7497994Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:28:52.7499516Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:28:52.7500676Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:28:56.2531022Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:28:56.2533074Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:28:56.2535108Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:28:56.2537192Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:28:56.2539397Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:28:56.2541330Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:28:56.2543459Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:28:56.2545540Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:28:56.2547478Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:28:56.2549378Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:28:56.2551627Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:28:56.2553794Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:28:56.2555858Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:28:56.2557946Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:28:56.2560134Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:28:56.2562092Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:28:56.2563899Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:28:56.2565783Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:28:56.2567744Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:28:56.2569842Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:28:56.2571799Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:28:56.2573743Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:28:56.2575793Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:28:56.2577807Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:28:56.2580162Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:28:56.2582211Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:28:56.2584114Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:28:56.2585980Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:28:56.2587953Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:28:56.2590185Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:28:56.2592263Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:28:56.2594287Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:28:56.2596142Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:28:56.2598116Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:28:56.2600696Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:28:56.2602903Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:28:56.2605051Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:28:56.2607220Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:28:56.2609959Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:28:56.2612467Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:28:56.2614680Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:28:56.2616807Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:28:56.2619040Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:28:56.2620851Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:28:56.2622864Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:28:56.2624960Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:28:56.2627090Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:28:56.2629294Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:28:56.2631420Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:28:56.2633759Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:28:56.2636362Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:28:56.2638780Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:28:56.2641197Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:28:56.2643291Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:28:56.2645259Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:28:56.2647297Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:28:56.2649450Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:28:56.2651705Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:28:56.2653719Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:28:56.2656035Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:28:56.2658311Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:28:56.2660554Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:28:56.2662596Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:28:56.2665013Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:28:56.2667938Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:28:56.2670308Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:28:56.2672549Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:28:56.2674713Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:28:56.2677076Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:28:56.2679486Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T21:08:26.5960370Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T21:08:26.5961761Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T21:08:26.5963031Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T21:08:26.5963981Z [ 95%] Linking CXX static library libportable_kernels.a 2025-03-21T21:08:26.5965007Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T21:08:26.5966286Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T21:08:26.5967516Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T21:08:26.5968731Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T21:08:26.5970083Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T21:08:26.5971353Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T21:08:26.5973053Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T21:08:26.5974360Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T21:08:26.5975601Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T21:08:26.5976833Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T21:08:26.5978161Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T21:08:26.5979404Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T21:08:26.5980632Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T21:08:26.5981603Z [ 97%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T21:08:26.5982126Z [ 97%] Built target portable_kernels 2025-03-21T21:08:26.5982789Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T21:08:26.5983427Z [ 98%] Generating code for kernel registration 2025-03-21T21:08:26.5984529Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T21:08:26.5985585Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-03-21T21:08:26.5986064Z [ 98%] Built target portable_ops_lib 2025-03-21T21:08:26.5986459Z [ 98%] Built target optimized_portable_kernels 2025-03-21T21:08:26.5986935Z [ 98%] Merging kernel yaml files 2025-03-21T21:08:26.5987599Z [ 98%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T21:08:26.5988280Z [ 98%] Generating code for kernel registration 2025-03-21T21:08:26.5989489Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T21:08:26.5990713Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T21:08:26.5991262Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-03-21T21:08:26.5992158Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T21:08:26.5993324Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T21:08:26.5994408Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T21:08:26.5995433Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T21:08:26.5996492Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T21:08:26.5997644Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T21:08:26.5998801Z [100%] Linking CXX executable executor_runner 2025-03-21T21:08:26.5999243Z [100%] Built target executor_runner 2025-03-21T21:08:26.5999700Z + ./cmake-out/executor_runner --model_path ./phi-4-mini.pte 2025-03-21T21:08:26.6000353Z I 00:00:00.000757 executorch:cpuinfo_utils.cpp:62] Reading file /sys/devices/soc0/image_version 2025-03-21T21:08:26.6001205Z I 00:00:00.000788 executorch:cpuinfo_utils.cpp:78] Failed to open midr file /sys/devices/soc0/image_version 2025-03-21T21:08:26.6002169Z I 00:00:00.000802 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T21:08:26.6003405Z I 00:00:00.000823 executorch:cpuinfo_utils.cpp:100] Failed to open midr file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T21:08:26.6004402Z I 00:00:00.000830 executorch:cpuinfo_utils.cpp:116] CPU info and manual query on # of cpus dont match. 2025-03-21T21:08:26.6005232Z I 00:00:00.000834 executorch:executor_runner.cpp:143] Resetting threadpool with num threads = 0 2025-03-21T21:08:26.6006015Z I 00:00:01.446959 executorch:executor_runner.cpp:166] Model file ./phi-4-mini.pte is loaded. 2025-03-21T21:08:26.6006717Z I 00:00:01.446987 executorch:executor_runner.cpp:175] Using method forward 2025-03-21T21:08:26.6007428Z I 00:00:01.446999 executorch:executor_runner.cpp:226] Setting up planned buffer 0, size 15703296. 2025-03-21T21:08:26.6008169Z I 00:00:01.468245 executorch:executor_runner.cpp:251] Method loaded. 2025-03-21T21:08:26.6009014Z I 00:39:20.203615 executorch:executor_runner.cpp:289] Model executed successfully 1 time(s) in 2358735.328628 ms. 2025-03-21T21:08:26.6009774Z I 00:39:20.203646 executorch:executor_runner.cpp:293] 1 outputs: 2025-03-21T21:08:26.6010233Z Output 0: tensor(sizes=[1, 200064], [ 2025-03-21T21:08:26.6010602Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6010964Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6011377Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6020901Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6021438Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6021818Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6022163Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6022525Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6022895Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6023250Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6023587Z ..., 2025-03-21T21:08:26.6023832Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6024182Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6024547Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6024899Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6025249Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6025591Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6025948Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6026303Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6026662Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6027012Z 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 2025-03-21T21:08:26.6027338Z ]) 2025-03-21T21:08:26.6027603Z + rm ./phi-4-mini.pte 2025-03-21T21:08:26.6027893Z + return 2025-03-21T21:08:26.6070332Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T21:08:26.6070767Z with: 2025-03-21T21:08:26.6071142Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:26.6071608Z fail-on-empty: false 2025-03-21T21:08:26.6071895Z env: 2025-03-21T21:08:26.6072178Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:26.6072592Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:26.6072945Z PR_NUMBER: 2025-03-21T21:08:26.6074868Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:26.6077133Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:26.6077827Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:26.6078458Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:26.6078912Z ##[endgroup] 2025-03-21T21:08:26.6716701Z Prepare all required actions 2025-03-21T21:08:26.6761803Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T21:08:26.6762255Z with: 2025-03-21T21:08:26.6762664Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T21:08:26.6763326Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:08:26.6763830Z env: 2025-03-21T21:08:26.6764135Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:26.6764554Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:26.6764874Z PR_NUMBER: 2025-03-21T21:08:26.6766865Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:26.6769253Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:26.6769940Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:26.6770569Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:26.6771104Z ##[endgroup] 2025-03-21T21:08:26.6797408Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:08:26.6798490Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:08:26.6807997Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:08:26.6808460Z env: 2025-03-21T21:08:26.6808773Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:26.6809302Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:26.6809646Z PR_NUMBER: 2025-03-21T21:08:26.6811594Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:26.6813766Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:26.6814456Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:26.6815088Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:26.6815702Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:08:26.6816356Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T21:08:26.6816854Z ##[endgroup] 2025-03-21T21:08:26.7005343Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T21:08:26.9495233Z latest: Pulling from tool/alpine 2025-03-21T21:08:26.9495670Z 540db60ca938: Pulling fs layer 2025-03-21T21:08:27.0430812Z 540db60ca938: Download complete 2025-03-21T21:08:27.1334403Z 540db60ca938: Pull complete 2025-03-21T21:08:27.1444658Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T21:08:27.1485693Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T21:08:28.7832235Z Prepare all required actions 2025-03-21T21:08:28.7868369Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T21:08:28.7868816Z with: 2025-03-21T21:08:28.7869161Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T21:08:28.7869746Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:08:28.7870249Z env: 2025-03-21T21:08:28.7870559Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:28.7870977Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:28.7871320Z PR_NUMBER: 2025-03-21T21:08:28.7873297Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:28.7875477Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:28.7876259Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:28.7876892Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:28.7877352Z ##[endgroup] 2025-03-21T21:08:28.7903279Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:08:28.7904103Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:08:28.7911318Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:08:28.7911869Z env: 2025-03-21T21:08:28.7912168Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:28.7912596Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:28.7912933Z PR_NUMBER: 2025-03-21T21:08:28.7914860Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:28.7917025Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:28.7917707Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:28.7918347Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:28.7918955Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:08:28.7919521Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T21:08:28.7919940Z ##[endgroup] 2025-03-21T21:08:30.0163194Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T21:08:30.0163912Z # Only do these steps if we actually want to upload an artifact 2025-03-21T21:08:30.0164462Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T21:08:30.0165088Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T21:08:30.0165807Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T21:08:30.0166389Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T21:08:30.0166894Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:08:30.0167292Z  fi 2025-03-21T21:08:30.0167624Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T21:08:30.0168148Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:08:30.0168609Z  fi 2025-03-21T21:08:30.0169026Z fi 2025-03-21T21:08:30.0169282Z  2025-03-21T21:08:30.0169527Z upload_docs=0 2025-03-21T21:08:30.0170006Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T21:08:30.0170556Z # empty folders do not count 2025-03-21T21:08:30.0171086Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T21:08:30.0171792Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T21:08:30.0172373Z  # upload will probably not work correctly 2025-03-21T21:08:30.0172768Z  upload_docs=1 2025-03-21T21:08:30.0173072Z fi 2025-03-21T21:08:30.0173439Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T21:08:30.0180603Z shell: /usr/bin/bash -e {0} 2025-03-21T21:08:30.0180936Z env: 2025-03-21T21:08:30.0181233Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:30.0181660Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:30.0181996Z PR_NUMBER: 2025-03-21T21:08:30.0183927Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:30.0186183Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:30.0186871Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:30.0187526Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:30.0188058Z UPLOAD_ARTIFACT_NAME: 2025-03-21T21:08:30.0188353Z ##[endgroup] 2025-03-21T21:08:30.0279860Z Prepare all required actions 2025-03-21T21:08:30.0319473Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T21:08:30.0319903Z with: 2025-03-21T21:08:30.0320137Z env: 2025-03-21T21:08:30.0339700Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:30.0340167Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:30.0340514Z PR_NUMBER: 2025-03-21T21:08:30.0342430Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:30.0344588Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:30.0345305Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:30.0345950Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:30.0346410Z ##[endgroup] 2025-03-21T21:08:30.0372775Z ##[group]Run set -eou pipefail 2025-03-21T21:08:30.0373174Z set -eou pipefail 2025-03-21T21:08:30.0373499Z  2025-03-21T21:08:30.0373941Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T21:08:30.0374481Z for _ in $(seq 1440); do 2025-03-21T21:08:30.0374880Z  # Break if no ssh session exists anymore 2025-03-21T21:08:30.0375299Z  if [ "$(who)" = "" ]; then 2025-03-21T21:08:30.0375657Z  break 2025-03-21T21:08:30.0375939Z  fi 2025-03-21T21:08:30.0376199Z  echo "." 2025-03-21T21:08:30.0376491Z  sleep 5 2025-03-21T21:08:30.0376785Z done 2025-03-21T21:08:30.0382821Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:08:30.0383270Z env: 2025-03-21T21:08:30.0383580Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:30.0383998Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:30.0384346Z PR_NUMBER: 2025-03-21T21:08:30.0386271Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:30.0388430Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:30.0389122Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:30.0389774Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:30.0390240Z ##[endgroup] 2025-03-21T21:08:30.0415564Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T21:08:30.0501552Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:08:30.0502218Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:08:30.0502815Z # shellcheck disable=SC2046 2025-03-21T21:08:30.0503205Z docker stop $(docker ps -q) || true 2025-03-21T21:08:30.0503624Z # Prune all of the docker images 2025-03-21T21:08:30.0504019Z docker system prune -af 2025-03-21T21:08:30.0510053Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:08:30.0510498Z env: 2025-03-21T21:08:30.0510811Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:30.0511224Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:30.0511647Z PR_NUMBER: 2025-03-21T21:08:30.0513733Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:30.0515909Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:30.0516613Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:30.0517260Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:30.0517731Z ##[endgroup] 2025-03-21T21:08:40.8139250Z 2e6fcfae1ba3 2025-03-21T21:08:41.4348325Z Deleted Containers: 2025-03-21T21:08:41.4348856Z 2e6fcfae1ba332f9756cbf5e539bdeb26bcc0c5000a221677b20f32be751c1f8 2025-03-21T21:08:41.4349299Z 2025-03-21T21:08:44.9886711Z Deleted Images: 2025-03-21T21:08:44.9887682Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T21:08:44.9889212Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T21:08:44.9890431Z deleted: sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40 2025-03-21T21:08:44.9891200Z deleted: sha256:b11d8a9063ac7e7b0703e638943ffa462ed1ff43d115e018d93ecc7ef6e99965 2025-03-21T21:08:44.9891941Z deleted: sha256:f2e384828b3a50df4cb10fd073e8fda945b2ada554510f03523a3c4dc908db86 2025-03-21T21:08:44.9892697Z deleted: sha256:3d66cafd465938620b471b97f41fd22d2ee350e62cd61744eb8ffd3f5666ed69 2025-03-21T21:08:44.9893454Z deleted: sha256:9cbae670a85a8aac0f6f6a6d9d2be2a00e1b27d562ab526384c182731cb3b819 2025-03-21T21:08:44.9894221Z deleted: sha256:8769f3c5eaf750fd73aac99ced4b5f8d230639519bf3f533bde7bddd4152a68a 2025-03-21T21:08:44.9894978Z deleted: sha256:a92b7a5a56625b189c9a16d27929ef3e208ada463d2518a394126d879cbc6651 2025-03-21T21:08:44.9895716Z deleted: sha256:a7dc0b43530c70df0fe69e04d53ad44e20672853e2ae15a86b3e19227241fbf1 2025-03-21T21:08:44.9896452Z deleted: sha256:4ba4af853c4df05e8fec2f1ef4d32a7f5615239356518e4a1a61d83de2f8d447 2025-03-21T21:08:44.9897203Z deleted: sha256:8116950fa55671f60dfd11973d8af1b7ddd05c1ed3966f40f71b3200689a3302 2025-03-21T21:08:44.9897935Z deleted: sha256:1da6384ca2410930fb158b71e5416e459893564013572f2b06986a7b575ad554 2025-03-21T21:08:44.9898863Z deleted: sha256:6191ac6bba2cfc86332d198762e494a43ff17d7e8a3dc65164a1678e07231262 2025-03-21T21:08:44.9899615Z deleted: sha256:db6553fcc04eb14caf0ab3819fc12f02b61eb8a4059c37c40e5f0138c2f63a66 2025-03-21T21:08:44.9900358Z deleted: sha256:51bae04fe683ef523a2570cd4d7556045258f9b6d229355d7bd1ea34b24250d3 2025-03-21T21:08:44.9901107Z deleted: sha256:20ad2f7003b52ddd9cb6c6d2cc46f8ce1a8a0ae83fc9210c579998240c08e5c6 2025-03-21T21:08:44.9901863Z deleted: sha256:3b2613f9318c52d4987e4ff73716e74e324f519e8f8f3ab83c51d7423199e8c5 2025-03-21T21:08:44.9902585Z deleted: sha256:3439299846f50a2e5a17366d604c7463f7fea8f945321d3819d1e8f38c0923fd 2025-03-21T21:08:44.9903313Z deleted: sha256:90761e54ea09b317e6c383ab94c74de01997a9925eb9c75208d581723e846e7a 2025-03-21T21:08:44.9904266Z deleted: sha256:fc995bdfdcb41e16f3ff4a779c6050c9d8cebb78050ccc0732d74d1d2839de14 2025-03-21T21:08:44.9905007Z deleted: sha256:5830807088a9f913105242bc72edeb24e0babf7b2db02c0e9375e3d2e42d7f98 2025-03-21T21:08:44.9905746Z deleted: sha256:c38e887df1d80d989c4a51622f9544aecf9881961dbde3ba7c2c605944246529 2025-03-21T21:08:44.9906495Z deleted: sha256:53a65f12bff4f5a541b7785f677e4b5335b1756e6cf196221d0cc59ad72e1dca 2025-03-21T21:08:44.9907241Z deleted: sha256:d6a19dca26c5a6294eb23b704612f758b1c3105818b8f75b59f4837090bd797f 2025-03-21T21:08:44.9907979Z deleted: sha256:db021aea433581c328a76f331a19695f1861f3b802b1708ad0a4dd9facfd902d 2025-03-21T21:08:44.9908981Z deleted: sha256:3a89a0477136937051104e767851ff8ef6595c687fe69ed321da5cbd6f8aac2c 2025-03-21T21:08:44.9909712Z deleted: sha256:c32d4480be2c0090f39371c3f1c8d0e75e54bb223261e99f887cde0ae3d8f69c 2025-03-21T21:08:44.9910613Z deleted: sha256:58e5f9b5d9dfa43945e48a2be23b322ddb4b26013b163b29f9e1b3f55ee731a4 2025-03-21T21:08:44.9911507Z deleted: sha256:74a2beb320466e21285a2d86c125b6b49d7b1a2e6c2713215bbcab34cab29f02 2025-03-21T21:08:44.9912261Z deleted: sha256:153a1bdd1d99254cfe26222b6c9e56c156ee6a7c35c274527985ed2925216199 2025-03-21T21:08:44.9913011Z deleted: sha256:246fa63ef0ffeeb8c245ab1fe510666c50c302f27659cd8fff58aa04cb5f620c 2025-03-21T21:08:44.9913762Z deleted: sha256:2c67b522026b7c66db0ea01e6d27c99e307b970c9dfbb71584a7893c5a2167b4 2025-03-21T21:08:44.9914502Z deleted: sha256:5de1d2b20d0b3514787b7edfecace6a8f2d87c4a4c2c35c72895663ec1f3574f 2025-03-21T21:08:44.9915248Z deleted: sha256:26b1377e85176a642c5b782619b486a09b5789b8d68502d8232eff37ced8fed6 2025-03-21T21:08:44.9915987Z deleted: sha256:04cb88971fc3d98a975ee72868e8be5734315e3f7418011da460c608949606fa 2025-03-21T21:08:44.9916734Z deleted: sha256:ddc216d24d802bf215875832d612a86ca694511842ad2ac797bcdc8ff9eb081a 2025-03-21T21:08:44.9917506Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T21:08:44.9918244Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T21:08:44.9918953Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T21:08:44.9919954Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T21:08:44.9920977Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T21:08:44.9921734Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T21:08:44.9922182Z 2025-03-21T21:08:44.9922353Z Total reclaimed space: 14.36GB 2025-03-21T21:08:44.9958743Z ##[group]Run set +e 2025-03-21T21:08:44.9959108Z set +e 2025-03-21T21:08:44.9959430Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T21:08:44.9959908Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:08:44.9960363Z else 2025-03-21T21:08:44.9960710Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:08:44.9961148Z fi 2025-03-21T21:08:44.9961424Z set -e 2025-03-21T21:08:44.9967862Z shell: /usr/bin/bash -e {0} 2025-03-21T21:08:44.9968188Z env: 2025-03-21T21:08:44.9968517Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:08:44.9969090Z REPOSITORY: pytorch/executorch 2025-03-21T21:08:44.9969443Z PR_NUMBER: 2025-03-21T21:08:44.9971423Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=phi-4-mini BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T21:08:44.9973612Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:08:44.9974307Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:08:44.9975042Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:08:44.9975512Z NO_SUDO: false 2025-03-21T21:08:44.9975798Z ##[endgroup] 2025-03-21T21:08:46.2237781Z Post job cleanup. 2025-03-21T21:08:46.3390974Z Post job cleanup. 2025-03-21T21:08:46.4477332Z [command]/usr/bin/git version 2025-03-21T21:08:46.4521066Z git version 2.47.1 2025-03-21T21:08:46.4566693Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/50ca2c63-350a-4899-92cb-7ad3598d4a28' before making global git config changes 2025-03-21T21:08:46.4567802Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T21:08:46.4572338Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T21:08:46.4604904Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T21:08:46.4643579Z [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-21T21:08:46.4943095Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T21:08:46.4963763Z http.https://github.com/.extraheader 2025-03-21T21:08:46.4976103Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T21:08:46.5006687Z [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-21T21:08:46.5361031Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T21:08:46.5389405Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T21:08:46.5395387Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:08:46.5395860Z ##[endgroup] 2025-03-21T21:08:46.5483372Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T21:08:59.0970079Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T21:09:18.2726237Z Cleaning up orphan processes