2025-03-21T20:17:51.6450050Z Current runner version: '2.323.0' 2025-03-21T20:17:51.6457145Z Runner name: 'i-0826f761e1b4201f1' 2025-03-21T20:17:51.6458043Z Runner group name: 'Default' 2025-03-21T20:17:51.6459034Z Machine name: 'ip-10-0-59-86' 2025-03-21T20:17:51.6462111Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:51.6464689Z Contents: read 2025-03-21T20:17:51.6465351Z Metadata: read 2025-03-21T20:17:51.6466028Z ##[endgroup] 2025-03-21T20:17:51.6469414Z Secret source: Actions 2025-03-21T20:17:51.6470233Z Prepare workflow directory 2025-03-21T20:17:51.9623246Z Prepare all required actions 2025-03-21T20:17:51.9665497Z Getting action download info 2025-03-21T20:17:52.1990252Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:52.4711581Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:18:05.1570116Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:18:05.4741795Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:18:05.5676857Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:18:05.9652206Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:18:06.2541695Z Getting action download info 2025-03-21T20:18:06.3907595Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:06.3909600Z ##[group] Inputs 2025-03-21T20:18:06.3910205Z script: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:06.3911395Z timeout: 90 2025-03-21T20:18:06.3911659Z runner: linux.2xlarge 2025-03-21T20:18:06.3911941Z upload-artifact: 2025-03-21T20:18:06.3912538Z upload-artifact-to-s3: false 2025-03-21T20:18:06.3912876Z download-artifact: 2025-03-21T20:18:06.3913128Z repository: 2025-03-21T20:18:06.3913396Z fetch-depth: 1 2025-03-21T20:18:06.3913676Z submodules: true 2025-03-21T20:18:06.3913979Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:06.3914375Z test-infra-repository: pytorch/test-infra 2025-03-21T20:18:06.3914709Z test-infra-ref: 2025-03-21T20:18:06.3915009Z docker-image: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:06.3915383Z docker-build-dir: .ci/docker 2025-03-21T20:18:06.3915697Z gpu-arch-type: cpu 2025-03-21T20:18:06.3915967Z gpu-arch-version: 2025-03-21T20:18:06.3916216Z job-name: linux-job 2025-03-21T20:18:06.3916489Z continue-on-error: false 2025-03-21T20:18:06.3916779Z binary-matrix: 2025-03-21T20:18:06.3917039Z run-with-docker: true 2025-03-21T20:18:06.3917304Z secrets-env: 2025-03-21T20:18:06.3917539Z no-sudo: false 2025-03-21T20:18:06.3917821Z ##[endgroup] 2025-03-21T20:18:06.3918181Z Complete job name: unittest-editable / linux / linux-job 2025-03-21T20:18:06.4337500Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:18:06.4439397Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:18:06.4448495Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.4449158Z ##[endgroup] 2025-03-21T20:18:07.6991686Z Runner Type: linux.2xlarge 2025-03-21T20:18:07.6992161Z Instance Type: c5.2xlarge 2025-03-21T20:18:07.6992454Z AMI Name: unknown 2025-03-21T20:18:07.7014522Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:13.0897110Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:13.0897545Z set -euxo pipefail 2025-03-21T20:18:13.0897878Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:13.0898295Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:13.0898691Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:13.0899025Z else 2025-03-21T20:18:13.0899319Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:13.0899876Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:13.0900198Z fi 2025-03-21T20:18:13.0900431Z  2025-03-21T20:18:13.0900689Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:13.0901032Z echo "::endgroup::" 2025-03-21T20:18:13.0911003Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:13.0911324Z env: 2025-03-21T20:18:13.0911617Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.0912002Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.0912352Z PR_NUMBER: 2025-03-21T20:18:13.0912883Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:13.0913488Z NO_SUDO: false 2025-03-21T20:18:13.0913723Z ##[endgroup] 2025-03-21T20:18:13.0940158Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:13.0950982Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:13.0957510Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:13.2036568Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:13.2037366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:13.2038300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:13.2039258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:13.2040718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:13.2041648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:13.2042567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:13.2043514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:13.2044556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:13.2045720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:13.2046649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:13.2047681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:13.2048585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:13.2049500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:13.2050487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:13.2051428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:13.2052328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:13.2053338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:13.2054135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:13.2055242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:13.2056075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:13.2056852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:13.2057671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:13.2058675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:13.2059547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:13.2060464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:13.2061384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:13.2062225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:13.2062977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:13.2063959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.pack' 2025-03-21T20:18:13.2065216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.rev' 2025-03-21T20:18:13.2066464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.idx' 2025-03-21T20:18:13.2067543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:13.2068521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:13.2069392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:13.2070188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:13.2071025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:13.2071859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:13.2072827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:13.2073772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:13.2074653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:13.2075538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:13.2076408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:13.2077246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:13.2078023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:13.2078834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:13.2079813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:13.2080582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:13.2081316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:13.2082244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:13.2083043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:13.2084187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:13.2085173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:13.2086211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:13.2087618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:13.2088610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:13.2089705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:13.2091138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:13.2092192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:13.2093596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:13.2094700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:13.2095708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:13.2096784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:13.2097818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:13.2098922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:13.2099929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:13.2101024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:13.2102123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:13.2103195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:13.2104248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:13.2105289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:13.2106302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:13.2107353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:13.2108413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:13.2109441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:13.2110410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:13.2111583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:13.2112636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:13.2113684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:13.2114722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:13.2115828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:13.2116852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:13.2117852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:13.2118829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:13.2119862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:13.2120875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:13.2121873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:13.2122874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:13.2123945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:13.2124912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:13.2125916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:13.2126946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:13.2127977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:13.2128953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:13.2129949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:13.2131006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:13.2132013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:13.2133092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:13.2134122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:13.2135131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:13.2136159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:13.2137257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:13.2138290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:13.2139334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:13.2140542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:13.2141642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:13.2142616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:13.2143491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:13.2144472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:13.2145382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:13.2146332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:13.2147231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:13.2148151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:13.2149019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:13.2150174Z 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:13.2151731Z 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:13.2153056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:13.2154313Z 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:13.2155663Z 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:13.2157071Z 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:13.2158448Z 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:13.2159710Z 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:13.2160919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:13.2162114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:13.2163228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:13.2164211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:13.2165193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:13.2166195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:13.2167174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:13.2168122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:13.2169127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:13.2170086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:13.2171066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:13.2172084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:13.2173160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:13.2174150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:13.2175161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:13.2176149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:13.2177086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:13.2178001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:13.2178970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:13.2180197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:13.2181154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:13.2182120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:13.2183037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:13.2183989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:13.2185025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:13.2186045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:13.2187028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:13.2188227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:13.2189356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:13.2190455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:13.2191674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:13.2192785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:13.2193906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:13.2194938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:13.2196090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:13.2197446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:13.2198731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:13.2199981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:13.2201243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:13.2203235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:13.2204440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:13.2205587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:13.2206733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:13.2207890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:13.2209151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:13.2210324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:13.2211563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:13.2212704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:13.2213791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:13.2214789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:13.2215763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:13.2216843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:13.2217926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:13.2219009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:13.2220052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:13.2221275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:13.2222513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:13.2223577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:13.2224663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:13.2225873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:13.2227100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:13.2228319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:13.2229583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:13.2230969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:13.2232242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:13.2233313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:13.2234570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:13.2235700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:13.2236980Z 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:13.2238288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:13.2239546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:13.2240806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:13.2241985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:13.2243207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:13.2244430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:13.2245581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:13.2246719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:13.2247851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:13.2248952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:13.2250096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:13.2251232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:13.2252225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:13.2253216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:13.2254241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:13.2255276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:13.2257171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:13.2258355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:13.2259546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:13.2260697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:13.2261911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:13.2262976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:13.2264105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:13.2265260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:13.2266494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:13.2267724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:13.2268910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:13.2270039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:13.2271323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:13.2272489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:13.2273691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:13.2274910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:13.2276119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:13.2277351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:13.2278603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:13.2280013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:13.2281191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:13.2282289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:13.2283374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:13.2284310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:13.2285106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:13.2285862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:13.2286674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:13.2287452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:13.2288198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:13.2288995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:13.2289729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:13.2290443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:13.2291234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:13.2292231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:13.2293087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:13.2293964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:13.2294879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:13.2295889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:13.2296816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:13.2297837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:13.2298989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:13.2300138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:13.2301238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:13.2302424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:13.2303682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:13.2304987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:13.2306228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:13.2307445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:13.2308630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:13.2309891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:13.2311773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:13.2313008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:13.2314333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:13.2316228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:13.2318156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:13.2320075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:13.2321697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:13.2323198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:13.2324528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:13.2325968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:13.2327726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:13.2329337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:13.2330710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:13.2331680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:13.2332754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:13.2334025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:13.2335567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:13.2336921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:13.2338124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:13.2339310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:13.2340532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:13.2341760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:13.2342923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:13.2343997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:13.2345045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:13.2346140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:13.2347273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:13.2348529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:13.2349656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:13.2350605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:13.2351676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:13.2352703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:13.2353696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:13.2354830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:13.2355823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:13.2356841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:13.2358005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:13.2359031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:13.2360005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:13.2360964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:13.2362002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:13.2362954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:13.2363911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:13.2365063Z 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:13.2366217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:13.2367246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:13.2368391Z 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:13.2369543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:13.2370593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:13.2371601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:13.2372626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:13.2373683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:13.2374696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:13.2375734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:13.2376795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:13.2377811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:13.2378784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:13.2379949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:13.2380921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:13.2381913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:13.2382905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:13.2383902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:13.2385164Z 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:13.2386871Z 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:13.2388258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:13.2389275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:13.2390325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:13.2391382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:13.2392386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:13.2393444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:13.2394537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:13.2395652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:13.2396718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:13.2397740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:13.2398748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:13.2399790Z 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:13.2400877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:13.2401911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:13.2402917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:13.2403910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:13.2404964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:13.2406046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:13.2407086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:13.2408032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:13.2409027Z 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:13.2410070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:13.2410990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:13.2411906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:13.2412957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:13.2414104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:13.2415220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:13.2416400Z 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:13.2417639Z 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:13.2418869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:13.2419922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:13.2420954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:13.2422009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:13.2423105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:13.2424242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:13.2425362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:13.2426505Z 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:13.2427744Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:13.2428671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:13.2429602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:13.2430707Z 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:13.2431959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:13.2433076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:13.2434009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:13.2434801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:13.2435622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:13.2436621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:13.2437980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:13.2439154Z 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:13.2440407Z 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:13.2441606Z 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:13.2442862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:13.2444048Z 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:13.2445335Z 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:13.2446531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:13.2447583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:13.2448390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:13.2449130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:13.2449917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:13.2450759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:13.2451617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:13.2452480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:13.2453409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:13.2454378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:13.2455387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:13.2456298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:13.2457177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:13.2458088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:13.2459083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:13.2460095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:13.2461086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:13.2461993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:13.2462849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:13.2463714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:13.2464541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:13.2465352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:13.2466229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:13.2467105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:13.2467981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:13.2468925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:13.2469890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:13.2470732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:13.2471672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:13.2472529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:13.2473402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:13.2474331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:13.2475255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:13.2476263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:13.2477244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:13.2478193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:13.2479069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:13.2480099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:13.2481019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:13.2481922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:13.2482782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:13.2483666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:13.2484538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:13.2485407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:13.2486250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:13.2487077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:13.2487869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:13.2488655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:13.2489423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:13.2490307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:13.2491315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:13.2492311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:13.2493288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:13.2494273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:13.2495356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:13.2496452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:13.2497576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:13.2498543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:13.2499645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:13.2500859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:13.2502142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:13.2503348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:13.2504573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:13.2505802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:13.2507058Z 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:13.2508350Z 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:13.2509807Z 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:13.2511491Z 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:13.2513054Z 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:13.2514626Z 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:13.2516203Z 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:13.2517802Z 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:13.2519423Z 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:13.2521030Z 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:13.2522632Z 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:13.2524308Z 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:13.2526021Z 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:13.2527773Z 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:13.2529492Z 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:13.2531297Z 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:13.2533369Z 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:13.2535359Z 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:13.2537299Z 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:13.2539094Z 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:13.2540883Z 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:13.2542500Z 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:13.2544100Z 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:13.2545674Z 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:13.2547134Z 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:13.2548450Z 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:13.2549710Z 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:13.2551180Z 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:13.2552676Z 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:13.2554084Z 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:13.2555490Z 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:13.2556893Z 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:13.2558230Z 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:13.2559610Z 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:13.2560901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:13.2562144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:13.2563421Z 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:13.2564752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:13.2565972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:13.2567192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:13.2568469Z 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:13.2569908Z 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:13.2571571Z 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:13.2573145Z 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:13.2574644Z 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:13.2576182Z 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:13.2577633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:13.2578946Z 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:13.2580518Z 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:13.2581968Z 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:13.2583441Z 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:13.2584970Z 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:13.2586535Z 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:13.2588082Z 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:13.2589694Z 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:13.2591262Z 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:13.2592698Z 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:13.2594062Z 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:13.2595471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:13.2596756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:13.2598002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:13.2599181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:13.2600315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:13.2601496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:13.2602782Z 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:13.2604074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:13.2605358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:13.2606641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:13.2607921Z 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:13.2609228Z 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:13.2610558Z 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:13.2611895Z 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:13.2613241Z 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:13.2614659Z 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:13.2616150Z 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:13.2617642Z 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:13.2619145Z 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:13.2620721Z 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:13.2622230Z 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:13.2623749Z 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:13.2625321Z 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:13.2626855Z 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:13.2628402Z 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:13.2630031Z 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:13.2631632Z 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:13.2633138Z 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:13.2634662Z 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:13.2636174Z 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:13.2637686Z 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:13.2639200Z 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:13.2640977Z 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:13.2642531Z 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:13.2644099Z 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:13.2645678Z 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:13.2647225Z 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:13.2648745Z 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:13.2650242Z 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:13.2651794Z 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:13.2653271Z 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:13.2654764Z 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:13.2656210Z 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:13.2657672Z 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:13.2659014Z 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:13.2660353Z 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:13.2661818Z 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:13.2663313Z 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:13.2664687Z 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:13.2666008Z 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:13.2667311Z 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:13.2668573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:13.2669801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:13.2671029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:13.2672160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:13.2673382Z 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:13.2674714Z 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:13.2676073Z 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:13.2677451Z 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:13.2678807Z 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:13.2680376Z 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:13.2681970Z 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:13.2683357Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:13.2684543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:13.2685731Z 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:13.2687036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:13.2688194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:13.2689324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:13.2690536Z 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:13.2691808Z 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:13.2693064Z 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:13.2694330Z 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:13.2695743Z 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:13.2697220Z 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:13.2698655Z 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:13.2700117Z 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:13.2701505Z 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:13.2702837Z 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:13.2704118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:13.2705346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:13.2706490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:13.2707726Z 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:13.2709043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:13.2710310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:13.2711650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:13.2713024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:13.2714346Z 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:13.2715713Z 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:13.2717118Z 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:13.2718460Z 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:13.2719820Z 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:13.2721156Z 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:13.2722476Z 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:13.2723799Z 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:13.2725158Z 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:13.2726579Z 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:13.2728035Z 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:13.2729441Z 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:13.2730793Z 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:13.2732129Z 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:13.2733618Z 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:13.2735144Z 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:13.2736497Z 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:13.2737819Z 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:13.2739124Z 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:13.2740402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:13.2741632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:13.2742974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:13.2744105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:13.2745250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:13.2746488Z 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:13.2747906Z 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:13.2749322Z 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:13.2750659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:13.2751941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:13.2753126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:13.2754314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:13.2755444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:13.2756525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:13.2757562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:13.2758709Z 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:13.2759888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:13.2761010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:13.2762142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:13.2763276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:13.2764470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:13.2765600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:13.2766729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:13.2767827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:13.2768861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:13.2769861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:13.2770745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:13.2771658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:13.2772599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:13.2773588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:13.2774543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:13.2775571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:13.2776560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:13.2777548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:13.2778483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:13.2779390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:13.2780632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:13.2781728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:13.2782842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:13.2783912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:13.2784871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:13.2785937Z 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:13.2787170Z 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:13.2788427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:13.2789567Z 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:13.2790944Z 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:13.2792314Z 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:13.2793519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:13.2794708Z 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:13.2795903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:13.2796986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:13.2798026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:13.2798980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:13.2800056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:13.2800994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:13.2801930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:13.2802900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:13.2804021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:13.2805129Z 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:13.2806173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:13.2807179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:13.2808149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:13.2809108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:13.2810099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:13.2811061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:13.2831410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:13.2832495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:13.2833671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:13.2834652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:13.2835613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:13.2836557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:13.2837529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:13.2838488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:13.2839460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:13.2840423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:13.2841385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:13.2842384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:13.2843388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:13.2844611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:13.2845526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:13.2846398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:13.2847465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:13.2848437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:13.2849297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:13.2850179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:13.2851137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:13.2852014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:13.2852885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:13.2853779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:13.2854703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:13.2855702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:13.2856792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:13.2857858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:13.2858909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:13.2859943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:13.2860998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:13.2862053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:13.2863106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:13.2864143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:13.2865208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:13.2866234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:13.2867210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:13.2868178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:13.2869139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:13.2870108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:13.2871160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:13.2872151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:13.2873102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:13.2873990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:13.2874963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:13.2875924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:13.2876972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:13.2877992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:13.2879049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:13.2880309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:13.2881344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:13.2882324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:13.2883251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:13.2884197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:13.2885132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:13.2886122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:13.2887115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:13.2888094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:13.2889201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:13.2890250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:13.2891274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:13.2892255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:13.2893187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:13.2894167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:13.2895243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:13.2896198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:13.2897126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:13.2898130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:13.2899118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:13.2900187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:13.2901327Z 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:13.2902616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:13.2903770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:13.2904975Z 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:13.2906132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:13.2907243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:13.2908162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:13.2909043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:13.2909980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:13.2911100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:13.2912110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:13.2913007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:13.2913945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:13.2914888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:13.2915824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:13.2916759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:13.2917746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:13.2918702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:13.2919622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:13.2920559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:13.2921518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:13.2922481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:13.2923397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:13.2924328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:13.2925309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:13.2926388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:13.2927534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:13.2928606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:13.2929636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:13.2930691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:13.2931671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:13.2932676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:13.2933706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:13.2934787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:13.2935805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:13.2936796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:13.2937733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:13.2938618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:13.2939454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:13.2940419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:13.2941537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:13.2942670Z 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:13.2943829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:13.2944947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:13.2946166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:13.2947221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:13.2948332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:13.2949457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:13.2950573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:13.2951652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:13.2952610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:13.2953657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:13.2954712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:13.2955707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:13.2956576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:13.2957402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:13.2958324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:13.2959207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:13.2960138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:13.2961089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:13.2962046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:13.2962954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:13.2963827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:13.2964725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:13.2965599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:13.2966518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:13.2967585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:13.2968731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:13.2969877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:13.2970945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:13.2971879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:13.2972729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:13.2973727Z 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:13.2974758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:13.2975712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:13.2976696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:13.2977716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:13.2978668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:13.2979748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:13.2980646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:13.2981480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:13.2982323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:13.2983165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:13.2983947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:13.2984733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:13.2985666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:13.2986479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:13.2987300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:13.2988148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:13.2989057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:13.2990057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:13.2991356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:13.2992565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:13.2993807Z 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:13.2995074Z 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:13.2996335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:13.2997587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:13.2998776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:13.2999951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:13.3001101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:13.3002233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:13.3003381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:13.3004517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:13.3005677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:13.3006870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:13.3008045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:13.3009195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:13.3010333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:13.3011466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:13.3012660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:13.3013997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:13.3015257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:13.3016561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:13.3017961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:13.3019283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:13.3020531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:13.3021690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:13.3022817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:13.3023945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:13.3025073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:13.3026180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:13.3027315Z 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:13.3028472Z 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:13.3029624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:13.3030812Z 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:13.3032191Z 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:13.3033407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:13.3034598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:13.3035765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:13.3037001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:13.3038149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:13.3039313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:13.3040463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:13.3041607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:13.3042829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:13.3043948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:13.3045098Z 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:13.3046281Z 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:13.3047739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:13.3048938Z 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:13.3050152Z 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:13.3051348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:13.3052550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:13.3053746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:13.3054927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:13.3056104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:13.3057256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:13.3058391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:13.3059536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:13.3060677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:13.3061815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:13.3062935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:13.3064047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:13.3065142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:13.3066263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:13.3067415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:13.3068558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:13.3069730Z 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:13.3071097Z 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:13.3072296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:13.3073520Z 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:13.3074783Z 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:13.3076070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:13.3077296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:13.3078504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:13.3079941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:13.3081302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:13.3082518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:13.3083715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:13.3084899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:13.3086061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:13.3087206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:13.3088394Z 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:13.3089621Z 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:13.3090843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:13.3092077Z 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:13.3093324Z 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:13.3094550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:13.3095782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:13.3097023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:13.3098263Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:13.3099499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:13.3100837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:13.3102046Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:13.3103242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:13.3104398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:13.3105591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:13.3106753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:13.3107932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:13.3109142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:13.3110422Z 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:13.3111889Z 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:13.3113286Z 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:13.3114665Z 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:13.3116026Z 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:13.3117369Z 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:13.3118761Z 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:13.3120165Z 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:13.3121560Z 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:13.3122896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:13.3124116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:13.3125313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:13.3126496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:13.3127749Z 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:13.3129045Z 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:13.3130397Z 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:13.3131660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:13.3132943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:13.3134199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:13.3135384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:13.3136550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:13.3137709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:13.3138806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:13.3139927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:13.3141091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:13.3142249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:13.3143415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:13.3144592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:13.3145740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:13.3146889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:13.3148016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:13.3149135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:13.3150353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:13.3151507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:13.3152551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:13.3153616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:13.3154694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:13.3155745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:13.3156851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:13.3157983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:13.3159253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:13.3160412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:13.3161602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:13.3162831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:13.3163987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:13.3165100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:13.3166211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:13.3167355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:13.3168515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:13.3169667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:13.3170848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:13.3172045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:13.3173239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:13.3174415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:13.3175604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:13.3176778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:13.3177938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:13.3179088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:13.3180513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:13.3181650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:13.3182777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:13.3183909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:13.3185063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:13.3186237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:13.3187492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:13.3188666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:13.3189992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:13.3191224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:13.3192503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:13.3193699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:13.3194897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:13.3196140Z 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:13.3197413Z 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:13.3198667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:13.3199915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:13.3201136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:13.3202342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:13.3203504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:13.3204628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:13.3205737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:13.3206904Z 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:13.3208105Z 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:13.3209292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:13.3210503Z 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:13.3211747Z 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:13.3212952Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:13.3214180Z 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:13.3215393Z 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:13.3216640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:13.3217812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:13.3218955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:13.3220083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:13.3221239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:13.3222301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:13.3223361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:13.3224545Z 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:13.3225823Z 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:13.3227087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:13.3227643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:13.3228201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:13.3228744Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:13.3229290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:13.3229815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:13.3230348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:13.3230966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:13.3231517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:13.3232039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:13.3232625Z 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:13.3233186Z 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:13.3233750Z 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:13.3234297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:13.3234820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:13.3235399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:13.3235901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:13.3236406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:13.3236891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:13.3237453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:13.3237924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:13.3238409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:13.3238927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:13.3239442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:13.3239936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:13.3240503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:13.3241114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:13.3241641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:13.3242250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:13.3242834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:13.3243427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:13.3243967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:13.3244507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:13.3245030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:13.3245603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:13.3246148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:13.3246700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:13.3247190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:13.3247675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:13.3248146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:13.3248733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:13.3249269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:13.3249785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:13.3250324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:13.3250887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:13.3251576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:13.3252247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:13.3252802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:13.3253339Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:13.3253822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:13.3254279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:13.3254749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:13.3255276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:13.3255787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:13.3256306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:13.3256878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:13.3257460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:13.3258021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:13.3258599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:13.3259145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:13.3259704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:13.3260238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:13.3260778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:13.3261296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:13.3261812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:13.3262370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:13.3262871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:13.3263357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:13.3263884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:13.3264370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:13.3264915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:13.3265469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:13.3265999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:13.3266528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:13.3267029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:13.3267537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:13.3268064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:13.3268591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:13.3269097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:13.3269697Z 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:13.3270276Z 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:13.3270918Z 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:13.3271457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:13.3271973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:13.3272496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:13.3273078Z 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:13.3273669Z 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:13.3274246Z 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:13.3274761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:13.3275307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:13.3275805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:13.3276302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:13.3276799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:13.3277328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:13.3277864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:13.3278413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:13.3278932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:13.3279729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:13.3280308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:13.3280890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:13.3281500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:13.3282118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:13.3282713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:13.3283342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:13.3283948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:13.3284560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:13.3285072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:13.3285588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:13.3286082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:13.3286549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:13.3287071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:13.3287532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:13.3288093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:13.3288727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:13.3289273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:13.3289865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:13.3290457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:13.3291123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:13.3291636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:13.3292133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:13.3292631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:13.3293189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:13.3293747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:13.3294297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:13.3294862Z 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:13.3295430Z 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:13.3295978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:13.3296563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:13.3297107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:13.3297650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:13.3298187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:13.3298723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:13.3299242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:13.3299825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:13.3300379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:13.3300945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:13.3301444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:13.3301984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:13.3302465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:13.3302886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:13.3303396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:13.3303902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:13.3304356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:13.3304775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:13.3305197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:13.3305607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:13.3306039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:13.3306465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:13.3306920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:13.3307367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:13.3307832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:13.3308302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:13.3308760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:13.3309186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:13.3309648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:13.3310091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:13.3310523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:13.3311050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:13.3311459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:13.3311886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:13.3312298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:13.3312715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:13.3313188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:13.3313591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:13.3314059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:13.3314532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:13.3314993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:13.3315416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:13.3315819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:13.3316288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:13.3316741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:13.3317193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:13.3317605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:13.3318095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:13.3318533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:13.3318954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:13.3319423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:13.3319863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:13.3320278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:13.3320751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:13.3321170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:13.3321623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:13.3322146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:13.3322666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:13.3323218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:13.3323712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:13.3324208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:13.3324732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:13.3325215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:13.3325692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:13.3326217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:13.3326657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:13.3327253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:13.3327816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:13.3328317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:13.3328870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:13.3329447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:13.3329982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:13.3330540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:13.3331073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:13.3331562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:13.3332055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:13.3332584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:13.3333163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:13.3333706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:13.3334298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:13.3334983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:13.3335655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:13.3336352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:13.3336941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:13.3337460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:13.3338008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:13.3338509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:13.3338962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:13.3339482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:13.3339956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:13.3340430Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:13.3340924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:13.3341491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:13.3342026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:13.3342782Z 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:13.3343414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:13.3344000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:13.3344678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:13.3345259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:13.3345919Z 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:13.3346544Z 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:13.3347209Z 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:13.3347806Z 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:13.3348391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:13.3348927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:13.3349452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:13.3349969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:13.3350488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:13.3351056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:13.3351562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:13.3351977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:13.3352402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:13.3352871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:13.3353450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:13.3353933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:13.3354439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:13.3354869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:13.3355280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:13.3355720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:13.3356273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:13.3356769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:13.3357283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:13.3357796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:13.3358265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:13.3358680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:13.3359120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:13.3359676Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:13.3359848Z + echo ::endgroup:: 2025-03-21T20:18:13.3360311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:13.3360736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:13.3361277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:13.3361789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:13.3362359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:13.3363035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:13.3363757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:13.3364409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:13.3365059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:13.3365703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:13.3366362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:13.3366941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:13.3367697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:13.3368465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:13.3369091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:13.3369681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:13.3370235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:13.3370680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:13.3371139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:13.3371577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:13.3372029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:13.3372414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:13.3372803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:13.3373173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:13.3373529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:13.3373944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:13.3374328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:13.3374747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:13.3375139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:13.3375529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:13.3375964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:13.3376455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:13.3376911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:13.3377335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:13.3377882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:13.3378373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:13.3378832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:13.3379291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:13.3380032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:13.3380495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:13.3381054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:13.3381474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:13.3381869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:13.3382273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:13.3382723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:13.3383133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:13.3383571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:13.3384055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:13.3384482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:13.3384878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:13.3385314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:13.3385705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:13.3386070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:13.3386460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:13.3386905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:13.3387328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:13.3387716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:13.3388139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:13.3388562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:13.3389027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:13.3389496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:13.3389866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:13.3390348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:13.3390767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:13.3391213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:13.3391609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:13.3391986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:13.3392375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:13.3392745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:13.3393180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:13.3393554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:13.3393939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:13.3394399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:13.3394845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:13.3395222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:13.3395638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:13.3396015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:13.3396439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:13.3396831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:13.3397200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:13.3397564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:13.3397967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:13.3398342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:13.3398717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:13.3399091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:13.3399469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:13.3399804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:13.3400187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:13.3400563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:13.3401064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:13.3401441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:13.3401806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:13.3402153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:13.3402594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:13.3402980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:13.3403357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:13.3403765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:13.3404333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:13.3404836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:13.3405423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:13.3405845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:13.3406253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:13.3406619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:13.3407029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:13.3407389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:13.3407755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:13.3408262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:13.3408774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:13.3409308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:13.3409821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:13.3410341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:13.3410849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:13.3411320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3411749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:13.3412108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:13.3412628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:13.3413160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:13.3413693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:13.3414218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:13.3414707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3415154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:13.3415625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:13.3416078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:13.3416505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:13.3416952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:13.3417355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:13.3417862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:13.3418301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:13.3418779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:13.3419184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:13.3419635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:13.3420033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:13.3420474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:13.3420929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:13.3421373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:13.3421818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:13.3422251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:13.3422910Z 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:13.3423536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:13.3424104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3424619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:13.3425072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:13.3425503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:13.3425917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:13.3426474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:13.3427019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:13.3427531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3427988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:13.3428400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:13.3428817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:13.3429221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:13.3429815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:13.3430478Z 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:13.3431201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:13.3431825Z 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:13.3432499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:13.3433052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3433568Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:13.3434024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:13.3434590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:13.3435110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:13.3435700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:13.3436255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3436768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:13.3437215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:13.3437597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:13.3438092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:13.3438568Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:13.3439139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:13.3439672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:13.3440180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:13.3440613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:13.3441000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:13.3441530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:13.3442042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:13.3442488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:13.3442922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:13.3443394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:13.3443842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:13.3444328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:13.3444753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:13.3445223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:13.3445603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:13.3446208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:13.3446772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:13.3447304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3447773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:13.3448188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:13.3448580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:13.3448966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:13.3449534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:13.3450060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:13.3450557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3450992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:13.3451385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:13.3451752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:13.3452153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:13.3452529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:13.3453110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:13.3453669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:13.3454173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3454761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:13.3455291Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:13.3455691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:13.3456219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:13.3456788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:13.3457310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3457800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:13.3458267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:13.3458632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:13.3459028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:13.3459437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:13.3459835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:13.3460291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:13.3460713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:13.3461269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:13.3461798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:13.3462280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:13.3462731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:13.3463106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:13.3463708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:13.3464265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:13.3464779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:13.3465270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:13.3465690Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:13.3466063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:13.3466504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:13.3466893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:13.3467260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:13.3467683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:13.3468110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:13.3468491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:13.3468965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:13.3469344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:13.3469719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:13.3470115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:13.3470590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:13.3471115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:13.3471617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:13.3472070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:13.3472504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:13.3472954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:13.3473326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:13.3473757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:13.3474132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:13.3474533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:13.3474934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:13.3475362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:13.3475766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:13.3476222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:13.3476675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:13.3477132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:13.3477566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:13.3477998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:13.3478485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:13.3478955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:13.3479444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:13.3480099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:13.3480597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:13.3481102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:13.3481688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:13.3482159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:13.3482693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:13.3483253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:13.3483759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:13.3484300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:13.3484849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:13.3485435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:13.3485990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:13.3486467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:13.3486873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:13.3487409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:13.3487885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:13.3488342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:13.3488829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:13.3489241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:13.3489640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:13.3490056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:13.3490487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:13.3490895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:13.3491284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:13.3491676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:13.3492099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:13.3492455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:13.3492900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:13.3493317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:13.3493811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:13.3494338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:13.3494721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:13.3495091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:13.3495561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:13.3496061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:13.3496419Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:13.3496786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:13.3497178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:13.3497552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:13.3497885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:13.3498213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:13.3498525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:13.3498814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:13.3499086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:13.3499784Z ##[endgroup] 2025-03-21T20:18:13.3597311Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:13.3597436Z with: 2025-03-21T20:18:13.3597583Z repository: pytorch/test-infra 2025-03-21T20:18:13.3597694Z path: test-infra 2025-03-21T20:18:13.3597818Z submodules: recursive 2025-03-21T20:18:13.3598087Z token: *** 2025-03-21T20:18:13.3598188Z ssh-strict: true 2025-03-21T20:18:13.3598300Z ssh-user: git 2025-03-21T20:18:13.3598415Z persist-credentials: true 2025-03-21T20:18:13.3598524Z clean: true 2025-03-21T20:18:13.3598648Z sparse-checkout-cone-mode: true 2025-03-21T20:18:13.3598762Z fetch-depth: 1 2025-03-21T20:18:13.3598862Z fetch-tags: false 2025-03-21T20:18:13.3598964Z show-progress: true 2025-03-21T20:18:13.3599082Z lfs: false 2025-03-21T20:18:13.3599194Z set-safe-directory: true 2025-03-21T20:18:13.3599325Z env: 2025-03-21T20:18:13.3599473Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.3599589Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.3599698Z PR_NUMBER: 2025-03-21T20:18:13.3600136Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:13.3600245Z ##[endgroup] 2025-03-21T20:18:13.4719379Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:13.4720470Z ##[group]Getting Git version info 2025-03-21T20:18:13.4721028Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:13.4721841Z [command]/usr/bin/git version 2025-03-21T20:18:13.4722147Z git version 2.47.1 2025-03-21T20:18:13.4723096Z ##[endgroup] 2025-03-21T20:18:13.4729961Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/947091b3-def3-4864-b2bb-39ce29749782' before making global git config changes 2025-03-21T20:18:13.4730960Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:13.4734723Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:13.4759929Z ##[group]Initializing the repository 2025-03-21T20:18:13.4764506Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:13.4801546Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:13.4802613Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:13.4803201Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:13.4803635Z hint: 2025-03-21T20:18:13.4803951Z hint: git config --global init.defaultBranch 2025-03-21T20:18:13.4804305Z hint: 2025-03-21T20:18:13.4804819Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:13.4805408Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:13.4805864Z hint: 2025-03-21T20:18:13.4806117Z hint: git branch -m 2025-03-21T20:18:13.4806712Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:13.4811117Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:13.4834801Z ##[endgroup] 2025-03-21T20:18:13.4835635Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:13.4839945Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:13.4862838Z ##[endgroup] 2025-03-21T20:18:13.4863590Z ##[group]Setting up auth 2025-03-21T20:18:13.4869250Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:13.4893812Z [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.5140347Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:13.5164753Z [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.5407763Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:13.5440345Z ##[endgroup] 2025-03-21T20:18:13.5441153Z ##[group]Determining the default branch 2025-03-21T20:18:13.5444384Z Retrieving the default branch name 2025-03-21T20:18:13.7319024Z Default branch 'main' 2025-03-21T20:18:13.7319734Z ##[endgroup] 2025-03-21T20:18:13.7320221Z ##[group]Fetching the repository 2025-03-21T20:18:13.7325463Z [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:14.0695724Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:14.0696167Z * [new branch] main -> origin/main 2025-03-21T20:18:14.0716224Z ##[endgroup] 2025-03-21T20:18:14.0716711Z ##[group]Determining the checkout info 2025-03-21T20:18:14.0717750Z ##[endgroup] 2025-03-21T20:18:14.0722227Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:14.0752912Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:14.0776985Z ##[group]Checking out the ref 2025-03-21T20:18:14.0781053Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:14.1571473Z Switched to a new branch 'main' 2025-03-21T20:18:14.1572513Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:14.1578610Z ##[endgroup] 2025-03-21T20:18:14.1579064Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:14.1584544Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:14.1624082Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:14.1651007Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:14.1675558Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:14.1699014Z ##[endgroup] 2025-03-21T20:18:14.1699452Z ##[group]Fetching submodules 2025-03-21T20:18:14.1702910Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:14.1955066Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:14.2205821Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:14.2448596Z ##[endgroup] 2025-03-21T20:18:14.2449334Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:14.2455629Z [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.2701770Z [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.2949673Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:14.3196518Z [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.3437346Z ##[endgroup] 2025-03-21T20:18:14.3468257Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:14.3487844Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:14.3679015Z Prepare all required actions 2025-03-21T20:18:14.3681243Z Getting action download info 2025-03-21T20:18:14.4827478Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:15.8192603Z Getting action download info 2025-03-21T20:18:15.9058052Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:16.0616057Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:16.0616435Z env: 2025-03-21T20:18:16.0616725Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.0617102Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.0617407Z PR_NUMBER: 2025-03-21T20:18:16.0617938Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:16.0618504Z ##[endgroup] 2025-03-21T20:18:16.0706882Z ##[group]Run set -euo pipefail 2025-03-21T20:18:16.0707315Z set -euo pipefail 2025-03-21T20:18:16.0707624Z function get_ec2_metadata() { 2025-03-21T20:18:16.0708011Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:16.0708661Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:16.0709229Z  category=$1 2025-03-21T20:18:16.0710106Z  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:16.0711110Z } 2025-03-21T20:18:16.0711392Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:16.0711820Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:16.0712311Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:16.0712741Z echo "system info $(uname -a)" 2025-03-21T20:18:16.0718618Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.0719009Z env: 2025-03-21T20:18:16.0719271Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.0719643Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.0719937Z PR_NUMBER: 2025-03-21T20:18:16.0720448Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:16.0721012Z ##[endgroup] 2025-03-21T20:18:16.0848095Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:16.0940573Z instance-id: i-0826f761e1b4201f1 2025-03-21T20:18:16.1038777Z instance-type: c5.2xlarge 2025-03-21T20:18:16.1048638Z system info Linux ip-10-0-59-86.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:16.1086880Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:16.1088017Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:16.1093946Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.1094328Z env: 2025-03-21T20:18:16.1094607Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.1094980Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.1095286Z PR_NUMBER: 2025-03-21T20:18:16.1095791Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:16.1096345Z ##[endgroup] 2025-03-21T20:18:16.1188736Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:16.1189206Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:16.1189601Z  echo "Docker daemon is running..."; 2025-03-21T20:18:16.1189926Z else 2025-03-21T20:18:16.1190443Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:16.1191008Z fi 2025-03-21T20:18:16.1196379Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.1196765Z env: 2025-03-21T20:18:16.1197043Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.1197401Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.1197701Z PR_NUMBER: 2025-03-21T20:18:16.1198209Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:16.1198784Z ##[endgroup] 2025-03-21T20:18:16.1265447Z Docker daemon is running... 2025-03-21T20:18:16.1293851Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:16.1294499Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:16.1295019Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:16.1295638Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:16.1296381Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:16.1301798Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.1302189Z env: 2025-03-21T20:18:16.1302460Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:16.1302837Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.1303122Z PR_NUMBER: 2025-03-21T20:18:16.1303626Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:16.1304206Z AWS_RETRY_MODE: standard 2025-03-21T20:18:16.1304490Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:16.1304759Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:16.1305049Z ##[endgroup] 2025-03-21T20:18:17.1396655Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:17.1397322Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:17.1397936Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:17.1398604Z 2025-03-21T20:18:17.1398804Z Login Succeeded 2025-03-21T20:18:17.1440398Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:17.1441018Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:17.1441534Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:17.1447416Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:17.1447813Z env: 2025-03-21T20:18:17.1448093Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.1448465Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.1448763Z PR_NUMBER: 2025-03-21T20:18:17.1449258Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:17.1449826Z ##[endgroup] 2025-03-21T20:18:17.1527915Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:17.1528568Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:17.1528984Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:17.1529353Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:17.1529802Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:17.1530245Z  2025-03-21T20:18:17.1530565Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:17.1531002Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:17.1531388Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:17.1531882Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:17.1532336Z  2025-03-21T20:18:17.1532599Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:17.1532962Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:17.1533428Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:17.1533851Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:17.1539307Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:17.1539685Z env: 2025-03-21T20:18:17.1539964Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.1540341Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.1540639Z PR_NUMBER: 2025-03-21T20:18:17.1541147Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:17.1541709Z ##[endgroup] 2025-03-21T20:18:17.6887285Z ##[group]Run needs=0 2025-03-21T20:18:17.6887598Z needs=0 2025-03-21T20:18:17.6887980Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:17.6888436Z  needs=1 2025-03-21T20:18:17.6888811Z fi 2025-03-21T20:18:17.6889108Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:17.6895640Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:17.6896093Z env: 2025-03-21T20:18:17.6896357Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.6896730Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.6897023Z PR_NUMBER: 2025-03-21T20:18:17.6897543Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:17.6898254Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:17.6898851Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:17.6899411Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:17.6899805Z ##[endgroup] 2025-03-21T20:18:17.7126421Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:17.7127027Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:17.7127489Z # shellcheck disable=SC2046 2025-03-21T20:18:17.7127838Z docker stop $(docker ps -q) || true 2025-03-21T20:18:17.7128198Z # Prune all of the docker images 2025-03-21T20:18:17.7128541Z docker system prune -af 2025-03-21T20:18:17.7134562Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:17.7134954Z env: 2025-03-21T20:18:17.7135216Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.7135593Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.7135892Z PR_NUMBER: 2025-03-21T20:18:17.7136401Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:17.7137105Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:17.7137699Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:17.7138242Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:17.7138805Z ##[endgroup] 2025-03-21T20:18:17.7370951Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:17.7371931Z See 'docker stop --help'. 2025-03-21T20:18:17.7372160Z 2025-03-21T20:18:17.7372345Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:17.7372624Z 2025-03-21T20:18:17.7372760Z Stop one or more running containers 2025-03-21T20:18:17.7508527Z Total reclaimed space: 0B 2025-03-21T20:18:17.7583244Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:17.7583619Z with: 2025-03-21T20:18:17.7584083Z github-secret: *** 2025-03-21T20:18:17.7584785Z 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.7585546Z activate-with-label: false 2025-03-21T20:18:17.7585843Z label: with-ssh 2025-03-21T20:18:17.7586102Z remove-existing-keys: true 2025-03-21T20:18:17.7586380Z fail-silently: true 2025-03-21T20:18:17.7586633Z env: 2025-03-21T20:18:17.7586914Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.7587284Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.7587581Z PR_NUMBER: 2025-03-21T20:18:17.7588069Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:17.7588817Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:17.7589415Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:17.7589960Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:17.7590361Z ##[endgroup] 2025-03-21T20:18:17.8631767Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:17.8633647Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:17.8746113Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:17.8746441Z with: 2025-03-21T20:18:17.8746694Z repository: pytorch/executorch 2025-03-21T20:18:17.8747037Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:17.8747389Z path: pytorch/executorch 2025-03-21T20:18:17.8747666Z fetch-depth: 1 2025-03-21T20:18:17.8747920Z submodules: true 2025-03-21T20:18:17.8748326Z token: *** 2025-03-21T20:18:17.8748561Z ssh-strict: true 2025-03-21T20:18:17.8748811Z ssh-user: git 2025-03-21T20:18:17.8749071Z persist-credentials: true 2025-03-21T20:18:17.8749360Z clean: true 2025-03-21T20:18:17.8749608Z sparse-checkout-cone-mode: true 2025-03-21T20:18:17.8749922Z fetch-tags: false 2025-03-21T20:18:17.8750175Z show-progress: true 2025-03-21T20:18:17.8750433Z lfs: false 2025-03-21T20:18:17.8750676Z set-safe-directory: true 2025-03-21T20:18:17.8751029Z env: 2025-03-21T20:18:17.8751295Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:17.8751716Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:17.8752018Z PR_NUMBER: 2025-03-21T20:18:17.8752514Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:17.8753229Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:17.8753825Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:17.8754381Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:17.8754784Z ##[endgroup] 2025-03-21T20:18:17.9687786Z Syncing repository: pytorch/executorch 2025-03-21T20:18:17.9695042Z ##[group]Getting Git version info 2025-03-21T20:18:17.9696287Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:17.9722752Z [command]/usr/bin/git version 2025-03-21T20:18:17.9755890Z git version 2.47.1 2025-03-21T20:18:17.9780624Z ##[endgroup] 2025-03-21T20:18:17.9793712Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/fcc80f28-95c7-4915-96b7-45026331ff59' before making global git config changes 2025-03-21T20:18:17.9795885Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:17.9800140Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:17.9825399Z ##[group]Initializing the repository 2025-03-21T20:18:17.9829604Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:17.9857949Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:17.9858938Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:17.9859676Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:17.9860168Z hint: 2025-03-21T20:18:17.9860669Z hint: git config --global init.defaultBranch 2025-03-21T20:18:17.9861174Z hint: 2025-03-21T20:18:17.9861613Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:17.9862274Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:17.9862860Z hint: 2025-03-21T20:18:17.9863195Z hint: git branch -m 2025-03-21T20:18:17.9863893Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:17.9866790Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:17.9890550Z ##[endgroup] 2025-03-21T20:18:17.9891155Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:17.9894084Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:17.9917523Z ##[endgroup] 2025-03-21T20:18:17.9918118Z ##[group]Setting up auth 2025-03-21T20:18:17.9922775Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:17.9945471Z [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.0193033Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:18.0217321Z [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.0460995Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:18.0499285Z ##[endgroup] 2025-03-21T20:18:18.0515510Z ##[group]Fetching the repository 2025-03-21T20:18:18.0516872Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:19.5116254Z From https://github.com/pytorch/executorch 2025-03-21T20:18:19.5116788Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:19.5134059Z ##[endgroup] 2025-03-21T20:18:19.5134643Z ##[group]Determining the checkout info 2025-03-21T20:18:19.5136478Z ##[endgroup] 2025-03-21T20:18:19.5140686Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:19.5181067Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:19.5203586Z ##[group]Checking out the ref 2025-03-21T20:18:19.5207215Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:19.9752369Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:19.9752712Z 2025-03-21T20:18:19.9752943Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:19.9753508Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:19.9754091Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:19.9754429Z 2025-03-21T20:18:19.9754948Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:19.9755475Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:19.9755767Z 2025-03-21T20:18:19.9755904Z git switch -c 2025-03-21T20:18:19.9756104Z 2025-03-21T20:18:19.9756220Z Or undo this operation with: 2025-03-21T20:18:19.9756419Z 2025-03-21T20:18:19.9756515Z git switch - 2025-03-21T20:18:19.9756664Z 2025-03-21T20:18:19.9756906Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:19.9757264Z 2025-03-21T20:18:19.9757437Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:19.9786455Z ##[endgroup] 2025-03-21T20:18:19.9786909Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:19.9792232Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:19.9828515Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:19.9852007Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:19.9876079Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:19.9895753Z ##[endgroup] 2025-03-21T20:18:19.9896245Z ##[group]Fetching submodules 2025-03-21T20:18:19.9899872Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:20.0151371Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:20.0396806Z 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.0398625Z 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.0400236Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:20.0402760Z 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.0405472Z 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.0407819Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:20.0410424Z 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.0413094Z 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.0415879Z 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.0418732Z 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.0421753Z 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.0424684Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:20.0427936Z 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.0431146Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:20.0434672Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:20.0438168Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:20.0443135Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:20.0446816Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:20.0450573Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:20.0454295Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:20.0458219Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:20.0462251Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:20.0466358Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:20.0492822Z 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.2635076Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:20.4805920Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:20.6646980Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:21.0515988Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:21.2856144Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:21.5031167Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:21.6869821Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:21.9069450Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:22.5637574Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:22.8923456Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:23.0776011Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:23.3606336Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:24.0949587Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:24.3216549Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:24.6173488Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:24.9619057Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:25.1595687Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:25.3527716Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:25.5889272Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:25.7534764Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:25.9594292Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:26.3623542Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:27.1135320Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:27.1136060Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:27.1244406Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:27.5938254Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:27.5938945Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:27.6046436Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:27.6137491Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:28.3267994Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:28.3268915Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:28.3764758Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:28.9146156Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:28.9147010Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:28.9454512Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:29.3363097Z From https://github.com/zeux/volk 2025-03-21T20:18:29.3363705Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:29.3433978Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:29.7786555Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:29.7787194Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:29.7873854Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:30.1643462Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:30.1644198Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:30.1698950Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:31.6407803Z From https://github.com/google/XNNPACK 2025-03-21T20:18:31.6408415Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:32.2278303Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:32.7056210Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:32.7056952Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:32.7890468Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:33.3123501Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:33.3124131Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:33.3205339Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:33.7511450Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:33.7512395Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:33.7748919Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:35.1891329Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:35.1892184Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:35.3119286Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:35.3286458Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:35.7957899Z From https://github.com/pytorch/ao 2025-03-21T20:18:35.7958447Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:35.8621355Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:36.4176855Z From https://github.com/google/flatbuffers 2025-03-21T20:18:36.4177373Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:36.5190931Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:36.9358614Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:36.9359128Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:36.9604193Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:37.5640118Z From https://github.com/gflags/gflags 2025-03-21T20:18:37.5640646Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:37.5729550Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:38.2023966Z From https://github.com/google/googletest 2025-03-21T20:18:38.2024518Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:38.2368199Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:38.6298352Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:38.6298863Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:38.6371599Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:38.6438792Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:39.2323923Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:39.2324444Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:39.3073439Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:39.9208771Z From https://github.com/pybind/pybind11 2025-03-21T20:18:39.9209334Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:39.9476490Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:39.9490431Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:39.9745141Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:39.9769560Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:39.9795885Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:39.9821820Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:39.9846798Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:39.9871327Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:39.9896383Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:39.9921080Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:39.9945383Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:39.9971199Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:39.9995930Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:40.0020401Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:40.0044223Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:40.0068722Z Entering 'shim' 2025-03-21T20:18:40.0093839Z Entering 'third-party/ao' 2025-03-21T20:18:40.0116869Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:40.0141327Z Entering 'third-party/flatcc' 2025-03-21T20:18:40.0165439Z Entering 'third-party/gflags' 2025-03-21T20:18:40.0190086Z Entering 'third-party/googletest' 2025-03-21T20:18:40.0214945Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:40.0238666Z Entering 'third-party/pocketfft' 2025-03-21T20:18:40.0262208Z Entering 'third-party/prelude' 2025-03-21T20:18:40.0286568Z Entering 'third-party/pybind11' 2025-03-21T20:18:40.0320298Z ##[endgroup] 2025-03-21T20:18:40.0321034Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:40.0327927Z [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:40.0577880Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:40.0628804Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:40.0678955Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:40.0730260Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:40.0779396Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:40.0829997Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:40.0883105Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:40.0929578Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:40.0978804Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:40.1045053Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:40.1094972Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:40.1144636Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:40.1193761Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:40.1245505Z Entering 'shim' 2025-03-21T20:18:40.1294906Z Entering 'third-party/ao' 2025-03-21T20:18:40.1344881Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:40.1396554Z Entering 'third-party/flatcc' 2025-03-21T20:18:40.1444808Z Entering 'third-party/gflags' 2025-03-21T20:18:40.1492666Z Entering 'third-party/googletest' 2025-03-21T20:18:40.1542195Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:40.1591005Z Entering 'third-party/pocketfft' 2025-03-21T20:18:40.1638886Z Entering 'third-party/prelude' 2025-03-21T20:18:40.1688489Z Entering 'third-party/pybind11' 2025-03-21T20:18:40.1748930Z [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:40.1998994Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:40.2046391Z 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:40.2047450Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:40.2095960Z 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:40.2096969Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:40.2144568Z 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:40.2145543Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:40.2191836Z 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:40.2193082Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:40.2240066Z 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:40.2241118Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:40.2288422Z 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:40.2289438Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:40.2335439Z 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:40.2336442Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:40.2383112Z 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:40.2384400Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:40.2430677Z 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:40.2431948Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:40.2478345Z 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:40.2479703Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:40.2527081Z 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:40.2529281Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:40.2573976Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:40.2574899Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:40.2622514Z 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:40.2623524Z Entering 'shim' 2025-03-21T20:18:40.2670401Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:40.2671411Z Entering 'third-party/ao' 2025-03-21T20:18:40.2718852Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:40.2720103Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:40.2765315Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:40.2766315Z Entering 'third-party/flatcc' 2025-03-21T20:18:40.2813281Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:40.2814085Z Entering 'third-party/gflags' 2025-03-21T20:18:40.2860212Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:40.2861664Z Entering 'third-party/googletest' 2025-03-21T20:18:40.2909620Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:40.2910715Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:40.2957121Z 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:40.2958402Z Entering 'third-party/pocketfft' 2025-03-21T20:18:40.3004813Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:40.3005724Z Entering 'third-party/prelude' 2025-03-21T20:18:40.3051821Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:40.3052812Z Entering 'third-party/pybind11' 2025-03-21T20:18:40.3099341Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:40.3272583Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:40.3522254Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:40.3545473Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:40.3571073Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:40.3596984Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:40.3620459Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:40.3643947Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:40.3667402Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:40.3691421Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:40.3715081Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:40.3738436Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:40.3762053Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:40.3786073Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:40.3809825Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:40.3833197Z Entering 'shim' 2025-03-21T20:18:40.3856683Z Entering 'third-party/ao' 2025-03-21T20:18:40.3880086Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:40.3903398Z Entering 'third-party/flatcc' 2025-03-21T20:18:40.3926495Z Entering 'third-party/gflags' 2025-03-21T20:18:40.3949458Z Entering 'third-party/googletest' 2025-03-21T20:18:40.3972636Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:40.3995958Z Entering 'third-party/pocketfft' 2025-03-21T20:18:40.4019111Z Entering 'third-party/prelude' 2025-03-21T20:18:40.4042245Z Entering 'third-party/pybind11' 2025-03-21T20:18:40.4079149Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:40.4329887Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:40.4353590Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:40.4377430Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:40.4402214Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:40.4426049Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:40.4449907Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:40.4473861Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:40.4498611Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:40.4522018Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:40.4545753Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:40.4569659Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:40.4593948Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:40.4617453Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:40.4641730Z Entering 'shim' 2025-03-21T20:18:40.4665369Z Entering 'third-party/ao' 2025-03-21T20:18:40.4689175Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:40.4712573Z Entering 'third-party/flatcc' 2025-03-21T20:18:40.4735885Z Entering 'third-party/gflags' 2025-03-21T20:18:40.4759105Z Entering 'third-party/googletest' 2025-03-21T20:18:40.4782682Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:40.4806302Z Entering 'third-party/pocketfft' 2025-03-21T20:18:40.4829827Z Entering 'third-party/prelude' 2025-03-21T20:18:40.4853064Z Entering 'third-party/pybind11' 2025-03-21T20:18:40.4885296Z ##[endgroup] 2025-03-21T20:18:40.4920861Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:40.4941729Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:40.5130442Z Prepare all required actions 2025-03-21T20:18:40.5130960Z Getting action download info 2025-03-21T20:18:40.6025667Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:40.7354974Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:40.7355402Z with: 2025-03-21T20:18:40.7355694Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:40.7356095Z docker-build-dir: .ci/docker 2025-03-21T20:18:40.7356424Z working-directory: pytorch/executorch 2025-03-21T20:18:40.7356856Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.7357274Z force-push: false 2025-03-21T20:18:40.7357513Z env: 2025-03-21T20:18:40.7357787Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:40.7358181Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:40.7358487Z PR_NUMBER: 2025-03-21T20:18:40.7359034Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:40.7359745Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:40.7360348Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:40.7360908Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:40.7361317Z ##[endgroup] 2025-03-21T20:18:40.7385599Z ##[group]Run set -ex 2025-03-21T20:18:40.7385955Z set -ex 2025-03-21T20:18:40.7386197Z  2025-03-21T20:18:40.7386619Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:40.7387295Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:40.7387892Z # job could then download the pre-built image as usual 2025-03-21T20:18:40.7388418Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:40.7388916Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.7389367Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.7389787Z  2025-03-21T20:18:40.7390158Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:40.7390613Z  exit 0 2025-03-21T20:18:40.7390946Z else 2025-03-21T20:18:40.7391224Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.7391571Z fi 2025-03-21T20:18:40.7391807Z  2025-03-21T20:18:40.7392161Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:40.7392777Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:40.7393332Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:40.7393819Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:40.7394358Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.7394862Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.7395290Z else 2025-03-21T20:18:40.7395610Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:40.7396088Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.7396740Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.7397309Z fi 2025-03-21T20:18:40.7402989Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:40.7403390Z env: 2025-03-21T20:18:40.7403663Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:40.7404181Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:40.7404490Z PR_NUMBER: 2025-03-21T20:18:40.7405132Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:40.7405845Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:40.7406449Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:40.7407004Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:40.7407421Z REPO_NAME: executorch 2025-03-21T20:18:40.7407755Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:40.7408138Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:40.7408527Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.7408929Z ##[endgroup] 2025-03-21T20:18:40.7436859Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:40.7437177Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:40.7437496Z + echo skip=false 2025-03-21T20:18:40.7438412Z + [[ 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:40.7441480Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:40.7455926Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.7456421Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.7457254Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.7502400Z ##[group]Run set +e 2025-03-21T20:18:40.7502734Z set +e 2025-03-21T20:18:40.7502960Z set -x 2025-03-21T20:18:40.7503186Z  2025-03-21T20:18:40.7503401Z login() { 2025-03-21T20:18:40.7503876Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:40.7504407Z } 2025-03-21T20:18:40.7504607Z  2025-03-21T20:18:40.7504817Z retry () { 2025-03-21T20:18:40.7505106Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:40.7505421Z } 2025-03-21T20:18:40.7505617Z  2025-03-21T20:18:40.7505854Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:40.7506152Z  2025-03-21T20:18:40.7506368Z START_TIME=$(date +%s) 2025-03-21T20:18:40.7506661Z # Wait up to 120 minutes 2025-03-21T20:18:40.7507020Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:40.7507499Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:40.7507990Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:40.7508356Z  exit 0 2025-03-21T20:18:40.7508594Z  fi 2025-03-21T20:18:40.7508815Z  2025-03-21T20:18:40.7509191Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:40.7509847Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:40.7510504Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:40.7511122Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:40.7511526Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:40.7511877Z  break 2025-03-21T20:18:40.7512103Z  else 2025-03-21T20:18:40.7512447Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:40.7512862Z  sleep 300 2025-03-21T20:18:40.7513108Z  fi 2025-03-21T20:18:40.7513328Z done 2025-03-21T20:18:40.7513535Z  2025-03-21T20:18:40.7513880Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:40.7514584Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:40.7515086Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:40.7515642Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:40.7516045Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:40.7516348Z else 2025-03-21T20:18:40.7516669Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:40.7517133Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:40.7517493Z fi 2025-03-21T20:18:40.7517703Z  2025-03-21T20:18:40.7517922Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:40.7518270Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.7518598Z  2025-03-21T20:18:40.7519054Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:40.7519593Z  exit 0 2025-03-21T20:18:40.7519815Z fi 2025-03-21T20:18:40.7520014Z  2025-03-21T20:18:40.7520317Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:40.7520981Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:40.7521549Z  exit 1 2025-03-21T20:18:40.7521769Z fi 2025-03-21T20:18:40.7521972Z  2025-03-21T20:18:40.7522329Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:40.7522975Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:40.7523557Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:40.7524220Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:40.7524973Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:40.7525420Z fi 2025-03-21T20:18:40.7525622Z  2025-03-21T20:18:40.7525879Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.7531207Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:40.7531572Z env: 2025-03-21T20:18:40.7532212Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.7532959Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:40.7533235Z PR_NUMBER: 2025-03-21T20:18:40.7533721Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:40.7534406Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:40.7534980Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:40.7535536Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:40.7535957Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:40.7536307Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:40.7536740Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.7537201Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.7537601Z DOCKER_PUSH: 2025-03-21T20:18:40.7537841Z ##[endgroup] 2025-03-21T20:18:40.7559900Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.7560363Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.7562601Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:40.7563983Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.2670064Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:41.2671101Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:41.2671949Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:41.2672691Z 2025-03-21T20:18:41.2672845Z Login Succeeded 2025-03-21T20:18:41.2684584Z ++ date +%s 2025-03-21T20:18:41.2694309Z + START_TIME=1742588321 2025-03-21T20:18:41.2697058Z ++ date +%s 2025-03-21T20:18:41.2704776Z + [[ 1742581121 -lt 1742588321 ]] 2025-03-21T20:18:41.2705587Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.4722210Z { 2025-03-21T20:18:41.4722643Z "schemaVersion": 2, 2025-03-21T20:18:41.4723271Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:41.4723834Z "config": { 2025-03-21T20:18:41.4724373Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:41.4724942Z "size": 15113, 2025-03-21T20:18:41.4725396Z "digest": "sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40" 2025-03-21T20:18:41.4725884Z }, 2025-03-21T20:18:41.4726080Z "layers": [ 2025-03-21T20:18:41.4726318Z { 2025-03-21T20:18:41.4726668Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4727094Z "size": 30440118, 2025-03-21T20:18:41.4727528Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:41.4727999Z }, 2025-03-21T20:18:41.4728204Z { 2025-03-21T20:18:41.4728544Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4728971Z "size": 632, 2025-03-21T20:18:41.4729385Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:41.4729851Z }, 2025-03-21T20:18:41.4730061Z { 2025-03-21T20:18:41.4730407Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4730833Z "size": 157526119, 2025-03-21T20:18:41.4731265Z "digest": "sha256:b5c6df654772b230433280324cb8ae166f055fe81ed7337aa4711d5c456604c4" 2025-03-21T20:18:41.4731725Z }, 2025-03-21T20:18:41.4731927Z { 2025-03-21T20:18:41.4732269Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4732691Z "size": 623, 2025-03-21T20:18:41.4733100Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:41.4733591Z }, 2025-03-21T20:18:41.4733801Z { 2025-03-21T20:18:41.4734130Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4734558Z "size": 19308773, 2025-03-21T20:18:41.4734998Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:41.4735679Z }, 2025-03-21T20:18:41.4736000Z { 2025-03-21T20:18:41.4736616Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4737048Z "size": 737, 2025-03-21T20:18:41.4737488Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:41.4738124Z }, 2025-03-21T20:18:41.4738509Z { 2025-03-21T20:18:41.4738986Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4739416Z "size": 131418197, 2025-03-21T20:18:41.4739853Z "digest": "sha256:e9ab3604d5b29a9484bc1305a366981c1ca67f751032b9c37fe8fef0f85688cc" 2025-03-21T20:18:41.4740329Z }, 2025-03-21T20:18:41.4740540Z { 2025-03-21T20:18:41.4740872Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4741302Z "size": 447, 2025-03-21T20:18:41.4741718Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:41.4742194Z }, 2025-03-21T20:18:41.4742440Z { 2025-03-21T20:18:41.4742764Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4743186Z "size": 104, 2025-03-21T20:18:41.4743604Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:41.4744323Z }, 2025-03-21T20:18:41.4744527Z { 2025-03-21T20:18:41.4744854Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4745386Z "size": 637, 2025-03-21T20:18:41.4745795Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:41.4746266Z }, 2025-03-21T20:18:41.4746473Z { 2025-03-21T20:18:41.4746799Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4747227Z "size": 33695133, 2025-03-21T20:18:41.4747665Z "digest": "sha256:b19aec4cf4ca427d523290baed9608620faa6e00dbed219e8730c6a88434be03" 2025-03-21T20:18:41.4748154Z }, 2025-03-21T20:18:41.4748358Z { 2025-03-21T20:18:41.4748685Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4749107Z "size": 319, 2025-03-21T20:18:41.4749561Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:41.4750034Z }, 2025-03-21T20:18:41.4750237Z { 2025-03-21T20:18:41.4750562Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4751080Z "size": 249991053, 2025-03-21T20:18:41.4751521Z "digest": "sha256:b51a5e8daac542be7f81d2c6b3436f5905a06e0eb777f324cd0883498381ba09" 2025-03-21T20:18:41.4752008Z }, 2025-03-21T20:18:41.4752218Z { 2025-03-21T20:18:41.4752549Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4752981Z "size": 475, 2025-03-21T20:18:41.4753411Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:41.4753898Z }, 2025-03-21T20:18:41.4754103Z { 2025-03-21T20:18:41.4754426Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4754910Z + exit 0 2025-03-21T20:18:41.4755124Z "size": 1043, 2025-03-21T20:18:41.4755541Z "digest": "sha256:75aba5c9e2312ec799574e1d38f907f9736434eee23f570b5165147b0919b34f" 2025-03-21T20:18:41.4756023Z }, 2025-03-21T20:18:41.4756230Z { 2025-03-21T20:18:41.4756556Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4756981Z "size": 613, 2025-03-21T20:18:41.4757411Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:41.4757898Z }, 2025-03-21T20:18:41.4758104Z { 2025-03-21T20:18:41.4758427Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4758852Z "size": 77562865, 2025-03-21T20:18:41.4759288Z "digest": "sha256:179cbc4b76fca152d2a31c3ff7dd52eaf3b1de654f3313a4490a632c458326cf" 2025-03-21T20:18:41.4759770Z }, 2025-03-21T20:18:41.4760038Z { 2025-03-21T20:18:41.4760364Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4760783Z "size": 564, 2025-03-21T20:18:41.4761195Z "digest": "sha256:059fda558e3457d89b46bfd98c3c33bf9b2628206601e8057a547d57ae8364fd" 2025-03-21T20:18:41.4761672Z }, 2025-03-21T20:18:41.4761880Z { 2025-03-21T20:18:41.4762204Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4762628Z "size": 209, 2025-03-21T20:18:41.4763047Z "digest": "sha256:b672a09ba2d258cd72c307293f636c1fe2de926c75f4eaf148de947b8e1c2800" 2025-03-21T20:18:41.4763528Z }, 2025-03-21T20:18:41.4763738Z { 2025-03-21T20:18:41.4764065Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4764496Z "size": 1189, 2025-03-21T20:18:41.4764929Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:41.4765421Z }, 2025-03-21T20:18:41.4765626Z { 2025-03-21T20:18:41.4765951Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4766372Z "size": 679, 2025-03-21T20:18:41.4766777Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:41.4767274Z }, 2025-03-21T20:18:41.4767475Z { 2025-03-21T20:18:41.4767799Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4768328Z "size": 6839264776, 2025-03-21T20:18:41.4768838Z "digest": "sha256:6fb17717e5cb5df37eeeeed9cdc5ca6d3578514eacc5508ae42977ea638dd3d9" 2025-03-21T20:18:41.4769338Z }, 2025-03-21T20:18:41.4769548Z { 2025-03-21T20:18:41.4769874Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4770351Z "size": 1383, 2025-03-21T20:18:41.4770776Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:41.4771263Z }, 2025-03-21T20:18:41.4771470Z { 2025-03-21T20:18:41.4771801Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4772233Z "size": 679, 2025-03-21T20:18:41.4772645Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:41.4773113Z }, 2025-03-21T20:18:41.4773327Z { 2025-03-21T20:18:41.4773652Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4774084Z "size": 230829972, 2025-03-21T20:18:41.4774522Z "digest": "sha256:af6bbc70248fcf502c90f6f808c9d19a86069d8565fbb3d7bd611f61e6eeefce" 2025-03-21T20:18:41.4775016Z }, 2025-03-21T20:18:41.4775218Z { 2025-03-21T20:18:41.4775544Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4775964Z "size": 828, 2025-03-21T20:18:41.4776394Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:41.4776883Z }, 2025-03-21T20:18:41.4777087Z { 2025-03-21T20:18:41.4777412Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4777834Z "size": 679, 2025-03-21T20:18:41.4778242Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:41.4778708Z }, 2025-03-21T20:18:41.4778910Z { 2025-03-21T20:18:41.4779237Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4779931Z "size": 178599440, 2025-03-21T20:18:41.4780378Z "digest": "sha256:55acbcc98871c512cd63e082093f5afdfc10f4cfe2ee8ea37d59775faf7a4f51" 2025-03-21T20:18:41.4780866Z }, 2025-03-21T20:18:41.4781082Z { 2025-03-21T20:18:41.4781408Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4781834Z "size": 530, 2025-03-21T20:18:41.4782254Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:41.4782733Z }, 2025-03-21T20:18:41.4782935Z { 2025-03-21T20:18:41.4783262Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4783684Z "size": 679, 2025-03-21T20:18:41.4784121Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:41.4784590Z }, 2025-03-21T20:18:41.4784792Z { 2025-03-21T20:18:41.4785116Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4785536Z "size": 356, 2025-03-21T20:18:41.4785952Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:41.4786432Z }, 2025-03-21T20:18:41.4786639Z { 2025-03-21T20:18:41.4786969Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4787435Z "size": 32, 2025-03-21T20:18:41.4787853Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:41.4788338Z }, 2025-03-21T20:18:41.4788545Z { 2025-03-21T20:18:41.4788868Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4789286Z "size": 164, 2025-03-21T20:18:41.4789693Z "digest": "sha256:b0d8f2437162c2fa84368a404e452cf303901a690b8ff52361ed4c0a3293299c" 2025-03-21T20:18:41.4790164Z }, 2025-03-21T20:18:41.4790366Z { 2025-03-21T20:18:41.4790689Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4791191Z "size": 1111, 2025-03-21T20:18:41.4791617Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:41.4792242Z }, 2025-03-21T20:18:41.4792447Z { 2025-03-21T20:18:41.4792874Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4793297Z "size": 32, 2025-03-21T20:18:41.4793719Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:41.4794205Z }, 2025-03-21T20:18:41.4794411Z { 2025-03-21T20:18:41.4794735Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.4795158Z "size": 108, 2025-03-21T20:18:41.4795575Z "digest": "sha256:3c734af619a22c548a6b56d2c4706f0292ebcf37d23d6cc593f19f38b89f9356" 2025-03-21T20:18:41.4796050Z } 2025-03-21T20:18:41.4796257Z ] 2025-03-21T20:18:41.4796450Z } 2025-03-21T20:18:41.4826243Z ##[group]Run set -eux 2025-03-21T20:18:41.4826536Z set -eux 2025-03-21T20:18:41.4827412Z 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:41.4833969Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:41.4834348Z env: 2025-03-21T20:18:41.4834628Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:41.4835002Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:41.4835299Z PR_NUMBER: 2025-03-21T20:18:41.4835807Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:41.4836512Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:41.4837119Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:41.4837672Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:41.4838071Z ##[endgroup] 2025-03-21T20:18:41.4864521Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:41.4865386Z + jq --raw-output .SecretString 2025-03-21T20:18:41.4866277Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:41.4867538Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:42.0627125Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:42.0628092Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:42.0628945Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:42.0629342Z 2025-03-21T20:18:42.0629460Z Login Succeeded 2025-03-21T20:18:42.0708123Z Prepare all required actions 2025-03-21T20:18:42.0741254Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:42.0741659Z with: 2025-03-21T20:18:42.0742337Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.0743184Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.0743591Z env: 2025-03-21T20:18:42.0743864Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:42.0744238Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:42.0744541Z PR_NUMBER: 2025-03-21T20:18:42.0745055Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:42.0745764Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:42.0746351Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:42.0746957Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:42.0747362Z ##[endgroup] 2025-03-21T20:18:42.0766573Z ##[group]Run set -x 2025-03-21T20:18:42.0766880Z set -x 2025-03-21T20:18:42.0767127Z set +e 2025-03-21T20:18:42.0767370Z  2025-03-21T20:18:42.0767584Z login() { 2025-03-21T20:18:42.0768077Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:42.0768736Z } 2025-03-21T20:18:42.0768963Z  2025-03-21T20:18:42.0769189Z retry () { 2025-03-21T20:18:42.0769471Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:42.0769806Z } 2025-03-21T20:18:42.0770034Z  2025-03-21T20:18:42.0770291Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:42.0770625Z  2025-03-21T20:18:42.0770838Z set -e 2025-03-21T20:18:42.0771204Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:42.0771711Z # only pull docker image if it's not available locally 2025-03-21T20:18:42.0772268Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:42.0772782Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:42.0773119Z fi 2025-03-21T20:18:42.0778715Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:42.0779122Z env: 2025-03-21T20:18:42.0780003Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.0780777Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:42.0781086Z PR_NUMBER: 2025-03-21T20:18:42.0781603Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:18:42.0782301Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:42.0782912Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:42.0783475Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:42.0783978Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.0784390Z ##[endgroup] 2025-03-21T20:18:42.0807830Z + set +e 2025-03-21T20:18:42.0808391Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.0809011Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.0811011Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:42.0812450Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.5794115Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:42.5794807Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:42.5795894Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:42.5796474Z 2025-03-21T20:18:42.5796596Z Login Succeeded 2025-03-21T20:18:42.5805711Z + set -e 2025-03-21T20:18:42.5806491Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.5909513Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.5910767Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.8468493Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-03-21T20:18:42.8471534Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:42.8472126Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:42.8472558Z b5c6df654772: Pulling fs layer 2025-03-21T20:18:42.8473073Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:42.8473523Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:42.8473979Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:42.8474440Z e9ab3604d5b2: Pulling fs layer 2025-03-21T20:18:42.8474905Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:42.8475324Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:42.8475716Z 261c0f487ad0: Waiting 2025-03-21T20:18:42.8476024Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:42.8476639Z 60efa3734e02: Waiting 2025-03-21T20:18:42.8476967Z b19aec4cf4ca: Pulling fs layer 2025-03-21T20:18:42.8477416Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:42.8477841Z b51a5e8daac5: Pulling fs layer 2025-03-21T20:18:42.8478151Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:42.8478441Z 75aba5c9e231: Pulling fs layer 2025-03-21T20:18:42.8478754Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:42.8479055Z a0c2fdb93dec: Waiting 2025-03-21T20:18:42.8479326Z b19aec4cf4ca: Waiting 2025-03-21T20:18:42.8479759Z e9ab3604d5b2: Waiting 2025-03-21T20:18:42.8480024Z b51a5e8daac5: Waiting 2025-03-21T20:18:42.8480286Z 5120711d46e3: Waiting 2025-03-21T20:18:42.8480551Z e1fd02ccae09: Waiting 2025-03-21T20:18:42.8480813Z 75aba5c9e231: Waiting 2025-03-21T20:18:42.8481055Z 5a102502de33: Waiting 2025-03-21T20:18:42.8481314Z 49b7cb3e3363: Waiting 2025-03-21T20:18:42.8481576Z 85f4a172d5b6: Waiting 2025-03-21T20:18:42.8481839Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:42.8482129Z 179cbc4b76fc: Pulling fs layer 2025-03-21T20:18:42.8482442Z 059fda558e34: Pulling fs layer 2025-03-21T20:18:42.8482730Z b672a09ba2d2: Pulling fs layer 2025-03-21T20:18:42.8483037Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:42.8483328Z 059fda558e34: Waiting 2025-03-21T20:18:42.8483594Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:42.8483869Z 179cbc4b76fc: Waiting 2025-03-21T20:18:42.8484126Z b672a09ba2d2: Waiting 2025-03-21T20:18:42.8484394Z 6fb17717e5cb: Pulling fs layer 2025-03-21T20:18:42.8484695Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:42.8484985Z 6fb17717e5cb: Waiting 2025-03-21T20:18:42.8485238Z db5c552aa08b: Waiting 2025-03-21T20:18:42.8485551Z af6bbc70248f: Pulling fs layer 2025-03-21T20:18:42.8485984Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:42.8486370Z 55acbcc98871: Pulling fs layer 2025-03-21T20:18:42.8486670Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:42.8486958Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:42.8487263Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:42.8487559Z af6bbc70248f: Waiting 2025-03-21T20:18:42.8487834Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:42.8488095Z 77ba92adb139: Waiting 2025-03-21T20:18:42.8488350Z b0d8f2437162: Pulling fs layer 2025-03-21T20:18:42.8488644Z 55acbcc98871: Waiting 2025-03-21T20:18:42.8488904Z 4f4fb700ef54: Waiting 2025-03-21T20:18:42.8489157Z 59fe3e940463: Waiting 2025-03-21T20:18:42.8489421Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:42.8489728Z 3c734af619a2: Pulling fs layer 2025-03-21T20:18:42.8490089Z b0d8f2437162: Waiting 2025-03-21T20:18:42.8490345Z 040f4b25fe47: Waiting 2025-03-21T20:18:42.8490658Z 3c734af619a2: Waiting 2025-03-21T20:18:42.9256501Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:42.9257120Z 86e413e13063: Download complete 2025-03-21T20:18:43.0010407Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:43.0010954Z 261c0f487ad0: Download complete 2025-03-21T20:18:43.2100036Z 8f84a9f2102e: Download complete 2025-03-21T20:18:43.2444323Z 60efa3734e02: Download complete 2025-03-21T20:18:43.2904085Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:43.2904697Z a0c2fdb93dec: Download complete 2025-03-21T20:18:43.3633266Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:43.3633855Z 5a102502de33: Download complete 2025-03-21T20:18:43.4323790Z 49b7cb3e3363: Verifying Checksum 2025-03-21T20:18:43.4324269Z 49b7cb3e3363: Download complete 2025-03-21T20:18:43.5084201Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:43.5084956Z 85f4a172d5b6: Download complete 2025-03-21T20:18:43.8969296Z b19aec4cf4ca: Verifying Checksum 2025-03-21T20:18:43.8969891Z b19aec4cf4ca: Download complete 2025-03-21T20:18:43.9723128Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:43.9723686Z 5120711d46e3: Download complete 2025-03-21T20:18:44.1492732Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:44.1620766Z 86e413e13063: Pull complete 2025-03-21T20:18:44.4802829Z b5c6df654772: Verifying Checksum 2025-03-21T20:18:44.4803232Z b5c6df654772: Download complete 2025-03-21T20:18:44.5716135Z e1fd02ccae09: Download complete 2025-03-21T20:18:44.6118335Z e9ab3604d5b2: Verifying Checksum 2025-03-21T20:18:44.6119035Z e9ab3604d5b2: Download complete 2025-03-21T20:18:44.6549896Z 75aba5c9e231: Verifying Checksum 2025-03-21T20:18:44.6550487Z 75aba5c9e231: Download complete 2025-03-21T20:18:44.7012841Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:44.7013364Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:44.7979065Z 059fda558e34: Verifying Checksum 2025-03-21T20:18:44.7979674Z 059fda558e34: Download complete 2025-03-21T20:18:44.8709504Z b672a09ba2d2: Verifying Checksum 2025-03-21T20:18:44.8710008Z b672a09ba2d2: Download complete 2025-03-21T20:18:44.9527302Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:44.9528006Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:45.0311832Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:45.0312404Z 59fe3e940463: Download complete 2025-03-21T20:18:45.4784992Z 179cbc4b76fc: Verifying Checksum 2025-03-21T20:18:45.4785657Z 179cbc4b76fc: Download complete 2025-03-21T20:18:45.6129170Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:45.6129651Z db5c552aa08b: Download complete 2025-03-21T20:18:46.5214346Z b51a5e8daac5: Verifying Checksum 2025-03-21T20:18:46.5214743Z b51a5e8daac5: Download complete 2025-03-21T20:18:46.6389230Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:46.6389665Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:47.9743447Z af6bbc70248f: Verifying Checksum 2025-03-21T20:18:47.9744036Z af6bbc70248f: Download complete 2025-03-21T20:18:48.0416061Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:48.0416699Z 77ba92adb139: Download complete 2025-03-21T20:18:48.1206217Z 3c65b9b0c077: Download complete 2025-03-21T20:18:48.1338516Z 4f4fb700ef54: Download complete 2025-03-21T20:18:48.2090240Z b0d8f2437162: Verifying Checksum 2025-03-21T20:18:48.2090921Z b0d8f2437162: Download complete 2025-03-21T20:18:48.2868790Z 040f4b25fe47: Download complete 2025-03-21T20:18:48.3725272Z 3c734af619a2: Verifying Checksum 2025-03-21T20:18:48.3725877Z 3c734af619a2: Download complete 2025-03-21T20:18:48.6351685Z b5c6df654772: Pull complete 2025-03-21T20:18:48.7713500Z 261c0f487ad0: Pull complete 2025-03-21T20:18:49.1282037Z 60efa3734e02: Pull complete 2025-03-21T20:18:49.2548256Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:49.8757350Z 55acbcc98871: Verifying Checksum 2025-03-21T20:18:49.8757895Z 55acbcc98871: Download complete 2025-03-21T20:18:51.8565725Z e9ab3604d5b2: Pull complete 2025-03-21T20:18:52.0171029Z 5a102502de33: Pull complete 2025-03-21T20:18:52.1534622Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:52.2097658Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:52.8407222Z b19aec4cf4ca: Pull complete 2025-03-21T20:18:53.0178950Z 5120711d46e3: Pull complete 2025-03-21T20:18:59.4011680Z b51a5e8daac5: Pull complete 2025-03-21T20:18:59.5388749Z e1fd02ccae09: Pull complete 2025-03-21T20:18:59.6377130Z 75aba5c9e231: Pull complete 2025-03-21T20:18:59.7677888Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:19:02.6358063Z 179cbc4b76fc: Pull complete 2025-03-21T20:19:02.8458113Z 059fda558e34: Pull complete 2025-03-21T20:19:03.0631267Z b672a09ba2d2: Pull complete 2025-03-21T20:19:03.3011150Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:19:03.4505824Z 59fe3e940463: Pull complete 2025-03-21T20:19:53.4743750Z 6fb17717e5cb: Verifying Checksum 2025-03-21T20:19:53.4744157Z 6fb17717e5cb: Download complete 2025-03-21T20:21:04.4103317Z 6fb17717e5cb: Pull complete 2025-03-21T20:21:04.6081496Z db5c552aa08b: Pull complete 2025-03-21T20:21:12.4767112Z af6bbc70248f: Pull complete 2025-03-21T20:21:12.5966690Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:19.5690013Z 55acbcc98871: Pull complete 2025-03-21T20:21:19.7552739Z 77ba92adb139: Pull complete 2025-03-21T20:21:19.9153800Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:19.9455663Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:19.9784297Z b0d8f2437162: Pull complete 2025-03-21T20:21:20.0057082Z 040f4b25fe47: Pull complete 2025-03-21T20:21:20.0729440Z 3c734af619a2: Pull complete 2025-03-21T20:21:20.1569539Z Digest: sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:21:20.1810416Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:20.2077611Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:20.2119405Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:20.2120363Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:20.2128170Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:20.2128558Z env: 2025-03-21T20:21:20.2128848Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:21:20.2129233Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:20.2129534Z PR_NUMBER: 2025-03-21T20:21:20.2130049Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:21:20.2130769Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:20.2131378Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:20.2131977Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:20.2132390Z ##[endgroup] 2025-03-21T20:21:20.2448997Z ##[group]Run set -ex 2025-03-21T20:21:20.2449303Z set -ex 2025-03-21T20:21:20.2449547Z { 2025-03-21T20:21:20.2449782Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:20.2450133Z  echo "set -eou pipefail"; 2025-03-21T20:21:20.2450468Z  # shellcheck disable=SC2016 2025-03-21T20:21:20.2450824Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:20.2451180Z  echo "set -x"; 2025-03-21T20:21:20.2451464Z  echo "${SCRIPT}"; 2025-03-21T20:21:20.2451755Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:20.2452128Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:20.2452854Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:20.2459009Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:20.2459297Z env: 2025-03-21T20:21:20.2459993Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:20.2460750Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:20.2461051Z PR_NUMBER: 2025-03-21T20:21:20.2461544Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:21:20.2462249Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:20.2462847Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:20.2463406Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:20.2464096Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:20.2464423Z ##[endgroup] 2025-03-21T20:21:20.2486695Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:20.2487028Z + echo 'set -eou pipefail' 2025-03-21T20:21:20.2487348Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:20.2487670Z + echo 'set -x' 2025-03-21T20:21:20.2487911Z + echo 'set -eux 2025-03-21T20:21:20.2488363Z .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:21:20.2488872Z ' 2025-03-21T20:21:20.2489182Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:20.2497786Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:40.2367628Z Running command: 2025-03-21T20:21:40.2374778Z 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_e7017907-1536-4716-82c2-bbfc9a371c88":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_e7017907-1536-4716-82c2-bbfc9a371c88" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:40.2380648Z 2025-03-21T20:21:40.2381004Z 7737abc57471c197ce74694f52e9aec51720f10ea6d0ef1d66f6d56fdfb9d4cc 2025-03-21T20:21:40.2381704Z Running command: docker exec -t 7737abc57471c197ce74694f52e9aec51720f10ea6d0ef1d66f6d56fdfb9d4cc /exec 2025-03-21T20:21:40.2382277Z + set -eux 2025-03-21T20:21:40.2382685Z + .ci/scripts/unittest-linux.sh --build-tool cmake --build-mode Debug --editable true 2025-03-21T20:21:40.2383208Z ++ dirname .ci/scripts/unittest-linux.sh 2025-03-21T20:21:40.2383546Z + source .ci/scripts/utils.sh 2025-03-21T20:21:40.2383868Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:21:40.2384297Z ++ parse_args --build-tool cmake --build-mode Debug --editable true 2025-03-21T20:21:40.2384809Z ++ args=('--build-tool' 'cmake' '--build-mode' 'Debug' '--editable' 'true') 2025-03-21T20:21:40.2385225Z ++ local args 2025-03-21T20:21:40.2385456Z ++ local i 2025-03-21T20:21:40.2385684Z ++ local BUILD_TOOL= 2025-03-21T20:21:40.2385945Z ++ local BUILD_MODE= 2025-03-21T20:21:40.2386187Z ++ local EDITABLE= 2025-03-21T20:21:40.2386427Z ++ (( i=0 )) 2025-03-21T20:21:40.2386660Z ++ (( i<6 )) 2025-03-21T20:21:40.2386892Z ++ case "${args[$i]}" in 2025-03-21T20:21:40.2387158Z ++ BUILD_TOOL=cmake 2025-03-21T20:21:40.2387384Z ++ i=1 2025-03-21T20:21:40.2387600Z ++ (( i++ )) 2025-03-21T20:21:40.2387824Z ++ (( i<6 )) 2025-03-21T20:21:40.2388056Z ++ case "${args[$i]}" in 2025-03-21T20:21:40.2388314Z ++ BUILD_MODE=Debug 2025-03-21T20:21:40.2388551Z ++ i=3 2025-03-21T20:21:40.2388763Z ++ (( i++ )) 2025-03-21T20:21:40.2388986Z ++ (( i<6 )) 2025-03-21T20:21:40.2389222Z ++ case "${args[$i]}" in 2025-03-21T20:21:40.2389475Z ++ EDITABLE=true 2025-03-21T20:21:40.2389712Z ++ i=5 2025-03-21T20:21:40.2389926Z ++ (( i++ )) 2025-03-21T20:21:40.2390149Z ++ (( i<6 )) 2025-03-21T20:21:40.2390365Z ++ '[' -z cmake ']' 2025-03-21T20:21:40.2390626Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:21:40.2391000Z ++ BUILD_MODE=Debug 2025-03-21T20:21:40.2391272Z ++ [[ Debug =~ ^(Debug|Release)$ ]] 2025-03-21T20:21:40.2391575Z ++ EDITABLE=true 2025-03-21T20:21:40.2391815Z ++ [[ true =~ ^(true|false)$ ]] 2025-03-21T20:21:40.2392109Z ++ echo 'cmake Debug true' 2025-03-21T20:21:40.2392389Z ++ conda shell.bash hook 2025-03-21T20:21:40.2392713Z + eval 'export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:40.2393076Z export _CE_M='\'''\'' 2025-03-21T20:21:40.2393325Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:40.2393661Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\'' 2025-03-21T20:21:40.2393938Z 2025-03-21T20:21:40.2394051Z # Copyright (C) 2012 Anaconda, Inc 2025-03-21T20:21:40.2394538Z # SPDX-License-Identifier: BSD-3-Clause 2025-03-21T20:21:40.2394862Z __conda_exe() ( 2025-03-21T20:21:40.2395109Z "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2025-03-21T20:21:40.2395416Z ) 2025-03-21T20:21:40.2395540Z 2025-03-21T20:21:40.2395633Z __conda_hashr() { 2025-03-21T20:21:40.2395895Z if [ -n "${ZSH_VERSION:+x}" ]; then 2025-03-21T20:21:40.2396210Z \rehash 2025-03-21T20:21:40.2396454Z elif [ -n "${POSH_VERSION:+x}" ]; then 2025-03-21T20:21:40.2396771Z : # pass 2025-03-21T20:21:40.2397005Z else 2025-03-21T20:21:40.2397222Z \hash -r 2025-03-21T20:21:40.2397450Z fi 2025-03-21T20:21:40.2397649Z } 2025-03-21T20:21:40.2397772Z 2025-03-21T20:21:40.2397870Z __conda_activate() { 2025-03-21T20:21:40.2398151Z if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2025-03-21T20:21:40.2398664Z # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2025-03-21T20:21:40.2399204Z # after conda updated to >= 4.4. See issue #6173. 2025-03-21T20:21:40.2399559Z PS1="$CONDA_PS1_BACKUP" 2025-03-21T20:21:40.2399857Z \unset CONDA_PS1_BACKUP 2025-03-21T20:21:40.2400132Z fi 2025-03-21T20:21:40.2400353Z \local ask_conda 2025-03-21T20:21:40.2400698Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2025-03-21T20:21:40.2401086Z \eval "$ask_conda" 2025-03-21T20:21:40.2401458Z __conda_hashr 2025-03-21T20:21:40.2401694Z } 2025-03-21T20:21:40.2401805Z 2025-03-21T20:21:40.2401919Z __conda_reactivate() { 2025-03-21T20:21:40.2402185Z \local ask_conda 2025-03-21T20:21:40.2402532Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix reactivate)" || \return 2025-03-21T20:21:40.2402949Z \eval "$ask_conda" 2025-03-21T20:21:40.2403201Z __conda_hashr 2025-03-21T20:21:40.2403431Z } 2025-03-21T20:21:40.2403541Z 2025-03-21T20:21:40.2403642Z conda() { 2025-03-21T20:21:40.2403864Z \local cmd="${1-__missing__}" 2025-03-21T20:21:40.2404153Z case "$cmd" in 2025-03-21T20:21:40.2404407Z activate|deactivate) 2025-03-21T20:21:40.2404701Z __conda_activate "$@" 2025-03-21T20:21:40.2404982Z ;; 2025-03-21T20:21:40.2405236Z install|update|upgrade|remove|uninstall) 2025-03-21T20:21:40.2405582Z __conda_exe "$@" || \return 2025-03-21T20:21:40.2405892Z __conda_reactivate 2025-03-21T20:21:40.2406171Z ;; 2025-03-21T20:21:40.2406394Z *) 2025-03-21T20:21:40.2406607Z __conda_exe "$@" 2025-03-21T20:21:40.2406876Z ;; 2025-03-21T20:21:40.2407105Z esac 2025-03-21T20:21:40.2407319Z } 2025-03-21T20:21:40.2407431Z 2025-03-21T20:21:40.2407541Z if [ -z "${CONDA_SHLVL+x}" ]; then 2025-03-21T20:21:40.2407850Z \export CONDA_SHLVL=0 2025-03-21T20:21:40.2408182Z # In dev-mode CONDA_EXE is python.exe and on Windows 2025-03-21T20:21:40.2408595Z # it is in a different relative location to condabin. 2025-03-21T20:21:40.2409000Z if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2025-03-21T20:21:40.2409435Z PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2025-03-21T20:21:40.2409799Z else 2025-03-21T20:21:40.2410127Z PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2025-03-21T20:21:40.2410535Z fi 2025-03-21T20:21:40.2410757Z \export PATH 2025-03-21T20:21:40.2410899Z 2025-03-21T20:21:40.2411099Z # We'\''re not allowing PS1 to be unbound. It must at least be set. 2025-03-21T20:21:40.2411651Z # However, we'\''re not exporting it, which can cause problems when starting a second shell 2025-03-21T20:21:40.2412178Z # via a first shell (i.e. starting zsh from bash). 2025-03-21T20:21:40.2412546Z if [ -z "${PS1+x}" ]; then 2025-03-21T20:21:40.2412830Z PS1= 2025-03-21T20:21:40.2413054Z fi 2025-03-21T20:21:40.2413252Z fi 2025-03-21T20:21:40.2413378Z 2025-03-21T20:21:40.2413479Z conda activate base' 2025-03-21T20:21:40.2413755Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:40.2414175Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:40.2414473Z ++ export _CE_M= 2025-03-21T20:21:40.2414696Z ++ _CE_M= 2025-03-21T20:21:40.2414918Z ++ export _CE_CONDA= 2025-03-21T20:21:40.2415171Z ++ _CE_CONDA= 2025-03-21T20:21:40.2415448Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:40.2415820Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:40.2416137Z ++ '[' -z x ']' 2025-03-21T20:21:40.2416379Z ++ conda activate base 2025-03-21T20:21:40.2416640Z ++ local cmd=activate 2025-03-21T20:21:40.2416890Z ++ case "$cmd" in 2025-03-21T20:21:40.2417133Z ++ __conda_activate activate base 2025-03-21T20:21:40.2417429Z ++ '[' -n '' ']' 2025-03-21T20:21:40.2417669Z ++ local ask_conda 2025-03-21T20:21:40.2417906Z +++ PS1= 2025-03-21T20:21:40.2418153Z +++ __conda_exe shell.posix activate base 2025-03-21T20:21:40.2418510Z +++ /opt/conda/bin/conda shell.posix activate base 2025-03-21T20:21:40.2418872Z ++ ask_conda='PS1='\''(base) '\'' 2025-03-21T20:21:40.2419693Z export PATH='\''/opt/conda/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:40.2420524Z export CONDA_SHLVL='\''1'\'' 2025-03-21T20:21:40.2420845Z export CONDA_PROMPT_MODIFIER='\''(base) '\''' 2025-03-21T20:21:40.2421178Z ++ eval 'PS1='\''(base) '\'' 2025-03-21T20:21:40.2422052Z export PATH='\''/opt/conda/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:40.2422883Z export CONDA_SHLVL='\''1'\'' 2025-03-21T20:21:40.2423212Z export CONDA_PROMPT_MODIFIER='\''(base) '\''' 2025-03-21T20:21:40.2423551Z +++ PS1='(base) ' 2025-03-21T20:21:40.2424284Z +++ export PATH=/opt/conda/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:40.2425561Z +++ PATH=/opt/conda/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:40.2426348Z +++ export CONDA_SHLVL=1 2025-03-21T20:21:40.2426623Z +++ CONDA_SHLVL=1 2025-03-21T20:21:40.2426897Z +++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2025-03-21T20:21:40.2427243Z +++ CONDA_PROMPT_MODIFIER='(base) ' 2025-03-21T20:21:40.2427538Z ++ __conda_hashr 2025-03-21T20:21:40.2427783Z ++ '[' -n '' ']' 2025-03-21T20:21:40.2428021Z ++ '[' -n '' ']' 2025-03-21T20:21:40.2428259Z ++ hash -r 2025-03-21T20:21:40.2428481Z ++ conda env list --json 2025-03-21T20:21:40.2428746Z ++ local cmd=env 2025-03-21T20:21:40.2428985Z ++ case "$cmd" in 2025-03-21T20:21:40.2429231Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:21:40.2429511Z ++ __conda_exe env list --json 2025-03-21T20:21:40.2429806Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:21:40.2430191Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:21:40.2430521Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:21:40.2430845Z + local cmd=activate 2025-03-21T20:21:40.2431187Z + case "$cmd" in 2025-03-21T20:21:40.2431463Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:21:40.2431810Z + '[' -n '' ']' 2025-03-21T20:21:40.2432047Z + local ask_conda 2025-03-21T20:21:40.2432288Z ++ PS1='(base) ' 2025-03-21T20:21:40.2432608Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:40.2433101Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:40.2433540Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:21:40.2434401Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:40.2435312Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:40.2435686Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:40.2435993Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:40.2436347Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:40.2436793Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:40.2437149Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:40.2437485Z export _CE_M='\'''\'' 2025-03-21T20:21:40.2437751Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:40.2438074Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:40.2438452Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:21:40.2439293Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:40.2440204Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:40.2440571Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:40.2440864Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:40.2441229Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:40.2441599Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:40.2441954Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:40.2442294Z export _CE_M='\'''\'' 2025-03-21T20:21:40.2442545Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:40.2442880Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:40.2443245Z ++ PS1='(py_3.10) ' 2025-03-21T20:22:27.1122474Z ++ 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:27.1123895Z ++ 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:27.1124765Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:27.1125169Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:27.1125496Z ++ export CONDA_SHLVL=2 2025-03-21T20:22:27.1125744Z ++ CONDA_SHLVL=2 2025-03-21T20:22:27.1126006Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:27.1126330Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:27.1126658Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:22:27.1127010Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:22:27.1127329Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:27.1127645Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:27.1127946Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:27.1128277Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:27.1128579Z ++ export _CE_M= 2025-03-21T20:22:27.1128802Z ++ _CE_M= 2025-03-21T20:22:27.1129026Z ++ export _CE_CONDA= 2025-03-21T20:22:27.1129274Z ++ _CE_CONDA= 2025-03-21T20:22:27.1129548Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:27.1129906Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:27.1130229Z + __conda_hashr 2025-03-21T20:22:27.1130468Z + '[' -n '' ']' 2025-03-21T20:22:27.1130699Z + '[' -n '' ']' 2025-03-21T20:22:27.1130946Z + hash -r 2025-03-21T20:22:27.1131162Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:22:27.1131488Z + source .ci/scripts/setup-vulkan-linux-deps.sh 2025-03-21T20:22:27.1131840Z ++ set -ex 2025-03-21T20:22:27.1132077Z ++ VULKAN_SDK_VERSION=1.3.296.0 2025-03-21T20:22:27.1132367Z ++ install_swiftshader 2025-03-21T20:22:27.1132724Z ++ _https_amazon_aws=https://ossci-android.s3.amazonaws.com 2025-03-21T20:22:27.1133229Z ++ _swiftshader_archive=swiftshader-abe07b943-prebuilt.tar.gz 2025-03-21T20:22:27.1133665Z ++ _swiftshader_dir=/tmp/swiftshader 2025-03-21T20:22:27.1133998Z ++ mkdir -p /tmp/swiftshader 2025-03-21T20:22:27.1134365Z ++ _tmp_archive=/tmp/swiftshader-abe07b943-prebuilt.tar.gz 2025-03-21T20:22:27.1135350Z ++ curl --silent --show-error --location --fail --retry 3 --output /tmp/swiftshader-abe07b943-prebuilt.tar.gz https://ossci-android.s3.amazonaws.com/swiftshader-abe07b943-prebuilt.tar.gz 2025-03-21T20:22:27.1136402Z ++ tar -C /tmp/swiftshader -xzf /tmp/swiftshader-abe07b943-prebuilt.tar.gz 2025-03-21T20:22:27.1137063Z ++ export VK_ICD_FILENAMES=/tmp/swiftshader/swiftshader/build/Linux/vk_swiftshader_icd.json 2025-03-21T20:22:27.1137940Z ++ VK_ICD_FILENAMES=/tmp/swiftshader/swiftshader/build/Linux/vk_swiftshader_icd.json 2025-03-21T20:22:27.1138585Z ++ export LD_LIBRARY_PATH=/tmp/swiftshader/swiftshader/build/Linux/ 2025-03-21T20:22:27.1139144Z ++ LD_LIBRARY_PATH=/tmp/swiftshader/swiftshader/build/Linux/ 2025-03-21T20:22:27.1139579Z ++ install_vulkan_sdk 1.3.296.0 2025-03-21T20:22:27.1139882Z ++ VULKAN_SDK_VERSION=1.3.296.0 2025-03-21T20:22:27.1140445Z ++ _vulkan_sdk_url=https://sdk.lunarg.com/sdk/download/1.3.296.0/linux/vulkansdk-linux-x86_64-1.3.296.0.tar.xz 2025-03-21T20:22:27.1141029Z ++ _vulkan_sdk_dir=/tmp/vulkansdk 2025-03-21T20:22:27.1141341Z ++ mkdir -p /tmp/vulkansdk 2025-03-21T20:22:27.1141635Z ++ _tmp_archive=/tmp/vulkansdk.tar.gz 2025-03-21T20:22:27.1142472Z ++ curl --silent --show-error --location --fail --retry 3 --output /tmp/vulkansdk.tar.gz https://sdk.lunarg.com/sdk/download/1.3.296.0/linux/vulkansdk-linux-x86_64-1.3.296.0.tar.xz 2025-03-21T20:22:27.1143343Z ++ tar -C /tmp/vulkansdk -xJf /tmp/vulkansdk.tar.gz 2025-03-21T20:22:27.1144387Z ++ 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:/tmp/vulkansdk/1.3.296.0/x86_64/bin/ 2025-03-21T20:22:27.1146087Z ++ 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:/tmp/vulkansdk/1.3.296.0/x86_64/bin/ 2025-03-21T20:22:27.1147062Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:27.1147358Z + EXECUTORCH_BUILD_PYBIND=ON 2025-03-21T20:22:27.1147806Z + CMAKE_ARGS='-DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON' 2025-03-21T20:22:27.1148463Z + .ci/scripts/setup-linux.sh --build-tool cmake --build-mode Debug --editable true 2025-03-21T20:22:27.1148967Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:22:27.1149305Z + source .ci/scripts/utils.sh 2025-03-21T20:22:27.1149615Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:22:27.1150036Z ++ parse_args --build-tool cmake --build-mode Debug --editable true 2025-03-21T20:22:27.1150560Z ++ args=('--build-tool' 'cmake' '--build-mode' 'Debug' '--editable' 'true') 2025-03-21T20:22:27.1151049Z ++ local args 2025-03-21T20:22:27.1151281Z ++ local i 2025-03-21T20:22:27.1151508Z ++ local BUILD_TOOL= 2025-03-21T20:22:27.1151754Z ++ local BUILD_MODE= 2025-03-21T20:22:27.1152010Z ++ local EDITABLE= 2025-03-21T20:22:27.1152250Z ++ (( i=0 )) 2025-03-21T20:22:27.1152474Z ++ (( i<6 )) 2025-03-21T20:22:27.1152707Z ++ case "${args[$i]}" in 2025-03-21T20:22:27.1152963Z ++ BUILD_TOOL=cmake 2025-03-21T20:22:27.1153202Z ++ i=1 2025-03-21T20:22:27.1153422Z ++ (( i++ )) 2025-03-21T20:22:27.1153645Z ++ (( i<6 )) 2025-03-21T20:22:27.1153883Z ++ case "${args[$i]}" in 2025-03-21T20:22:27.1154140Z ++ BUILD_MODE=Debug 2025-03-21T20:22:27.1154380Z ++ i=3 2025-03-21T20:22:27.1154601Z ++ (( i++ )) 2025-03-21T20:22:27.1154830Z ++ (( i<6 )) 2025-03-21T20:22:27.1155050Z ++ case "${args[$i]}" in 2025-03-21T20:22:27.1155321Z ++ EDITABLE=true 2025-03-21T20:22:27.1155558Z ++ i=5 2025-03-21T20:22:27.1155775Z ++ (( i++ )) 2025-03-21T20:22:27.1155995Z ++ (( i<6 )) 2025-03-21T20:22:27.1156212Z ++ '[' -z cmake ']' 2025-03-21T20:22:27.1156471Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:22:27.1156766Z ++ BUILD_MODE=Debug 2025-03-21T20:22:27.1157026Z ++ [[ Debug =~ ^(Debug|Release)$ ]] 2025-03-21T20:22:27.1157334Z ++ EDITABLE=true 2025-03-21T20:22:27.1157576Z ++ [[ true =~ ^(true|false)$ ]] 2025-03-21T20:22:27.1157872Z ++ echo 'cmake Debug true' 2025-03-21T20:22:27.1158154Z + [[ true == \t\r\u\e ]] 2025-03-21T20:22:27.1158496Z + install_executorch --use-pt-pinned-commit --editable 2025-03-21T20:22:27.1158859Z + which pip 2025-03-21T20:22:27.1159109Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:22:27.1159551Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit --editable 2025-03-21T20:22:27.1160132Z 2025-03-21 20:22:23,498 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:22:27.1160884Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:27.1161749Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:22:27.1162647Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:22:27.1163561Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:22:27.1164287Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:22:27.1164800Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:22:27.1165640Z 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:27.1166859Z 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:27.1167746Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:22:27.1168371Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:22:27.1169377Z 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:27.1170489Z 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:27.1171628Z 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:27.1172763Z 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:27.1173865Z 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:27.1174983Z 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:27.1176227Z 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:27.1177528Z 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:27.1178851Z 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:27.1180413Z 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:27.1181767Z 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:27.1183148Z 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:27.1184516Z 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:27.1185895Z 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:27.1187241Z 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:27.1188588Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:22:27.1189573Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:22:27.1190500Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:22:27.1191465Z 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:45.2367769Z 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:45.2369317Z 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:45.2370921Z 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:45.2372086Z 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:45.2374073Z 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:45.2375561Z 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:45.2376969Z 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:45.2378426Z 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:45.2379425Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:45.2382453Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:45.2383312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 31.9 MB/s eta 0:00:00 2025-03-21T20:22:45.2384080Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:45.2384859Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:45.2385588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 27.8/27.8 MB 491.7 MB/s eta 0:00:01 2025-03-21T20:22:45.2386331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 27.8/27.8 MB 491.7 MB/s eta 0:00:01 2025-03-21T20:22:45.2387087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 66.0 MB/s eta 0:00:00 2025-03-21T20:22:45.2387628Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:45.2388005Z Attempting uninstall: timm 2025-03-21T20:22:45.2388350Z Found existing installation: timm 0.6.13 2025-03-21T20:22:45.2388706Z Uninstalling timm-0.6.13: 2025-03-21T20:22:45.2389036Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:45.2389405Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:45.2389780Z Processing ./third-party/ao 2025-03-21T20:22:45.2390220Z Preparing metadata (setup.py) ... [?25l- \ | done 2025-03-21T20:22:45.2390810Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:45.2391353Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:22:45.2392428Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=09e0935fe1dbc07337396fb837c04f76532d010c238397ac147569a7624c9370 2025-03-21T20:22:45.2393831Z Stored in directory: /tmp/pip-ephem-wheel-cache-h7yygqwr/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:45.2394541Z Successfully built torchao 2025-03-21T20:22:45.2394869Z Installing collected packages: torchao 2025-03-21T20:22:45.2395256Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:45.2395807Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:22:45.2396522Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:45.2397072Z Obtaining file:///pytorch/executorch 2025-03-21T20:22:45.2397509Z Running command Checking if build backend supports build_editable 2025-03-21T20:22:45.2398142Z Checking if build backend supports build_editable ... [?25l[?25hdone 2025-03-21T20:22:45.2398683Z Running command Preparing editable metadata (pyproject.toml) 2025-03-21T20:22:45.2399086Z running dist_info 2025-03-21T20:22:45.2399462Z creating /tmp/pip-modern-metadata-0wkw8t1k/executorch.egg-info 2025-03-21T20:22:45.2400034Z writing /tmp/pip-modern-metadata-0wkw8t1k/executorch.egg-info/PKG-INFO 2025-03-21T20:22:45.2400866Z writing dependency_links to /tmp/pip-modern-metadata-0wkw8t1k/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:45.2401693Z writing entry points to /tmp/pip-modern-metadata-0wkw8t1k/executorch.egg-info/entry_points.txt 2025-03-21T20:22:45.2402469Z writing requirements to /tmp/pip-modern-metadata-0wkw8t1k/executorch.egg-info/requires.txt 2025-03-21T20:22:45.2403220Z writing top-level names to /tmp/pip-modern-metadata-0wkw8t1k/executorch.egg-info/top_level.txt 2025-03-21T20:22:45.2403981Z writing manifest file '/tmp/pip-modern-metadata-0wkw8t1k/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:45.2404724Z reading manifest file '/tmp/pip-modern-metadata-0wkw8t1k/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:45.2405274Z adding license file 'LICENSE' 2025-03-21T20:22:45.2405897Z writing manifest file '/tmp/pip-modern-metadata-0wkw8t1k/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:45.2406692Z creating '/tmp/pip-modern-metadata-0wkw8t1k/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:45.2407400Z Preparing editable metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:45.2408229Z 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:45.2409026Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:45.2410257Z 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:45.2411562Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:22:45.2412455Z 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:45.2413552Z 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:45.2414624Z 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:45.2415703Z 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:45.2416785Z 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:45.2417898Z 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:45.2419082Z 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:45.2430614Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:45.2431948Z 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:45.2433196Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:45.2433765Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:45.2435086Z 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:45.2436445Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:45.2437313Z 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:45.2438412Z 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:45.2439634Z 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:45.2440377Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:45.2441517Z 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:45.2442700Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:45.2443570Z 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:45.2444844Z 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:46.2058220Z 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:46.2059472Z 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:46.2060684Z 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:46.2062105Z 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:46.2063428Z 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:46.2064663Z 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:46.2065832Z 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:46.2066989Z 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:46.2067784Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:46.2069015Z 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:46.2070531Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:46.2071159Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:46.2072378Z 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:46.2073567Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:46.2074485Z 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:46.2075899Z 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:46.2076825Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:46.2077359Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:46.2077844Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:46.2078291Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:46.2078742Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:46.2079303Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:46.2079878Z Building wheels for collected packages: executorch 2025-03-21T20:22:46.2080371Z Running command Building editable for executorch (pyproject.toml) 2025-03-21T20:22:46.2080817Z running editable_wheel 2025-03-21T20:22:46.2081327Z creating /tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch.egg-info 2025-03-21T20:22:46.2081912Z writing /tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch.egg-info/PKG-INFO 2025-03-21T20:22:46.2082637Z writing dependency_links to /tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:46.2083462Z writing entry points to /tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch.egg-info/entry_points.txt 2025-03-21T20:22:46.2084234Z writing requirements to /tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch.egg-info/requires.txt 2025-03-21T20:22:46.2085001Z writing top-level names to /tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch.egg-info/top_level.txt 2025-03-21T20:22:46.2085763Z writing manifest file '/tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:46.2086552Z reading manifest file '/tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:46.2087131Z adding license file 'LICENSE' 2025-03-21T20:22:46.2087643Z writing manifest file '/tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:46.2088408Z creating '/tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:46.2089118Z creating /tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:22:46.2089645Z running build_py 2025-03-21T20:22:46.2089961Z copying schema/scalar_type.fbs -> exir/_serialize 2025-03-21T20:22:46.2090359Z copying schema/program.fbs -> exir/_serialize 2025-03-21T20:22:46.2091003Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> devtools/bundled_program/serialize 2025-03-21T20:22:46.2091853Z copying devtools/bundled_program/schema/scalar_type.fbs -> devtools/bundled_program/serialize 2025-03-21T20:22:46.2092405Z creating share/cmake 2025-03-21T20:22:46.2092905Z copying tools/cmake/executorch-wheel-config.cmake -> share/cmake/executorch-config.cmake 2025-03-21T20:22:46.2093483Z creating include/executorch/runtime/core 2025-03-21T20:22:46.2093950Z copying runtime/core/array_ref.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2094507Z copying runtime/core/data_loader.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2095071Z copying runtime/core/defines.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2095764Z copying runtime/core/error.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2096301Z copying runtime/core/evalue.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2096862Z copying runtime/core/event_tracer.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2097457Z copying runtime/core/event_tracer_hooks.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2098231Z copying runtime/core/event_tracer_hooks_delegate.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2098887Z copying runtime/core/freeable_buffer.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2099528Z copying runtime/core/hierarchical_allocator.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2100176Z copying runtime/core/memory_allocator.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2100780Z copying runtime/core/named_data_map.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2101336Z copying runtime/core/result.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2101859Z copying runtime/core/span.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2102372Z copying runtime/core/tag.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2102916Z copying runtime/core/tensor_layout.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2103633Z copying runtime/core/tensor_shape_dynamism.h -> include/executorch/runtime/core 2025-03-21T20:22:46.2104177Z creating include/executorch/runtime/core/exec_aten 2025-03-21T20:22:46.2104724Z copying runtime/core/exec_aten/exec_aten.h -> include/executorch/runtime/core/exec_aten 2025-03-21T20:22:46.2105343Z creating include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:46.2106205Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:46.2107156Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:46.2107863Z creating include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.2108505Z copying runtime/core/exec_aten/util/dim_order_util.h -> include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.2109316Z copying runtime/core/exec_aten/util/scalar_type_util.h -> include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.2110186Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.2111164Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.2112008Z copying runtime/core/exec_aten/util/tensor_util.h -> include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:46.2112646Z creating include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2113371Z copying runtime/core/portable_type/bfloat16.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2114162Z copying runtime/core/portable_type/bfloat16_math.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2114961Z copying runtime/core/portable_type/bits_types.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2115741Z copying runtime/core/portable_type/complex.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2116509Z copying runtime/core/portable_type/device.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2117259Z copying runtime/core/portable_type/half.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2118019Z copying runtime/core/portable_type/optional.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2118797Z copying runtime/core/portable_type/qint_types.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2119645Z copying runtime/core/portable_type/scalar.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2120515Z copying runtime/core/portable_type/scalar_type.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2121313Z copying runtime/core/portable_type/string_view.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2122089Z copying runtime/core/portable_type/tensor.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2122875Z copying runtime/core/portable_type/tensor_impl.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2123683Z copying runtime/core/portable_type/tensor_options.h -> include/executorch/runtime/core/portable_type 2025-03-21T20:22:46.2124377Z creating include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:00.9815823Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:00.9817684Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:00.9819082Z creating include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9820451Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9822479Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9824243Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9825950Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9827597Z copying runtime/core/portable_type/c10/c10/util/Half.h -> include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9829360Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9831241Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9833008Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9834789Z copying runtime/core/portable_type/c10/c10/util/irange.h -> include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:00.9835963Z creating include/executorch/runtime/kernel 2025-03-21T20:23:00.9836881Z copying runtime/kernel/kernel_includes.h -> include/executorch/runtime/kernel 2025-03-21T20:23:00.9838027Z copying runtime/kernel/kernel_runtime_context.h -> include/executorch/runtime/kernel 2025-03-21T20:23:00.9839268Z copying runtime/kernel/operator_registry.h -> include/executorch/runtime/kernel 2025-03-21T20:23:00.9840537Z copying runtime/kernel/thread_parallel_interface.h -> include/executorch/runtime/kernel 2025-03-21T20:23:00.9841639Z creating include/executorch/runtime/kernel/test 2025-03-21T20:23:00.9842579Z copying runtime/kernel/test/test_util.h -> include/executorch/runtime/kernel/test 2025-03-21T20:23:00.9843537Z creating include/executorch/runtime/platform 2025-03-21T20:23:00.9844446Z copying runtime/platform/abort.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9845589Z copying runtime/platform/assert.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9846672Z copying runtime/platform/clock.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9847803Z copying runtime/platform/compat_unistd.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9848973Z copying runtime/platform/compiler.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9850076Z copying runtime/platform/log.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9851146Z copying runtime/platform/platform.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9852311Z copying runtime/platform/profiler.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9853723Z copying runtime/platform/runtime.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9854812Z copying runtime/platform/system.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9855883Z copying runtime/platform/types.h -> include/executorch/runtime/platform 2025-03-21T20:23:00.9856827Z creating include/executorch/runtime/platform/test 2025-03-21T20:23:00.9857859Z copying runtime/platform/test/stub_platform.h -> include/executorch/runtime/platform/test 2025-03-21T20:23:00.9858843Z creating include/executorch/extension/kernel_util 2025-03-21T20:23:00.9859949Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> include/executorch/extension/kernel_util 2025-03-21T20:23:00.9861358Z copying extension/kernel_util/meta_programming.h -> include/executorch/extension/kernel_util 2025-03-21T20:23:00.9862599Z copying extension/kernel_util/type_list.h -> include/executorch/extension/kernel_util 2025-03-21T20:23:00.9863532Z creating include/executorch/extension/tensor 2025-03-21T20:23:00.9864374Z copying extension/tensor/tensor.h -> include/executorch/extension/tensor 2025-03-21T20:23:00.9865483Z copying extension/tensor/tensor_accessor.h -> include/executorch/extension/tensor 2025-03-21T20:23:00.9866751Z copying extension/tensor/tensor_ptr.h -> include/executorch/extension/tensor 2025-03-21T20:23:00.9867889Z copying extension/tensor/tensor_ptr_maker.h -> include/executorch/extension/tensor 2025-03-21T20:23:00.9868819Z creating include/executorch/extension/threadpool 2025-03-21T20:23:00.9869776Z copying extension/threadpool/cpuinfo_utils.h -> include/executorch/extension/threadpool 2025-03-21T20:23:00.9871096Z copying extension/threadpool/threadpool.h -> include/executorch/extension/threadpool 2025-03-21T20:23:00.9872366Z copying extension/threadpool/threadpool_guard.h -> include/executorch/extension/threadpool 2025-03-21T20:23:00.9873273Z running build_ext 2025-03-21T20:23:00.9873683Z running build 2025-03-21T20:23:00.9874102Z command options for 'CustomBuild': 2025-03-21T20:23:00.9874637Z build_base = pip-out 2025-03-21T20:23:00.9875129Z build_purelib = /tmp/tmpgz9gov75.build-lib 2025-03-21T20:23:00.9875728Z build_platlib = /tmp/tmpgz9gov75.build-lib 2025-03-21T20:23:00.9876313Z build_lib = /tmp/tmpgz9gov75.build-lib 2025-03-21T20:23:00.9877659Z build_scripts = /tmp/tmpk1fv2kn6executorch-0.6.0a0+be92d7d-0.editable-cp310-cp310-linux_x86_64.whl/executorch-0.6.0a0+be92d7d.data/scripts 2025-03-21T20:23:00.9879034Z build_temp = /tmp/tmpr0xj36ij.build-temp 2025-03-21T20:23:00.9879848Z plat_name = linux-x86_64 2025-03-21T20:23:00.9880350Z compiler = None 2025-03-21T20:23:00.9880743Z parallel = 7 2025-03-21T20:23:00.9881161Z debug = None 2025-03-21T20:23:00.9881563Z force = False 2025-03-21T20:23:00.9882055Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:23:00.9882738Z creating /tmp/tmpr0xj36ij.build-temp/cmake-out 2025-03-21T20:23:00.9883569Z deleting /tmp/tmpr0xj36ij.build-temp/cmake-out/CMakeCache.txt 2025-03-21T20:23:00.9885091Z cmake --build /tmp/tmpr0xj36ij.build-temp/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:23:00.9886838Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:23:00.9887796Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:00.9888734Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:23:00.9890025Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:00.9891510Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:00.9893064Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:23:00.9894865Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:23:00.9895961Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:23:00.9896564Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:23:00.9897135Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:23:00.9897744Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:00.9898330Z CMake Warning: 2025-03-21T20:23:00.9898863Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:00.9899359Z 2025-03-21T20:23:00.9899367Z 2025-03-21T20:23:00.9899638Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:00.9900373Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:00.9901057Z git describe failed with exit code: 128 2025-03-21T20:23:00.9901495Z 2025-03-21T20:23:00.9901816Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:00.9902532Z Call Stack (most recent call first): 2025-03-21T20:23:00.9903108Z CMakeLists.txt:5 (include) 2025-03-21T20:23:00.9903428Z 2025-03-21T20:23:00.9903433Z 2025-03-21T20:23:00.9903665Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:00.9904770Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:23:00.9906377Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:23:00.9907649Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:23:00.9908884Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:00.9910190Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:00.9911791Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:23:00.9913211Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:23:00.9914513Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:00.9915868Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:00.9917375Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:00.9918606Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:00.9919310Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:00.9920436Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:23:00.9922036Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:23:00.9923638Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:23:00.9925177Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:00.9926620Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:00.9928060Z [ 1%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:23:00.9929512Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:00.9930646Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:23:02.0397296Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:02.0398401Z [ 1%] Built target flatccrt 2025-03-21T20:23:02.0399484Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:23:02.0401335Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:02.0402838Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:23:02.0403656Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:02.0404365Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:23:02.0405634Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:23:02.0406363Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:02.0407078Z -- Detecting CXX compile features 2025-03-21T20:23:02.0407648Z -- Detecting CXX compile features - done 2025-03-21T20:23:02.0408920Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:23:02.0410393Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:23:02.0411343Z [ 2%] Built target pthreadpool 2025-03-21T20:23:02.0412311Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:02.0413940Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:02.0414931Z -- Looking for strtof_l 2025-03-21T20:23:02.0415812Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:23:02.0417425Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:02.0419415Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:23:02.0421229Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:23:02.0422640Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:02.0423683Z -- Looking for strtof_l - found 2025-03-21T20:23:02.0424245Z -- Looking for strtoull_l 2025-03-21T20:23:02.0425127Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:23:02.0426920Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:23:02.0428760Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:02.0430375Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:02.0431931Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:23:02.0433140Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:23:02.0434501Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:23:02.0436046Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:23:02.0437938Z [ 2%] 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:23:02.0439900Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:02.0441439Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:23:02.0442992Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:23:02.0444029Z -- Looking for strtoull_l - found 2025-03-21T20:23:02.0444770Z -- Looking for realpath 2025-03-21T20:23:02.0445556Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:23:02.0446826Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:23:02.0447660Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:02.0448509Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:02.0449907Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:23:02.0451354Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:23:02.0452866Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:23:02.0454375Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:23:02.0456231Z [ 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:23:02.0458164Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:02.0460339Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:23:02.0461947Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:23:02.0463386Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:23:02.0465237Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:23:02.0466394Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:23:02.0467292Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:02.0468642Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:23:02.0469249Z -- Looking for realpath - found 2025-03-21T20:23:02.0469638Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:02.0470299Z -- Configuring done (1.0s) 2025-03-21T20:23:02.0471721Z [ 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:23:02.0473611Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:02.0474744Z -- Generating done (0.0s) 2025-03-21T20:23:02.0475667Z -- Build files have been written to: /tmp/tmpr0xj36ij.build-temp/cmake-out/third-party/flatbuffers 2025-03-21T20:23:02.0477122Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:23:02.0478174Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:23:02.0479024Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:23:02.0480338Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:23:02.0481489Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:02.0482764Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:02.0484015Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:02.0484771Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:02.0485578Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:23:02.0487496Z [ 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:23:02.0489329Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:23:02.0490360Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:23:02.0491471Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:23:02.0492554Z [ 6%] Built target cpuinfo 2025-03-21T20:23:02.0493538Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:23:02.0495007Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:23:02.0496569Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:23:02.0498303Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:23:02.0499534Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:23:02.0501189Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:23:02.0502489Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:23:02.0504031Z [ 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:23:02.0505173Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:02.0505577Z [ 6%] Built target flatcc 2025-03-21T20:23:02.0506036Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:02.0507437Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:23:03.1555655Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:23:03.1557216Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:23:03.1558833Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:23:03.1560757Z [ 6%] 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:23:03.1562546Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:23:03.1564026Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:23:03.1565153Z [ 6%] Built target microparams-init 2025-03-21T20:23:03.1565732Z [ 6%] Built target indirection 2025-03-21T20:23:03.1566779Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:23:03.1568309Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:23:03.1569811Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:23:03.1571226Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:23:03.1572949Z [ 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:23:03.1574430Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:03.1575179Z [ 7%] Built target normalization 2025-03-21T20:23:03.1576274Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:03.1577198Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:03.1577937Z [ 7%] Built target datatype 2025-03-21T20:23:03.1579219Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:23:03.1581392Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:23:03.1582417Z [ 7%] Built target logging 2025-03-21T20:23:03.1583237Z [ 7%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:23:03.1584152Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:23:03.1585546Z [ 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:23:03.1587228Z [ 7%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:23:03.1588813Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:23:03.1590155Z [ 7%] Built target eigen_blas 2025-03-21T20:23:03.1591830Z [ 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:23:03.1593429Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:03.1594731Z [ 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:23:03.1596073Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:03.1597185Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:23:03.1599191Z [ 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:23:03.1601586Z [ 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:23:03.1604232Z [ 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:23:03.1605943Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:03.1606741Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:03.1607820Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:03.1608645Z [ 7%] Built target hardware-config 2025-03-21T20:23:03.1609853Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:23:03.1612065Z [ 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:23:03.1614522Z [ 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:23:03.1616177Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:03.1617008Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:03.1617714Z [ 7%] Built target packing 2025-03-21T20:23:03.1618329Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:03.1619464Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:23:03.1621351Z [ 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:23:03.1623444Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:23:03.1624600Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:03.1625342Z [ 7%] Built target allocator 2025-03-21T20:23:03.1626042Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:03.1627177Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:23:03.1628095Z [ 7%] Built target cache 2025-03-21T20:23:03.1629190Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:23:03.1631174Z [ 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:23:03.1632104Z [ 7%] Built target memory 2025-03-21T20:23:03.1632500Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:03.1633136Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:23:03.1633691Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:03.1634651Z [ 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:23:03.1635933Z [ 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:23:03.1637162Z [ 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:23:03.1638413Z [ 8%] Built target mutex 2025-03-21T20:23:03.1639496Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:23:03.1641247Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:23:03.1643198Z [ 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:23:03.1645579Z [ 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:23:03.1647971Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:23:03.1649472Z [ 8%] Built target operator-utils 2025-03-21T20:23:03.1650042Z [ 8%] Generating etdump headers 2025-03-21T20:23:03.1650617Z [ 8%] Built target etdump_schema 2025-03-21T20:23:03.1651389Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:03.1652777Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:23:03.1653916Z [ 8%] Built target operator-run 2025-03-21T20:23:03.1655164Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:23:03.1657368Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:23:03.1659639Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:23:03.1662143Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:23:03.1664637Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:23:03.1666901Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:23:03.1668972Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:23:04.4756991Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:23:04.4759060Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:23:04.4760553Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:04.4762119Z [ 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:23:04.4764503Z [ 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:23:04.4767014Z [ 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:23:04.4769564Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:23:04.4771708Z [ 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:23:04.4773942Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:23:04.4776039Z [ 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:23:04.4777736Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:04.4779105Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:23:04.4781256Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:23:04.4783490Z [ 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:23:04.4785746Z [ 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:23:04.4787450Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:04.4788640Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:04.4790321Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:23:04.4792630Z [ 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:23:04.4794907Z [ 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:23:04.4796631Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:04.4798348Z [ 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:23:04.4800497Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:23:04.4802005Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:04.4802933Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:04.4804232Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:23:04.4805964Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:23:04.4807467Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:23:04.4809230Z [ 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:23:04.4810563Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:04.4811392Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:04.4812337Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:04.4813707Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:23:04.4815536Z [ 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:23:04.4817237Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:23:04.4819117Z [ 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:23:04.4821017Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:23:04.4822944Z [ 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:23:04.4824336Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:04.4825203Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:04.4826096Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:04.4827056Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:04.4828523Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:23:04.4830459Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:23:04.4832639Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:23:04.4834553Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:23:04.4836661Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:23:04.4838487Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:23:04.4840322Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:23:04.4842271Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:23:04.4843819Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:04.4845332Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:23:04.4847017Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:04.4848229Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:04.4849638Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:04.4850834Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:04.4851734Z [ 12%] Built target operators 2025-03-21T20:23:04.4853076Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:23:04.4855213Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:23:04.4857551Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:23:04.4859900Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:23:04.4862189Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:23:04.4864234Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:23:04.4865911Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:23:04.4867207Z [100%] Linking CXX executable flatc 2025-03-21T20:23:04.4868303Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:23:04.4870121Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:23:04.4872178Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:23:04.4874246Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:23:04.4876481Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T20:23:04.4878871Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-03-21T20:23:05.4662387Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:23:05.4664255Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:23:05.4666323Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:23:05.4668532Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:23:05.4670626Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:23:05.4672969Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:23:05.4675330Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:23:05.4677580Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:23:05.4681551Z [ 14%] 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:23:05.4683789Z [ 14%] 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:23:05.4685742Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:23:05.4688067Z [ 14%] 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:23:05.4690182Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:23:05.4692035Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:23:05.4694258Z [ 14%] 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:23:05.4696751Z [ 14%] 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:23:05.4698918Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:23:05.4701307Z [ 14%] 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:23:05.4704205Z [ 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:23:05.4706632Z [ 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:23:05.4708820Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:23:05.4710788Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:23:05.4712902Z [ 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:23:05.4715161Z [ 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:23:05.4717511Z [ 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:23:05.4719754Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:23:05.4721702Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:23:05.4723616Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:23:05.4725441Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:23:05.4727553Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:23:05.4729677Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:23:05.4731858Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:23:05.4734286Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:23:05.4736621Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:23:05.4738606Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:23:05.4740723Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:23:05.4743088Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:23:05.4745087Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:23:05.4747268Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:23:05.4749386Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:23:05.4751646Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:23:05.4753971Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:23:05.4755981Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:23:05.4757910Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:23:05.4760036Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:23:05.4762207Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:23:05.4764697Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:23:05.4766790Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:23:05.4768468Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:23:05.4769658Z [100%] Built target flatc 2025-03-21T20:23:05.4771106Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:23:05.4772658Z [ 17%] No install step for 'flatbuffers' 2025-03-21T20:23:05.4774343Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:23:05.4776019Z [ 17%] Completed 'flatbuffers' 2025-03-21T20:23:05.4777601Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-03-21T20:23:05.4779809Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:23:05.4780658Z [ 17%] Built target flatbuffers 2025-03-21T20:23:05.4781864Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:23:05.4784161Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:23:05.4786474Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:23:05.4788937Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:23:05.4791504Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:23:05.4793841Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:23:05.4795551Z [ 18%] Built target subgraph 2025-03-21T20:23:05.4796122Z [ 18%] Generating common_schema headers 2025-03-21T20:23:06.6557945Z [ 18%] Built target common_schema 2025-03-21T20:23:06.6558509Z [ 19%] Generating xnnpack_schema headers 2025-03-21T20:23:06.6558905Z [ 19%] Built target xnnpack_schema 2025-03-21T20:23:06.6559321Z [ 19%] Generating bundled_program headers 2025-03-21T20:23:06.6560266Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:23:06.6561210Z [ 19%] Generating program_schema headers 2025-03-21T20:23:06.6562100Z [ 19%] 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:23:06.6562951Z [ 19%] Built target bundled_program_schema 2025-03-21T20:23:06.6563951Z [ 19%] 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:23:06.6564829Z [ 19%] Built target program_schema 2025-03-21T20:23:06.6565641Z [ 19%] 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:23:06.6567219Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:23:06.6568341Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:06.6569359Z [ 19%] 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:23:06.6570706Z [ 19%] 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:23:06.6571698Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:06.6572525Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:06.6573461Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:06.6574622Z [ 19%] 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:23:06.6575970Z [ 19%] 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:23:06.6577049Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:06.6577813Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:06.6578520Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:06.6579240Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:06.6580452Z [ 19%] 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:23:06.6581762Z [ 19%] 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:23:06.6582875Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:06.6583620Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:06.6584370Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:06.6585188Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:06.6586189Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:06.6587270Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:23:06.6588341Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:06.6589098Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:06.6589806Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:06.6590792Z [ 21%] 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:23:06.6592271Z [ 21%] 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:23:06.6593702Z [ 21%] 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:23:06.6594764Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:06.6595514Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:06.6596497Z [ 21%] 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:23:06.6597522Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:06.6598219Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:06.6599226Z [ 21%] 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:23:06.6600477Z [ 21%] 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:23:06.6601767Z [ 21%] 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:23:06.6603008Z [ 21%] 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:23:06.6604262Z [ 21%] 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:23:06.6605120Z [ 21%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:06.6605937Z [ 21%] 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:23:06.6607151Z [ 21%] 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:23:06.6607976Z [ 21%] Built target executorch_core 2025-03-21T20:23:06.6608470Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:06.6609550Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:23:06.6610600Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:06.6611626Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:23:06.6612684Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:23:06.6613496Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:06.6614569Z [ 23%] 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:23:06.6616002Z [ 23%] 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:23:06.6617098Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:23:06.6618453Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:23:06.6619597Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:06.6620446Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:06.6621535Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:06.6622526Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:06.6623396Z [ 25%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:06.6624387Z [ 25%] 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:23:06.6625427Z [ 25%] Built target executorch 2025-03-21T20:23:06.6626375Z [ 25%] 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:23:06.6628013Z [ 25%] 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:23:08.4290412Z [ 25%] 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:23:08.4292758Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:23:08.4294801Z [ 25%] 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:23:08.4296548Z [ 25%] Linking CXX static library libextension_tensor.a 2025-03-21T20:23:08.4297655Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:08.4298475Z [ 25%] Built target extension_tensor 2025-03-21T20:23:08.4300195Z [ 25%] 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:23:08.4302945Z [ 25%] Built target extension_threadpool 2025-03-21T20:23:08.4304736Z [ 25%] 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:23:08.4307578Z [ 25%] 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:23:08.4310055Z [ 25%] 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:23:08.4312442Z [ 25%] 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:23:08.4314774Z [ 25%] 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:23:08.4317064Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:23:08.4319133Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:23:08.4321169Z [ 25%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:23:08.4322588Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:23:08.4323778Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:23:08.4325078Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:23:08.4327362Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:23:08.4329047Z [ 25%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:23:08.4329796Z [ 25%] Built target extension_data_loader 2025-03-21T20:23:08.4331294Z [ 25%] 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:23:08.4333793Z [ 25%] 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:23:08.4335602Z [ 25%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:08.4336658Z [ 25%] Linking CXX static library libbundled_program.a 2025-03-21T20:23:08.4338005Z [ 26%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:23:08.4338931Z [ 26%] Built target bundled_program 2025-03-21T20:23:08.4340495Z [ 28%] 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:23:08.4342507Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:23:08.4344174Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:08.4345785Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:23:08.4347404Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:08.4348987Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:23:08.4350925Z [ 29%] 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:23:08.4353072Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:08.4354251Z [ 29%] Linking CXX static library libetdump.a 2025-03-21T20:23:08.4355412Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:08.4356535Z [ 29%] Built target etdump 2025-03-21T20:23:08.4357590Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:08.4359206Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:08.4360357Z [ 29%] Linking CXX static library libcpublas.a 2025-03-21T20:23:08.4361004Z [ 29%] Built target cpublas 2025-03-21T20:23:08.4362508Z [ 29%] 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:23:08.4364593Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:08.4366264Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:08.4367692Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:08.4369147Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:08.4370738Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:08.4372912Z [ 29%] 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:23:08.4374946Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:08.4376433Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:23:08.4377519Z [ 29%] Linking CXX static library libutil.a 2025-03-21T20:23:08.4378044Z [ 29%] Built target util 2025-03-21T20:23:08.4379081Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:08.4381450Z [ 29%] 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:23:08.4383475Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:08.4385468Z [ 29%] 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:23:08.4387757Z [ 29%] 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:23:08.4390105Z [ 29%] 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:23:08.4392166Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:08.4393777Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:08.4395418Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:08.4396977Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:08.4398898Z [ 29%] 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:23:08.4400925Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:08.4402586Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:08.4404323Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:08.4406413Z [ 29%] 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:23:08.4408378Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:08.4410280Z [ 30%] 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:23:08.4412114Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:08.4413591Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:23:08.4415169Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:08.4417484Z [ 30%] 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:23:11.7288375Z [ 30%] 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:23:11.7290416Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:11.7292016Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:11.7293592Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:11.7295525Z [ 30%] 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:23:11.7297743Z [ 30%] 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:23:11.7299803Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:11.7301455Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:11.7303787Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:11.7305650Z [ 31%] 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:23:11.7307913Z [ 31%] 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:23:11.7309946Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:11.7311679Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:11.7313430Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:11.7315434Z [ 31%] 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:23:11.7317724Z [ 31%] 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:23:11.7319736Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:11.7321296Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:11.7322771Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:11.7324796Z [ 31%] 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:23:11.7326797Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:11.7328500Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:11.7330672Z [ 31%] 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:23:11.7333207Z [ 31%] 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:23:11.7335701Z [ 31%] 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:23:11.7337757Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:11.7340010Z [ 31%] 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:23:11.7342030Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:11.7344016Z [ 31%] 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:23:11.7346333Z [ 31%] 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:23:11.7348727Z [ 31%] 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:23:11.7350801Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:11.7352604Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:11.7354728Z [ 32%] 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:23:11.7357378Z [ 32%] 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:23:11.7359560Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:11.7361687Z [ 32%] 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:23:11.7364267Z [ 32%] 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:23:11.7366404Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:11.7368209Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:11.7370175Z [ 35%] 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:23:11.7372432Z [ 35%] 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:23:11.7374323Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:11.7376328Z [ 35%] 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:23:11.7378276Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:11.7381564Z [ 35%] 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:23:11.7383566Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:11.7385500Z [ 35%] 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:23:11.7387756Z [ 35%] 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:23:11.7390139Z [ 35%] 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:23:11.7392298Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:11.7394135Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:11.7396211Z [ 35%] 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:23:11.7398503Z [ 35%] 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:23:11.7400357Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:11.7401918Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:11.7403932Z [ 35%] 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:23:11.7406268Z [ 35%] 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:23:11.7408319Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:11.7410960Z [ 35%] 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:23:11.7412886Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:11.7414728Z [ 35%] 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:23:11.7416603Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:15.5467473Z [ 35%] 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:23:15.5470070Z [ 35%] 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:23:15.5472258Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:15.5474492Z [ 35%] 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:23:15.5476650Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:15.5478796Z [ 36%] 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:23:15.5481541Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:15.5483341Z [ 36%] 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:23:15.5485814Z [ 36%] 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:23:15.5488249Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:23:15.5490303Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:15.5492357Z [ 36%] 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:23:15.5494861Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:23:15.5496880Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:15.5499217Z [ 36%] 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:23:15.5501758Z [ 36%] 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:23:15.5503975Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:15.5506218Z [ 36%] 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:23:15.5508417Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:15.5510618Z [ 37%] 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:23:15.5512896Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:15.5527907Z [ 37%] 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:23:15.5530516Z [ 37%] 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:23:15.5533169Z [ 37%] 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:23:15.5535340Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:15.5537536Z [ 37%] 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:23:15.5539739Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:15.5541940Z [ 37%] 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:23:15.5544166Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:15.5545782Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:15.5547736Z [ 39%] 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:23:15.5550320Z [ 39%] 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:23:15.5553123Z [ 39%] 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:23:15.5555355Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:15.5557604Z [ 39%] 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:23:15.5560382Z [ 39%] 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:23:15.5562527Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:15.5564720Z [ 39%] 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:23:15.5567609Z [ 39%] 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:23:15.5569828Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:15.5572093Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:23:15.5574795Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:23:15.5576906Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:15.5578520Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:15.5580768Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:23:15.5583515Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:23:15.5586898Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:15.5588947Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:15.5591483Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:23:15.5594699Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:23:15.5597406Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:15.5599994Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:23:15.5603335Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:23:15.5606640Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:23:15.5609736Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-03-21T20:23:15.5612581Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-03-21T20:23:15.5615491Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-03-21T20:23:15.5617968Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:17.1015939Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:17.1017969Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:23:17.1020352Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:23:17.1022580Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:23:17.1024859Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:17.1026037Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:17.1027101Z [ 41%] 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:23:17.1028292Z [ 41%] 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:23:17.1029471Z [ 41%] 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:23:17.1030480Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:17.1031402Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:17.1032240Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:17.1033230Z [ 41%] 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:23:17.1034358Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:17.1035419Z [ 41%] 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:23:17.1036506Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:17.1037455Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:17.1038361Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:17.1039401Z [ 41%] 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:23:17.1040663Z [ 41%] 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:23:17.1041698Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:17.1042747Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:23:17.1043965Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-03-21T20:23:17.1045477Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-03-21T20:23:17.1046697Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:17.1047922Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:23:17.1049144Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:17.1050010Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:17.1051231Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:23:17.1052533Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:17.1053762Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:23:17.1054993Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:17.1056282Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:23:17.1057537Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:23:17.1058787Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:23:17.1060017Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:23:17.1061056Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:17.1062001Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:17.1063087Z [ 43%] 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:23:17.1064127Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:17.1064975Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:17.1066527Z [ 43%] 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:23:17.1068226Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:17.1069790Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:17.1071877Z [ 43%] 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:23:17.1074091Z [ 43%] 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:23:17.1077018Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:17.1078887Z [ 43%] 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:23:17.1081218Z [ 43%] 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:23:17.1083432Z [ 43%] 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:23:17.1085468Z [ 43%] 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:23:17.1087042Z [ 45%] 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:23:17.1088644Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:17.1090294Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:17.1092166Z [ 45%] 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:23:17.1094467Z [ 45%] 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:23:17.1096386Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:23:17.1098330Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:17.1099986Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:23:17.1101889Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:17.1103222Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:18.6130060Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:18.6131938Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:23:18.6134063Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:18.6135928Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:23:18.6137773Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:18.6139258Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:18.6140798Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:18.6142658Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:23:18.6144557Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:18.6146428Z [ 46%] 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:23:18.6148301Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:18.6150139Z [ 46%] 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:23:18.6152289Z [ 46%] 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:23:18.6154192Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:18.6156058Z [ 46%] 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:23:18.6158121Z [ 46%] 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:23:18.6159911Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:18.6161715Z [ 46%] 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:23:18.6163812Z [ 46%] 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:23:18.6165899Z [ 46%] 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:23:18.6168221Z [ 47%] 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:23:18.6170321Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T20:23:18.6172111Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:18.6173821Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:23:18.6175882Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-03-21T20:23:18.6177898Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:23:18.6179903Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:18.6181675Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:23:18.6183965Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:23:18.6186000Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:23:18.6188002Z [ 47%] 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:23:18.6190013Z [ 47%] 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:23:18.6192099Z [ 47%] 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:23:18.6194162Z [ 47%] 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:23:18.6195943Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:18.6197532Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:18.6199183Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:18.6200797Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:18.6202464Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:18.6204344Z [ 47%] 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:23:18.6206106Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:18.6207632Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:18.6209415Z [ 47%] 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:23:18.6211292Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:18.6213238Z [ 47%] 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:23:18.6215217Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:18.6217263Z [ 47%] 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:23:18.6219093Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:18.6220734Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T20:23:18.6222805Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T20:23:18.6224880Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:23:18.6226344Z [ 50%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:23:18.6227812Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:23:18.6229845Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:18.6232166Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:23:18.6234485Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:23:18.6236606Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:23:18.6238598Z [ 50%] 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:23:18.6240263Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:18.6241316Z [ 50%] Built target optimized_kernels 2025-03-21T20:23:18.6242368Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:18.6244150Z [ 50%] 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:23:18.6245922Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:18.6247741Z [ 50%] 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:23:20.1726584Z [ 50%] 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:23:20.1727764Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:20.1728854Z [ 50%] 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:23:20.1729887Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:20.1730834Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:20.1731854Z [ 50%] 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:23:20.1732890Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:20.1733942Z [ 50%] 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:23:20.1734944Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:20.1736149Z [ 50%] 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:23:20.1737149Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:20.1738148Z [ 50%] 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:23:20.1739139Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:20.1740123Z [ 51%] 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:23:20.1741291Z [ 51%] 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:23:20.1742294Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:20.1743160Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:20.1744283Z [ 51%] 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:23:20.1745294Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:20.1746161Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:20.1747162Z [ 51%] 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:23:20.1748179Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:20.1749199Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:23:20.1750370Z [ 52%] 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:23:20.1751542Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:20.1752431Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:20.1753450Z [ 52%] 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:23:20.1754457Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:20.1755268Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:20.1756256Z [ 52%] 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:23:20.1757248Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:20.1758231Z [ 52%] 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:23:20.1759243Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:20.1760267Z [ 52%] 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:23:20.1761309Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:20.1762394Z [ 52%] 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:23:20.1763408Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:20.1764408Z [ 52%] 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:23:20.1765561Z [ 52%] 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:23:20.1766584Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:20.1767509Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:20.1768604Z [ 52%] 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:23:20.1769790Z [ 52%] 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:23:20.1771020Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:20.1773310Z [ 53%] 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:23:20.1774447Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:20.1775373Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:20.1776882Z [ 53%] 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:23:20.1778152Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:20.1778963Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:20.1779980Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:20.1781015Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:23:20.1782021Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:20.1783018Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:23:20.1784189Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:23:20.1785177Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:20.1786356Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:23:20.1787623Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:20.1788858Z [ 54%] 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:23:20.1790230Z [ 54%] 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:23:20.1791487Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:20.1792489Z [ 54%] 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:23:20.1793821Z [ 54%] 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:23:20.1794866Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:21.5142237Z [ 54%] 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:23:21.5143889Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:21.5145216Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:21.5146579Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:21.5148375Z [ 54%] 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:23:21.5150595Z [ 54%] 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:23:21.5152849Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:21.5154466Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:21.5156311Z [ 54%] 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:23:21.5158180Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:21.5159990Z [ 54%] 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:23:21.5162174Z [ 54%] 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:23:21.5164090Z [ 56%] 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:23:21.5166153Z [ 56%] 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:23:21.5167993Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:21.5169471Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:21.5170972Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:21.5172589Z [ 56%] 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:23:21.5174738Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:21.5176553Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:21.5178350Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:21.5180359Z [ 57%] 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:23:21.5181707Z [ 57%] 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:23:21.5183296Z [ 57%] 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:23:21.5184942Z [ 57%] 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:23:21.5186113Z [ 57%] 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:23:21.5187262Z [ 57%] 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:23:21.5188393Z [ 57%] 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:23:21.5189495Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:21.5190597Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:21.5191833Z [ 57%] 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:23:21.5192968Z [ 57%] 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:23:21.5194170Z [ 57%] 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:23:21.5195306Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:23:21.5196482Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:23:21.5197673Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:23:21.5198756Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:21.5199727Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:21.5200680Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:21.5201595Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:21.5202526Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:21.5203463Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:21.5204501Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:23:21.5205672Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:23:21.5206859Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:23:21.5208062Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:23:21.5209109Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:21.5210129Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:23:21.5211167Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:21.5212139Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:21.5213190Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:23:21.5214388Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:23:21.5215464Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:21.5216534Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:23:21.5217631Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:21.5218726Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:23:21.5219773Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:21.5220733Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:21.5221995Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T20:23:21.5223829Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T20:23:21.5226086Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T20:23:21.5227798Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:22.5816720Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:22.5818885Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:23:22.5820819Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:23:22.5822115Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-03-21T20:23:22.5823540Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:23:22.5825616Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:23:22.5828040Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:23:22.5830038Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:22.5831702Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:22.5833761Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:23:22.5836049Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:23:22.5838503Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:23:22.5841007Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T20:23:22.5843215Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T20:23:22.5845355Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T20:23:22.5847489Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:23:22.5849598Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T20:23:22.5851640Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-03-21T20:23:22.5853282Z [ 60%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:22.5854931Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-03-21T20:23:22.5857534Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-03-21T20:23:22.5859908Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:23:22.5862287Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-03-21T20:23:22.5864196Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T20:23:22.5865381Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T20:23:22.5866547Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:23:22.5867694Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T20:23:22.5868826Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T20:23:22.5870049Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:23:22.5870901Z [ 62%] Built target optimized_portable_kernels 2025-03-21T20:23:22.5871834Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-03-21T20:23:22.5873042Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:23:22.5874191Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T20:23:22.5874928Z [ 62%] Merging kernel yaml files 2025-03-21T20:23:22.5875658Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T20:23:22.5876818Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:23:22.5878002Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:23:22.5879263Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T20:23:22.5880578Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T20:23:22.5881436Z [ 62%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:23:22.5882298Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T20:23:22.5883434Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T20:23:22.5884605Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:23:22.5885804Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:23:22.5886959Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T20:23:22.5888458Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T20:23:22.5890089Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T20:23:22.5891660Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:23:22.5892992Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:23:22.5894762Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:23:22.5896572Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:23:22.5898148Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:23:22.5899721Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:23:22.5901348Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:23:22.5903015Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:23:22.5904683Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:23:22.5905769Z [ 63%] Generating code for kernel registration 2025-03-21T20:23:22.5906785Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:23:22.5908380Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:23:22.5910014Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:23:23.7495585Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:23:23.7497930Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:23:23.7500662Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:23:23.7503043Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:23:23.7505380Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:23:23.7507768Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-03-21T20:23:23.7510268Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-03-21T20:23:23.7513098Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-03-21T20:23:23.7515969Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:23:23.7518842Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:23:23.7521446Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:23:23.7523900Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:23:23.7526176Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:23:23.7528498Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:23:23.7530794Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:23:23.7533136Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:23:23.7535479Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-03-21T20:23:23.7537899Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-03-21T20:23:23.7540343Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-03-21T20:23:23.7542793Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:23:23.7545222Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-03-21T20:23:23.7547508Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:23:23.7549623Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:23:23.7551842Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:23:23.7553980Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:23:23.7556251Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:23:23.7558373Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:23:23.7560529Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:23:23.7562651Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:23:23.7564753Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:23:23.7566867Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:23:23.7569030Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:23:23.7571143Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:23:23.7573644Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:23:23.7576287Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:23:23.7579027Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:23:23.7582023Z [ 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:23:23.7584766Z [ 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:23:23.7587420Z [ 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:23:23.7590071Z [ 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:23:23.7592829Z [ 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:23:23.7595633Z [ 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:23:23.7598564Z [ 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:23:23.7601477Z [ 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:23:23.7604240Z [ 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:23:23.7606827Z [ 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:23:23.7609567Z [ 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:23:23.7612568Z [ 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:23:23.7615263Z [ 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:23:23.7617963Z [ 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:23:23.7620658Z [ 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:23:23.7623283Z [ 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:23:23.7625961Z [ 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:23:24.8883108Z [ 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:23:24.8884995Z [ 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:23:24.8886836Z [ 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:23:24.8889439Z [ 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:23:24.8891307Z [ 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:23:24.8893819Z [ 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:23:24.8896425Z [ 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:23:24.8899079Z [ 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:23:24.8901647Z [ 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:23:24.8904288Z [ 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:23:24.8906977Z [ 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:23:24.8909632Z [ 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:23:24.8912347Z [ 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:23:24.8914967Z [ 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:23:24.8917601Z [ 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:23:24.8920424Z [ 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:23:24.8923260Z [ 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:23:24.8926081Z [ 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:23:24.8928881Z [ 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:23:24.8931482Z [ 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:23:24.8933912Z [ 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:23:24.8936399Z [ 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:23:24.8939059Z [ 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:23:24.8941728Z [ 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:23:24.8944265Z [ 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:23:24.8946723Z [ 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:23:24.8949280Z [ 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:23:24.8951801Z [ 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:23:24.8954278Z [ 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:23:24.8956787Z [ 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:23:24.8959426Z [ 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:23:24.8961931Z [ 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:23:24.8964605Z [ 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:23:24.8966400Z [ 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:23:24.8968823Z [ 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:23:24.8971678Z [ 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:23:24.8974184Z [ 70%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:24.8975654Z [ 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:23:24.8977057Z [ 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:23:24.8978422Z [ 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:23:24.8980026Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:23:24.8981436Z [ 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:23:24.8984076Z [ 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:23:24.8986763Z [ 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:23:24.8989346Z [ 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:23:24.8992114Z [ 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:23:24.8995021Z [ 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:23:24.8997734Z [ 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:23:25.7864964Z [ 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:23:25.7867787Z [ 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:23:25.7870635Z [ 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:23:25.7873597Z [ 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:23:25.7876331Z [ 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:23:25.7879149Z [ 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:23:25.7882080Z [ 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:23:25.7884768Z [ 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:23:25.7887038Z [ 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:23:25.7889172Z [ 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:23:25.7891408Z [ 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:23:25.7893973Z [ 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:23:25.7896020Z [ 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:23:25.7897453Z [ 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:23:25.7898761Z [ 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:23:25.7900186Z [ 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:23:25.7901445Z [ 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:23:25.7902772Z [ 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:23:25.7904082Z [ 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:23:25.7905319Z [ 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:23:25.7906545Z [ 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:23:25.7907765Z [ 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:23:25.7909170Z [ 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:23:25.7910963Z [ 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:23:25.7913664Z [ 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:23:25.7916449Z [ 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:23:25.7919339Z [ 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:23:25.7922043Z [ 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:23:25.7924677Z [ 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:23:25.7927211Z [ 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:23:25.7929888Z [ 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:23:25.7932456Z [ 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:23:25.7935028Z [ 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:23:25.7937753Z [ 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:23:25.7940230Z [ 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:23:25.7942777Z [ 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:23:25.7944973Z [ 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:23:25.7946909Z [ 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:23:25.7948893Z [ 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:23:25.7950996Z [ 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:23:25.7953596Z [ 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:23:25.7955239Z [ 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:23:25.7956715Z [ 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:23:25.7958174Z [ 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:23:25.7959713Z [ 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:23:25.7961166Z [ 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:23:25.7962606Z [ 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:23:25.7964042Z [ 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:23:25.7965487Z [ 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:23:26.8802599Z [ 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:23:26.8805444Z [ 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:23:26.8808413Z [ 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:23:26.8811084Z [ 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:23:26.8813835Z [ 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:23:26.8816472Z [ 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:23:26.8819202Z [ 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:23:26.8821952Z [ 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:23:26.8824908Z [ 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:23:26.8827792Z [ 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:23:26.8830591Z [ 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:23:26.8833353Z [ 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:23:26.8836147Z [ 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:23:26.8838911Z [ 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:23:26.8841749Z [ 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:23:26.8844626Z [ 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:23:26.8847445Z [ 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:23:26.8850245Z [ 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:23:26.8853035Z [ 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:23:26.8855760Z [ 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:23:26.8858490Z [ 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:23:26.8861191Z [ 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:23:26.8863873Z [ 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:23:26.8866799Z [ 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:23:26.8869572Z [ 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:23:26.8872473Z [ 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:23:26.8875231Z [ 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:23:26.8877897Z [ 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:23:26.8883243Z [ 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:23:26.8886291Z [ 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:23:26.8888921Z [ 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:23:26.8891456Z [ 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:23:26.8893996Z [ 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:23:26.8896614Z [ 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:23:26.8899201Z [ 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:23:26.8901565Z [ 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:23:26.8903832Z [ 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:23:26.8906212Z [ 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:23:26.8908525Z [ 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:23:26.8910738Z [ 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:23:26.8913242Z [ 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:23:26.8915797Z [ 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:23:26.8918375Z [ 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:23:26.8920816Z [ 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:23:26.8923105Z [ 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:23:26.8925749Z [ 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:23:26.8928321Z [ 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:23:26.8930865Z [ 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:23:26.8933416Z [ 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:23:26.8936076Z [ 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:23:26.8938658Z [ 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:23:27.8353118Z [ 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:23:27.8355891Z [ 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:23:27.8358392Z [ 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:23:27.8360718Z [ 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:23:27.8362827Z [ 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:23:27.8365043Z [ 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:23:27.8367244Z [ 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:23:27.8369374Z [ 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:23:27.8371680Z [ 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:23:27.8373847Z [ 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:23:27.8376008Z [ 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:23:27.8378253Z [ 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:23:27.8381845Z [ 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:23:27.8384275Z [ 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:23:27.8386492Z [ 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:23:27.8388678Z [ 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:23:27.8390839Z [ 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:23:27.8393583Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:23:27.8395985Z [ 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:23:27.8398478Z [ 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:23:27.8401125Z [ 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:23:27.8404134Z [ 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:23:27.8406662Z [ 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:23:27.8409172Z [ 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:23:27.8412008Z [ 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:23:27.8415391Z [ 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:23:27.8418036Z [ 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:23:27.8420670Z [ 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:23:27.8423291Z [ 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:23:27.8425895Z [ 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:23:27.8429007Z [ 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:23:27.8431807Z [ 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:23:27.8434552Z [ 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:23:27.8437333Z [ 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:23:27.8440136Z [ 82%] 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:23:27.8442853Z [ 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:23:27.8445371Z [ 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:23:27.8447864Z [ 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:23:27.8450470Z [ 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:23:27.8453299Z [ 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:23:27.8456036Z [ 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:23:27.8458777Z [ 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:23:27.8461509Z [ 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:23:27.8464233Z [ 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:23:27.8466833Z [ 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:23:27.8469349Z [ 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:23:27.8471879Z [ 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:23:27.8474286Z [ 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:23:27.8476644Z [ 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:23:27.8478975Z [ 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:23:27.8480832Z [ 82%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:23:27.8482494Z [ 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:23:27.8483996Z [ 84%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:27.8485551Z [ 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:23:27.8488074Z [ 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:23:28.7803015Z [ 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:23:28.7805648Z [ 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:23:28.7808193Z [ 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:23:28.7810243Z [ 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:23:28.7811627Z [ 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:23:28.7812893Z [ 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:23:28.7814162Z [ 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:23:28.7815718Z [ 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:23:28.7817019Z [ 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:23:28.7818314Z [ 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:23:28.7819599Z [ 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:23:28.7820855Z [ 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:23:28.7822143Z [ 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:23:28.7823499Z [ 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:23:28.7824941Z [ 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:23:28.7826262Z [ 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:23:28.7827575Z [ 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:23:28.7828880Z [ 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:23:28.7830188Z [ 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:23:28.7831558Z [ 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:23:28.7832856Z [ 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:23:28.7834172Z [ 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:23:28.7835491Z [ 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:23:28.7836808Z [ 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:23:28.7838115Z [ 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:23:28.7839398Z [ 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:23:28.7840703Z [ 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:23:28.7842046Z [ 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:23:28.7843184Z [ 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:23:28.7844298Z [ 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:23:28.7845503Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:23:28.7846661Z [ 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:23:28.7847861Z [ 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:23:28.7849128Z [ 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:23:28.7850433Z [ 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:23:28.7851702Z [ 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:23:28.7852886Z [ 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:23:28.7854152Z [ 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:23:28.7855422Z [ 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:23:28.7856697Z [ 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:23:28.7858001Z [ 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:23:28.7859339Z [ 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:23:28.7860609Z [ 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:23:28.7861825Z [ 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:23:28.7863071Z [ 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:23:28.7864367Z [ 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:23:28.7865566Z [ 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:23:28.7866677Z [ 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:23:28.7867795Z [ 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:23:28.7869223Z [ 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:23:28.7870361Z [ 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:23:28.7871650Z [ 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:23:28.7872760Z [ 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:23:28.7874049Z [ 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:23:29.5983183Z [ 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:23:29.5985610Z [ 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:23:29.5987859Z [ 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:23:29.5990048Z [ 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:23:29.5992263Z [ 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:23:29.5994394Z [ 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:23:29.5996989Z [ 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:23:29.5999401Z [ 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:23:29.6001733Z [ 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:23:29.6004170Z [ 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:23:29.6006593Z [ 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:23:29.6009000Z [ 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:23:29.6011389Z [ 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:23:29.6013877Z [ 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:23:29.6016202Z [ 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:23:29.6018298Z [ 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:23:29.6020413Z [ 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:23:29.6022479Z [ 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:23:29.6024616Z [ 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:23:29.6026641Z [ 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:23:29.6028755Z [ 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:23:29.6030881Z [ 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:23:29.6033344Z [ 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:23:29.6035403Z [ 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:23:29.6037404Z [ 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:23:29.6039365Z [ 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:23:29.6041305Z [ 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:23:29.6043220Z [ 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:23:29.6045225Z [ 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:23:29.6047269Z [ 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:23:29.6049581Z [ 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:23:29.6051723Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:23:29.6053911Z [ 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:23:29.6056739Z [ 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:23:29.6058887Z [ 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:23:29.6060814Z [ 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:23:29.6062913Z [ 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:23:29.6064983Z [ 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:23:29.6067008Z [ 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:23:29.6069027Z [ 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:23:29.6071292Z [ 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:23:29.6073608Z [ 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:23:29.6076013Z [ 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:23:29.6078364Z [ 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:23:29.6080741Z [ 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:23:29.6082899Z [ 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:23:29.6085256Z [ 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:23:29.6087392Z [ 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:23:29.6089543Z [ 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:23:29.6091736Z [ 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:23:29.6094056Z [ 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:23:29.6096340Z [ 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:23:29.6098720Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:23:29.6101216Z [ 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:23:29.6103494Z [ 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:23:30.8657655Z [ 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:23:30.8660075Z [ 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:23:30.8662303Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:23:30.8664258Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:23:30.8666264Z [ 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:23:30.8668219Z [ 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:23:30.8670222Z [ 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:23:30.8672232Z [ 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:23:30.8674142Z [ 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:23:30.8675770Z [ 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:23:30.8676887Z [ 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:23:30.8678676Z [ 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:23:30.8683559Z [ 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:23:30.8685922Z [ 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:23:30.8687727Z [ 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:23:30.8689221Z [ 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:23:30.8690685Z [ 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:23:30.8703562Z [ 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:23:30.8705900Z [ 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:23:30.8708110Z [ 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:23:30.8710259Z [ 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:23:30.8712658Z [ 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:23:30.8715222Z [ 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:23:30.8717517Z [ 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:23:30.8719742Z [ 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:23:30.8722080Z [ 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:23:30.8724582Z [ 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:23:30.8727142Z [ 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:23:30.8729503Z [ 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:23:30.8731355Z [ 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:23:30.8733259Z [ 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:23:30.8735048Z [ 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:23:30.8736205Z [ 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:23:30.8737260Z [ 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:23:30.8738304Z [ 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:23:30.8739941Z [ 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:23:30.8741843Z [ 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:23:30.8743966Z [ 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:23:30.8745955Z [ 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:23:30.8747462Z [ 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:23:30.8748989Z [ 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:23:30.8750926Z [ 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:23:30.8752915Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:23:30.8754682Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:23:30.8756464Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:23:30.8758057Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:23:30.8759868Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:23:30.8761761Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:23:30.8763649Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:23:30.8765548Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:23:30.8767031Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:23:30.8767824Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:23:30.8768234Z [ 96%] Built target microkernels-prod 2025-03-21T20:23:30.8768581Z [ 96%] Generating build_identifier.c 2025-03-21T20:23:30.8769218Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:23:30.8770174Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:23:30.8771178Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:23:30.8772559Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:23:30.8773693Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:23:30.8775197Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:23:30.8776885Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:23:30.8778743Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:23:38.4223824Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:23:38.4225839Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:23:38.4227632Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:23:38.4229271Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:23:38.4230387Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:23:38.4232098Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:23:38.4233155Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:23:38.4235001Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:23:38.4236755Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:23:38.4238415Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:23:38.4240072Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:23:38.4241751Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:23:38.4243546Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:23:38.4245305Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:23:38.4247313Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:23:38.4249013Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:23:38.4250631Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:23:38.4252243Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:23:38.4253856Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:23:38.4255404Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:23:38.4256856Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:23:38.4258350Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:23:38.4259432Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:23:38.4260064Z [ 98%] Built target XNNPACK 2025-03-21T20:23:38.4261038Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:23:38.4262383Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:23:38.4263804Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:23:38.4265408Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:23:38.4267013Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:23:38.4269097Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:23:38.4270380Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:23:38.4271108Z [ 98%] Built target xnnpack_backend 2025-03-21T20:23:38.4272062Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:23:38.4273295Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:23:38.4274114Z [100%] Built target portable_lib 2025-03-21T20:23:38.4274651Z [ 0%] Built target flatbuffers 2025-03-21T20:23:38.4275142Z [ 0%] Built target flatccrt 2025-03-21T20:23:38.4275660Z [ 0%] Built target pthreadpool 2025-03-21T20:23:38.4276396Z [ 0%] Built target common_schema 2025-03-21T20:23:38.4276948Z [ 1%] Built target xnnpack_schema 2025-03-21T20:23:38.4277517Z [ 2%] Built target cpuinfo 2025-03-21T20:23:38.4278030Z [ 2%] Built target bundled_program_schema 2025-03-21T20:23:38.4278637Z [ 4%] Built target flatcc 2025-03-21T20:23:38.4279171Z [ 7%] Built target eigen_blas 2025-03-21T20:23:38.4279980Z [ 7%] Built target logging 2025-03-21T20:23:38.4280542Z [ 7%] Built target microparams-init 2025-03-21T20:23:38.4281137Z [ 7%] Built target indirection 2025-03-21T20:23:38.4281706Z [ 7%] Built target normalization 2025-03-21T20:23:38.4282318Z [ 7%] Built target datatype 2025-03-21T20:23:38.4282883Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:38.4283508Z [ 7%] Built target program_schema 2025-03-21T20:23:38.4284075Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:38.4284614Z [ 7%] Built target allocator 2025-03-21T20:23:38.4285158Z [ 7%] Built target packing 2025-03-21T20:23:38.4285705Z [ 7%] Built target hardware-config 2025-03-21T20:23:38.4286270Z [ 7%] Built target cache 2025-03-21T20:23:38.4286796Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:38.4287400Z [ 7%] Built target memory 2025-03-21T20:23:38.4287917Z [ 7%] Built target mutex 2025-03-21T20:23:38.4288445Z [ 7%] Built target operator-utils 2025-03-21T20:23:38.4289184Z [ 7%] Built target operator-run 2025-03-21T20:23:38.4289696Z [ 7%] Built target etdump_schema 2025-03-21T20:23:38.4290177Z [ 9%] Built target operators 2025-03-21T20:23:38.4290663Z [ 10%] Built target executorch_core 2025-03-21T20:23:38.4291179Z [ 13%] Built target subgraph 2025-03-21T20:23:38.4291699Z [ 14%] Built target extension_threadpool 2025-03-21T20:23:38.4292277Z [ 15%] Built target executorch 2025-03-21T20:23:38.4292801Z [ 15%] Built target extension_tensor 2025-03-21T20:23:38.4293305Z [ 15%] Built target cpublas 2025-03-21T20:23:38.4293810Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:38.4294418Z [ 15%] Built target bundled_program 2025-03-21T20:23:38.4294940Z [ 15%] Built target etdump 2025-03-21T20:23:38.4295440Z [ 16%] Built target optimized_kernels 2025-03-21T20:23:38.4295999Z [ 18%] Built target util 2025-03-21T20:23:38.4296575Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:38.4297273Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:38.4297937Z [ 95%] Built target microkernels-prod 2025-03-21T20:23:38.4298534Z [ 97%] Built target XNNPACK 2025-03-21T20:23:38.4299077Z [ 97%] Built target xnnpack_backend 2025-03-21T20:23:38.4299659Z [ 98%] Built target portable_lib 2025-03-21T20:23:38.4300675Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:23:38.4302258Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:23:38.4303779Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:23:38.4305224Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:23:38.4306844Z [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:23:38.4308573Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:23:38.4310178Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:23:38.4311789Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:23:38.4313407Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:23:38.4314946Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:23:38.4316320Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:23:38.4317004Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:23:38.4317553Z [ 0%] Built target flatbuffers 2025-03-21T20:23:38.4318060Z [ 0%] Built target flatccrt 2025-03-21T20:23:38.4318560Z [ 0%] Built target pthreadpool 2025-03-21T20:23:38.4319108Z [ 1%] Built target cpuinfo 2025-03-21T20:23:38.4319564Z [ 3%] Built target flatcc 2025-03-21T20:23:38.4320074Z [ 5%] Built target eigen_blas 2025-03-21T20:23:38.4320533Z [ 5%] Built target common_schema 2025-03-21T20:23:38.4321053Z [ 7%] Built target xnnpack_schema 2025-03-21T20:23:38.4321590Z [ 7%] Built target bundled_program_schema 2025-03-21T20:23:38.4322170Z [ 7%] Built target indirection 2025-03-21T20:23:38.4322704Z [ 7%] Built target logging 2025-03-21T20:23:38.4323218Z [ 7%] Built target microparams-init 2025-03-21T20:23:38.4323754Z [ 7%] Built target normalization 2025-03-21T20:23:38.4324244Z [ 7%] Built target datatype 2025-03-21T20:23:38.4324701Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:38.4325287Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:38.4325768Z [ 7%] Built target program_schema 2025-03-21T20:23:38.4326224Z [ 7%] Built target hardware-config 2025-03-21T20:23:38.4326550Z [ 7%] Built target allocator 2025-03-21T20:23:38.4326963Z [ 7%] Built target packing 2025-03-21T20:23:38.4327256Z [ 7%] Built target cache 2025-03-21T20:23:38.4327560Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:38.4327884Z [ 7%] Built target memory 2025-03-21T20:23:38.4328165Z [ 7%] Built target mutex 2025-03-21T20:23:38.4328443Z [ 7%] Built target operator-utils 2025-03-21T20:23:38.4328766Z [ 7%] Built target operator-run 2025-03-21T20:23:38.4329078Z [ 7%] Built target etdump_schema 2025-03-21T20:23:38.4329388Z [ 9%] Built target operators 2025-03-21T20:23:38.4329689Z [ 10%] Built target executorch_core 2025-03-21T20:23:38.4330013Z [ 10%] Built target extension_tensor 2025-03-21T20:23:38.4330336Z [ 13%] Built target subgraph 2025-03-21T20:23:38.4330633Z [ 14%] Built target executorch 2025-03-21T20:23:38.4330947Z [ 15%] Built target extension_threadpool 2025-03-21T20:23:38.4331300Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:38.4331620Z [ 15%] Built target cpublas 2025-03-21T20:23:38.4331926Z [ 15%] Built target bundled_program 2025-03-21T20:23:38.4332238Z [ 15%] Built target etdump 2025-03-21T20:23:38.4332536Z [ 16%] Built target optimized_kernels 2025-03-21T20:23:38.4332857Z [ 17%] Built target util 2025-03-21T20:23:38.4333151Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:38.4333527Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:38.4333891Z [ 94%] Built target microkernels-prod 2025-03-21T20:23:38.4334213Z [ 96%] Built target XNNPACK 2025-03-21T20:23:38.4334511Z [ 96%] Built target xnnpack_backend 2025-03-21T20:23:38.4334824Z [ 97%] Built target portable_lib 2025-03-21T20:23:38.4335429Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:24:01.0901990Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:24:01.0903906Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:24:01.0905541Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:24:01.0907078Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:01.0908805Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:24:01.0910616Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:24:01.0912841Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:24:01.0914520Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:24:01.0916034Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:24:01.0917307Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:24:01.0918094Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:24:01.0918977Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:24:01.0919857Z [ 97%] Generating code for kernel registration 2025-03-21T20:24:01.0921442Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:01.0923232Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:24:01.0924012Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:24:01.0924819Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:24:01.0930325Z 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:24:01.0935609Z [ 98%] Generating code for kernel registration 2025-03-21T20:24:01.0937019Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:24:01.0939053Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:24:01.0940876Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:24:01.0942383Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:24:01.0944014Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:24:01.0945734Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:24:01.0947291Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:01.0948995Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:24:01.0950659Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:24:01.0952436Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:24:01.0954102Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:24:01.0955742Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:24:01.0957524Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:01.0959544Z [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:24:01.0961106Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:24:01.0961898Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:24:01.0962689Z running build_ext 2025-03-21T20:24:01.0963311Z creating /tmp/tmpgz9gov75.build-lib/executorch/data/bin 2025-03-21T20:24:01.0964146Z creating /tmp/tmpgz9gov75.build-lib/executorch/data/bin 2025-03-21T20:24:01.0965078Z creating /tmp/tmpgz9gov75.build-lib/executorch/extension/llm/custom_ops 2025-03-21T20:24:01.0966179Z creating /tmp/tmpgz9gov75.build-lib/executorch/kernels/quantized 2025-03-21T20:24:01.0967471Z copying tools/wheel/pip_data_bin_init.py.in -> /tmp/tmpgz9gov75.build-lib/executorch/data/bin/__init__.py 2025-03-21T20:24:01.0968817Z creating /tmp/tmpgz9gov75.build-lib/executorch/extension/pybindings 2025-03-21T20:24:01.0970400Z copying /tmp/tmpr0xj36ij.build-temp/cmake-out/third-party/flatbuffers/flatc -> /tmp/tmpgz9gov75.build-lib/executorch/data/bin 2025-03-21T20:24:01.0972624Z copying /tmp/tmpr0xj36ij.build-temp/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> /tmp/tmpgz9gov75.build-lib/executorch/extension/pybindings 2025-03-21T20:24:01.0975032Z copying /tmp/tmpr0xj36ij.build-temp/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /tmp/tmpgz9gov75.build-lib/executorch/kernels/quantized 2025-03-21T20:24:01.0977639Z copying /tmp/tmpr0xj36ij.build-temp/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /tmp/tmpgz9gov75.build-lib/executorch/extension/llm/custom_ops 2025-03-21T20:24:01.0980022Z copying /tmp/tmpr0xj36ij.build-temp/cmake-out/third-party/flatbuffers/flatc -> data/bin 2025-03-21T20:24:01.0981224Z copying tools/wheel/pip_data_bin_init.py.in -> data/bin/__init__.py 2025-03-21T20:24:01.0982845Z copying /tmp/tmpr0xj36ij.build-temp/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> /pytorch/executorch/extension/pybindings 2025-03-21T20:24:01.0984968Z copying /tmp/tmpr0xj36ij.build-temp/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> extension/llm/custom_ops 2025-03-21T20:24:01.0986930Z copying /tmp/tmpr0xj36ij.build-temp/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> kernels/quantized 2025-03-21T20:24:01.0988168Z running egg_info 2025-03-21T20:24:01.0988766Z creating /tmp/tmpr0xj36ij.build-temp/executorch.egg-info 2025-03-21T20:24:01.0989696Z writing /tmp/tmpr0xj36ij.build-temp/executorch.egg-info/PKG-INFO 2025-03-21T20:24:01.0990886Z writing dependency_links to /tmp/tmpr0xj36ij.build-temp/executorch.egg-info/dependency_links.txt 2025-03-21T20:24:01.0992443Z writing entry points to /tmp/tmpr0xj36ij.build-temp/executorch.egg-info/entry_points.txt 2025-03-21T20:24:01.0993809Z writing requirements to /tmp/tmpr0xj36ij.build-temp/executorch.egg-info/requires.txt 2025-03-21T20:24:01.0995121Z writing top-level names to /tmp/tmpr0xj36ij.build-temp/executorch.egg-info/top_level.txt 2025-03-21T20:24:01.0996401Z writing manifest file '/tmp/tmpr0xj36ij.build-temp/executorch.egg-info/SOURCES.txt' 2025-03-21T20:24:01.0997648Z reading manifest file '/tmp/tmpr0xj36ij.build-temp/executorch.egg-info/SOURCES.txt' 2025-03-21T20:24:01.0998653Z adding license file 'LICENSE' 2025-03-21T20:24:01.0999564Z writing manifest file '/tmp/tmpr0xj36ij.build-temp/executorch.egg-info/SOURCES.txt' 2025-03-21T20:24:01.1000707Z Editable install will be performed using a meta path finder. 2025-03-21T20:24:01.1001266Z 2025-03-21T20:24:01.1001657Z Options like `package-data`, `include/exclude-package-data` or 2025-03-21T20:24:01.1002554Z `packages.find.exclude/include` may have no effect. 2025-03-21T20:24:01.1003078Z 2025-03-21T20:24:01.1003390Z adding '__editable___executorch_0_6_0a0_be92d7d_finder.py' 2025-03-21T20:24:01.1004225Z adding '__editable__.executorch-0.6.0a0+be92d7d.pth' 2025-03-21T20:24:01.1006432Z creating '/tmp/pip-wheel-7b_93vmr/.tmp-3wucvta5/executorch-0.6.0a0+be92d7d-0.editable-cp310-cp310-linux_x86_64.whl' and adding '/tmp/tmpk1fv2kn6executorch-0.6.0a0+be92d7d-0.editable-cp310-cp310-linux_x86_64.whl' to it 2025-03-21T20:24:01.1008692Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:24:01.1009556Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:24:01.1010616Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:24:01.1011512Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:24:01.1012480Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:24:01.1013363Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:24:01.1014909Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/command/editable_wheel.py:342: InformationOnly: Editable installation. 2025-03-21T20:24:01.1016302Z !! 2025-03-21T20:24:01.1016516Z 2025-03-21T20:24:01.1016732Z ******************************************************************************** 2025-03-21T20:24:01.1017625Z Please be careful with folders in your working directory with the same 2025-03-21T20:24:01.1018671Z name as your package as they may take precedence during imports. 2025-03-21T20:24:01.1019494Z ******************************************************************************** 2025-03-21T20:24:01.1019961Z 2025-03-21T20:24:01.1020127Z !! 2025-03-21T20:24:01.1020649Z with strategy, WheelFile(wheel_path, "w") as wheel_obj: 2025-03-21T20:24:01.1021942Z Building editable for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:24:01.1024172Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-0.editable-cp310-cp310-linux_x86_64.whl size=14824 sha256=20e2d5eab2824a51ff3d2d582dc9e65cde275070010c2bd02dd818df5ff245da 2025-03-21T20:24:01.1026785Z Stored in directory: /tmp/pip-ephem-wheel-cache-rtnd17we/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:24:03.7767454Z Successfully built executorch 2025-03-21T20:24:03.7768526Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:24:03.7769389Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:24:03.7770133Z Attempting uninstall: pytest 2025-03-21T20:24:03.7770746Z Found existing installation: pytest 7.2.0 2025-03-21T20:24:03.7771275Z Uninstalling pytest-7.2.0: 2025-03-21T20:24:03.7771670Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:24:03.7772169Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:24:03.7773168Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:24:03.7773947Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:24:03.7774637Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:24:03.7775382Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:24:03.7776129Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:24:03.7776663Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:24:03.7777083Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:24:03.7777535Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:24:03.7777993Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:24:03.7778864Z 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:24:03.7779865Z + pip list 2025-03-21T20:24:03.7780180Z Package Version Editable project location 2025-03-21T20:24:03.7780663Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:24:03.7781123Z alabaster 0.7.16 2025-03-21T20:24:03.7781465Z attrs 25.3.0 2025-03-21T20:24:03.7781770Z babel 2.17.0 2025-03-21T20:24:03.7782080Z beautifulsoup4 4.13.3 2025-03-21T20:24:03.7782665Z breathe 4.34.0 2025-03-21T20:24:03.7782996Z bs4 0.0.2 2025-03-21T20:24:03.7783297Z certifi 2025.1.31 2025-03-21T20:24:03.7783624Z charset-normalizer 3.4.1 2025-03-21T20:24:03.7783940Z cmake 3.31.6 2025-03-21T20:24:03.7784227Z contourpy 1.3.1 2025-03-21T20:24:03.7784531Z coverage 7.7.0 2025-03-21T20:24:03.7784825Z cycler 0.12.1 2025-03-21T20:24:03.7785128Z docutils 0.16 2025-03-21T20:24:03.7785480Z exceptiongroup 1.2.2 2025-03-21T20:24:03.7785833Z execnet 2.1.1 2025-03-21T20:24:03.7786199Z executorch 0.6.0a0+be92d7d /pytorch/executorch 2025-03-21T20:24:03.7786592Z exhale 0.2.3 2025-03-21T20:24:03.7786894Z expecttest 0.1.6 2025-03-21T20:24:03.7787194Z filelock 3.18.0 2025-03-21T20:24:03.7787524Z flatbuffers 25.2.10 2025-03-21T20:24:03.7787834Z fonttools 4.56.0 2025-03-21T20:24:03.7788146Z fsspec 2025.3.0 2025-03-21T20:24:03.7788460Z huggingface-hub 0.29.3 2025-03-21T20:24:03.7788768Z hypothesis 6.84.2 2025-03-21T20:24:03.7789054Z idna 3.10 2025-03-21T20:24:03.7789462Z imagesize 1.4.1 2025-03-21T20:24:03.7789763Z iniconfig 2.1.0 2025-03-21T20:24:03.7790064Z Jinja2 3.1.6 2025-03-21T20:24:03.7790349Z kiwisolver 1.4.8 2025-03-21T20:24:03.7790651Z lxml 5.3.1 2025-03-21T20:24:03.7791026Z markdown-it-py 2.2.0 2025-03-21T20:24:03.7791341Z MarkupSafe 3.0.2 2025-03-21T20:24:03.7791649Z matplotlib 3.10.1 2025-03-21T20:24:03.7791958Z mdit-py-plugins 0.3.5 2025-03-21T20:24:03.7792270Z mdurl 0.1.2 2025-03-21T20:24:03.7792580Z mpmath 1.3.0 2025-03-21T20:24:03.7792884Z myst-parser 0.18.1 2025-03-21T20:24:03.7793191Z networkx 3.4.2 2025-03-21T20:24:03.7793490Z numpy 2.2.4 2025-03-21T20:24:03.7793790Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:24:03.7794131Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:24:03.7794469Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:24:03.7794813Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:24:03.7795149Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:24:03.7795466Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:24:03.7795807Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:24:03.7796214Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:24:03.7796711Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:24:03.7797080Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:24:03.7797425Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:24:03.7797798Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:24:03.7798116Z packaging 24.2 2025-03-21T20:24:03.7798415Z pandas 2.2.3 2025-03-21T20:24:03.7798726Z parameterized 0.9.0 2025-03-21T20:24:03.7799020Z pillow 11.1.0 2025-03-21T20:24:03.7799319Z pip 25.0 2025-03-21T20:24:03.7799619Z pluggy 1.5.0 2025-03-21T20:24:03.7799917Z Pygments 2.19.1 2025-03-21T20:24:03.7800219Z pyparsing 3.2.1 2025-03-21T20:24:03.7800507Z pytest 8.3.5 2025-03-21T20:24:03.7800803Z pytest-cov 4.1.0 2025-03-21T20:24:03.7801116Z pytest-rerunfailures 15.0 2025-03-21T20:24:03.7801430Z pytest-xdist 3.6.1 2025-03-21T20:24:03.7801748Z python-dateutil 2.9.0.post0 2025-03-21T20:24:03.7802190Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:24:03.7802751Z pytz 2025.1 2025-03-21T20:24:03.7803055Z PyYAML 6.0.1 2025-03-21T20:24:03.7803359Z regex 2024.11.6 2025-03-21T20:24:03.7803668Z requests 2.32.3 2025-03-21T20:24:03.7803965Z ruamel.yaml 0.17.32 2025-03-21T20:24:03.7804290Z ruamel.yaml.clib 0.2.12 2025-03-21T20:24:03.7804601Z safetensors 0.5.3 2025-03-21T20:24:03.7804906Z setuptools 75.8.0 2025-03-21T20:24:03.7805204Z six 1.17.0 2025-03-21T20:24:03.7805496Z snowballstemmer 2.2.0 2025-03-21T20:24:03.7805807Z sortedcontainers 2.4.0 2025-03-21T20:24:03.7806116Z soupsieve 2.6 2025-03-21T20:24:03.7806415Z Sphinx 5.3.0 2025-03-21T20:24:03.7806723Z sphinx-copybutton 0.5.0 2025-03-21T20:24:03.7807024Z sphinx_design 0.4.1 2025-03-21T20:24:03.7807337Z sphinx-gallery 0.14.0 2025-03-21T20:24:03.7807665Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:24:03.7808001Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:24:03.7808330Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:24:03.7808648Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:24:03.7808972Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:24:03.7809414Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:24:03.7809741Z sympy 1.13.3 2025-03-21T20:24:03.7810040Z tabulate 0.9.0 2025-03-21T20:24:03.7810325Z timm 1.0.7 2025-03-21T20:24:03.7810628Z tokenizers 0.21.1 2025-03-21T20:24:03.7810928Z tomli 2.0.1 2025-03-21T20:24:03.7811244Z torch 2.7.0a0+git295f2ed 2025-03-21T20:24:03.7811601Z torchao 0.10.0+git64bcf4c 2025-03-21T20:24:03.7811941Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:24:03.7812273Z torchsr 1.0.4 2025-03-21T20:24:03.7812594Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:24:03.7812924Z tqdm 4.67.1 2025-03-21T20:24:03.7813230Z transformers 4.47.1 2025-03-21T20:24:03.7813524Z triton 3.0.0 2025-03-21T20:24:03.7813832Z typing_extensions 4.12.2 2025-03-21T20:24:03.7814142Z tzdata 2025.1 2025-03-21T20:24:03.7814438Z urllib3 2.3.0 2025-03-21T20:24:03.7814731Z wheel 0.45.1 2025-03-21T20:24:03.7815016Z zstd 1.5.5.1 2025-03-21T20:24:03.7815333Z + build_executorch_runner cmake Debug 2025-03-21T20:24:03.7815651Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:24:03.7815935Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:24:03.7816215Z + build_executorch_runner_cmake Debug 2025-03-21T20:24:03.7816539Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:24:03.7816842Z + clean_executorch_install_folders 2025-03-21T20:24:03.7817170Z + ./install_executorch.sh --clean 2025-03-21T20:24:03.7817482Z Cleaning build artifacts... 2025-03-21T20:24:03.7817762Z Cleaning pip-out/... 2025-03-21T20:24:03.7818041Z Done cleaning build artifacts. 2025-03-21T20:24:03.7818329Z + mkdir cmake-out 2025-03-21T20:24:03.7818611Z + pushd cmake-out 2025-03-21T20:24:03.7818912Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:24:03.7819274Z + [[ Debug == \D\e\b\u\g ]] 2025-03-21T20:24:03.7819574Z + CXXFLAGS=-fsanitize=address,undefined 2025-03-21T20:24:03.7819917Z + CXXFLAGS=-fsanitize=address,undefined 2025-03-21T20:24:03.7820352Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Debug .. 2025-03-21T20:24:03.7820928Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Debug .. 2025-03-21T20:24:03.7821360Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:24:03.7821760Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:03.7822134Z -- Detecting C compiler ABI info 2025-03-21T20:24:03.7822547Z -- Detecting C compiler ABI info - done 2025-03-21T20:24:03.7822958Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:24:03.7823352Z -- Detecting C compile features 2025-03-21T20:24:03.7823674Z -- Detecting C compile features - done 2025-03-21T20:24:03.7824019Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:03.7824354Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:03.7824777Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:03.7825198Z -- Detecting CXX compile features 2025-03-21T20:24:03.7825516Z -- Detecting CXX compile features - done 2025-03-21T20:24:03.7826447Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:24:03.7827197Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:03.7827642Z CMake. 2025-03-21T20:24:03.7827768Z 2025-03-21T20:24:03.7828015Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:03.7828584Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:03.7829145Z to work with policies introduced by or earlier. 2025-03-21T20:24:03.7829420Z 2025-03-21T20:24:03.7829536Z  2025-03-21T20:24:03.7830228Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:24:03.7831318Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:03.7831765Z CMake. 2025-03-21T20:24:03.7831886Z 2025-03-21T20:24:03.7832119Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:03.7832691Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:03.7833195Z to work with policies introduced by or earlier. 2025-03-21T20:24:03.7833468Z 2025-03-21T20:24:03.7833582Z  2025-03-21T20:24:03.7833832Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:24:03.7834218Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:24:03.7834586Z -- Found Threads: TRUE 2025-03-21T20:24:03.7835278Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:24:03.7836043Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:03.7836478Z CMake. 2025-03-21T20:24:03.7836597Z 2025-03-21T20:24:03.7836834Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:03.7837388Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:03.7837888Z to work with policies introduced by or earlier. 2025-03-21T20:24:03.7838159Z 2025-03-21T20:24:03.7838267Z  2025-03-21T20:24:03.7838501Z -- Using python executable 'python' 2025-03-21T20:24:03.7838823Z -- Resolved buck2 as buck2. 2025-03-21T20:24:03.7839102Z -- Killing buck2 daemon 2025-03-21T20:24:03.7839366Z 'buck2 killall' 2025-03-21T20:24:03.7839643Z -- executorch: Generating source lists 2025-03-21T20:24:09.3939003Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:24:09.3940284Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:24:09.3941239Z -- executorch: Using PAL default 'posix' 2025-03-21T20:24:09.3941846Z -- Generating operator lib: 2025-03-21T20:24:09.3942377Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:24:09.3943132Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:24:09.3943852Z -- ROOT_OPS: 2025-03-21T20:24:09.3944249Z -- INCLUDE_ALL_OPS: 2025-03-21T20:24:09.3946646Z 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:24:09.3948801Z -- Generating kernel bindings: 2025-03-21T20:24:09.3949621Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:24:09.3950340Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:24:09.3951244Z -- CUSTOM_OPS_YAML: 2025-03-21T20:24:09.3951738Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:24:09.3954927Z 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:24:09.3957780Z -- Generating operator lib: 2025-03-21T20:24:09.3958310Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:24:09.3958867Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:24:09.3959411Z -- DEPS: executorch 2025-03-21T20:24:09.3960546Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:24:09.3961797Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:09.3962575Z CMake. 2025-03-21T20:24:09.3962805Z 2025-03-21T20:24:09.3963224Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:09.3964308Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:09.3965244Z to work with policies introduced by or earlier. 2025-03-21T20:24:09.3965948Z 2025-03-21T20:24:09.3966193Z  2025-03-21T20:24:09.3966606Z -- Looking for C++ include unistd.h 2025-03-21T20:24:09.3967213Z -- Looking for C++ include unistd.h - found 2025-03-21T20:24:09.3967825Z -- Looking for C++ include stdint.h 2025-03-21T20:24:09.3968432Z -- Looking for C++ include stdint.h - found 2025-03-21T20:24:09.3969052Z -- Looking for C++ include inttypes.h 2025-03-21T20:24:09.3969664Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:24:09.3970301Z -- Looking for C++ include sys/types.h 2025-03-21T20:24:09.3970947Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:24:09.3971604Z -- Looking for C++ include sys/stat.h 2025-03-21T20:24:09.3972234Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:24:09.3972836Z -- Looking for C++ include fnmatch.h 2025-03-21T20:24:09.3973424Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:24:09.3974059Z -- Looking for C++ include stddef.h 2025-03-21T20:24:09.3974680Z -- Looking for C++ include stddef.h - found 2025-03-21T20:24:09.3975302Z -- Check size of uint32_t 2025-03-21T20:24:09.3975822Z -- Check size of uint32_t - done 2025-03-21T20:24:09.3976350Z -- Looking for strtoll 2025-03-21T20:24:09.3976814Z -- Looking for strtoll - found 2025-03-21T20:24:09.3977325Z -- 2025-03-21T20:24:09.3977701Z -- ******** Summary ******** 2025-03-21T20:24:09.3978227Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:24:09.3978812Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:24:09.3979422Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:24:09.3980603Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:24:09.3981225Z -- BUCK2 : buck2 2025-03-21T20:24:09.3981792Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:24:09.3982714Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:24:09.3983705Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:24:09.3984435Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:24:09.3985153Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:24:09.3985844Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:24:09.3986509Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:24:09.3987211Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:24:09.3987912Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:24:09.3988605Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:24:09.3989311Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:24:09.3989978Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:24:09.3990931Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:24:09.3991628Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:24:09.3992321Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:24:09.3993001Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:24:09.3993734Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:24:09.3994433Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:24:09.3995155Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:24:09.3995849Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:24:09.3996520Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:24:09.3997194Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:24:09.3997881Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:24:09.3998595Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:24:09.3999318Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:24:09.4000033Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:24:09.4000733Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:24:09.4001405Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:24:09.4002102Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:24:09.4002986Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:24:09.4003625Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:24:09.4004271Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:24:09.4004917Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:24:09.4005592Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:24:09.4006252Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:24:09.4006904Z -- Configuring done (6.3s) 2025-03-21T20:24:09.4007415Z -- Generating done (0.1s) 2025-03-21T20:24:09.4008095Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:24:09.4008825Z + popd 2025-03-21T20:24:09.4009228Z /pytorch/executorch 2025-03-21T20:24:09.4009645Z ++ uname 2025-03-21T20:24:09.4010046Z + '[' Linux == Darwin ']' 2025-03-21T20:24:09.4010497Z ++ nproc 2025-03-21T20:24:09.4010865Z + CMAKE_JOBS=7 2025-03-21T20:24:09.4011310Z + cmake --build cmake-out -j 7 2025-03-21T20:24:09.4012137Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:24:09.4013545Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:24:09.4015507Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:24:09.4017552Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:24:09.4019615Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:24:09.4021554Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:24:09.4023404Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:24:09.4024653Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:24:09.4025493Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:24:09.4026285Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:24:09.4027173Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:24:09.4027921Z CMake Warning: 2025-03-21T20:24:09.4028507Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:24:09.4029015Z 2025-03-21T20:24:09.4029216Z  2025-03-21T20:24:09.4029657Z fatal: No names found, cannot describe anything. 2025-03-21T20:24:09.4030533Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:24:09.4031333Z git describe failed with exit code: 128 2025-03-21T20:24:09.4031916Z 2025-03-21T20:24:09.4032252Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:24:09.4032967Z Call Stack (most recent call first): 2025-03-21T20:24:09.4033563Z CMakeLists.txt:5 (include) 2025-03-21T20:24:09.4033898Z 2025-03-21T20:24:09.4034118Z  2025-03-21T20:24:09.4034527Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:24:09.4036037Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:24:09.4038029Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:24:09.4039925Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:24:09.4041735Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:24:09.4043651Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:24:09.4045194Z [ 4%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:24:09.4046769Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:24:09.4048767Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:24:09.4050672Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:24:09.4051949Z [ 5%] Built target gflags_nothreads_static 2025-03-21T20:24:09.4053245Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:24:09.4054349Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:24:09.4055037Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:09.4055425Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:09.4056100Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:24:09.4057075Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:24:09.4058054Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:24:09.4059065Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:24:09.4060066Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:24:09.4060789Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:24:09.4061185Z [ 6%] Built target pthreadpool 2025-03-21T20:24:09.4062000Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:24:09.4063034Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:24:12.1894300Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:24:12.1896494Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:24:12.1898570Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:24:12.1900475Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:24:12.1902426Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:24:12.1904458Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:24:12.1906850Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:24:12.1908994Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:24:12.1910332Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:12.1911985Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:24:12.1914060Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:24:12.1915453Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:12.1916241Z -- Detecting CXX compile features 2025-03-21T20:24:12.1916839Z -- Detecting CXX compile features - done 2025-03-21T20:24:12.1917386Z -- Looking for strtof_l 2025-03-21T20:24:12.1918660Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:24:12.1920607Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:24:12.1922821Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:24:12.1924975Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:24:12.1927124Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:24:12.1929316Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:24:12.1931625Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:24:12.1933732Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:24:12.1935745Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:24:12.1937886Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:24:12.1940035Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:24:12.1942265Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:24:12.1944500Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:24:12.1946690Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:24:12.1948143Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:24:12.1949744Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:24:12.1951166Z [ 13%] Built target cpuinfo 2025-03-21T20:24:12.1951677Z -- Looking for strtof_l - found 2025-03-21T20:24:12.1952216Z -- Looking for strtoull_l 2025-03-21T20:24:12.1953011Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:24:12.1953760Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:24:12.1954403Z -- Looking for strtoull_l - found 2025-03-21T20:24:12.1954959Z -- Looking for realpath 2025-03-21T20:24:12.1955453Z -- Looking for realpath - found 2025-03-21T20:24:12.1956090Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:24:12.1956786Z -- Configuring done (1.0s) 2025-03-21T20:24:12.1957453Z -- Generating done (0.0s) 2025-03-21T20:24:12.1958314Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:24:12.1959497Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:24:12.1960569Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:24:12.1961834Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:24:12.1963077Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:24:12.1964264Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:24:12.1965483Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:24:12.1966785Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:24:12.1967872Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:24:12.1969086Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:24:12.1970330Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:24:12.1971620Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:24:12.1973301Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:24:12.1974406Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:24:12.1975477Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:24:12.1976455Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:24:12.1977372Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:24:12.1978308Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:24:12.1979207Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:24:12.1981954Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:24:12.1982840Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:24:12.1983769Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:24:12.1984702Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:24:12.1985824Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:24:12.1986856Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:24:12.1987784Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:24:12.1988704Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:24:12.1989537Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:24:12.1990438Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:24:12.1992013Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:24:12.1993008Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:24:12.1993882Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:24:12.1994769Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:24:12.1995753Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:24:12.1996793Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:24:12.1997856Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:24:12.1999011Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:24:12.2000353Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:24:12.2001413Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:24:12.2002706Z [100%] Linking CXX executable flatc 2025-03-21T20:24:12.2003186Z [100%] Built target flatc 2025-03-21T20:24:12.2003671Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:24:12.2004259Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:24:12.2004711Z [ 13%] Built target flatbuffers 2025-03-21T20:24:12.2005208Z [ 13%] Generating common_schema headers 2025-03-21T20:24:12.2005675Z [ 13%] Built target common_schema 2025-03-21T20:24:12.2006292Z [ 13%] Generating program_schema headers 2025-03-21T20:24:12.2006795Z [ 13%] Built target program_schema 2025-03-21T20:24:12.2007628Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:24:12.2008762Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:24:12.2010253Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:24:12.2012197Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:24:12.2013980Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:24:12.2015614Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:24:12.2017181Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:24:12.2018790Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:24:14.5038464Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:24:14.5040195Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:24:14.5041892Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:24:14.5043700Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:24:14.5045517Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:24:14.5047304Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:24:14.5048954Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:24:14.5050465Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:24:14.5052067Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:24:14.5053664Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:24:14.5055246Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:24:14.5056917Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:24:14.5058264Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:24:14.5059024Z [ 18%] Built target executorch_core 2025-03-21T20:24:14.5060197Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:24:14.5061758Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:24:14.5063485Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:24:14.5065742Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:24:14.5067589Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:24:14.5069452Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:24:14.5071512Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:24:14.5073021Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:24:14.5073850Z [ 20%] Built target extension_threadpool 2025-03-21T20:24:14.5074698Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:24:14.5075413Z [ 20%] Built target executorch 2025-03-21T20:24:14.5076733Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:14.5078611Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:14.5081151Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:14.5083331Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:14.5085470Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:14.5087356Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:14.5089082Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:14.5090805Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:14.5092640Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:14.5094405Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:14.5096183Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:14.5098030Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:14.5099831Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:14.5101682Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:14.5103591Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:14.5105531Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:14.5107515Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:14.5109475Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:14.5111435Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:14.5113166Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:14.5115001Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:14.5116915Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:14.5118827Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:14.5121002Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:14.5122956Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:14.5124903Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:14.5126713Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:14.5128664Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:14.5130520Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:14.5132301Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:14.5134101Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:14.5135951Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:14.5137867Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:14.5139674Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:14.5141589Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:14.5143501Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:14.5145313Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:14.5147067Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:14.5148910Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:14.5150733Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:14.5152743Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:14.5154781Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:14.5156671Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:14.5158558Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:14.5160234Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:14.5174936Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:14.5177010Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:14.5178967Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:14.5181211Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:14.5183178Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:14.5184991Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:14.5186907Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:14.5189007Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:16.8782160Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:16.8784101Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:16.8785862Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:16.8787478Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:16.8789169Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:16.8791018Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:16.8792792Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:16.8794748Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:16.8796471Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:16.8798609Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:16.8800614Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:16.8802429Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:16.8803765Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:16.8805395Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:16.8807200Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:16.8808742Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:16.8810413Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:16.8812170Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:16.8813405Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:16.8814278Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:16.8815213Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:16.8816913Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:16.8818696Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:16.8820523Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:16.8822306Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:16.8823916Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:16.8824959Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:16.8825900Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:16.8827081Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:16.8828092Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:16.8829103Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:16.8830083Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:16.8831127Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:16.8832049Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:16.8832960Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:16.8833888Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:16.8834809Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:16.8835676Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:16.8836674Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:16.8837650Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:16.8838558Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:16.8839568Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:16.8840494Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:16.8841670Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:16.8843218Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:16.8844980Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:16.8846942Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:16.8848770Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:16.8850367Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:16.8852966Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:16.8854755Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:16.8856523Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:16.8858247Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:16.8859927Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:16.8861683Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:16.8863468Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:16.8865075Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:16.8866828Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:16.8868660Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:16.8870367Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:16.8872127Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:16.8873793Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:16.8875668Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:16.8877232Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:16.8878800Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:16.8880610Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:16.8882271Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:16.8884190Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:16.8885292Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:16.8886350Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:16.8887284Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:16.8888208Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:16.8889194Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:16.8890200Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:19.1071156Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:19.1073281Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:19.1075091Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:19.1076898Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:19.1078782Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:19.1080728Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:19.1082510Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:19.1084148Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:19.1085859Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:19.1087724Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:19.1089426Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:19.1091243Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:19.1093148Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:19.1095812Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:19.1097492Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:19.1099265Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:19.1100921Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:19.1102510Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:19.1104114Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:19.1105728Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:19.1107437Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:19.1109157Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:19.1111118Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:19.1112643Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:19.1114264Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:19.1116046Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:19.1117713Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:19.1119588Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:19.1121497Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:19.1123297Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:19.1125062Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:19.1126780Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:19.1128628Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:19.1130405Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:19.1132153Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:19.1134010Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:19.1135688Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:19.1137464Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:19.1139306Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:19.1141086Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:19.1142882Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:19.1144582Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:19.1146558Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:19.1148259Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:19.1149899Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:19.1151879Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:19.1153836Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:19.1155786Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:19.1158044Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:19.1159905Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:19.1161474Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:19.1163192Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:19.1164780Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:19.1166537Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:19.1168215Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:19.1169820Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:19.1171575Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:19.1173226Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:19.1174874Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:19.1176657Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:19.1178364Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:19.1181107Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:19.1183037Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:19.1184948Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:19.1186842Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:19.1188840Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:19.1190438Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:19.1192356Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:19.1194153Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:19.1195825Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:19.1197983Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:21.3450077Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:21.3452083Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:21.3453881Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:21.3455506Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:21.3457221Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:21.3459009Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:21.3460788Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:21.3462549Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:21.3464376Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:21.3466581Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:21.3468384Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:21.3470090Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:21.3471808Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:21.3473508Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:21.3475117Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:21.3476656Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:21.3478216Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:21.3479157Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:21.3480917Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:21.3481996Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:21.3483012Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:21.3483999Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:21.3485050Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:21.3486147Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:21.3487171Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:21.3488157Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:21.3489146Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:21.3490159Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:21.3491631Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:21.3492584Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:21.3493639Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:21.3494646Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:21.3495675Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:21.3496779Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:21.3497773Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:21.3498790Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:21.3499845Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:21.3500929Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:21.3501917Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:21.3502910Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:21.3503893Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:21.3504871Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:21.3505870Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:21.3506908Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:21.3507941Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:21.3508872Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:21.3509760Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:21.3510805Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:21.3511843Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:21.3512891Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:21.3513851Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:21.3514849Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:21.3515804Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:21.3516998Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:21.3518066Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:21.3519640Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:21.3521500Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:21.3522970Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:21.3523953Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:21.3524934Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:21.3525899Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:21.3526899Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:21.3527964Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:21.3528984Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:21.3529998Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:21.3530978Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:21.3532015Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:21.3532900Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:21.3533783Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:21.3534703Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:21.3535701Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:21.3536712Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:23.5567665Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:23.5569803Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:23.5571597Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:23.5573553Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:23.5575392Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:23.5577192Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:23.5579105Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:23.5582301Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:23.5584319Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:23.5586176Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:23.5587941Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:23.5589633Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:23.5591403Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:23.5593155Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:23.5595326Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:23.5597162Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:23.5598991Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:23.5600914Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:23.5602730Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:23.5604454Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:23.5606225Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:23.5607983Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:23.5609818Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:23.5611991Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:23.5614026Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:23.5616050Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:23.5618000Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:23.5619822Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:23.5621666Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:23.5623495Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:23.5625400Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:23.5627350Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:23.5629331Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:23.5631515Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:23.5633468Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:23.5635532Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:23.5637738Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:23.5639803Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:23.5641685Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:23.5643633Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:23.5645657Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:23.5647670Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:23.5649796Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:23.5651737Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:23.5653849Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:23.5656222Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:23.5658253Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:23.5660490Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:23.5662933Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:23.5665181Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:23.5667182Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:23.5669325Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:23.5671306Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:23.5673051Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:23.5674971Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:23.5677165Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:23.5679357Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:23.5681513Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:23.5683694Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:23.5686009Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:23.5688258Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:23.5690317Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:23.5692355Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:23.5694326Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:23.5696350Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:23.5698505Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:23.5700565Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:23.5702567Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:23.5704614Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:23.5706649Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:36.2886641Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:36.2887687Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:36.2888714Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:36.2889823Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:36.2890913Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:36.2891962Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:36.2893027Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:36.2894061Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:36.2895036Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:36.2896303Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:36.2897376Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:36.2898453Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:36.2899508Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:36.2900489Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:36.2901480Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:36.2902572Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:36.2903945Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:36.2905027Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:36.2905838Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:24:36.2906446Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:24:36.2906905Z [ 98%] Built target portable_kernels 2025-03-21T20:24:36.2907417Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:24:36.2907974Z [ 99%] Generating code for kernel registration 2025-03-21T20:24:36.2908385Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:24:36.2909635Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:36.2910854Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:24:36.2911285Z [ 99%] Built target portable_ops_lib 2025-03-21T20:24:36.2912043Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:24:36.2913061Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:24:36.2914017Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:24:36.2915185Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:24:36.2916075Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:24:36.2917050Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:24:36.2917814Z [100%] Linking CXX executable executor_runner 2025-03-21T20:24:36.2918208Z [100%] Built target executor_runner 2025-03-21T20:24:36.2918526Z + [[ '' == *main* ]] 2025-03-21T20:24:36.2918771Z + [[ '' == *gh* ]] 2025-03-21T20:24:36.2919050Z + PYTHON_EXECUTABLE=python 2025-03-21T20:24:36.2919428Z + ./examples/models/llama3_2_vision/install_requirements.sh 2025-03-21T20:24:36.2920052Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:24:36.2920611Z Collecting torchtune==0.6.0.dev20250311 2025-03-21T20:24:36.2921335Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl.metadata (24 kB) 2025-03-21T20:24:36.2922102Z Collecting torchdata (from torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2922880Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchdata-0.12.0.dev20250321%2Bcpu-py3-none-any.whl.metadata (5.3 kB) 2025-03-21T20:24:36.2923712Z Collecting datasets (from torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2924204Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:24:36.2925095Z Requirement already satisfied: huggingface_hub[hf_transfer] in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (0.29.3) 2025-03-21T20:24:36.2926278Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (0.5.3) 2025-03-21T20:24:36.2927055Z Collecting kagglehub (from torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2927562Z Downloading kagglehub-0.3.10-py3-none-any.whl.metadata (31 kB) 2025-03-21T20:24:36.2928092Z Collecting sentencepiece (from torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2928947Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-03-21T20:24:36.2930001Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:24:36.2930691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 474.0 MB/s eta 0:00:00 2025-03-21T20:24:36.2931282Z [?25hCollecting tiktoken (from torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2931925Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-03-21T20:24:36.2932579Z Collecting blobfile>=2 (from torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2933217Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:24:36.2934192Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (0.21.1) 2025-03-21T20:24:36.2935282Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (2.2.4) 2025-03-21T20:24:36.2936343Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (4.67.1) 2025-03-21T20:24:36.2937090Z Collecting omegaconf (from torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2937614Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl.metadata (4.2 kB) 2025-03-21T20:24:36.2938132Z Collecting psutil (from torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2938885Z 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:24:36.2939970Z Requirement already satisfied: Pillow>=9.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (11.1.0) 2025-03-21T20:24:36.2940898Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2941635Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-03-21T20:24:36.2942687Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune==0.6.0.dev20250311) (2.3.0) 2025-03-21T20:24:36.2943876Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune==0.6.0.dev20250311) (5.3.1) 2025-03-21T20:24:36.2945059Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune==0.6.0.dev20250311) (3.18.0) 2025-03-21T20:24:36.2945939Z Collecting pyarrow>=15.0.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2946558Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-03-21T20:24:36.2947166Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2947808Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:24:36.2948828Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (2.2.3) 2025-03-21T20:24:36.2950010Z Requirement already satisfied: requests>=2.32.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (2.32.3) 2025-03-21T20:24:36.2950949Z Collecting xxhash (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2951767Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-03-21T20:24:36.2952630Z Collecting multiprocess<0.70.17 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:36.2953385Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:24:37.7771345Z Collecting fsspec<=2024.12.0,>=2023.1.0 (from fsspec[http]<=2024.12.0,>=2023.1.0->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7772604Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:24:37.7773540Z Collecting aiohttp (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7774722Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:24:37.7776600Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (24.2) 2025-03-21T20:24:37.7778569Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (6.0.1) 2025-03-21T20:24:37.7780428Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[hf_transfer]->torchtune==0.6.0.dev20250311) (4.12.2) 2025-03-21T20:24:37.7781530Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7782322Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-03-21T20:24:37.7783328Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->torchtune==0.6.0.dev20250311) (2024.11.6) 2025-03-21T20:24:37.7784571Z Requirement already satisfied: torch>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata->torchtune==0.6.0.dev20250311) (2.7.0a0+git295f2ed) 2025-03-21T20:24:37.7785548Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7786214Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:24:37.7787063Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7787661Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:24:37.7788267Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7788890Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:24:37.7790148Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets->torchtune==0.6.0.dev20250311) (25.3.0) 2025-03-21T20:24:37.7791960Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7793488Z 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:24:37.7795041Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7796249Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2025-03-21T20:24:37.7797477Z Collecting propcache>=0.2.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7799015Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-21T20:24:37.7800170Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:24:37.7801282Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-21T20:24:37.7803243Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets->torchtune==0.6.0.dev20250311) (3.4.1) 2025-03-21T20:24:37.7805620Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets->torchtune==0.6.0.dev20250311) (3.10) 2025-03-21T20:24:37.7808094Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets->torchtune==0.6.0.dev20250311) (2025.1.31) 2025-03-21T20:24:37.7810483Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2->torchdata->torchtune==0.6.0.dev20250311) (1.13.3) 2025-03-21T20:24:37.7812141Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2->torchdata->torchtune==0.6.0.dev20250311) (3.4.2) 2025-03-21T20:24:37.7813368Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2->torchdata->torchtune==0.6.0.dev20250311) (3.1.6) 2025-03-21T20:24:37.7814657Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune==0.6.0.dev20250311) (2.9.0.post0) 2025-03-21T20:24:37.7815977Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune==0.6.0.dev20250311) (2025.1) 2025-03-21T20:24:37.7817223Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune==0.6.0.dev20250311) (2025.1) 2025-03-21T20:24:37.7818538Z 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->datasets->torchtune==0.6.0.dev20250311) (1.17.0) 2025-03-21T20:24:37.7819895Z 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>=2->torchdata->torchtune==0.6.0.dev20250311) (1.3.0) 2025-03-21T20:24:37.7821269Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=2->torchdata->torchtune==0.6.0.dev20250311) (3.0.2) 2025-03-21T20:24:37.7823621Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl (900 kB) 2025-03-21T20:24:37.7825469Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/900.5 kB ? eta -:--:-- 2025-03-21T20:24:37.7826710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 900.5/900.5 kB 756.8 MB/s eta 0:00:00 2025-03-21T20:24:37.7827709Z [?25hDownloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:24:37.7828478Z Downloading kagglehub-0.3.10-py3-none-any.whl (63 kB) 2025-03-21T20:24:37.7829330Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl (224 kB) 2025-03-21T20:24:37.7830692Z 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:24:37.7832167Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-21T20:24:37.7833702Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-03-21T20:24:37.7834958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 880.7 MB/s eta 0:00:00 2025-03-21T20:24:37.7836805Z [?25hDownloading https://download.pytorch.org/whl/nightly/cpu/torchdata-0.12.0.dev20250321%2Bcpu-py3-none-any.whl (60 kB) 2025-03-21T20:24:37.7838191Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:24:37.7839297Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-21T20:24:37.7840729Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:24:37.7843555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 862.0 MB/s eta 0:00:00 2025-03-21T20:24:37.7844335Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-03-21T20:24:37.7845146Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-03-21T20:24:37.7845818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 224.3 MB/s eta 0:00:00 2025-03-21T20:24:37.7846509Z [?25hDownloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (42.1 MB) 2025-03-21T20:24:37.7847208Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.1 MB ? eta -:--:-- 2025-03-21T20:24:37.7847888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 610.7 MB/s eta 0:00:00 2025-03-21T20:24:37.7848688Z [?25hDownloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-03-21T20:24:37.7849470Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:25:21.3711022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 791.1 MB/s eta 0:00:00 2025-03-21T20:25:21.3712687Z [?25hDownloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:25:21.3713563Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:25:21.3714386Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:25:21.3715828Z 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:25:21.3717469Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) 2025-03-21T20:25:21.3718905Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) 2025-03-21T20:25:21.3720244Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) 2025-03-21T20:25:21.3723013Z Installing collected packages: sentencepiece, xxhash, pycryptodomex, pyarrow, psutil, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, async-timeout, aiohappyeyeballs, yarl, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, datasets, torchtune 2025-03-21T20:25:21.3725570Z Attempting uninstall: fsspec 2025-03-21T20:25:21.3726161Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:25:21.3727073Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:25:21.3727660Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:25:21.3731129Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.11.14 aiosignal-1.3.2 async-timeout-5.0.1 blobfile-3.0.0 datasets-3.4.1 dill-0.3.8 frozenlist-1.5.0 fsspec-2024.12.0 hf-transfer-0.1.9 kagglehub-0.3.10 multidict-6.2.0 multiprocess-0.70.16 omegaconf-2.4.0.dev3 propcache-0.3.0 psutil-7.0.0 pyarrow-19.0.1 pycryptodomex-3.22.0 sentencepiece-0.2.0 tiktoken-0.9.0 torchdata-0.12.0.dev20250321+cpu torchtune-0.6.0.dev20250311+cpu xxhash-3.5.0 yarl-1.18.3 2025-03-21T20:25:21.3734655Z + .ci/scripts/unittest-linux-cmake.sh 2025-03-21T20:25:21.3735343Z + pytest -n auto --cov=./ --cov-report=xml 2025-03-21T20:25:21.3736301Z ============================= test session starts ============================== 2025-03-21T20:25:21.3737148Z platform linux -- Python 3.10.16, pytest-8.3.5, pluggy-1.5.0 2025-03-21T20:25:21.3737907Z rootdir: /pytorch/executorch 2025-03-21T20:25:21.3738449Z configfile: pytest.ini 2025-03-21T20:25:21.3739164Z plugins: hypothesis-6.84.2, cov-4.1.0, xdist-3.6.1, rerunfailures-15.0 2025-03-21T20:25:21.3740004Z  2025-03-21T20:25:21.3740476Z created: 4/4 workers 2025-03-21T20:25:21.3741103Z initialized: 1/4 workers 2025-03-21T20:25:21.3741744Z initialized: 2/4 workers 2025-03-21T20:25:21.3742363Z initialized: 3/4 workers 2025-03-21T20:25:21.3743002Z initialized: 4/4 workers 2025-03-21T20:25:21.3743613Z ready: 1/4 workers  2025-03-21T20:25:21.3744216Z ready: 2/4 workers 2025-03-21T20:25:21.3744785Z ready: 3/4 workers 2025-03-21T20:25:21.3747160Z ready: 4/4 workers/pytorch/executorch/exir/program/test/test_program.py:44: PytestCollectionWarning: cannot collect test class 'TestLinear' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:21.3749272Z class TestLinear(torch.nn.Module): 2025-03-21T20:25:21.3751257Z /pytorch/executorch/exir/program/test/test_program.py:58: PytestCollectionWarning: cannot collect test class 'TestSDPA' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:21.3753164Z class TestSDPA(torch.nn.Module): 2025-03-21T20:25:21.3755200Z /pytorch/executorch/exir/program/test/test_program.py:76: PytestCollectionWarning: cannot collect test class 'TestLinearSDPACombined' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:21.3757344Z class TestLinearSDPACombined(torch.nn.Module): 2025-03-21T20:25:21.3759384Z /pytorch/executorch/exir/program/test/test_program.py:93: PytestCollectionWarning: cannot collect test class 'TestUpsample' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:21.3761550Z class TestUpsample(torch.nn.Module): 2025-03-21T20:25:21.3763513Z /pytorch/executorch/exir/program/test/test_program.py:107: PytestCollectionWarning: cannot collect test class 'TestLSTM' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:21.3765433Z class TestLSTM(torch.nn.Module): 2025-03-21T20:25:21.3767435Z /pytorch/executorch/exir/tests/test_prune_empty_tensors_pass.py:17: PytestCollectionWarning: cannot collect test class 'TestCat' because it has a __init__ constructor (from: exir/tests/test_prune_empty_tensors_pass.py) 2025-03-21T20:25:21.3769455Z class TestCat(nn.Module): 2025-03-21T20:25:21.3771301Z /pytorch/executorch/exir/tests/test_remove_view_copy.py:17: PytestCollectionWarning: cannot collect test class 'TestModel1' because it has a __init__ constructor (from: exir/tests/test_remove_view_copy.py) 2025-03-21T20:25:21.3773233Z class TestModel1(nn.Module): 2025-03-21T20:25:21.3775190Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_abs.py) 2025-03-21T20:25:21.3777180Z class Tester: 2025-03-21T20:25:21.3779103Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_add.py) 2025-03-21T20:25:21.3781318Z class Tester: 2025-03-21T20:25:21.3783219Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_avgpool2d.py) 2025-03-21T20:25:21.3785258Z class Tester: 2025-03-21T20:25:21.3787177Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_bilinear2d.py) 2025-03-21T20:25:21.3789221Z class Tester: 2025-03-21T20:25:21.3791146Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_cat.py) 2025-03-21T20:25:21.3793113Z class Tester: 2025-03-21T20:25:21.3794980Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_ceil.py) 2025-03-21T20:25:21.3796968Z class Tester: 2025-03-21T20:25:21.3798829Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_clamp.py) 2025-03-21T20:25:21.3800829Z class Tester: 2025-03-21T20:25:21.3802708Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_conv1d.py) 2025-03-21T20:25:21.3804707Z class Tester: 2025-03-21T20:25:21.3806536Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_div.py) 2025-03-21T20:25:21.3808488Z class Tester: 2025-03-21T20:25:21.3810342Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_elu.py) 2025-03-21T20:25:21.3812316Z class Tester: 2025-03-21T20:25:21.3814170Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_floor.py) 2025-03-21T20:25:21.3816215Z class Tester: 2025-03-21T20:25:21.3817889Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_hardswish.py) 2025-03-21T20:25:21.3819718Z class Tester: 2025-03-21T20:25:21.3821387Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_hardtanh.py) 2025-03-21T20:25:21.3823326Z class Tester: 2025-03-21T20:25:21.3824802Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_leaky_relu.py) 2025-03-21T20:25:21.3827072Z class Tester: 2025-03-21T20:25:21.3828621Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_lstm.py) 2025-03-21T20:25:21.3830555Z class Tester: 2025-03-21T20:25:21.3832756Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_max_dim.py) 2025-03-21T20:25:21.3834771Z class Tester: 2025-03-21T20:25:21.3836642Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_maximum.py) 2025-03-21T20:25:21.3838513Z class Tester: 2025-03-21T20:25:21.3840180Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_maxpool2d.py) 2025-03-21T20:25:21.3842099Z class Tester: 2025-03-21T20:25:22.0130406Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_mean_dim.py) 2025-03-21T20:25:22.0132463Z class Tester: 2025-03-21T20:25:22.0134393Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_minimum.py) 2025-03-21T20:25:22.0136346Z class Tester: 2025-03-21T20:25:22.0138070Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_multiply.py) 2025-03-21T20:25:22.0140012Z class Tester: 2025-03-21T20:25:22.0141883Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_negate.py) 2025-03-21T20:25:22.0143824Z class Tester: 2025-03-21T20:25:22.0145577Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_permute.py) 2025-03-21T20:25:22.0147374Z class Tester: 2025-03-21T20:25:22.0149095Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_pow.py) 2025-03-21T20:25:22.0151036Z class Tester: 2025-03-21T20:25:22.0152843Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_prelu.py) 2025-03-21T20:25:22.0155169Z class Tester: 2025-03-21T20:25:22.0157106Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_quantize_per_tensor.py) 2025-03-21T20:25:22.0159048Z class Tester: 2025-03-21T20:25:22.0160743Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_relu.py) 2025-03-21T20:25:22.0162617Z class Tester: 2025-03-21T20:25:22.0164403Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_rsqrt.py) 2025-03-21T20:25:22.0166260Z class Tester: 2025-03-21T20:25:22.0167998Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sigmoid.py) 2025-03-21T20:25:22.0169859Z class Tester: 2025-03-21T20:25:22.0171952Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_slice_copy.py) 2025-03-21T20:25:22.0173957Z class Tester: 2025-03-21T20:25:22.0175771Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_softmax.py) 2025-03-21T20:25:22.0177770Z class Tester: 2025-03-21T20:25:22.0179824Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sqrt.py) 2025-03-21T20:25:22.0181810Z class Tester: 2025-03-21T20:25:22.0183669Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_square.py) 2025-03-21T20:25:22.0185640Z class Tester: 2025-03-21T20:25:22.0187582Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_static_constant_pad.py) 2025-03-21T20:25:22.0189626Z class Tester: 2025-03-21T20:25:22.0191522Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sub.py) 2025-03-21T20:25:22.0193494Z class Tester: 2025-03-21T20:25:22.0195458Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_activation_fusion.py) 2025-03-21T20:25:22.0197541Z class Tester: 2025-03-21T20:25:22.0199506Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_batch_norm_fusion.py) 2025-03-21T20:25:22.0201601Z class Tester: 2025-03-21T20:25:22.0203586Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py) 2025-03-21T20:25:22.0205800Z class Tester: 2025-03-21T20:25:22.0207603Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_convert_to_linear.py) 2025-03-21T20:25:22.0209923Z class Tester: 2025-03-21T20:25:22.0211922Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_decompose_cat_pass.py) 2025-03-21T20:25:22.0214041Z class Tester: 2025-03-21T20:25:22.0216075Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_remove_get_item_pass.py) 2025-03-21T20:25:22.0218207Z class Tester: 2025-03-21T20:25:22.0220230Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py) 2025-03-21T20:25:22.0222311Z class Tester: 2025-03-21T20:25:22.0224098Z /pytorch/executorch/exir/program/test/test_program.py:44: PytestCollectionWarning: cannot collect test class 'TestLinear' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:22.0226067Z class TestLinear(torch.nn.Module): 2025-03-21T20:25:22.0228117Z /pytorch/executorch/exir/program/test/test_program.py:58: PytestCollectionWarning: cannot collect test class 'TestSDPA' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:22.0229984Z class TestSDPA(torch.nn.Module): 2025-03-21T20:25:22.0232090Z /pytorch/executorch/exir/program/test/test_program.py:76: PytestCollectionWarning: cannot collect test class 'TestLinearSDPACombined' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:22.0234233Z class TestLinearSDPACombined(torch.nn.Module): 2025-03-21T20:25:22.0236247Z /pytorch/executorch/exir/program/test/test_program.py:93: PytestCollectionWarning: cannot collect test class 'TestUpsample' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:22.0238254Z class TestUpsample(torch.nn.Module): 2025-03-21T20:25:22.0240174Z /pytorch/executorch/exir/program/test/test_program.py:107: PytestCollectionWarning: cannot collect test class 'TestLSTM' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:22.0242111Z class TestLSTM(torch.nn.Module): 2025-03-21T20:25:22.0244116Z /pytorch/executorch/exir/tests/test_prune_empty_tensors_pass.py:17: PytestCollectionWarning: cannot collect test class 'TestCat' because it has a __init__ constructor (from: exir/tests/test_prune_empty_tensors_pass.py) 2025-03-21T20:25:22.0246112Z class TestCat(nn.Module): 2025-03-21T20:25:22.0247957Z /pytorch/executorch/exir/tests/test_remove_view_copy.py:17: PytestCollectionWarning: cannot collect test class 'TestModel1' because it has a __init__ constructor (from: exir/tests/test_remove_view_copy.py) 2025-03-21T20:25:22.0249869Z class TestModel1(nn.Module): 2025-03-21T20:25:22.0250614Z  2025-03-21T20:25:22.0253023Z collecting: 1/4 workers/pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_abs.py) 2025-03-21T20:25:22.0255233Z class Tester: 2025-03-21T20:25:22.0257097Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_add.py) 2025-03-21T20:25:22.0259069Z class Tester: 2025-03-21T20:25:22.0260973Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_avgpool2d.py) 2025-03-21T20:25:22.0263013Z class Tester: 2025-03-21T20:25:22.4025291Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_bilinear2d.py) 2025-03-21T20:25:22.4027607Z class Tester: 2025-03-21T20:25:22.4029345Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_cat.py) 2025-03-21T20:25:22.4031241Z class Tester: 2025-03-21T20:25:22.4032899Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_ceil.py) 2025-03-21T20:25:22.4034620Z class Tester: 2025-03-21T20:25:22.4036320Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_clamp.py) 2025-03-21T20:25:22.4038266Z class Tester: 2025-03-21T20:25:22.4040122Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_conv1d.py) 2025-03-21T20:25:22.4042082Z class Tester: 2025-03-21T20:25:22.4044139Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_div.py) 2025-03-21T20:25:22.4045830Z class Tester: 2025-03-21T20:25:22.4047487Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_elu.py) 2025-03-21T20:25:22.4049208Z class Tester: 2025-03-21T20:25:22.4050819Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_floor.py) 2025-03-21T20:25:22.4052690Z class Tester: 2025-03-21T20:25:22.4054438Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_hardswish.py) 2025-03-21T20:25:22.4056411Z class Tester: 2025-03-21T20:25:22.4058146Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_hardtanh.py) 2025-03-21T20:25:22.4060084Z class Tester: 2025-03-21T20:25:22.4061900Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_leaky_relu.py) 2025-03-21T20:25:22.4063877Z class Tester: 2025-03-21T20:25:22.4065612Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_lstm.py) 2025-03-21T20:25:22.4067513Z class Tester: 2025-03-21T20:25:22.4069342Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_max_dim.py) 2025-03-21T20:25:22.4071235Z class Tester: 2025-03-21T20:25:22.4072962Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_maximum.py) 2025-03-21T20:25:22.4074822Z class Tester: 2025-03-21T20:25:22.4076486Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_maxpool2d.py) 2025-03-21T20:25:22.4078464Z class Tester: 2025-03-21T20:25:22.4080371Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_mean_dim.py) 2025-03-21T20:25:22.4082260Z class Tester: 2025-03-21T20:25:22.4084018Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_minimum.py) 2025-03-21T20:25:22.4085889Z class Tester: 2025-03-21T20:25:22.4087684Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_multiply.py) 2025-03-21T20:25:22.4089620Z class Tester: 2025-03-21T20:25:22.4091310Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_negate.py) 2025-03-21T20:25:22.4093256Z class Tester: 2025-03-21T20:25:22.4095079Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_permute.py) 2025-03-21T20:25:22.4097162Z class Tester: 2025-03-21T20:25:22.4098844Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_pow.py) 2025-03-21T20:25:22.4100703Z class Tester: 2025-03-21T20:25:22.4102370Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_prelu.py) 2025-03-21T20:25:22.4104196Z class Tester: 2025-03-21T20:25:22.4106067Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_quantize_per_tensor.py) 2025-03-21T20:25:22.4108056Z class Tester: 2025-03-21T20:25:22.4109771Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_relu.py) 2025-03-21T20:25:22.4111740Z class Tester: 2025-03-21T20:25:22.4113501Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_rsqrt.py) 2025-03-21T20:25:22.4115424Z class Tester: 2025-03-21T20:25:22.4117224Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sigmoid.py) 2025-03-21T20:25:22.4119196Z class Tester: 2025-03-21T20:25:22.4121058Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_slice_copy.py) 2025-03-21T20:25:22.4122930Z class Tester: 2025-03-21T20:25:22.4124642Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_softmax.py) 2025-03-21T20:25:22.4126507Z class Tester: 2025-03-21T20:25:22.4128316Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sqrt.py) 2025-03-21T20:25:22.4130183Z class Tester: 2025-03-21T20:25:22.4131978Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_square.py) 2025-03-21T20:25:22.4134136Z class Tester: 2025-03-21T20:25:22.4136004Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_static_constant_pad.py) 2025-03-21T20:25:22.4137902Z class Tester: 2025-03-21T20:25:22.4139675Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sub.py) 2025-03-21T20:25:22.4141561Z class Tester: 2025-03-21T20:25:22.4143469Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_activation_fusion.py) 2025-03-21T20:25:22.4145526Z class Tester: 2025-03-21T20:25:22.4147396Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_batch_norm_fusion.py) 2025-03-21T20:25:22.4149407Z class Tester: 2025-03-21T20:25:22.4151668Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py) 2025-03-21T20:25:22.4153946Z class Tester: 2025-03-21T20:25:24.4398948Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_convert_to_linear.py) 2025-03-21T20:25:24.4401116Z class Tester: 2025-03-21T20:25:24.4403182Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_decompose_cat_pass.py) 2025-03-21T20:25:24.4405296Z class Tester: 2025-03-21T20:25:24.4407293Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_remove_get_item_pass.py) 2025-03-21T20:25:24.4409422Z class Tester: 2025-03-21T20:25:24.4411439Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py) 2025-03-21T20:25:24.4413623Z class Tester: 2025-03-21T20:25:24.4414257Z  2025-03-21T20:25:24.4416590Z collecting: 2/4 workers/pytorch/executorch/exir/program/test/test_program.py:44: PytestCollectionWarning: cannot collect test class 'TestLinear' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:24.4418815Z class TestLinear(torch.nn.Module): 2025-03-21T20:25:24.4420690Z /pytorch/executorch/exir/program/test/test_program.py:58: PytestCollectionWarning: cannot collect test class 'TestSDPA' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:24.4422605Z class TestSDPA(torch.nn.Module): 2025-03-21T20:25:24.4424639Z /pytorch/executorch/exir/program/test/test_program.py:76: PytestCollectionWarning: cannot collect test class 'TestLinearSDPACombined' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:24.4426798Z class TestLinearSDPACombined(torch.nn.Module): 2025-03-21T20:25:24.4428844Z /pytorch/executorch/exir/program/test/test_program.py:93: PytestCollectionWarning: cannot collect test class 'TestUpsample' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:24.4431276Z class TestUpsample(torch.nn.Module): 2025-03-21T20:25:24.4433178Z /pytorch/executorch/exir/program/test/test_program.py:107: PytestCollectionWarning: cannot collect test class 'TestLSTM' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:24.4435075Z class TestLSTM(torch.nn.Module): 2025-03-21T20:25:24.4437077Z /pytorch/executorch/exir/tests/test_prune_empty_tensors_pass.py:17: PytestCollectionWarning: cannot collect test class 'TestCat' because it has a __init__ constructor (from: exir/tests/test_prune_empty_tensors_pass.py) 2025-03-21T20:25:24.4439100Z class TestCat(nn.Module): 2025-03-21T20:25:24.4440950Z /pytorch/executorch/exir/tests/test_remove_view_copy.py:17: PytestCollectionWarning: cannot collect test class 'TestModel1' because it has a __init__ constructor (from: exir/tests/test_remove_view_copy.py) 2025-03-21T20:25:24.4442846Z class TestModel1(nn.Module): 2025-03-21T20:25:24.4444775Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_abs.py) 2025-03-21T20:25:24.4446749Z class Tester: 2025-03-21T20:25:24.4448782Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_add.py) 2025-03-21T20:25:24.4450773Z class Tester: 2025-03-21T20:25:24.4452688Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_avgpool2d.py) 2025-03-21T20:25:24.4454703Z class Tester: 2025-03-21T20:25:24.4456585Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_bilinear2d.py) 2025-03-21T20:25:24.4458621Z class Tester: 2025-03-21T20:25:24.4460475Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_cat.py) 2025-03-21T20:25:24.4462446Z class Tester: 2025-03-21T20:25:24.4464307Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_ceil.py) 2025-03-21T20:25:24.4466276Z class Tester: 2025-03-21T20:25:24.4468092Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_clamp.py) 2025-03-21T20:25:24.4470087Z class Tester: 2025-03-21T20:25:24.4472031Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_conv1d.py) 2025-03-21T20:25:24.4474055Z class Tester: 2025-03-21T20:25:24.4475907Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_div.py) 2025-03-21T20:25:24.4477853Z class Tester: 2025-03-21T20:25:24.4479869Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_elu.py) 2025-03-21T20:25:24.4481831Z class Tester: 2025-03-21T20:25:24.4483668Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_floor.py) 2025-03-21T20:25:24.4485908Z class Tester: 2025-03-21T20:25:24.4487825Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_hardswish.py) 2025-03-21T20:25:24.4489825Z class Tester: 2025-03-21T20:25:24.4491683Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_hardtanh.py) 2025-03-21T20:25:24.4493709Z class Tester: 2025-03-21T20:25:24.4495616Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_leaky_relu.py) 2025-03-21T20:25:24.4497651Z class Tester: 2025-03-21T20:25:24.4499518Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_lstm.py) 2025-03-21T20:25:24.4501505Z class Tester: 2025-03-21T20:25:24.4503353Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_max_dim.py) 2025-03-21T20:25:24.4505511Z class Tester: 2025-03-21T20:25:24.4507393Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_maximum.py) 2025-03-21T20:25:24.4509394Z class Tester: 2025-03-21T20:25:24.4511393Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_maxpool2d.py) 2025-03-21T20:25:24.4513407Z class Tester: 2025-03-21T20:25:24.4515272Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_mean_dim.py) 2025-03-21T20:25:24.4517253Z class Tester: 2025-03-21T20:25:24.4519135Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_minimum.py) 2025-03-21T20:25:24.4521150Z class Tester: 2025-03-21T20:25:24.4523058Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_multiply.py) 2025-03-21T20:25:24.4525056Z class Tester: 2025-03-21T20:25:24.4526890Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_negate.py) 2025-03-21T20:25:24.4528906Z class Tester: 2025-03-21T20:25:24.4530769Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_permute.py) 2025-03-21T20:25:24.4532781Z class Tester: 2025-03-21T20:25:24.4534630Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_pow.py) 2025-03-21T20:25:24.4536614Z class Tester: 2025-03-21T20:25:25.4298028Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_prelu.py) 2025-03-21T20:25:25.4300068Z class Tester: 2025-03-21T20:25:25.4301973Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_quantize_per_tensor.py) 2025-03-21T20:25:25.4304370Z class Tester: 2025-03-21T20:25:25.4306150Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_relu.py) 2025-03-21T20:25:25.4308050Z class Tester: 2025-03-21T20:25:25.4309831Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_rsqrt.py) 2025-03-21T20:25:25.4311862Z class Tester: 2025-03-21T20:25:25.4313720Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sigmoid.py) 2025-03-21T20:25:25.4315728Z class Tester: 2025-03-21T20:25:25.4317605Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_slice_copy.py) 2025-03-21T20:25:25.4319627Z class Tester: 2025-03-21T20:25:25.4321754Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_softmax.py) 2025-03-21T20:25:25.4323744Z class Tester: 2025-03-21T20:25:25.4325586Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sqrt.py) 2025-03-21T20:25:25.4327540Z class Tester: 2025-03-21T20:25:25.4329387Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_square.py) 2025-03-21T20:25:25.4331384Z class Tester: 2025-03-21T20:25:25.4333405Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_static_constant_pad.py) 2025-03-21T20:25:25.4335513Z class Tester: 2025-03-21T20:25:25.4337339Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sub.py) 2025-03-21T20:25:25.4339302Z class Tester: 2025-03-21T20:25:25.4341267Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_activation_fusion.py) 2025-03-21T20:25:25.4343415Z class Tester: 2025-03-21T20:25:25.4345353Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_batch_norm_fusion.py) 2025-03-21T20:25:25.4347350Z class Tester: 2025-03-21T20:25:25.4349400Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py) 2025-03-21T20:25:25.4351780Z class Tester: 2025-03-21T20:25:25.4353761Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_convert_to_linear.py) 2025-03-21T20:25:25.4355877Z class Tester: 2025-03-21T20:25:25.4357871Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_decompose_cat_pass.py) 2025-03-21T20:25:25.4360197Z class Tester: 2025-03-21T20:25:25.4362197Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_remove_get_item_pass.py) 2025-03-21T20:25:25.4364297Z class Tester: 2025-03-21T20:25:25.4366326Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py) 2025-03-21T20:25:25.4368501Z class Tester: 2025-03-21T20:25:25.4388921Z  2025-03-21T20:25:25.4391352Z collecting: 3/4 workers/pytorch/executorch/exir/program/test/test_program.py:44: PytestCollectionWarning: cannot collect test class 'TestLinear' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:25.4393554Z class TestLinear(torch.nn.Module): 2025-03-21T20:25:25.4395451Z /pytorch/executorch/exir/program/test/test_program.py:58: PytestCollectionWarning: cannot collect test class 'TestSDPA' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:25.4397585Z class TestSDPA(torch.nn.Module): 2025-03-21T20:25:25.4399645Z /pytorch/executorch/exir/program/test/test_program.py:76: PytestCollectionWarning: cannot collect test class 'TestLinearSDPACombined' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:25.4401799Z class TestLinearSDPACombined(torch.nn.Module): 2025-03-21T20:25:25.4403840Z /pytorch/executorch/exir/program/test/test_program.py:93: PytestCollectionWarning: cannot collect test class 'TestUpsample' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:25.4405836Z class TestUpsample(torch.nn.Module): 2025-03-21T20:25:25.4407766Z /pytorch/executorch/exir/program/test/test_program.py:107: PytestCollectionWarning: cannot collect test class 'TestLSTM' because it has a __init__ constructor (from: exir/program/test/test_program.py) 2025-03-21T20:25:25.4409692Z class TestLSTM(torch.nn.Module): 2025-03-21T20:25:25.4411698Z /pytorch/executorch/exir/tests/test_prune_empty_tensors_pass.py:17: PytestCollectionWarning: cannot collect test class 'TestCat' because it has a __init__ constructor (from: exir/tests/test_prune_empty_tensors_pass.py) 2025-03-21T20:25:25.4413712Z class TestCat(nn.Module): 2025-03-21T20:25:25.4415564Z /pytorch/executorch/exir/tests/test_remove_view_copy.py:17: PytestCollectionWarning: cannot collect test class 'TestModel1' because it has a __init__ constructor (from: exir/tests/test_remove_view_copy.py) 2025-03-21T20:25:25.4417497Z class TestModel1(nn.Module): 2025-03-21T20:25:25.4419602Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_abs.py) 2025-03-21T20:25:25.4421604Z class Tester: 2025-03-21T20:25:25.4423450Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_add.py) 2025-03-21T20:25:25.4425436Z class Tester: 2025-03-21T20:25:25.4427354Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_avgpool2d.py) 2025-03-21T20:25:25.4429315Z class Tester: 2025-03-21T20:25:25.4431278Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_bilinear2d.py) 2025-03-21T20:25:25.4433499Z class Tester: 2025-03-21T20:25:25.4435188Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_cat.py) 2025-03-21T20:25:25.4436983Z class Tester: 2025-03-21T20:25:25.4438798Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_ceil.py) 2025-03-21T20:25:25.4440800Z class Tester: 2025-03-21T20:25:25.4442673Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_clamp.py) 2025-03-21T20:25:25.4444671Z class Tester: 2025-03-21T20:25:25.4446527Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_conv1d.py) 2025-03-21T20:25:25.4448441Z class Tester: 2025-03-21T20:25:25.4450220Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_div.py) 2025-03-21T20:25:25.4452999Z class Tester: 2025-03-21T20:25:29.4155328Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_elu.py) 2025-03-21T20:25:29.4157340Z class Tester: 2025-03-21T20:25:29.4159199Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_floor.py) 2025-03-21T20:25:29.4161180Z class Tester: 2025-03-21T20:25:29.4163092Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_hardswish.py) 2025-03-21T20:25:29.4165242Z class Tester: 2025-03-21T20:25:29.4167149Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_hardtanh.py) 2025-03-21T20:25:29.4169186Z class Tester: 2025-03-21T20:25:29.4171136Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_leaky_relu.py) 2025-03-21T20:25:29.4173176Z class Tester: 2025-03-21T20:25:29.4175043Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_lstm.py) 2025-03-21T20:25:29.4176828Z class Tester: 2025-03-21T20:25:29.4178514Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_max_dim.py) 2025-03-21T20:25:29.4180679Z class Tester: 2025-03-21T20:25:29.4182328Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_maximum.py) 2025-03-21T20:25:29.4184092Z class Tester: 2025-03-21T20:25:29.4185912Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_maxpool2d.py) 2025-03-21T20:25:29.4187937Z class Tester: 2025-03-21T20:25:29.4189835Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_mean_dim.py) 2025-03-21T20:25:29.4192262Z class Tester: 2025-03-21T20:25:29.4194168Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_minimum.py) 2025-03-21T20:25:29.4196164Z class Tester: 2025-03-21T20:25:29.4198050Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_multiply.py) 2025-03-21T20:25:29.4200076Z class Tester: 2025-03-21T20:25:29.4201959Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_negate.py) 2025-03-21T20:25:29.4203985Z class Tester: 2025-03-21T20:25:29.4205862Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_permute.py) 2025-03-21T20:25:29.4207885Z class Tester: 2025-03-21T20:25:29.4209828Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_pow.py) 2025-03-21T20:25:29.4211814Z class Tester: 2025-03-21T20:25:29.4213667Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_prelu.py) 2025-03-21T20:25:29.4215658Z class Tester: 2025-03-21T20:25:29.4217631Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_quantize_per_tensor.py) 2025-03-21T20:25:29.4219732Z class Tester: 2025-03-21T20:25:29.4221587Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_relu.py) 2025-03-21T20:25:29.4223529Z class Tester: 2025-03-21T20:25:29.4225203Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_rsqrt.py) 2025-03-21T20:25:29.4227016Z class Tester: 2025-03-21T20:25:29.4228773Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sigmoid.py) 2025-03-21T20:25:29.4230646Z class Tester: 2025-03-21T20:25:29.4232512Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_slice_copy.py) 2025-03-21T20:25:29.4234423Z class Tester: 2025-03-21T20:25:29.4236102Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_softmax.py) 2025-03-21T20:25:29.4238080Z class Tester: 2025-03-21T20:25:29.4239898Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sqrt.py) 2025-03-21T20:25:29.4241858Z class Tester: 2025-03-21T20:25:29.4243697Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_square.py) 2025-03-21T20:25:29.4246014Z class Tester: 2025-03-21T20:25:29.4247959Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_static_constant_pad.py) 2025-03-21T20:25:29.4250033Z class Tester: 2025-03-21T20:25:29.4251852Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/ops/test_sub.py) 2025-03-21T20:25:29.4253809Z class Tester: 2025-03-21T20:25:29.4255780Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_activation_fusion.py) 2025-03-21T20:25:29.4257878Z class Tester: 2025-03-21T20:25:29.4259859Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_batch_norm_fusion.py) 2025-03-21T20:25:29.4261959Z class Tester: 2025-03-21T20:25:29.4264103Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py) 2025-03-21T20:25:29.4266452Z class Tester: 2025-03-21T20:25:29.4268422Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_convert_to_linear.py) 2025-03-21T20:25:29.4270625Z class Tester: 2025-03-21T20:25:29.4272546Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_decompose_cat_pass.py) 2025-03-21T20:25:29.4274658Z class Tester: 2025-03-21T20:25:29.4276663Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_remove_get_item_pass.py) 2025-03-21T20:25:29.4278770Z class Tester: 2025-03-21T20:25:29.4280928Z /pytorch/executorch/backends/xnnpack/test/tester/tester.py:424: PytestCollectionWarning: cannot collect test class 'Tester' because it has a __init__ constructor (from: backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py) 2025-03-21T20:25:29.4283045Z class Tester: 2025-03-21T20:25:29.4288194Z  2025-03-21T20:25:29.4288692Z 4 workers [563 items]  2025-03-21T20:25:29.4289502Z ........ 2025-03-21T20:25:29.4290200Z error: 2025-03-21T20:25:29.4290759Z /tmp/tmpdc_hp717/data.json:1: 1: error: declaration expected 2025-03-21T20:25:29.4291328Z 2025-03-21T20:25:34.9885487Z ................................................................ [ 12%] 2025-03-21T20:25:34.9892785Z ...........................[W321 20:25:33.109690948 Resize.cpp:37] Warning: An output with one or more elements was resized since it had shape [4, 3, 224, 224], which does not match the required output shape [2, 3, 224, 224]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function _resize_output_check) 2025-03-21T20:25:34.9900046Z [W321 20:25:33.133114955 Resize.cpp:37] Warning: An output with one or more elements was resized since it had shape [4, 3, 224, 224], which does not match the required output shape [2, 3, 224, 224]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function _resize_output_check) 2025-03-21T20:25:34.9906250Z [W321 20:25:33.422344689 Resize.cpp:37] Warning: An output with one or more elements was resized since it had shape [4, 3, 224, 224], which does not match the required output shape [2, 3, 224, 224]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function _resize_output_check) 2025-03-21T20:25:34.9912350Z .[W321 20:25:34.674601966 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9916959Z [W321 20:25:34.674660506 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9921498Z [W321 20:25:34.674691532 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9926299Z [W321 20:25:34.674711757 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9933382Z [W321 20:25:34.674759301 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9938202Z [W321 20:25:34.674795023 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9942988Z [W321 20:25:34.674848247 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9947749Z [W321 20:25:34.674876903 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9952845Z [W321 20:25:34.674951974 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9957305Z [W321 20:25:34.675037819 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9961959Z [W321 20:25:34.675094649 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9966915Z [W321 20:25:34.675164780 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9971683Z [W321 20:25:34.675242714 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9976462Z [W321 20:25:34.675304458 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:25:34.9983127Z ...[W321 20:25:34.357347171 Resize.cpp:37] Warning: An output with one or more elements was resized since it had shape [4, 3, 224, 224], which does not match the required output shape [3, 3, 224, 224]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function _resize_output_check) 2025-03-21T20:25:34.9989184Z [W321 20:25:34.383865533 Resize.cpp:37] Warning: An output with one or more elements was resized since it had shape [4, 3, 224, 224], which does not match the required output shape [3, 3, 224, 224]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function _resize_output_check) 2025-03-21T20:33:24.3199848Z [W321 20:25:34.639579736 Resize.cpp:37] Warning: An output with one or more elements was resized since it had shape [4, 3, 224, 224], which does not match the required output shape [3, 3, 224, 224]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function _resize_output_check) 2025-03-21T20:33:24.3203255Z ...[W321 20:25:36.935660466 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:33:24.3206059Z [W321 20:25:36.935692446 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:33:24.3209059Z .....s......[W321 20:25:44.029271453 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:33:24.3211678Z [W321 20:25:44.029310947 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:33:24.3214214Z [W321 20:25:44.029336300 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:33:24.3216604Z [W321 20:25:44.029350616 PyInterpreter.cpp:267] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-03-21T20:33:24.3218569Z .......................... [ 25%] 2025-03-21T20:33:24.3220923Z ...........s............................................................ [ 38%] 2025-03-21T20:33:24.3223977Z ........................................................................ [ 51%] 2025-03-21T20:33:24.3225646Z ............ 2025-03-21T20:33:24.3226147Z error: 2025-03-21T20:33:24.3226485Z /tmp/tmpvaxvqpvo/data.json:1: 1: error: declaration expected 2025-03-21T20:33:24.3226807Z 2025-03-21T20:33:24.3226928Z . 2025-03-21T20:33:24.3227156Z error: 2025-03-21T20:33:24.3227477Z /tmp/tmprbtxbiw_/data.json:1: 1: error: declaration expected 2025-03-21T20:33:24.3227775Z 2025-03-21T20:33:24.3229238Z ........................................................... [ 63%] 2025-03-21T20:33:24.3232221Z ........................................................................ [ 76%] 2025-03-21T20:33:24.3235281Z .........................................s..........................s... [ 89%] 2025-03-21T20:33:24.3238070Z ........................................................... [100%] 2025-03-21T20:33:24.3239211Z 2025-03-21T20:33:24.3239443Z ---------- coverage: platform linux, python 3.10.16-final-0 ---------- 2025-03-21T20:33:24.3239886Z Coverage XML written to file coverage.xml 2025-03-21T20:33:24.3240128Z 2025-03-21T20:33:24.3240533Z ================== 559 passed, 4 skipped in 522.13s (0:08:42) ================== 2025-03-21T20:33:24.3241055Z + LLVM_PROFDATA=llvm-profdata-12 2025-03-21T20:33:24.3241370Z + LLVM_COV=llvm-cov-12 2025-03-21T20:33:24.3241652Z + test/run_oss_cpp_tests.sh 2025-03-21T20:33:24.3241926Z ++ uname 2025-03-21T20:33:24.3242173Z + [[ Linux == \D\a\r\w\i\n ]] 2025-03-21T20:33:24.3242459Z ++ uname 2025-03-21T20:33:24.3242693Z + [[ Linux == \L\i\n\u\x ]] 2025-03-21T20:33:24.3242999Z + export LLVM_PROFDATA=llvm-profdata-12 2025-03-21T20:33:24.3243339Z + LLVM_PROFDATA=llvm-profdata-12 2025-03-21T20:33:24.3243715Z + export LLVM_COV=llvm-cov-12 2025-03-21T20:33:24.3244014Z + LLVM_COV=llvm-cov-12 2025-03-21T20:33:24.3244277Z + [[ -z '' ]] 2025-03-21T20:33:24.3244533Z + PYTHON_EXECUTABLE=python3 2025-03-21T20:33:24.3244810Z + which python3 2025-03-21T20:33:24.3245079Z /opt/conda/envs/py_3.10/bin/python3 2025-03-21T20:33:24.3245400Z + build_executorch 2025-03-21T20:33:24.3245655Z + BUILD_VULKAN=OFF 2025-03-21T20:33:24.3245903Z ++ command -v glslc 2025-03-21T20:33:24.3246204Z + '[' -x /tmp/vulkansdk/1.3.296.0/x86_64/bin/glslc ']' 2025-03-21T20:33:24.3246559Z + BUILD_VULKAN=ON 2025-03-21T20:33:34.9737207Z + cmake . -DCMAKE_INSTALL_PREFIX=cmake-out -DEXECUTORCH_USE_CPP_CODE_COVERAGE=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_VULKAN=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_TESTS=ON -Bcmake-out 2025-03-21T20:33:34.9740652Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:33:34.9741407Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:33:34.9741858Z CMake. 2025-03-21T20:33:34.9742285Z 2025-03-21T20:33:34.9742526Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:33:34.9743107Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:33:34.9743620Z to work with policies introduced by or earlier. 2025-03-21T20:33:34.9743890Z 2025-03-21T20:33:34.9744028Z  2025-03-21T20:33:34.9744661Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:33:34.9745409Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:33:34.9745840Z CMake. 2025-03-21T20:33:34.9745976Z 2025-03-21T20:33:34.9746211Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:33:34.9746789Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:33:34.9747293Z to work with policies introduced by or earlier. 2025-03-21T20:33:34.9747577Z 2025-03-21T20:33:34.9747704Z  2025-03-21T20:33:34.9748346Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:33:34.9749121Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:33:34.9749558Z CMake. 2025-03-21T20:33:34.9749693Z 2025-03-21T20:33:34.9749924Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:33:34.9750497Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:33:34.9751095Z to work with policies introduced by or earlier. 2025-03-21T20:33:34.9751365Z 2025-03-21T20:33:34.9751479Z  2025-03-21T20:33:34.9751729Z -- Using python executable 'python' 2025-03-21T20:33:34.9752066Z -- Resolved buck2 as buck2. 2025-03-21T20:33:34.9752361Z -- Killing buck2 daemon 2025-03-21T20:33:34.9752636Z 'buck2 killall' 2025-03-21T20:33:34.9752901Z -- executorch: Generating source lists 2025-03-21T20:33:34.9753422Z -- executorch: Using source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:33:34.9754100Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:33:34.9754618Z -- executorch: Using PAL default 'posix' 2025-03-21T20:33:34.9754965Z -- Generating operator lib: 2025-03-21T20:33:34.9755259Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:33:34.9755686Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:33:34.9756125Z -- ROOT_OPS: 2025-03-21T20:33:34.9756375Z -- INCLUDE_ALL_OPS: 2025-03-21T20:33:34.9757772Z 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:33:34.9758900Z -- Generating kernel bindings: 2025-03-21T20:33:34.9759200Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:33:34.9759636Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:33:34.9760084Z -- CUSTOM_OPS_YAML: 2025-03-21T20:33:34.9760371Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:33:34.9762083Z 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:33:34.9763573Z -- Generating operator lib: 2025-03-21T20:33:34.9763870Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:33:34.9764214Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:33:34.9764525Z -- DEPS: executorch 2025-03-21T20:33:34.9765052Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:33:34.9765637Z -- Generating operator lib: 2025-03-21T20:33:34.9765926Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:33:34.9766425Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:33:34.9766877Z -- ROOT_OPS: 2025-03-21T20:33:34.9767134Z -- INCLUDE_ALL_OPS: 2025-03-21T20:33:34.9768404Z 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:33:34.9769542Z -- Generating kernel bindings: 2025-03-21T20:33:34.9769846Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:33:34.9770285Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:33:34.9770740Z -- CUSTOM_OPS_YAML: 2025-03-21T20:33:34.9771023Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:33:34.9772760Z 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:33:34.9774265Z -- Generating operator lib: 2025-03-21T20:33:34.9774556Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:33:34.9774872Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:33:34.9775184Z -- DEPS: executorch 2025-03-21T20:33:34.9775458Z -- Merging kernel yaml files: 2025-03-21T20:33:34.9775968Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:33:34.9776688Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:33:34.9777292Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:33:34.9777697Z -- Generating operator lib: 2025-03-21T20:33:34.9778015Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:33:34.9778500Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:33:34.9778949Z -- ROOT_OPS: 2025-03-21T20:33:34.9779205Z -- INCLUDE_ALL_OPS: 2025-03-21T20:33:34.9780737Z 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:33:34.9781907Z -- Generating kernel bindings: 2025-03-21T20:33:34.9782237Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:33:34.9782724Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:33:34.9783175Z -- CUSTOM_OPS_YAML: 2025-03-21T20:33:34.9783459Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:33:34.9785434Z 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:33:34.9787052Z -- Generating operator lib: 2025-03-21T20:33:34.9787376Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:33:34.9787799Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:33:34.9788189Z -- DEPS: executorch 2025-03-21T20:33:34.9788770Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:33:34.9789446Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:33:34.9789889Z CMake. 2025-03-21T20:33:34.9790014Z 2025-03-21T20:33:34.9790258Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:33:34.9790842Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:33:34.9791405Z to work with policies introduced by or earlier. 2025-03-21T20:33:34.9791681Z 2025-03-21T20:33:34.9791796Z  2025-03-21T20:33:34.9792362Z CMake Deprecation Warning at third-party/googletest/CMakeLists.txt:4 (cmake_minimum_required): 2025-03-21T20:33:34.9793139Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:33:34.9793580Z CMake. 2025-03-21T20:33:34.9793703Z 2025-03-21T20:33:34.9793935Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:33:34.9794511Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:33:34.9795021Z to work with policies introduced by or earlier. 2025-03-21T20:33:34.9795298Z 2025-03-21T20:33:34.9795412Z  2025-03-21T20:33:34.9796035Z CMake Deprecation Warning at third-party/googletest/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2025-03-21T20:33:34.9796788Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:33:34.9797212Z CMake. 2025-03-21T20:33:34.9797347Z 2025-03-21T20:33:34.9797579Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:33:34.9798159Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:33:34.9798661Z to work with policies introduced by or earlier. 2025-03-21T20:33:34.9798923Z 2025-03-21T20:33:34.9799043Z  2025-03-21T20:33:34.9799667Z CMake Deprecation Warning at third-party/googletest/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2025-03-21T20:33:34.9800403Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:33:34.9800840Z CMake. 2025-03-21T20:33:34.9800974Z 2025-03-21T20:33:34.9801203Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:33:34.9801781Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:33:34.9802284Z to work with policies introduced by or earlier. 2025-03-21T20:33:34.9802546Z 2025-03-21T20:33:34.9802667Z  2025-03-21T20:33:34.9803150Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-03-21T20:33:34.9803860Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-03-21T20:33:34.9804319Z -- Found assembler: /opt/cache/bin/cc 2025-03-21T20:33:34.9804689Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-03-21T20:33:34.9805069Z -- Generating microkernels.cmake 2025-03-21T20:33:34.9805459Z No microkernel found in src/reference/binary-elementwise.cc 2025-03-21T20:33:34.9805908Z No microkernel found in src/reference/packing.cc 2025-03-21T20:33:34.9806351Z No microkernel found in src/reference/unary-elementwise.cc 2025-03-21T20:33:34.9807053Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:33:34.9807797Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:33:34.9808225Z CMake. 2025-03-21T20:33:34.9808363Z 2025-03-21T20:33:34.9808593Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:33:34.9809172Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:33:34.9809678Z to work with policies introduced by or earlier. 2025-03-21T20:33:34.9809938Z 2025-03-21T20:33:34.9810064Z  2025-03-21T20:33:47.5918889Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:33:47.5919784Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:33:47.5920491Z -- Setting Clang compiler options 2025-03-21T20:33:47.5922295Z -- Configured C_FLAGS: -fprofile-instr-generate -fcoverage-mapping -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:33:47.5924229Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:33:47.5925236Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:33:47.5925994Z CMake. 2025-03-21T20:33:47.5926235Z 2025-03-21T20:33:47.5926550Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:33:47.5927419Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:33:47.5927937Z to work with policies introduced by or earlier. 2025-03-21T20:33:47.5928207Z 2025-03-21T20:33:47.5928212Z 2025-03-21T20:33:47.5928375Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:33:47.5928760Z -- Detecting C compiler ABI info 2025-03-21T20:33:47.5929084Z -- Detecting C compiler ABI info - done 2025-03-21T20:33:47.5929496Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:33:47.5929905Z -- Detecting C compile features 2025-03-21T20:33:47.5930240Z -- Detecting C compile features - done 2025-03-21T20:33:47.5930643Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:33:47.5931106Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:33:47.5931521Z -- Setting Clang compiler options 2025-03-21T20:33:47.5932240Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:33:47.5932965Z -- Configuring done (1.0s) 2025-03-21T20:33:47.5933260Z -- Generating done (0.0s) 2025-03-21T20:33:47.5933670Z -- Build files have been written to: /pytorch/executorch/cmake-out/_host_build 2025-03-21T20:33:47.5934252Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:33:47.5934800Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:33:47.5935345Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:33:47.5935897Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:33:47.5936475Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:33:47.5937527Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:33:47.5938536Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:33:47.5939060Z [ 21%] Built target flatccrt 2025-03-21T20:33:47.5939544Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:33:47.5940244Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:33:47.5940937Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:33:47.5941600Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:33:47.5942285Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:33:47.5943099Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:33:47.5943768Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:33:47.5944476Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:33:47.5945016Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:33:47.5945554Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:33:47.5946102Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:33:47.5946631Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:33:47.5947175Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:33:47.5947760Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:33:47.5948350Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:33:47.5948969Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:33:47.5949889Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:33:47.5950534Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:33:47.5951476Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:33:47.5952451Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:33:47.5953468Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:33:47.5954421Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:33:47.5955538Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:33:47.5956644Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:33:47.5957514Z [ 93%] Built target flatcc 2025-03-21T20:33:47.5958182Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:33:47.5959236Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:33:47.5960088Z [100%] Built target flatcc_cli 2025-03-21T20:33:47.5961301Z -- executorch: Using source file list /pytorch/executorch/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-03-21T20:33:47.5962566Z -- Generating operator lib: 2025-03-21T20:33:47.5963089Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:33:47.5963833Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:33:47.5964605Z -- ROOT_OPS: 2025-03-21T20:33:47.5965041Z -- INCLUDE_ALL_OPS: 2025-03-21T20:33:47.5967661Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:33:47.5969848Z -- Generating kernel bindings: 2025-03-21T20:33:47.5970358Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:33:47.5970872Z -- FUNCTIONS_YAML: 2025-03-21T20:33:47.5971538Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:33:47.5972369Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:33:47.5978469Z Generated files /pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:33:47.5983662Z -- Generating operator lib: 2025-03-21T20:33:47.5984383Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:33:47.5984888Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:33:47.5985394Z -- DEPS: executorch 2025-03-21T20:33:47.5985820Z -- 2025-03-21T20:33:47.5986160Z -- ******** Summary ******** 2025-03-21T20:33:47.5986649Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:33:47.5987269Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:33:47.5987888Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:33:47.5988485Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:33:47.5989035Z -- BUCK2 : buck2 2025-03-21T20:33:47.5989625Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:33:47.5990522Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:33:47.5991515Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:33:47.5992133Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:33:47.5992777Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:33:47.5993428Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:33:47.5994071Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:33:47.5994751Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:33:47.5995425Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:33:47.5996255Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:33:47.5996939Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:33:47.5997604Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:33:47.5998286Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:33:47.5998994Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:33:47.5999631Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:33:47.6000260Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:33:47.6000947Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-03-21T20:33:47.6001634Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:33:47.6002326Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:33:47.6003021Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:33:47.6003665Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:33:47.6004332Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:33:47.6005023Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-03-21T20:33:47.6005689Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:33:47.6006339Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:33:47.6006984Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:33:47.6007633Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:33:47.6008281Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:33:47.6008930Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:33:47.6009571Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:33:47.6010206Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:33:47.6010829Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:33:47.6011448Z -- EXECUTORCH_BUILD_TESTS : ON 2025-03-21T20:33:47.6012085Z -- EXECUTORCH_BUILD_VULKAN : ON 2025-03-21T20:33:47.6012714Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-03-21T20:33:47.6013331Z -- Configuring done (22.3s) 2025-03-21T20:33:47.6013835Z -- Generating done (0.7s) 2025-03-21T20:33:47.6014515Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:33:47.6015275Z + cmake --build cmake-out -j9 --target install 2025-03-21T20:33:47.6018331Z [ 0%] Built target flatbuffers 2025-03-21T20:33:47.6019592Z [ 0%] Building CXX object third-party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2025-03-21T20:33:47.6021326Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:33:47.6022797Z [ 0%] Generating etdump headers 2025-03-21T20:33:47.6024015Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:33:47.6025076Z [ 1%] Built target pthreadpool 2025-03-21T20:33:49.2339133Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:33:49.2341188Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:33:49.2342425Z [ 2%] Built target cpuinfo 2025-03-21T20:33:49.2343148Z [ 3%] Generating scalar_type_schema headers 2025-03-21T20:33:49.2343849Z [ 4%] Built target cpuinfo_internals 2025-03-21T20:33:49.2345047Z [ 4%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:33:49.2346122Z [ 4%] Built target etdump_schema 2025-03-21T20:33:49.2347518Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:33:49.2349569Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:33:49.2350788Z [ 4%] Built target scalar_type_schema 2025-03-21T20:33:49.2351935Z [ 4%] Generating ModuleLinearProgram.pte, ModuleLinearProgram.ptd 2025-03-21T20:33:49.2353755Z [ 4%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:33:49.2354963Z [ 4%] Generating ModuleAdd.pte 2025-03-21T20:33:49.2356254Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:33:49.2358135Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:33:49.2359974Z [ 4%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:33:49.2361855Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:33:49.2363907Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:33:49.2365835Z [ 4%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:33:49.2367577Z [ 4%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:33:49.2369521Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:33:49.2371462Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:33:49.2372955Z [ 4%] Linking CXX static library ../../../lib/libgtestd.a 2025-03-21T20:33:49.2374457Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:33:49.2376262Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:33:49.2377634Z [ 4%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:33:49.2379288Z [ 4%] Building C object extension/llm/custom_ops/spinquant/third-party/FFHT/CMakeFiles/dumb_fht.dir/dumb_fht.c.o 2025-03-21T20:33:49.2381343Z [ 4%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt_d.a 2025-03-21T20:33:49.2382379Z [ 4%] Built target flatccrt 2025-03-21T20:33:49.2383080Z [ 4%] Generating vulkan_schema headers 2025-03-21T20:33:49.2385744Z [ 4%] Generating ModuleAddHalf.pte, ModuleAdd.pte, ModuleDynamicCatUnallocatedIO.pte, ModuleIndex.pte, ModuleLinear.pte, ModuleLinearProgram.pte, ModuleLinearProgram.ptd, ModuleMultipleEntry.pte, ModuleSimpleTrain.pte 2025-03-21T20:33:49.2388016Z [ 4%] Built target gflags_nothreads_static 2025-03-21T20:33:49.2388866Z [ 4%] Built target vulkan_schema 2025-03-21T20:33:49.2389427Z [ 4%] Built target common_schema 2025-03-21T20:33:49.2390167Z [ 5%] Generating xnnpack_schema headers 2025-03-21T20:33:49.2391479Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:33:49.2392558Z [ 5%] Built target xnnpack_schema 2025-03-21T20:33:49.2393950Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:33:49.2395309Z [ 5%] Linking C static library libdumb_fht.a 2025-03-21T20:33:49.2395998Z [ 5%] Built target dumb_fht 2025-03-21T20:33:49.2396512Z [ 5%] Built target gtest 2025-03-21T20:33:49.2397898Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:33:49.2400428Z [ 5%] 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:33:49.2402801Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:33:49.2404682Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:33:49.2407557Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:33:49.2408897Z [ 5%] Built target microparams-init 2025-03-21T20:33:49.2410612Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:33:49.2412876Z [ 5%] 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:33:49.2414530Z [ 5%] Built target indirection 2025-03-21T20:33:49.2415957Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:33:49.2418301Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:33:49.2420458Z [ 5%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:33:49.2422357Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:33:49.2424042Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:33:49.2425917Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:33:49.2427139Z [ 6%] Built target normalization 2025-03-21T20:33:49.2428425Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:33:49.2430921Z [ 6%] 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:33:49.2433833Z [ 6%] 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:33:49.2436702Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:33:49.2438673Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:33:49.2440535Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:33:49.2442307Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:33:49.2444136Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:33:49.2446170Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:33:49.2448541Z [ 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:33:49.2450047Z [ 6%] Built target logging 2025-03-21T20:33:49.2451249Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:33:49.2453668Z [ 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:33:49.2455932Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:33:49.2457915Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:33:49.2459153Z [ 6%] Built target datatype 2025-03-21T20:33:49.2460822Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:33:49.2463597Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:33:49.2466337Z [ 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:33:49.2468663Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:33:49.2471065Z [ 6%] 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:33:49.2473496Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:33:49.2475785Z [ 6%] 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:33:49.2477997Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:33:49.2479135Z [ 6%] Built target reference-ukernels 2025-03-21T20:33:49.2483505Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:33:50.6669128Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:33:50.6671480Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:33:50.6674184Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:33:50.6676351Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc_d.a 2025-03-21T20:33:50.6677409Z [ 6%] Built target operator-utils 2025-03-21T20:33:50.6678800Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:33:50.6681412Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:33:50.6684242Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:33:50.6685828Z [ 6%] Built target flatcc 2025-03-21T20:33:50.6687795Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:33:50.6690559Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:33:50.6692478Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:33:50.6695089Z [ 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:33:50.6698248Z [ 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:33:50.6700809Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:33:50.6702715Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:33:50.6704594Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:33:50.6705766Z [ 7%] Built target operator-run 2025-03-21T20:33:50.6707219Z [ 7%] Building CXX object third-party/gflags/test/CMakeFiles/gflags_strip_flags_test.dir/gflags_strip_flags_test.cc.o 2025-03-21T20:33:50.6709421Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:33:50.6712259Z [ 8%] 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:33:50.6714836Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:33:50.6716780Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:33:50.6719358Z [ 8%] 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:33:50.6722394Z [ 8%] 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:33:50.6725390Z [ 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:33:50.6727685Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:33:50.6729066Z [ 8%] Linking CXX executable ../bin/gflags_strip_flags_test 2025-03-21T20:33:50.6730610Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:33:50.6732547Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:33:50.6735018Z [ 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:33:50.6737416Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:33:50.6739774Z [ 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:33:50.6742531Z [ 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:33:50.6745367Z [ 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:33:50.6748185Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:33:50.6751326Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:33:50.6754513Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:33:50.6757162Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:33:50.6759413Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:33:50.6762064Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:33:50.6764336Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:33:50.6766711Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:33:50.6769623Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:33:50.6771992Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:33:50.6773203Z [ 8%] Built target gflags_strip_flags_test 2025-03-21T20:33:50.6774584Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:33:50.6776947Z [ 8%] 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:33:50.6779777Z [ 8%] 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:33:50.6782226Z [ 8%] 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:33:50.6784497Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:33:50.6786794Z [ 8%] 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:33:50.6788972Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:33:50.6791350Z [ 8%] 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:33:50.6793639Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:33:50.6795951Z [ 8%] 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:33:50.6798583Z [ 9%] 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:33:50.6801189Z [ 9%] 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:33:50.6802881Z [ 9%] Linking CXX static library libeigen_blas.a 2025-03-21T20:33:50.6804722Z [ 9%] 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:33:50.6807294Z [ 9%] 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:33:50.6810191Z [ 9%] 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:33:52.9713219Z [ 9%] 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:33:52.9715813Z [ 9%] 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:33:52.9718317Z [ 9%] 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:33:52.9720970Z [ 9%] 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:33:52.9723640Z [ 9%] 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:33:52.9726331Z [ 9%] 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:33:52.9729851Z [ 9%] 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:33:52.9732544Z [ 9%] 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:33:52.9735119Z [ 9%] 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:33:52.9737563Z [ 9%] 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:33:52.9740168Z [ 9%] 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:33:52.9742839Z [ 9%] 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:33:52.9745422Z [ 9%] 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:33:52.9748191Z [ 9%] 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:33:52.9750951Z [ 9%] 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:33:52.9753512Z [ 9%] 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:33:52.9755970Z [ 10%] 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:33:52.9758513Z [ 10%] 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:33:52.9761211Z [ 10%] 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:33:52.9776624Z [ 10%] 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:33:52.9779930Z [ 10%] 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:33:52.9782547Z [ 10%] 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:33:52.9785376Z [ 10%] 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:33:52.9787780Z [ 10%] 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:33:52.9789969Z [ 10%] 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:33:52.9792221Z [ 10%] 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:33:52.9794760Z [ 10%] 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:33:52.9797490Z [ 10%] 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:33:52.9800214Z [ 10%] 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:33:52.9803188Z [ 10%] 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:33:52.9805949Z [ 10%] 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:33:52.9808178Z [ 10%] Building CXX object third-party/gflags/test/CMakeFiles/gflags_unittest.dir/gflags_unittest.cc.o 2025-03-21T20:33:52.9810208Z [ 11%] Building CXX object third-party/gflags/test/CMakeFiles/gflags_unittest-main.dir/gflags_unittest-main.cc.o 2025-03-21T20:33:52.9812693Z [ 11%] 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:33:52.9815115Z [ 11%] Building CXX object third-party/gflags/test/CMakeFiles/gflags_unittest_main.dir/gflags_unittest_main.cc.o 2025-03-21T20:33:52.9817617Z [ 11%] 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:33:52.9820040Z [ 11%] Building CXX object third-party/gflags/test/CMakeFiles/gflags_declare_test.dir/gflags_declare_test.cc.o 2025-03-21T20:33:52.9822446Z [ 11%] 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:33:52.9824813Z [ 11%] Building CXX object third-party/gflags/test/CMakeFiles/gflags_declare_test.dir/gflags_declare_flags.cc.o 2025-03-21T20:33:52.9827287Z [ 11%] 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:33:52.9829205Z [ 11%] Linking CXX executable ../bin/gflags_unittest-main 2025-03-21T20:33:52.9830273Z [ 11%] Linking CXX executable ../bin/gflags_unittest_main 2025-03-21T20:33:52.9832345Z [ 11%] 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:33:52.9834193Z [ 11%] Linking CXX executable ../bin/gflags_unittest 2025-03-21T20:33:52.9835193Z [ 11%] Linking CXX executable ../bin/gflags_declare_test 2025-03-21T20:33:52.9837296Z [ 11%] 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:33:52.9840400Z [ 12%] 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:33:52.9843532Z [ 12%] 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:33:52.9845187Z [ 12%] Built target gflags_unittest-main 2025-03-21T20:33:52.9845832Z [ 12%] Built target gflags_unittest_main 2025-03-21T20:33:52.9847139Z [ 12%] Building CXX object third-party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2025-03-21T20:33:52.9849590Z [ 12%] 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:33:52.9852454Z [ 12%] 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:33:52.9854063Z [ 12%] Built target gflags_declare_test 2025-03-21T20:33:52.9855440Z [ 12%] Building CXX object third-party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2025-03-21T20:33:52.9856665Z [ 12%] Built target gflags_unittest 2025-03-21T20:33:52.9858475Z [ 12%] 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:33:52.9861373Z [ 12%] 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:33:52.9864183Z [ 12%] 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:33:52.9867147Z [ 12%] 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:33:55.5039476Z [ 12%] Linking CXX static library ../../../lib/libgtest_maind.a 2025-03-21T20:33:55.5040642Z [ 12%] Linking CXX static library ../../../lib/libgmockd.a 2025-03-21T20:33:55.5041345Z [ 12%] Built target gtest_main 2025-03-21T20:33:55.5043174Z [ 12%] 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:33:55.5045429Z [ 12%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:33:55.5046591Z [ 13%] Generating bundled_program headers 2025-03-21T20:33:55.5048284Z [ 13%] 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:33:55.5049995Z [ 13%] Built target bundled_program_schema 2025-03-21T20:33:55.5050592Z [ 13%] Built target gmock 2025-03-21T20:33:55.5051273Z [ 14%] Generating flat_tensor_schema headers 2025-03-21T20:33:55.5051924Z [ 14%] Built target program_schema 2025-03-21T20:33:55.5053746Z [ 14%] 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:33:55.5055281Z [ 14%] Built target flat_tensor_schema 2025-03-21T20:33:55.5056371Z [ 14%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc_d 2025-03-21T20:33:55.5058193Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:33:55.5060419Z [ 14%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:33:55.5062915Z [ 14%] 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:33:55.5065493Z [ 14%] 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:33:55.5067238Z [ 14%] Built target hardware-config 2025-03-21T20:33:55.5067795Z [ 14%] Built target flatcc_cli 2025-03-21T20:33:55.5069153Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:33:55.5071040Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:33:55.5073188Z [ 14%] 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:33:55.5074673Z [ 14%] Built target packing 2025-03-21T20:33:55.5075885Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:33:55.5078142Z [ 14%] 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:33:55.5079918Z [ 14%] Built target allocator 2025-03-21T20:33:55.5081404Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:33:55.5084166Z [ 14%] 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:33:55.5085678Z [ 14%] Built target memory 2025-03-21T20:33:55.5086160Z [ 14%] Built target cache 2025-03-21T20:33:55.5087414Z [ 14%] Building CXX object third-party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2025-03-21T20:33:55.5089061Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:33:55.5091195Z [ 14%] 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:33:55.5092574Z [ 14%] Built target microkernel-utils 2025-03-21T20:33:55.5094421Z [ 14%] 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:33:55.5095996Z [ 14%] Built target mutex 2025-03-21T20:33:55.5097689Z [ 14%] 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:33:55.5099772Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:33:55.5101931Z [ 14%] 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:33:55.5103963Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:33:55.5105666Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:33:55.5107180Z [ 14%] Linking CXX static library ../../../lib/libgmock_maind.a 2025-03-21T20:33:55.5107931Z [ 14%] Built target gmock_main 2025-03-21T20:33:55.5109774Z [ 14%] 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:33:55.5112228Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:33:55.5114713Z [ 14%] 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:33:55.5116353Z [ 14%] Built target eigen_blas 2025-03-21T20:33:55.5117660Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:33:55.5119659Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:33:55.5122146Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:33:55.5124111Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:33:55.5126015Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:33:55.5127870Z Exported ModuleAdd and wrote program data to /pytorch/executorch/cmake-out/extension/runner_util/test/ModuleAdd.pte 2025-03-21T20:33:55.5130127Z [ 15%] 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:33:55.5132768Z [ 15%] 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:33:55.5134628Z Exported ModuleAdd and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleAdd.pte 2025-03-21T20:33:55.5136351Z Exported ModuleLinearProgram and wrote program data to /pytorch/executorch/cmake-out/extension/flat_tensor/test/ModuleLinearProgram.pte 2025-03-21T20:33:55.5140693Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:33:55.5143250Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:33:55.5144922Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:33:55.5146775Z [ 15%] 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:33:55.5148739Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:33:55.5150651Z [ 15%] 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:33:55.5152835Z [ 15%] 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:33:55.5154910Z [ 15%] 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:33:55.5156533Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:33:55.5157959Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:33:55.5159581Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:33:55.5161477Z [ 16%] 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:33:55.5163473Z [ 16%] 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:33:55.5165557Z [ 16%] 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:33:55.5167468Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:33:55.5168870Z Exported ModuleAddHalf and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleAddHalf.pte 2025-03-21T20:33:57.0160197Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:33:57.0162743Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:33:57.0165492Z [ 16%] 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:33:57.0168598Z [ 16%] 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:33:57.0170828Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:33:57.0172705Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:33:57.0174825Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:33:57.0177354Z [ 17%] 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:33:57.0180955Z [ 17%] 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:33:57.0183588Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:33:57.0185792Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:33:57.0188096Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:33:57.0190275Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:33:57.0192688Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:33:57.0194997Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:33:57.0197665Z [ 17%] 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:33:57.0200012Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:33:57.0201862Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:33:57.0204363Z [ 17%] 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:33:57.0207023Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:33:57.0209705Z [ 17%] 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:33:57.0212381Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:33:57.0214673Z Exported ModuleDynamicCatUnallocatedIO and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleDynamicCatUnallocatedIO.pte 2025-03-21T20:33:57.0217589Z [ 17%] 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:33:57.0220430Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:33:57.0222227Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:33:57.0223815Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:33:57.0224824Z [ 17%] Built target operators 2025-03-21T20:33:57.0226046Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:33:57.0227917Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:33:57.0230455Z [ 17%] 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:33:57.0233651Z [ 17%] 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:33:57.0236085Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:33:57.0238752Z [ 17%] 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:33:57.0241219Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:33:57.0242973Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:33:57.0244569Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:33:57.0246808Z [ 17%] 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:33:57.0249159Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:33:57.0251381Z [ 18%] 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:33:57.0253407Z Exported ModuleIndex and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleIndex.pte 2025-03-21T20:33:57.0255085Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:33:57.0257190Z [ 18%] 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:33:57.0259772Z [ 18%] 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:33:57.0262124Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:33:57.0263977Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:33:57.0265518Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:33:57.0267013Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:33:57.0268877Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:33:57.0270787Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:33:57.0273103Z [ 18%] 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:33:57.0275953Z [ 18%] 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:33:57.0278440Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:33:57.0280746Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:33:57.0283007Z [ 18%] 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:33:57.0285286Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:33:57.0287611Z [ 18%] 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:33:57.0289837Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:33:57.0292232Z [ 18%] 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:33:57.0294734Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:33:57.0296792Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:33:58.9879290Z [ 18%] 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:33:58.9881966Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:33:58.9884178Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:33:58.9886330Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:33:58.9888970Z [ 18%] 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:33:58.9891438Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:33:58.9893631Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:33:58.9895565Z Exported ModuleLinear and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleLinear.pte 2025-03-21T20:33:58.9898129Z [ 18%] 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:33:58.9900097Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:33:58.9901788Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:33:58.9904008Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:33:58.9906099Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:33:58.9908536Z [ 18%] 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:33:58.9911059Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:33:58.9914438Z [ 18%] 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:33:58.9917060Z [ 18%] 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:33:58.9919639Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:33:58.9922317Z [ 19%] 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:33:58.9923822Z [ 19%] Built target executorch_core 2025-03-21T20:33:58.9925260Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:33:58.9927708Z [ 19%] 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:33:58.9929828Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:33:58.9931387Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:33:58.9933236Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:33:58.9935270Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:33:58.9937606Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:33:58.9940156Z [ 19%] 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:33:58.9942614Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:33:58.9944929Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:33:58.9947473Z [ 19%] 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:33:58.9949850Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:33:58.9952558Z [ 19%] 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:33:58.9954480Z [ 19%] Linking CXX static library libexecutorch.a 2025-03-21T20:33:58.9955818Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:33:58.9957686Z Exported ModuleMultipleEntry and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleMultipleEntry.pte 2025-03-21T20:33:58.9960032Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:33:58.9962028Z [ 19%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:33:58.9963107Z [ 19%] Built target executorch 2025-03-21T20:33:58.9964825Z [ 19%] 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:33:58.9967104Z [ 19%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:33:58.9968928Z [ 19%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:33:58.9970909Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:33:58.9973163Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:33:58.9975524Z [ 19%] 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:33:58.9977829Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:33:58.9979940Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:33:58.9981770Z [ 20%] 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:33:58.9984264Z [ 20%] 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:33:58.9986588Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:33:58.9988585Z [ 20%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:33:58.9991222Z [ 20%] 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:33:58.9993473Z [ 20%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:33:58.9995245Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:33:58.9997090Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:33:58.9999295Z [ 20%] 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:33:59.0002003Z [ 20%] 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:33:59.0003569Z [ 20%] Built target subgraph 2025-03-21T20:33:59.0004842Z [ 20%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:33:59.0007231Z [ 20%] 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:33:59.0009163Z [ 20%] Linking CXX static library libextension_tensor.a 2025-03-21T20:33:59.0011221Z [ 20%] 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:33:59.0013205Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:33:59.0014033Z [ 20%] Built target extension_threadpool 2025-03-21T20:33:59.0014645Z [ 20%] Built target extension_tensor 2025-03-21T20:33:59.0015783Z [ 20%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:33:59.0017541Z [ 20%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:33:59.0019112Z [ 20%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:34:01.0732877Z [ 20%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:34:01.0735356Z [ 20%] 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:34:01.0737269Z [ 20%] Linking CXX static library libbundled_program.a 2025-03-21T20:34:01.0738023Z [ 20%] Built target bundled_program 2025-03-21T20:34:01.0740142Z [ 20%] 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:34:01.0742423Z [ 21%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:34:01.0744257Z [ 21%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:34:01.0746172Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:34:01.0748143Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:34:01.0750551Z [ 21%] 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:34:01.0753480Z [ 21%] 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:34:01.0755775Z Exported ModuleSimpleTrain and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleSimpleTrain.pte 2025-03-21T20:34:01.0758004Z [ 21%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:34:01.0760286Z [ 21%] 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:34:01.0762987Z [ 21%] 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:34:01.0765380Z [ 21%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:34:01.0767188Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:34:01.0769547Z [ 21%] 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:34:01.0771768Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:34:01.0773456Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:34:01.0774728Z [ 21%] Linking CXX static library libetdump.a 2025-03-21T20:34:01.0775387Z [ 21%] Built target etdump 2025-03-21T20:34:01.0776674Z [ 21%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:34:01.0778603Z [ 21%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:34:01.0785083Z [ 21%] 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:34:01.0787498Z [ 21%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:34:01.0789340Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:34:01.0791456Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:34:01.0793235Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:34:01.0794656Z [ 22%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:34:01.0796809Z [ 22%] 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:34:01.0798524Z [ 22%] Built target extension_data_loader 2025-03-21T20:34:01.0800052Z [ 22%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:34:01.0802341Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:34:01.0804042Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:34:01.0805791Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:34:01.0807441Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:34:01.0809719Z [ 22%] 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:34:01.0812487Z [ 22%] 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:34:01.0814136Z [ 22%] Built target extension_flat_tensor_test_resources 2025-03-21T20:34:01.0815965Z [ 22%] 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:34:01.0818897Z [ 22%] 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:34:01.0820601Z [ 22%] Built target executorch_runner_util_test_resources 2025-03-21T20:34:01.0822497Z [ 22%] 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:34:01.0824742Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:34:01.0827013Z [ 23%] 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:34:01.0829655Z [ 23%] 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:34:01.0831873Z [ 23%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T20:34:01.0833688Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:34:01.0835395Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:34:01.0837762Z [ 23%] 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:34:01.0840596Z [ 23%] 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:34:01.0842831Z [ 24%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs.cpp.o 2025-03-21T20:34:01.0844645Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:34:01.0846658Z [ 24%] Building CXX object extension/tensor/test/CMakeFiles/extension_tensor_test.dir/tensor_ptr_maker_test.cpp.o 2025-03-21T20:34:01.0848971Z [ 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:34:01.0851549Z [ 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:34:01.0853848Z [ 24%] Building CXX object extension/tensor/test/CMakeFiles/extension_tensor_test.dir/tensor_ptr_test.cpp.o 2025-03-21T20:34:01.0855331Z [ 24%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:34:01.0857256Z [ 24%] Building CXX object extension/tensor/test/CMakeFiles/extension_tensor_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:01.0859677Z [ 24%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs_portable.cpp.o 2025-03-21T20:34:01.0862051Z [ 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:34:01.0864220Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:34:01.0866167Z [ 24%] Building CXX object extension/threadpool/test/CMakeFiles/extension_threadpool_test.dir/thread_parallel_test.cpp.o 2025-03-21T20:34:01.0867471Z [ 24%] Built target quantized_kernels 2025-03-21T20:34:01.0868937Z [ 24%] Building CXX object extension/threadpool/test/CMakeFiles/extension_threadpool_test.dir/threadpool_test.cpp.o 2025-03-21T20:34:01.0871529Z [ 24%] Building CXX object extension/threadpool/test/CMakeFiles/extension_threadpool_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:01.0874230Z [ 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:34:01.1635173Z [ 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:34:01.1636841Z [ 24%] Linking CXX static library libextension_runner_util.a 2025-03-21T20:34:01.1638213Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:34:01.1639332Z [ 24%] Built target extension_runner_util 2025-03-21T20:34:01.1640648Z [ 24%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/VulkanBackend.cpp.o 2025-03-21T20:34:01.1642160Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1644423Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1646133Z begin, 2025-03-21T20:34:01.1646520Z ^~~~~~ 2025-03-21T20:34:01.1647547Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1648900Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1649760Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1650910Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1652034Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1652662Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1655372Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:64:3)>' requested here 2025-03-21T20:34:01.1658513Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.1659355Z ^ 2025-03-21T20:34:01.1661926Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:64:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:64:3)>' requested here 2025-03-21T20:34:01.1664700Z EXPECT_TRUE(parallel_for(0, 10, 1, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.1665483Z ^ 2025-03-21T20:34:01.1666430Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1668848Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1670420Z end); 2025-03-21T20:34:01.1670800Z ^~~~ 2025-03-21T20:34:01.1672330Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1673733Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1674610Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1675801Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1676976Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1677615Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1678560Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1680905Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1682899Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.1684015Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.1685272Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1686571Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1687412Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1688472Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1689654Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1690290Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1691217Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1693333Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1694982Z begin, 2025-03-21T20:34:01.1695337Z ^~~~~~ 2025-03-21T20:34:01.1696324Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1697661Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1698498Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1699663Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1700822Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1701443Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1704149Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:74:3)>' requested here 2025-03-21T20:34:01.1707216Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.1708061Z ^ 2025-03-21T20:34:01.1710562Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:74:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:74:3)>' requested here 2025-03-21T20:34:01.1713435Z EXPECT_TRUE(parallel_for(0, 10, 1, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.1714491Z ^ 2025-03-21T20:34:01.1715382Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1718230Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1720549Z end); 2025-03-21T20:34:01.1720939Z ^~~~ 2025-03-21T20:34:01.1721964Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1723368Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1724219Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1725392Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1726571Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1727199Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1728083Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1730794Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1732805Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.1733716Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.1734914Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1736258Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1737114Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1738286Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1739416Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1740057Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1741007Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1743089Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1744712Z begin, 2025-03-21T20:34:01.1745100Z ^~~~~~ 2025-03-21T20:34:01.1746102Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1747468Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1748342Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1749513Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1750680Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1751411Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1754144Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:88:3)>' requested here 2025-03-21T20:34:01.1757226Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.1758056Z ^ 2025-03-21T20:34:01.1760759Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:88:16: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:88:3)>' requested here 2025-03-21T20:34:01.1763713Z EXPECT_FALSE(parallel_for(10, 0, 1, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.1764523Z ^ 2025-03-21T20:34:01.1765454Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1767674Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1769385Z end); 2025-03-21T20:34:01.1769767Z ^~~~ 2025-03-21T20:34:01.1770774Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1772178Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1773051Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1774221Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1775399Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1776042Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1777147Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1779361Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1781132Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.1782014Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.1783309Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1784709Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1785566Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1786740Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1787914Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1788537Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1789500Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1791827Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1793550Z begin, 2025-03-21T20:34:01.1793948Z ^~~~~~ 2025-03-21T20:34:01.1794966Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1796198Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1797025Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1798153Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1799277Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1799881Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1802621Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:100:3)>' requested here 2025-03-21T20:34:01.1805707Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.1806773Z ^ 2025-03-21T20:34:01.1809374Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:100:16: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:100:3)>' requested here 2025-03-21T20:34:01.1812201Z EXPECT_FALSE(parallel_for(6, 5, 1, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.1812991Z ^ 2025-03-21T20:34:01.1813847Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1815919Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1817571Z end); 2025-03-21T20:34:01.1817948Z ^~~~ 2025-03-21T20:34:01.1818953Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1820342Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1821199Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1822353Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1823701Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1824345Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1825302Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1827534Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1829511Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.1830455Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.1832208Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1833609Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1834489Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1835678Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1836851Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1837489Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1838454Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1840683Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1842394Z begin, 2025-03-21T20:34:01.1842778Z ^~~~~~ 2025-03-21T20:34:01.1843781Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1845169Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1845935Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1847065Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1848214Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1848857Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1851540Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:111:3)>' requested here 2025-03-21T20:34:01.1854787Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.1855612Z ^ 2025-03-21T20:34:01.1858198Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:111:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:111:3)>' requested here 2025-03-21T20:34:01.1860594Z EXPECT_TRUE(parallel_for(0, 5, 1, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.1861323Z ^ 2025-03-21T20:34:01.1862221Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1864255Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1865931Z end); 2025-03-21T20:34:01.1866292Z ^~~~ 2025-03-21T20:34:01.1867284Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1868666Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1869653Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1870918Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1872091Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1872700Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1873590Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1875738Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1877661Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.1878594Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.1880352Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1881668Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1882509Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1883703Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1884878Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1885516Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1886473Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1888701Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1890386Z begin, 2025-03-21T20:34:01.1890774Z ^~~~~~ 2025-03-21T20:34:01.1891778Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1893135Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1893963Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1895099Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1896249Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1896891Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1899617Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:124:3)>' requested here 2025-03-21T20:34:01.1902919Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.1903755Z ^ 2025-03-21T20:34:01.1906358Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:124:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:124:3)>' requested here 2025-03-21T20:34:01.1909161Z EXPECT_TRUE(parallel_for(5, 10, 1, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.1909944Z ^ 2025-03-21T20:34:01.1910948Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1913192Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1914867Z end); 2025-03-21T20:34:01.1915202Z ^~~~ 2025-03-21T20:34:01.1916319Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1917725Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1918607Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1919718Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1920860Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1921509Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1922434Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1924661Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1926641Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.1927578Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.1928859Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1930251Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1931101Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1932282Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1933449Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1934086Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1935032Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1937268Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1938988Z begin, 2025-03-21T20:34:01.1939367Z ^~~~~~ 2025-03-21T20:34:01.1940394Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1941789Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1942656Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1943835Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1945141Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1945775Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1948523Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:137:3)>' requested here 2025-03-21T20:34:01.1951660Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.1952425Z ^ 2025-03-21T20:34:01.1954981Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:137:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:137:3)>' requested here 2025-03-21T20:34:01.1957800Z EXPECT_TRUE(parallel_for(2, 8, 1, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.1958584Z ^ 2025-03-21T20:34:01.1959504Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1961741Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1963574Z end); 2025-03-21T20:34:01.1963971Z ^~~~ 2025-03-21T20:34:01.1964975Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1966372Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1967251Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1968449Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1969614Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1970206Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1971124Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1973228Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1975212Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.1976128Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.1977408Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1978808Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1979929Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1981120Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1982275Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1982909Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1983792Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.1985944Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.1987637Z begin, 2025-03-21T20:34:01.1988013Z ^~~~~~ 2025-03-21T20:34:01.1989034Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.1990427Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.1991401Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.1992775Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.1993939Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.1994556Z ^~~~~~~~~~~ 2025-03-21T20:34:01.1997305Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:153:3)>' requested here 2025-03-21T20:34:01.2000240Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.2001077Z ^ 2025-03-21T20:34:01.2003677Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:153:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:153:3)>' requested here 2025-03-21T20:34:01.2006501Z EXPECT_TRUE(parallel_for(0, 10, 2, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.2007279Z ^ 2025-03-21T20:34:01.2008183Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.2010580Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.2012291Z end); 2025-03-21T20:34:01.2012644Z ^~~~ 2025-03-21T20:34:01.2013617Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.2015006Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.2015861Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.2017056Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.2018229Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.2018865Z ^~~~~~~~~~~ 2025-03-21T20:34:01.2019824Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.2022052Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.2024061Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.2024996Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.2026255Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.2027649Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.2028518Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.2029690Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.2030956Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.2031577Z ^~~~~~~~~~~ 2025-03-21T20:34:01.2032539Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.2034771Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.2036465Z begin, 2025-03-21T20:34:01.2036863Z ^~~~~~ 2025-03-21T20:34:01.2037861Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.2039399Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.2040274Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.2041332Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.2042505Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.2043130Z ^~~~~~~~~~~ 2025-03-21T20:34:01.2045847Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:163:3)>' requested here 2025-03-21T20:34:01.2048940Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.2049774Z ^ 2025-03-21T20:34:01.2052162Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:163:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:163:3)>' requested here 2025-03-21T20:34:01.2055077Z EXPECT_TRUE(parallel_for(3, 8, 2, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.2055838Z ^ 2025-03-21T20:34:01.2056715Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.2058808Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.2060399Z end); 2025-03-21T20:34:01.2060778Z ^~~~ 2025-03-21T20:34:01.2061712Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.2063045Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.2063873Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.2065005Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.2066172Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.2066831Z ^~~~~~~~~~~ 2025-03-21T20:34:01.2067759Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.2069958Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.2072009Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.2072934Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.2074196Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.2075583Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.2076426Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.2077534Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.2078700Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.2079327Z ^~~~~~~~~~~ 2025-03-21T20:34:01.2082045Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.2084162Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.2086027Z begin, 2025-03-21T20:34:01.2086414Z ^~~~~~ 2025-03-21T20:34:01.2087395Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.2088721Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.2089593Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.2090786Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.2091936Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.2092561Z ^~~~~~~~~~~ 2025-03-21T20:34:01.2095193Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:179:3)>' requested here 2025-03-21T20:34:01.2098423Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.2099257Z ^ 2025-03-21T20:34:01.2101988Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:179:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:179:3)>' requested here 2025-03-21T20:34:01.2104715Z EXPECT_TRUE(parallel_for(0, 10, 3, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.2105482Z ^ 2025-03-21T20:34:01.2106369Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.2108491Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.2110132Z end); 2025-03-21T20:34:01.2110530Z ^~~~ 2025-03-21T20:34:01.2111595Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.2112976Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.2113833Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.2114981Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.2116154Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.2116771Z ^~~~~~~~~~~ 2025-03-21T20:34:01.2117718Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.2119951Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.2121929Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.2122851Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.2124145Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.5758876Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.5759797Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.5760958Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.5762105Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.5762752Z ^~~~~~~~~~~ 2025-03-21T20:34:01.5763652Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.5766102Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.5767629Z begin, 2025-03-21T20:34:01.5768016Z ^~~~~~ 2025-03-21T20:34:01.5769035Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.5770417Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.5771232Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.5772432Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.5773607Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.5774221Z ^~~~~~~~~~~ 2025-03-21T20:34:01.5776872Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:189:3)>' requested here 2025-03-21T20:34:01.5780021Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.5780819Z ^ 2025-03-21T20:34:01.5783457Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:189:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:189:3)>' requested here 2025-03-21T20:34:01.5786540Z EXPECT_TRUE(parallel_for(0, 10, 6, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.5787285Z ^ 2025-03-21T20:34:01.5788156Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.5790266Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.5792047Z end); 2025-03-21T20:34:01.5792416Z ^~~~ 2025-03-21T20:34:01.5793336Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.5794632Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.5796134Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.5797219Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.5798309Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.5798918Z ^~~~~~~~~~~ 2025-03-21T20:34:01.5799817Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.5801957Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.5803793Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.5804736Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.5805937Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.5807207Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.5808040Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.5809103Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.5810050Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.5811903Z ^~~~~~~~~~~ 2025-03-21T20:34:01.5813049Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.5815744Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:30:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.5817843Z begin, 2025-03-21T20:34:01.5818343Z ^~~~~~ 2025-03-21T20:34:01.5826454Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.5828247Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.5829317Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.5830760Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.5832290Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.5833112Z ^~~~~~~~~~~ 2025-03-21T20:34:01.5836648Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:54:45: note: in instantiation of function template specialization 'executorch::extension::internal::parallel_for_no_threadpool<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:199:3)>' requested here 2025-03-21T20:34:01.5840377Z return executorch::extension::internal::parallel_for_no_threadpool( 2025-03-21T20:34:01.5841408Z ^ 2025-03-21T20:34:01.5844489Z /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:199:15: note: in instantiation of function template specialization 'ParallelTest::parallel_for<(lambda at /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:199:3)>' requested here 2025-03-21T20:34:01.5848215Z EXPECT_TRUE(parallel_for(0, 10, 11, [this](int64_t begin, int64_t end) { 2025-03-21T20:34:01.5849210Z ^ 2025-03-21T20:34:01.5850345Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.5896046Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:31:7: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.5897501Z end); 2025-03-21T20:34:01.5897897Z ^~~~ 2025-03-21T20:34:01.5898705Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.5899877Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.5900574Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.5901526Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.5902539Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.5903124Z ^~~~~~~~~~~ 2025-03-21T20:34:01.5903918Z In file included from /pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp:14: 2025-03-21T20:34:01.5905736Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:32:69: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] 2025-03-21T20:34:01.5907412Z ET_CHECK_OR_RETURN_FALSE(grain_size > 0, "grain_size = %" PRId64, grain_size); 2025-03-21T20:34:01.5908200Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2025-03-21T20:34:01.5909361Z /pytorch/executorch/../executorch/runtime/core/error.h:143:65: note: expanded from macro 'ET_CHECK_OR_RETURN_FALSE' 2025-03-21T20:34:01.5910559Z ET_LOG(Error, "Check failed (%s): " message__, #cond__, ##__VA_ARGS__); \ 2025-03-21T20:34:01.5911362Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:34:01.5912369Z /pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2025-03-21T20:34:01.5913584Z ##__VA_ARGS__); \ 2025-03-21T20:34:01.5914115Z ^~~~~~~~~~~ 2025-03-21T20:34:01.5914523Z 36 warnings generated. 2025-03-21T20:34:01.5915864Z [ 24%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/VulkanDelegateHeader.cpp.o 2025-03-21T20:34:01.5917750Z [ 24%] Building CXX object extension/evalue_util/test/CMakeFiles/extension_evalue_util_test.dir/print_evalue_test.cpp.o 2025-03-21T20:34:01.5919970Z [ 24%] Building CXX object extension/kernel_util/test/CMakeFiles/extension_kernel_util_test.dir/make_boxed_from_unboxed_functor_test.cpp.o 2025-03-21T20:34:01.5921535Z [ 24%] Linking CXX executable extension_tensor_test 2025-03-21T20:34:01.6004809Z [ 24%] Building CXX object extension/memory_allocator/test/CMakeFiles/extension_memory_allocator_test.dir/malloc_memory_allocator_test.cpp.o 2025-03-21T20:34:01.6007543Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:34:01.6009276Z [ 24%] Linking CXX executable extension_threadpool_test 2025-03-21T20:34:01.6012118Z [ 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:34:01.6015068Z [ 25%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ComputeGraph.cpp.o 2025-03-21T20:34:01.6017375Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:34:04.4246078Z [ 25%] Building CXX object extension/memory_allocator/test/CMakeFiles/extension_memory_allocator_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:04.4248704Z [ 25%] Building CXX object extension/evalue_util/test/CMakeFiles/extension_evalue_util_test.dir/__/print_evalue.cpp.o 2025-03-21T20:34:04.4251337Z [ 25%] 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:34:04.4254224Z [ 25%] Building CXX object extension/kernel_util/test/CMakeFiles/extension_kernel_util_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:04.4257225Z [ 25%] 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:34:04.4259579Z [ 25%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/GraphConfig.cpp.o 2025-03-21T20:34:04.4261419Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:34:04.4263757Z [ 25%] Building CXX object extension/evalue_util/test/CMakeFiles/extension_evalue_util_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:04.4265717Z [ 25%] Linking CXX executable extension_memory_allocator_test 2025-03-21T20:34:04.4267888Z [ 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:34:04.4269888Z [ 25%] Linking CXX executable extension_kernel_util_test 2025-03-21T20:34:04.4271471Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:34:04.4273323Z [ 25%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/Logging.cpp.o 2025-03-21T20:34:04.4274758Z [ 25%] Linking CXX executable extension_evalue_util_test 2025-03-21T20:34:04.4276875Z [ 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:34:04.4279966Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:34:04.4282196Z [ 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:34:04.4284558Z [ 25%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/containers/Constant.cpp.o 2025-03-21T20:34:04.4286948Z [ 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:34:04.4289840Z [ 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:34:04.4291521Z [ 25%] Built target extension_threadpool_test 2025-03-21T20:34:04.4293000Z [ 25%] Building CXX object extension/pytree/test/CMakeFiles/extension_pytree_test.dir/function_ref_test.cpp.o 2025-03-21T20:34:04.4294969Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:34:04.4297041Z [ 25%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/containers/PushConstantData.cpp.o 2025-03-21T20:34:04.4299793Z [ 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:34:04.4301444Z [ 25%] Built target extension_tensor_test 2025-03-21T20:34:04.4302845Z [ 25%] Building CXX object extension/pytree/test/CMakeFiles/extension_pytree_test.dir/test_pytree.cpp.o 2025-03-21T20:34:04.4305216Z [ 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:34:04.4307447Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:34:04.4308670Z [ 25%] Built target extension_memory_allocator_test 2025-03-21T20:34:04.4310011Z [ 25%] Building CXX object kernels/prim_ops/test/CMakeFiles/kernels_prim_ops_test.dir/prim_ops_test.cpp.o 2025-03-21T20:34:04.4312649Z [ 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:34:04.4315497Z [ 25%] Building CXX object runtime/core/exec_aten/testing_util/test/CMakeFiles/runtime_core_exec_aten_testing_util_test.dir/tensor_util_test.cpp.o 2025-03-21T20:34:04.4317889Z [ 25%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/containers/SharedObject.cpp.o 2025-03-21T20:34:04.4320267Z [ 25%] Building CXX object extension/pytree/test/CMakeFiles/extension_pytree_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:04.4321835Z [ 25%] Built target extension_kernel_util_test 2025-03-21T20:34:04.4323661Z [ 25%] Building CXX object runtime/core/exec_aten/testing_util/test/CMakeFiles/runtime_core_exec_aten_testing_util_test.dir/tensor_factory_test.cpp.o 2025-03-21T20:34:04.4327326Z [ 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:34:04.4329730Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:34:04.4332003Z [ 25%] Building CXX object kernels/prim_ops/test/CMakeFiles/kernels_prim_ops_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:04.4335648Z [ 26%] 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:34:04.4337664Z [ 26%] Linking CXX executable extension_pytree_test 2025-03-21T20:34:04.4339534Z [ 26%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/containers/SymInt.cpp.o 2025-03-21T20:34:04.4342048Z [ 26%] 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:34:04.4343753Z [ 26%] Built target extension_evalue_util_test 2025-03-21T20:34:04.4345371Z [ 26%] Building CXX object runtime/core/exec_aten/util/test/CMakeFiles/runtime_core_exec_aten_util_test.dir/dim_order_util_test.cpp.o 2025-03-21T20:34:04.4347899Z [ 26%] Building CXX object runtime/core/exec_aten/testing_util/test/CMakeFiles/runtime_core_exec_aten_testing_util_test.dir/__/tensor_util.cpp.o 2025-03-21T20:34:04.4350724Z [ 26%] 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:34:04.4353417Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:34:04.4354777Z [ 27%] Linking CXX executable kernels_prim_ops_test 2025-03-21T20:34:04.4356334Z [ 27%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/containers/Types.cpp.o 2025-03-21T20:34:04.4359099Z [ 27%] 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:34:04.4362241Z [ 27%] 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:34:04.4364720Z [ 27%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/BlitNode.cpp.o 2025-03-21T20:34:04.4366548Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:34:04.4368738Z [ 27%] Building CXX object runtime/core/exec_aten/util/test/CMakeFiles/runtime_core_exec_aten_util_test.dir/operator_impl_example_test.cpp.o 2025-03-21T20:34:04.4370647Z [ 27%] Linking CXX executable runtime_core_exec_aten_testing_util_test 2025-03-21T20:34:04.4372964Z [ 27%] 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:34:04.4375482Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:34:04.4377466Z [ 27%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/DispatchNode.cpp.o 2025-03-21T20:34:04.4379435Z [ 27%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/ExecuteNode.cpp.o 2025-03-21T20:34:04.4381908Z [ 27%] Building CXX object runtime/core/exec_aten/util/test/CMakeFiles/runtime_core_exec_aten_util_test.dir/scalar_type_util_test.cpp.o 2025-03-21T20:34:04.4384626Z [ 27%] 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:34:04.4386929Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:34:07.4953796Z [ 27%] 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:34:07.4957116Z [ 27%] 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:34:07.4959974Z [ 27%] Building CXX object runtime/core/portable_type/test/CMakeFiles/runtime_core_portable_type_test.dir/bfloat16_test.cpp.o 2025-03-21T20:34:07.4962548Z [ 27%] Building CXX object runtime/core/exec_aten/util/test/CMakeFiles/runtime_core_exec_aten_util_test.dir/tensor_shape_to_c_string_test.cpp.o 2025-03-21T20:34:07.4965340Z [ 27%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/OperatorRegistry.cpp.o 2025-03-21T20:34:07.4967423Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:34:07.4968605Z [ 27%] Built target extension_pytree_test 2025-03-21T20:34:07.4970318Z [ 28%] Building C object runtime/core/portable_type/test/CMakeFiles/runtime_core_portable_type_test.dir/dont_shadow_complex_test.c.o 2025-03-21T20:34:07.4973265Z [ 28%] 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:34:07.4975751Z [ 28%] Building CXX object runtime/core/test/CMakeFiles/runtime_core_test.dir/span_test.cpp.o 2025-03-21T20:34:07.4977706Z [ 28%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/PrepackNode.cpp.o 2025-03-21T20:34:07.4980202Z [ 28%] Building CXX object runtime/core/exec_aten/util/test/CMakeFiles/runtime_core_exec_aten_util_test.dir/tensor_util_test.cpp.o 2025-03-21T20:34:07.4982831Z [ 28%] Building CXX object runtime/core/portable_type/test/CMakeFiles/runtime_core_portable_type_test.dir/half_test.cpp.o 2025-03-21T20:34:07.4985652Z [ 28%] 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:34:07.4987471Z [ 28%] Built target kernels_prim_ops_test 2025-03-21T20:34:07.4988885Z [ 28%] Building CXX object runtime/core/test/CMakeFiles/runtime_core_test.dir/error_handling_test.cpp.o 2025-03-21T20:34:07.4990760Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:34:07.4992760Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:34:07.4995425Z [ 28%] 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:34:07.4998041Z [ 28%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Arange.cpp.o 2025-03-21T20:34:07.5000032Z [ 28%] Building CXX object runtime/core/test/CMakeFiles/runtime_core_test.dir/event_tracer_test.cpp.o 2025-03-21T20:34:07.5002222Z [ 28%] Building CXX object runtime/core/portable_type/test/CMakeFiles/runtime_core_portable_type_test.dir/optional_test.cpp.o 2025-03-21T20:34:07.5004788Z [ 28%] Building CXX object runtime/core/exec_aten/util/test/CMakeFiles/runtime_core_exec_aten_util_test.dir/__/__/testing_util/tensor_util.cpp.o 2025-03-21T20:34:07.5007770Z [ 28%] 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:34:07.5011053Z [ 28%] 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:34:07.5013642Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:34:07.5015692Z [ 28%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/BatchNorm.cpp.o 2025-03-21T20:34:07.5017952Z [ 28%] Building CXX object runtime/core/portable_type/test/CMakeFiles/runtime_core_portable_type_test.dir/scalar_test.cpp.o 2025-03-21T20:34:07.5019692Z [ 28%] Linking CXX executable runtime_core_exec_aten_util_test 2025-03-21T20:34:07.5021539Z [ 28%] Building CXX object runtime/core/portable_type/test/CMakeFiles/runtime_core_portable_type_test.dir/tensor_impl_test.cpp.o 2025-03-21T20:34:07.5023840Z [ 28%] Building CXX object runtime/core/test/CMakeFiles/runtime_core_test.dir/freeable_buffer_test.cpp.o 2025-03-21T20:34:07.5026027Z [ 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:34:07.5028403Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:34:07.5030369Z [ 28%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/BinaryOp.cpp.o 2025-03-21T20:34:07.5033007Z [ 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:34:07.5034857Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:34:07.5035893Z [ 28%] Built target runtime_core_exec_aten_testing_util_test 2025-03-21T20:34:07.5037397Z [ 28%] Building CXX object runtime/kernel/test/CMakeFiles/operator_registry_test.dir/operator_registry_test.cpp.o 2025-03-21T20:34:07.5039788Z [ 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:34:07.5042435Z [ 28%] Building CXX object runtime/core/portable_type/test/CMakeFiles/runtime_core_portable_type_test.dir/tensor_test.cpp.o 2025-03-21T20:34:07.5044389Z [ 28%] Building CXX object runtime/core/test/CMakeFiles/runtime_core_test.dir/array_ref_test.cpp.o 2025-03-21T20:34:07.5046728Z [ 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:34:07.5049064Z [ 28%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Cat.cpp.o 2025-03-21T20:34:07.5050960Z [ 28%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Clone.cpp.o 2025-03-21T20:34:07.5052708Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:34:07.5054065Z [ 28%] Linking CXX executable operator_registry_test 2025-03-21T20:34:07.5056007Z [ 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:34:07.5058370Z [ 28%] Building CXX object runtime/core/portable_type/test/CMakeFiles/runtime_core_portable_type_test.dir/__/__/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:07.5060328Z [ 28%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Convolution.cpp.o 2025-03-21T20:34:07.5062116Z [ 28%] Building CXX object runtime/core/test/CMakeFiles/runtime_core_test.dir/memory_allocator_test.cpp.o 2025-03-21T20:34:07.5064080Z [ 28%] 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:34:07.5065790Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:34:07.5067267Z [ 28%] Building CXX object runtime/kernel/test/CMakeFiles/kernel_runtime_context_test.dir/kernel_runtime_context_test.cpp.o 2025-03-21T20:34:07.5068468Z [ 28%] Linking CXX executable runtime_core_portable_type_test 2025-03-21T20:34:07.5069543Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:34:07.5071491Z [ 28%] 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:34:07.5073642Z [ 28%] Building CXX object runtime/core/test/CMakeFiles/runtime_core_test.dir/hierarchical_allocator_test.cpp.o 2025-03-21T20:34:07.5075454Z [ 28%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Copy.cpp.o 2025-03-21T20:34:07.5076695Z [ 29%] Linking CXX executable kernel_runtime_context_test 2025-03-21T20:34:07.5078611Z [ 30%] 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:34:07.5080941Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:34:07.5082477Z [ 30%] Building CXX object runtime/core/test/CMakeFiles/runtime_core_test.dir/evalue_test.cpp.o 2025-03-21T20:34:07.5084132Z [ 30%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Embedding.cpp.o 2025-03-21T20:34:07.5086182Z [ 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:34:07.5087564Z [ 30%] Built target operator_registry_test 2025-03-21T20:34:09.8830038Z [ 30%] Building CXX object runtime/core/test/CMakeFiles/runtime_core_test.dir/__/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:09.8832458Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:34:09.8834202Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:34:09.8836350Z [ 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:34:09.8838561Z Exported ModuleLinearProgram and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleLinearProgram.pte 2025-03-21T20:34:09.8840094Z [ 30%] Linking CXX executable runtime_core_test 2025-03-21T20:34:09.8841481Z [ 31%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Flip.cpp.o 2025-03-21T20:34:09.8842675Z [ 31%] Built target runtime_core_exec_aten_util_test 2025-03-21T20:34:09.8844473Z [ 31%] Building CXX object runtime/kernel/test/CMakeFiles/operator_registry_max_kernel_num_test.dir/operator_registry_max_kernel_num_test.cpp.o 2025-03-21T20:34:09.8847106Z [ 31%] 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:34:09.8849562Z [ 31%] Building CXX object runtime/kernel/test/CMakeFiles/operator_registry_max_kernel_num_test.dir/__/operator_registry.cpp.o 2025-03-21T20:34:09.8850934Z [ 31%] Built target runtime_core_portable_type_test 2025-03-21T20:34:09.8852244Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:34:09.8853386Z [ 31%] Built target kernel_runtime_context_test 2025-03-21T20:34:09.8854704Z [ 31%] Building CXX object runtime/platform/test/CMakeFiles/platform_test.dir/executor_pal_test.cpp.o 2025-03-21T20:34:09.8856434Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:34:09.8858675Z [ 31%] 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:34:09.8860952Z [ 31%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Full.cpp.o 2025-03-21T20:34:09.8863261Z [ 31%] 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:34:09.8865734Z [ 31%] Building CXX object runtime/platform/test/CMakeFiles/platform_test.dir/__/__/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:09.8868513Z [ 31%] 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:34:09.8871237Z [ 31%] 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:34:09.8873291Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:34:09.8875198Z [ 32%] Building CXX object runtime/kernel/test/CMakeFiles/operator_registry_max_kernel_num_test.dir/__/__/core/evalue.cpp.o 2025-03-21T20:34:09.8877397Z [ 32%] Building CXX object runtime/kernel/test/CMakeFiles/operator_registry_max_kernel_num_test.dir/__/__/platform/abort.cpp.o 2025-03-21T20:34:09.8881312Z [ 32%] Building CXX object runtime/kernel/test/CMakeFiles/operator_registry_max_kernel_num_test.dir/__/__/platform/log.cpp.o 2025-03-21T20:34:09.8883773Z [ 32%] 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:34:09.8886070Z [ 32%] Building CXX object runtime/kernel/test/CMakeFiles/operator_registry_max_kernel_num_test.dir/__/__/platform/runtime.cpp.o 2025-03-21T20:34:09.8888607Z [ 32%] Building CXX object runtime/kernel/test/CMakeFiles/operator_registry_max_kernel_num_test.dir/__/__/platform/default/posix.cpp.o 2025-03-21T20:34:09.8890788Z [ 32%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/GridPriors.cpp.o 2025-03-21T20:34:09.8893091Z [ 32%] 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:34:09.8895672Z [ 32%] 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:34:09.8898312Z [ 32%] 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:34:09.8900447Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:34:09.8901657Z [ 32%] Linking CXX executable platform_test 2025-03-21T20:34:09.8902688Z [ 32%] Linking CXX executable operator_registry_max_kernel_num_test 2025-03-21T20:34:09.8904712Z [ 32%] 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:34:09.8907469Z [ 32%] 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:34:09.8910226Z [ 32%] 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:34:09.8912954Z [ 32%] 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:34:09.8915957Z [ 32%] 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:34:09.8918401Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:34:09.8920227Z [ 32%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/IndexSelect.cpp.o 2025-03-21T20:34:09.8922068Z [ 32%] Building CXX object runtime/platform/test/CMakeFiles/logging_test.dir/logging_test.cpp.o 2025-03-21T20:34:09.8923669Z [ 32%] Building CXX object test/utils/CMakeFiles/test_utils_test.dir/alignment_test.cpp.o 2025-03-21T20:34:09.8926215Z [ 32%] 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:34:09.8928945Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:34:09.8930821Z [ 33%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Linear.cpp.o 2025-03-21T20:34:09.8933532Z [ 33%] 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:34:09.8936306Z [ 33%] Building CXX object runtime/platform/test/CMakeFiles/logging_test.dir/__/__/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:09.8938141Z [ 33%] Building CXX object test/utils/CMakeFiles/test_utils_test.dir/UnitTestMain.cpp.o 2025-03-21T20:34:09.8940639Z [ 33%] 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:34:09.8943107Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:34:09.8945440Z [ 33%] 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:34:09.8946964Z [ 33%] Built target platform_test 2025-03-21T20:34:09.8947859Z [ 33%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:34:09.8949401Z [ 33%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/MatMul.cpp.o 2025-03-21T20:34:09.8951513Z [ 33%] Building CXX object test/utils/CMakeFiles/test_utils_test.dir/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:09.8952955Z [ 33%] Linking CXX executable logging_test 2025-03-21T20:34:09.8953689Z [ 33%] Built target operator_registry_max_kernel_num_test 2025-03-21T20:34:09.8955216Z [ 33%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/NativeLayerNorm.cpp.o 2025-03-21T20:34:09.8957071Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:34:09.8958123Z [ 33%] Built target runtime_core_test 2025-03-21T20:34:09.8959886Z [ 34%] 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:34:09.8961623Z [ 34%] Generating code for kernel registration 2025-03-21T20:34:09.8963458Z [ 34%] 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:34:09.8965698Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Pad.cpp.o 2025-03-21T20:34:12.2541957Z [ 34%] 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:34:12.2543349Z [ 34%] Linking CXX executable test_utils_test 2025-03-21T20:34:12.2544695Z [ 34%] 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:34:12.2546621Z [ 34%] 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:34:12.2548152Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:34:12.2549704Z [ 34%] 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:34:12.2552421Z [ 34%] 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:34:12.2554178Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Permute.cpp.o 2025-03-21T20:34:12.2556228Z [ 34%] 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:34:12.2558347Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:34:12.2560239Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:34:12.2562582Z [ 34%] 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:34:12.2564887Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:34:12.2567201Z [ 34%] 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:34:12.2569273Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:34:12.2571362Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Pool.cpp.o 2025-03-21T20:34:12.2573922Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:34:12.2575375Z [ 34%] Built target logging_test 2025-03-21T20:34:12.2577239Z [ 34%] 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:34:12.2583161Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:34:12.2585682Z [ 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:34:12.2587771Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:34:12.2589604Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:34:12.2591970Z [ 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:34:12.2594843Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/QuantizedLinear.cpp.o 2025-03-21T20:34:12.2596308Z [ 34%] Built target test_utils_test 2025-03-21T20:34:12.2597671Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Reduce.cpp.o 2025-03-21T20:34:12.2599576Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:34:12.2601473Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:34:12.2603384Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:34:12.2605720Z [ 34%] 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:34:12.2608377Z [ 34%] 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:34:12.2610963Z [ 34%] 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:34:12.2613307Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:34:12.2615557Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Repeat.cpp.o 2025-03-21T20:34:12.2617439Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:34:12.2619476Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/RepeatInterleave.cpp.o 2025-03-21T20:34:12.2621507Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:34:12.2623412Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:34:12.2625274Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:34:12.2627629Z [ 34%] 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:34:12.2630023Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/RotaryEmbedding.cpp.o 2025-03-21T20:34:12.2632700Z [ 34%] 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:34:12.2634771Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:34:12.2636582Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:34:12.2638493Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/SDPA.cpp.o 2025-03-21T20:34:12.2640436Z [ 34%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Select.cpp.o 2025-03-21T20:34:12.2642813Z [ 34%] 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:34:12.2645120Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:34:12.2647495Z [ 34%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:34:12.2650157Z [ 34%] 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:34:12.2652780Z [ 34%] 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:34:12.2654953Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:34:12.2657160Z [ 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:34:12.2659257Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:34:12.2661003Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:34:12.2662478Z [ 35%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:34:12.2664337Z [ 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:34:12.2665752Z [ 35%] Built target quantized_ops_lib 2025-03-21T20:34:12.2667370Z [ 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:34:12.2669633Z [ 35%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Slice.cpp.o 2025-03-21T20:34:12.2672049Z [ 35%] Building CXX object extension/data_loader/test/CMakeFiles/extension_data_loader_test.dir/buffer_data_loader_test.cpp.o 2025-03-21T20:34:12.2674223Z [ 35%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T20:34:12.2676442Z [ 35%] Building CXX object extension/data_loader/test/CMakeFiles/extension_data_loader_test.dir/shared_ptr_data_loader_test.cpp.o 2025-03-21T20:34:12.2678366Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:34:12.2680096Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:34:15.0056743Z [ 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:34:15.0058986Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:34:15.0061006Z [ 35%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T20:34:15.0063360Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:34:15.0065677Z [ 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:34:15.0067707Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:34:15.0069486Z [ 35%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Softmax.cpp.o 2025-03-21T20:34:15.0071048Z [ 35%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T20:34:15.0072867Z [ 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:34:15.0074498Z [ 35%] Linking CXX static library libcpublas.a 2025-03-21T20:34:15.0075161Z [ 35%] Built target cpublas 2025-03-21T20:34:15.0076548Z [ 36%] Building CXX object extension/data_loader/test/CMakeFiles/extension_data_loader_test.dir/file_data_loader_test.cpp.o 2025-03-21T20:34:15.0077810Z [ 36%] Built target extension_flat_tensor 2025-03-21T20:34:15.0079149Z [ 36%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Split.cpp.o 2025-03-21T20:34:15.0084884Z [ 36%] Building CXX object extension/data_loader/test/CMakeFiles/extension_data_loader_test.dir/mmap_data_loader_test.cpp.o 2025-03-21T20:34:15.0087190Z [ 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:34:15.0089288Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:34:15.0091017Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:34:15.0092638Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:34:15.0094729Z [ 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:34:15.0096785Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:34:15.0098995Z [ 36%] Building CXX object extension/data_loader/test/CMakeFiles/extension_data_loader_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:15.0101008Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:34:15.0103225Z [ 36%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Squeeze.cpp.o 2025-03-21T20:34:15.0105079Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:34:15.0107259Z [ 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:34:15.0109327Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:34:15.0111497Z [ 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:34:15.0113481Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:34:15.0115118Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:34:15.0116846Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:34:15.0118246Z [ 36%] Linking CXX executable extension_data_loader_test 2025-03-21T20:34:15.0120227Z [ 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:34:15.0122409Z [ 37%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Staging.cpp.o 2025-03-21T20:34:15.0124173Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:34:15.0126251Z [ 37%] 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:34:15.0128415Z [ 37%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/ToCopy.cpp.o 2025-03-21T20:34:15.0130287Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:34:15.0132052Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:34:15.0134188Z [ 38%] 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:34:15.0136289Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:34:15.0138398Z [ 38%] 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:34:15.0140555Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:34:15.0142748Z [ 38%] 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:34:15.0144928Z [ 38%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Transpose.cpp.o 2025-03-21T20:34:15.0146794Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:34:15.0148657Z [ 38%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/UnaryOp.cpp.o 2025-03-21T20:34:15.0151016Z [ 38%] 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:34:15.0153248Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:34:15.0155209Z [ 38%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Unsqueeze.cpp.o 2025-03-21T20:34:15.0157550Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:34:15.0162312Z [ 38%] 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:34:15.0164980Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:34:15.0167317Z [ 38%] 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:34:15.0170020Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:34:15.0172342Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:34:15.0175085Z [ 38%] 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:34:15.0177957Z [ 38%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/Upsample.cpp.o 2025-03-21T20:34:15.0180345Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:34:15.0181610Z [ 38%] Built target extension_data_loader_test 2025-03-21T20:34:15.0183695Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:34:15.0186690Z [ 38%] 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:34:15.0188926Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:34:15.0191560Z [ 38%] 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:34:15.0193816Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:34:15.0196221Z [ 40%] 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:34:15.0198488Z [ 40%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/View.cpp.o 2025-03-21T20:34:15.0200507Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:34:15.0202415Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:34:17.5880697Z [ 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:34:17.5882984Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:34:17.5884959Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:34:17.5887275Z [ 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:34:17.5889943Z [ 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:34:17.5892301Z [ 40%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/utils/KernelUtils.cpp.o 2025-03-21T20:34:17.5894494Z [ 40%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/utils/QPackUtils.cpp.o 2025-03-21T20:34:17.5896579Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:34:17.5899253Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:34:17.5901531Z [ 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:34:17.5904084Z [ 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:34:17.5906256Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:34:17.5908458Z [ 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:34:17.5911199Z [ 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:34:17.5913558Z [ 40%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/impl/utils/TensorUtils.cpp.o 2025-03-21T20:34:17.5916032Z [ 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:34:17.5918438Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:34:17.5920863Z [ 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:34:17.5923074Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:34:17.5924804Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:34:17.5926576Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:34:17.5928820Z [ 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:34:17.5931237Z [ 40%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/utils/BindingUtils.cpp.o 2025-03-21T20:34:17.5933340Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:34:17.5935704Z [ 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:34:17.5937982Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:34:17.5940275Z [ 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:34:17.5942452Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:34:17.5944667Z [ 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:34:17.5946960Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:34:17.5949162Z [ 40%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/utils/ShaderNameUtils.cpp.o 2025-03-21T20:34:17.5951672Z [ 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:34:17.5954128Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:34:17.5956530Z [ 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:34:17.5958959Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:34:17.5960848Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:34:17.5963119Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:34:17.5965435Z [ 40%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/graph/ops/utils/StagingUtils.cpp.o 2025-03-21T20:34:17.5967391Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:34:17.5969293Z [ 40%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/api/Context.cpp.o 2025-03-21T20:34:17.5971543Z [ 40%] 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:34:17.5973802Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:34:17.5975631Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:34:17.5978020Z [ 40%] 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:34:17.5980906Z [ 40%] 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:34:17.5983547Z [ 40%] 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:34:17.5985547Z [ 40%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/api/ShaderRegistry.cpp.o 2025-03-21T20:34:17.5987242Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:34:17.5989249Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:34:17.5991334Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:34:17.5993062Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:34:17.5994354Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:34:17.5995916Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:34:17.5997545Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:34:17.5998918Z [ 41%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/api/containers/ParamsBuffer.cpp.o 2025-03-21T20:34:17.6000692Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:34:17.6002238Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:34:17.6003852Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:34:17.6005536Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:34:17.6006966Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:34:17.6008617Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T20:34:17.6010431Z [ 41%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/api/containers/Tensor.cpp.o 2025-03-21T20:34:17.6012056Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:34:20.0907522Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:34:20.0909634Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:34:20.0911622Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:34:20.0913873Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:34:20.0916394Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:34:20.0918603Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:34:20.0920743Z [ 41%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/Adapter.cpp.o 2025-03-21T20:34:20.0922528Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:34:20.0924255Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:34:20.0926443Z [ 42%] 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:34:20.0928806Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:34:20.0930623Z [ 42%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/Command.cpp.o 2025-03-21T20:34:20.0932318Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:34:20.0934466Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:34:20.0936681Z [ 42%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/Descriptor.cpp.o 2025-03-21T20:34:20.0938521Z [ 42%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/Device.cpp.o 2025-03-21T20:34:20.0940692Z [ 42%] 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:34:20.0942890Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:34:20.0944796Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:34:20.0946771Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:34:20.0949031Z [ 42%] 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:34:20.0951100Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:34:20.0954094Z /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:34:20.0956977Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:20.0959477Z /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:34:20.0961949Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:20.0963310Z [ 43%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/Exception.cpp.o 2025-03-21T20:34:20.0965498Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:34:20.0967594Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:34:20.0969356Z [ 43%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/Fence.cpp.o 2025-03-21T20:34:20.0971091Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:34:20.0973373Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:34:20.0975528Z [ 43%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/Pipeline.cpp.o 2025-03-21T20:34:20.0977305Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:34:20.0979428Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:34:20.0981874Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:34:20.0984629Z /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:34:20.0986973Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:20.0988660Z [ 43%] 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:34:20.0991811Z /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:34:20.0993946Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:20.0996256Z /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:34:20.0998680Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:20.1000012Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:34:20.1000995Z [ 44%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/QueryPool.cpp.o 2025-03-21T20:34:20.1001965Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:34:20.1002950Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:34:20.1004142Z [ 44%] 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:34:20.1006053Z /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:34:20.1007371Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:20.1008305Z [ 44%] 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:34:20.1009441Z [ 44%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/Runtime.cpp.o 2025-03-21T20:34:20.1010345Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:34:20.1011214Z Exported ModuleAddMul and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleAddMul.pte 2025-03-21T20:34:20.1012439Z [ 44%] 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:34:20.1013568Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:34:20.1015191Z /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:34:20.1016501Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:20.1017803Z /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:34:20.1019108Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9859279Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:34:21.9861743Z [ 44%] 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:34:21.9863931Z [ 44%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/Shader.cpp.o 2025-03-21T20:34:21.9865787Z [ 44%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/memory/Allocation.cpp.o 2025-03-21T20:34:21.9868813Z /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:34:21.9871393Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9873154Z [ 45%] 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:34:21.9876472Z /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:34:21.9878919Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9881549Z /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:34:21.9884346Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9885599Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:34:21.9887333Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:34:21.9889236Z [ 45%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/memory/Allocator.cpp.o 2025-03-21T20:34:21.9891504Z [ 45%] 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:34:21.9893710Z [ 45%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/memory/Buffer.cpp.o 2025-03-21T20:34:21.9895475Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:34:21.9897295Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:34:21.9899209Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:34:21.9902208Z /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:34:21.9904742Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9906475Z [ 45%] 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:34:21.9908631Z [ 45%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/memory/Image.cpp.o 2025-03-21T20:34:21.9910439Z Exported ModuleAddMul and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleAddMul-da1024.pte 2025-03-21T20:34:21.9913661Z /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:34:21.9916102Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9918554Z /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:34:21.9921008Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9922326Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:34:21.9924551Z [ 45%] 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:34:21.9926727Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:34:21.9928631Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:34:21.9930544Z [ 45%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/runtime/vk_api/memory/vma_api.cpp.o 2025-03-21T20:34:21.9932735Z [ 45%] 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:34:21.9934917Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:34:21.9937110Z [ 45%] 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:34:21.9939369Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:34:21.9941165Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:34:21.9942875Z [ 45%] Building C object backends/vulkan/CMakeFiles/vulkan_backend.dir/third-party/volk/volk.c.o 2025-03-21T20:34:21.9944732Z [ 45%] 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:34:21.9947971Z /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:34:21.9950422Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9951840Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:34:21.9954908Z /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:34:21.9957371Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9959819Z /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:34:21.9962265Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9963447Z [ 45%] Building CXX object backends/vulkan/CMakeFiles/vulkan_backend.dir/__/__/spv.cpp.o 2025-03-21T20:34:21.9965177Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:34:21.9967428Z [ 45%] 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:34:21.9969599Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:34:21.9971430Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:34:21.9973655Z [ 45%] 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:34:21.9976950Z /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:34:21.9979411Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:21.9980948Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:34:21.9983128Z [ 45%] 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:34:21.9985244Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:34:23.9042206Z Exported ModuleAddMul and wrote program data to /pytorch/executorch/cmake-out/runtime/executor/test/ModuleAddMul-nosegments.pte 2025-03-21T20:34:23.9045631Z /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:34:23.9048612Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:23.9051243Z /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:34:23.9053871Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:23.9055484Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:34:23.9057922Z [ 45%] 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:34:23.9060932Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:34:23.9062486Z [ 45%] Linking CXX static library libvulkan_backend.a 2025-03-21T20:34:23.9063928Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:34:23.9067884Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:34:23.9070322Z [ 46%] 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:34:23.9073822Z /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:34:23.9076444Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:23.9077937Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:34:23.9081280Z /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:34:23.9083898Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:23.9086506Z /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:34:23.9089123Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:23.9090470Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:34:23.9092394Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:34:23.9094796Z [ 46%] 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:34:23.9099421Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:34:23.9101733Z [ 47%] 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:34:23.9103929Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:34:23.9106226Z [ 47%] 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:34:23.9109711Z /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:34:23.9112573Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:23.9114079Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:34:23.9116284Z [ 47%] Building CXX object extension/flat_tensor/test/CMakeFiles/extension_flat_tensor_test.dir/flat_tensor_data_map_test.cpp.o 2025-03-21T20:34:23.9117462Z 2025-03-21T20:34:23.9117631Z error: 2025-03-21T20:34:23.9119000Z /tmp/tmpqkz0ope0/data.json:1: 2325: error: unexpected force_align value '1024', alignment must be a power of two integer ranging from the type's natural alignment 1 to 1024 2025-03-21T20:34:23.9120376Z 2025-03-21T20:34:23.9120582Z Traceback (most recent call last): 2025-03-21T20:34:23.9121644Z File "/pytorch/executorch/exir/_serialize/_flatbuffer.py", line 290, in _program_json_to_flatbuffer 2025-03-21T20:34:23.9123126Z _flatc_compile(temp_dir, schema_info.root_path, json_path) 2025-03-21T20:34:23.9124207Z File "/pytorch/executorch/exir/_serialize/_flatbuffer.py", line 213, in _flatc_compile 2025-03-21T20:34:23.9125155Z _run_flatc( 2025-03-21T20:34:23.9126127Z File "/pytorch/executorch/exir/_serialize/_flatbuffer.py", line 199, in _run_flatc 2025-03-21T20:34:23.9127190Z subprocess.run([flatc_path] + list(args), check=True) 2025-03-21T20:34:23.9128182Z File "/opt/conda/envs/py_3.10/lib/python3.10/subprocess.py", line 526, in run 2025-03-21T20:34:23.9130195Z [ 47%] 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:34:23.9131779Z raise CalledProcessError(retcode, process.args, 2025-03-21T20:34:23.9133132Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:34:23.9135454Z subprocess.CalledProcessError: Command '['flatc', '--binary', '-o', '/tmp/tmpqkz0ope0', '/tmp/tmpqkz0ope0/program.fbs', '/tmp/tmpqkz0ope0/data.json']' returned non-zero exit status 1. 2025-03-21T20:34:23.9137074Z 2025-03-21T20:34:23.9137698Z The above exception was the direct cause of the following exception: 2025-03-21T20:34:23.9138454Z 2025-03-21T20:34:23.9138720Z Traceback (most recent call last): 2025-03-21T20:34:23.9139921Z File "/opt/conda/envs/py_3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2025-03-21T20:34:23.9141139Z return _run_code(code, main_globals, None, 2025-03-21T20:34:23.9141939Z File "/opt/conda/envs/py_3.10/lib/python3.10/runpy.py", line 86, in _run_code 2025-03-21T20:34:23.9142790Z exec(code, run_globals) 2025-03-21T20:34:23.9143688Z File "/pytorch/executorch/test/models/export_delegated_program.py", line 244, in 2025-03-21T20:34:23.9144649Z main() 2025-03-21T20:34:23.9145451Z File "/pytorch/executorch/test/models/export_delegated_program.py", line 233, in main 2025-03-21T20:34:23.9146428Z export_module_to_program( 2025-03-21T20:34:23.9147505Z File "/pytorch/executorch/test/models/export_delegated_program.py", line 169, in export_module_to_program 2025-03-21T20:34:23.9148941Z executorch_program = to_edge( 2025-03-21T20:34:23.9149769Z File "/pytorch/executorch/exir/program/_program.py", line 107, in wrapper 2025-03-21T20:34:23.9150646Z return func(self, *args, **kwargs) 2025-03-21T20:34:23.9151613Z File "/pytorch/executorch/exir/program/_program.py", line 1557, in to_executorch 2025-03-21T20:34:23.9152576Z return ExecutorchProgramManager( 2025-03-21T20:34:23.9153458Z File "/pytorch/executorch/exir/program/_program.py", line 1619, in __init__ 2025-03-21T20:34:23.9154472Z self._pte_data, self._tensor_data = serialize_for_executorch( 2025-03-21T20:34:23.9155634Z File "/pytorch/executorch/exir/_serialize/_serialize.py", line 49, in serialize_for_executorch 2025-03-21T20:34:23.9156845Z pte: Cord = _serialize_pte_binary( 2025-03-21T20:34:23.9157808Z File "/pytorch/executorch/exir/_serialize/_program.py", line 488, in serialize_pte_binary 2025-03-21T20:34:23.9158911Z result: _FlatbufferResult = _program_json_to_flatbuffer( 2025-03-21T20:34:23.9160094Z File "/pytorch/executorch/exir/_serialize/_flatbuffer.py", line 313, in _program_json_to_flatbuffer 2025-03-21T20:34:23.9161118Z raise RuntimeError( 2025-03-21T20:34:23.9162531Z RuntimeError: Failed to compile /tmp/tmpqkz0ope0/data.json to /tmp/tmpqkz0ope0/data.pte. Set ET_EXIR_SAVE_FLATC_INPUTS_ON_FAILURE=1 to save input files on failure. 2025-03-21T20:34:23.9165220Z [ 47%] 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:34:23.9167487Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:34:23.9169767Z [ 47%] 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:34:23.9171902Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:34:23.9176630Z [ 47%] Building CXX object extension/flat_tensor/test/CMakeFiles/extension_flat_tensor_test.dir/flat_tensor_header_test.cpp.o 2025-03-21T20:34:23.9179113Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:34:23.9181555Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:34:23.9183901Z [ 47%] Building CXX object extension/flat_tensor/test/CMakeFiles/extension_flat_tensor_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:27.0964523Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:34:27.0966845Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:34:27.0969246Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:34:27.0970738Z [ 47%] Linking CXX executable extension_flat_tensor_test 2025-03-21T20:34:27.0972677Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:34:27.0974882Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:34:27.0976732Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:34:27.0978944Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:34:27.0981848Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:34:27.0984051Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:34:27.0986098Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:34:27.0988492Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:34:27.0990665Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:34:27.0992928Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:34:27.0995374Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:34:27.0997322Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:34:27.0999697Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:34:27.1001258Z [ 48%] Built target extension_flat_tensor_test 2025-03-21T20:34:27.1002812Z [ 48%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:34:27.1005220Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:34:27.1006761Z [ 48%] Built target generated_pte_files 2025-03-21T20:34:27.1008498Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:34:27.1010658Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:34:27.1012547Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:34:27.1014908Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:34:27.1017298Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:34:27.1019626Z [ 48%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:34:27.1022106Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:34:27.1024872Z [ 48%] 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:34:27.1026965Z [ 48%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T20:34:27.1028723Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:34:27.1031207Z [ 48%] 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:34:27.1033460Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:34:27.1035410Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:34:27.1037837Z [ 49%] 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:34:27.1040547Z [ 49%] 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:34:27.1042775Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:34:27.1044508Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:34:27.1045805Z [ 49%] Linking CXX shared library libextension_module.so 2025-03-21T20:34:27.1047300Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:34:27.1049217Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:34:27.1051728Z [ 49%] 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:34:27.1054131Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:34:27.1056473Z [ 49%] 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:34:27.1058710Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:34:27.1060467Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:34:27.1062544Z [ 49%] 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:34:27.1065321Z [ 49%] 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:34:27.1067785Z [ 49%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:34:27.1070127Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:34:27.1072393Z [ 49%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:34:27.1074444Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:34:27.1076821Z [ 49%] 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:34:27.1079224Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:34:27.1080633Z [ 49%] Built target extension_module 2025-03-21T20:34:27.1081994Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:34:27.1084009Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:34:27.1086407Z [ 49%] 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:34:27.1088654Z [ 49%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T20:34:27.1090314Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:34:27.1092690Z [ 49%] 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:34:27.1095051Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:34:27.1097581Z [ 49%] 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:34:27.1100379Z [ 50%] 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:34:27.1102632Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:34:29.5882146Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:34:29.5884174Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:34:29.5885681Z [ 50%] Linking CXX static library libextension_module_static.a 2025-03-21T20:34:29.5887623Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:34:29.5889975Z [ 50%] 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:34:29.5892678Z [ 50%] 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:34:29.5895060Z [ 50%] Building CXX object runtime/executor/test/CMakeFiles/kernel_resolution_test.dir/kernel_resolution_test.cpp.o 2025-03-21T20:34:29.5897150Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:34:29.5899230Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:34:29.5900532Z [ 51%] Built target extension_module_static 2025-03-21T20:34:29.5901945Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:34:29.5903139Z [ 51%] Built target vulkan_backend 2025-03-21T20:34:29.5904758Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:34:29.5906905Z [ 51%] Building CXX object runtime/executor/test/CMakeFiles/kernel_integration_test.dir/kernel_integration_test.cpp.o 2025-03-21T20:34:29.5909364Z [ 51%] 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:34:29.5912035Z [ 51%] Building CXX object runtime/executor/test/CMakeFiles/kernel_resolution_test.dir/__/__/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:29.5914557Z [ 51%] Building CXX object runtime/executor/test/CMakeFiles/kernel_integration_test.dir/__/__/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:29.5916786Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:34:29.5919026Z [ 51%] 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:34:29.5921314Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:34:29.5923458Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:34:29.5925835Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:34:29.5928475Z [ 51%] 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:34:29.5930289Z [ 51%] Linking CXX executable kernel_resolution_test 2025-03-21T20:34:29.5932267Z [ 51%] 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:34:29.5934149Z [ 51%] Linking CXX executable kernel_integration_test 2025-03-21T20:34:29.5936099Z [ 51%] 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:34:29.5938932Z [ 51%] 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:34:29.5941765Z [ 51%] 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:34:29.5943986Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:34:29.5946047Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:34:29.5948003Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:34:29.5949851Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:34:29.5952143Z [ 51%] 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:34:29.5954268Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:34:29.5956538Z [ 51%] 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:34:29.5958864Z [ 51%] Building CXX object runtime/executor/test/CMakeFiles/memory_manager_test.dir/memory_manager_test.cpp.o 2025-03-21T20:34:29.5960745Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:34:29.5962571Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:34:29.5964553Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:34:29.5966407Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:34:29.5968737Z [ 51%] 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:34:29.5970983Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:34:29.5973197Z [ 51%] Building CXX object runtime/executor/test/CMakeFiles/memory_manager_test.dir/__/__/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:34:29.5975585Z [ 51%] 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:34:29.5977749Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:34:29.5980272Z [ 51%] 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:34:29.5983103Z [ 51%] 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:34:29.5985490Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:34:29.5987387Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:34:29.5989786Z [ 51%] 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:34:29.5992652Z [ 51%] 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:34:29.5994372Z [ 52%] Linking CXX executable memory_manager_test 2025-03-21T20:34:29.5995828Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:34:29.5998057Z [ 52%] 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:34:29.6000601Z [ 52%] 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:34:29.6003373Z [ 52%] 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:34:29.6005622Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:34:29.6007597Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:34:29.6009706Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:34:29.6012164Z [ 53%] 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:34:29.6014586Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:34:29.6015898Z [ 53%] Built target kernel_resolution_test 2025-03-21T20:34:29.6017402Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:34:29.6019426Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:34:29.6021480Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:34:31.5622427Z [ 53%] 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:34:31.5624677Z [ 53%] Built target kernel_integration_test 2025-03-21T20:34:31.5626205Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:34:31.5628018Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:34:31.5649155Z [ 53%] 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:34:31.5651489Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:34:31.5653775Z [ 53%] 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:34:31.5655907Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:34:31.5657317Z [ 53%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:34:31.5658760Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:34:31.5661016Z [ 54%] 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:34:31.5663252Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:34:31.5665184Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:34:31.5667169Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:34:31.5668376Z [ 54%] Built target memory_manager_test 2025-03-21T20:34:31.5669688Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:34:31.5671654Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:34:31.5673856Z [ 54%] 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:34:31.5676084Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:34:31.5678661Z [ 54%] 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:34:31.5681720Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:34:31.5683831Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:34:31.5685778Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:34:31.5687728Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:34:31.5690073Z [ 54%] 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:34:31.5692304Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:34:31.5694342Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:34:31.5696191Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:34:31.5698586Z [ 55%] 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:34:31.5700943Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:34:31.5702775Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:34:31.5704578Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:34:31.5706822Z [ 55%] 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:34:31.5708945Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:34:31.5711223Z [ 55%] 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:34:31.5713463Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:34:31.5715347Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:34:31.5717327Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:34:31.5719780Z [ 55%] 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:34:31.5722549Z [ 55%] 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:34:31.5724712Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:34:31.5726680Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:34:31.5729001Z [ 55%] 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:34:31.5731367Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:34:31.5733338Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:34:31.5735331Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:34:31.5737612Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:34:31.5739920Z [ 55%] 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:34:31.5742126Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:34:31.5744268Z [ 55%] 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:34:31.5746401Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:34:31.5748274Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:34:31.5750101Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:34:31.5752470Z [ 55%] 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:34:31.5754829Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:34:31.5757415Z [ 55%] 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:34:31.5759708Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:34:31.5761819Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:34:31.5764318Z [ 55%] 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:34:31.5766736Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:34:31.5768707Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:34:31.5770903Z [ 55%] 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:34:31.5773484Z [ 55%] 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:34:31.5776166Z [ 56%] 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:34:31.5778858Z [ 56%] 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:34:31.5781343Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:34:31.5783467Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:34:33.2062607Z [ 56%] 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:34:33.2065048Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:34:33.2067026Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:34:33.2069387Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:34:33.2071366Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:34:33.2073623Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:34:33.2076012Z [ 56%] 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:34:33.2078762Z [ 56%] 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:34:33.2081728Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:34:33.2084190Z [ 56%] 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:34:33.2086515Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:34:33.2088555Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:34:33.2090653Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:34:33.2093402Z [ 57%] 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:34:33.2096418Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:34:33.2098314Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:34:33.2100480Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:34:33.2102519Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:34:33.2105399Z [ 58%] 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:34:33.2108653Z [ 58%] 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:34:33.2112036Z [ 58%] 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:34:33.2114632Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:34:33.2116499Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:34:33.2118378Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:34:33.2120248Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:34:33.2122154Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:34:33.2124086Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:34:33.2126624Z [ 58%] 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:34:33.2129043Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:34:33.2131493Z [ 58%] 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:34:33.2134407Z [ 58%] 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:34:33.2136848Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:34:33.2138631Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:34:33.2140618Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:34:33.2143102Z [ 58%] 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:34:33.2145522Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:34:33.2147904Z [ 58%] 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:34:33.2150567Z [ 58%] 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:34:33.2153345Z [ 58%] 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:34:33.2156327Z [ 58%] 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:34:33.2159257Z [ 58%] 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:34:33.2162167Z [ 58%] 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:34:33.2164766Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:34:33.2167192Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:34:33.2169431Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:34:33.2171530Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:34:33.2173553Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:34:33.2176101Z [ 58%] 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:34:33.2178710Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:34:33.2181149Z [ 59%] 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:34:33.2183252Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:34:33.2185551Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:34:33.2188086Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:34:33.2190608Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:34:33.2193260Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:34:33.2195962Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:34:33.2198420Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:34:33.2200550Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:34:33.2202643Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:34:33.2205163Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:34:33.2207407Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:34:35.0557556Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:34:35.0559638Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:34:35.0561463Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:34:35.0563536Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:34:35.0565316Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:34:35.0567340Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:34:35.0569578Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:34:35.0571551Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:34:35.0573227Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:34:35.0574951Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:34:35.0576649Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:34:35.0578311Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:34:35.0581267Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:34:35.0583279Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:34:35.0585024Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:34:35.0586993Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:34:35.0589606Z [ 59%] 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:34:35.0592028Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:34:35.0594387Z [ 59%] 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:34:35.0596726Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:34:35.0598650Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:34:35.0600958Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:34:35.0602769Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:34:35.0604615Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:34:35.0606517Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:34:35.0608375Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:34:35.0610792Z [ 60%] 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:34:35.0613770Z [ 60%] 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:34:35.0616065Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:34:35.0618007Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:34:35.0620314Z [ 61%] 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:34:35.0623084Z [ 61%] 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:34:35.0625314Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:34:35.0627109Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:34:35.0628803Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:34:35.0630548Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:34:35.0632402Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:34:35.0634195Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:34:35.0636031Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:34:35.0638380Z [ 61%] 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:34:35.0640690Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:34:35.0642684Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:34:35.0644690Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:34:35.0646412Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:34:35.0648597Z [ 61%] 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:34:35.0651321Z [ 62%] 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:34:35.0654462Z [ 62%] 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:34:35.0656726Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:34:35.0658114Z [ 62%] Linking CXX static library libportable_kernels.a 2025-03-21T20:34:35.0659454Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:34:35.0661089Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:34:35.0662961Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:34:35.0665182Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:34:35.0667946Z [ 62%] 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:34:35.0671127Z [ 62%] 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:34:35.0673484Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:34:35.0676180Z [ 62%] 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:34:35.0679049Z [ 62%] 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:34:35.0681685Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:34:35.0683973Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:34:35.0686187Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:34:36.7611974Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:34:36.7615158Z [ 62%] 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:34:36.7618992Z [ 62%] 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:34:36.7622494Z [ 62%] 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:34:36.7624931Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:34:36.7626734Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:34:36.7628452Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:34:36.7631071Z [ 63%] 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:34:36.7633614Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:34:36.7635998Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:34:36.7638158Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:34:36.7640404Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:34:36.7642637Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:34:36.7645262Z [ 63%] 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:34:36.7647781Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:34:36.7649808Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:34:36.7652455Z [ 63%] 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:34:36.7655297Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:34:36.7657430Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:34:36.7660091Z [ 63%] 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:34:36.7662733Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:34:36.7665521Z [ 63%] 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:34:36.7668892Z [ 63%] 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:34:36.7672281Z [ 63%] 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:34:36.7675645Z [ 63%] 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:34:36.7679120Z [ 63%] 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:34:36.7682497Z [ 63%] 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:34:36.7685664Z [ 63%] 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:34:36.7687774Z [ 63%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:34:36.7690038Z [ 63%] 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:34:36.7693273Z [ 64%] 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:34:36.7696628Z [ 64%] 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:34:36.7699793Z [ 64%] 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:34:36.7703026Z [ 64%] 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:34:36.7706232Z [ 64%] 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:34:36.7709601Z [ 64%] 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:34:36.7712995Z [ 64%] 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:34:36.7716499Z [ 64%] 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:34:36.7719746Z [ 64%] 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:34:36.7723073Z [ 64%] 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:34:36.7726244Z [ 64%] 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:34:36.7729380Z [ 64%] 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:34:36.7732494Z [ 64%] 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:34:36.7735713Z [ 64%] 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:34:36.7738880Z [ 64%] 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:34:36.7741971Z [ 64%] 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:34:36.7744965Z [ 64%] 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:34:36.7748094Z [ 64%] 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:34:36.7751368Z [ 64%] 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:34:36.7754475Z [ 64%] 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:34:36.7757503Z [ 64%] 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:34:37.7912652Z [ 65%] 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:34:37.7916155Z [ 65%] 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:34:37.7919562Z [ 65%] 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:34:37.7922813Z [ 65%] 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:34:37.7926005Z [ 65%] 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:34:37.7929051Z [ 65%] 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:34:37.7932575Z [ 65%] 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:34:37.7935822Z [ 65%] 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:34:37.7938963Z [ 65%] 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:34:37.7942081Z [ 65%] 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:34:37.7945296Z [ 65%] 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:34:37.7948580Z [ 65%] 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:34:37.7951892Z [ 65%] 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:34:37.7955149Z [ 65%] 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:34:37.7958362Z [ 65%] 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:34:37.7961418Z [ 65%] 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:34:37.7964501Z [ 65%] 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:34:37.7967521Z [ 65%] 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:34:37.7970605Z [ 65%] 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:34:37.7973721Z [ 65%] 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:34:37.7977147Z [ 65%] 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:34:37.7980566Z [ 66%] 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:34:37.7983793Z [ 66%] 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:34:37.7986990Z [ 66%] 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:34:37.7990109Z [ 66%] 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:34:37.7993331Z [ 66%] 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:34:37.7996496Z [ 66%] 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:34:37.7999853Z [ 66%] 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:34:37.8003024Z [ 66%] 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:34:37.8006238Z [ 66%] 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:34:37.8009190Z [ 66%] 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:34:37.8011882Z [ 66%] 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:34:37.8014571Z [ 66%] 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:34:37.8017338Z [ 66%] 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:34:37.8020113Z [ 66%] 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:34:37.8022612Z [ 66%] 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:34:37.8025390Z [ 66%] 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:34:37.8028033Z [ 66%] 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:34:37.8030951Z [ 66%] 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:34:37.8033846Z [ 66%] 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:34:37.8037022Z [ 66%] 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:34:37.8040380Z [ 66%] 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:34:37.8043911Z [ 66%] 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:34:37.8047139Z [ 67%] 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:34:37.8050392Z [ 67%] 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:34:37.8053751Z [ 67%] 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:34:37.8057049Z [ 67%] 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:34:37.8060339Z [ 67%] 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:34:38.8309964Z [ 67%] 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:34:38.8312937Z [ 67%] 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:34:38.8315751Z [ 67%] 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:34:38.8318095Z [ 67%] 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:34:38.8319817Z [ 67%] 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:34:38.8321513Z [ 67%] 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:34:38.8323993Z [ 67%] 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:34:38.8327101Z [ 67%] 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:34:38.8330233Z [ 67%] 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:34:38.8332053Z [ 67%] 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:34:38.8334738Z [ 67%] 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:34:38.8336657Z [ 67%] 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:34:38.8338322Z [ 67%] 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:34:38.8340186Z [ 67%] 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:34:38.8341857Z [ 67%] 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:34:38.8343503Z [ 67%] 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:34:38.8345156Z [ 68%] 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:34:38.8346812Z [ 68%] 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:34:38.8348452Z [ 68%] 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:34:38.8350586Z [ 68%] 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:34:38.8352857Z [ 68%] 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:34:38.8355201Z [ 68%] 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:34:38.8357076Z [ 68%] 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:34:38.8358792Z [ 68%] 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:34:38.8360543Z [ 68%] 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:34:38.8362276Z [ 68%] 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:34:38.8364001Z [ 68%] 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:34:38.8366084Z [ 68%] 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:34:38.8369055Z [ 68%] 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:34:38.8372015Z [ 68%] 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:34:38.8374406Z [ 68%] 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:34:38.8376277Z [ 68%] 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:34:38.8378055Z [ 68%] 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:34:38.8380180Z [ 68%] 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:34:38.8382830Z [ 68%] 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:34:38.8385784Z [ 68%] 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:34:38.8388673Z [ 68%] 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:34:38.8391626Z [ 69%] 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:34:38.8394510Z [ 69%] 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:34:38.8397368Z [ 69%] 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:34:38.8400479Z [ 69%] 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:34:38.8403508Z [ 69%] 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:34:38.8406403Z [ 69%] 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:34:38.8409422Z [ 69%] 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:34:38.8412400Z [ 69%] 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:34:38.8414422Z [ 69%] 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:34:39.8515404Z [ 69%] 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:34:39.8517138Z [ 69%] 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:34:39.8518741Z [ 69%] 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:34:39.8521327Z [ 69%] 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:34:39.8523829Z [ 69%] 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:34:39.8526142Z [ 69%] 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:34:39.8528344Z [ 69%] 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:34:39.8530501Z [ 69%] 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:34:39.8533120Z [ 69%] 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:34:39.8535277Z [ 69%] 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:34:39.8537296Z [ 69%] 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:34:39.8539239Z [ 69%] 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:34:39.8541390Z [ 70%] 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:34:39.8543904Z [ 70%] 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:34:39.8546209Z [ 70%] 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:34:39.8548493Z [ 70%] 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:34:39.8550669Z [ 70%] 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:34:39.8553186Z [ 70%] 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:34:39.8555587Z [ 70%] 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:34:39.8557744Z [ 70%] 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:34:39.8560101Z [ 70%] 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:34:39.8562594Z [ 70%] 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:34:39.8565168Z [ 70%] 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:34:39.8567661Z [ 70%] 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:34:39.8570684Z [ 70%] 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:34:39.8573692Z [ 70%] 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:34:39.8576304Z [ 70%] 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:34:39.8578729Z [ 70%] 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:34:39.8581471Z [ 70%] 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:34:39.8583760Z [ 70%] 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:34:39.8586303Z [ 70%] 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:34:39.8588613Z [ 70%] 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:34:39.8590969Z [ 70%] 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:34:39.8593427Z [ 71%] 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:34:39.8596035Z [ 71%] 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:34:39.8598591Z [ 71%] 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:34:39.8601211Z [ 71%] 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:34:39.8603758Z [ 71%] 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:34:39.8606409Z [ 71%] 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:34:39.8608897Z [ 71%] 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:34:39.8611568Z [ 71%] 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:34:39.8614301Z [ 71%] 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:34:39.8617031Z [ 71%] 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:34:39.8619869Z [ 71%] 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:34:39.8622759Z [ 71%] 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:34:39.8625530Z [ 71%] 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:34:39.8628311Z [ 71%] 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:34:39.8631241Z [ 71%] 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:34:39.8634135Z [ 71%] 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:34:39.8636970Z [ 71%] 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:34:39.8639791Z [ 71%] 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:34:39.8642759Z [ 71%] 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:34:40.8453926Z [ 71%] 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:34:40.8456788Z [ 71%] 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:34:40.8459827Z [ 72%] 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:34:40.8462694Z [ 72%] 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:34:40.8465535Z [ 72%] 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:34:40.8468323Z [ 72%] 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:34:40.8471244Z [ 72%] 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:34:40.8474424Z [ 72%] 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:34:40.8477201Z [ 72%] 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:34:40.8479997Z [ 72%] 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:34:40.8482925Z [ 72%] 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:34:40.8485701Z [ 72%] 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:34:40.8488775Z [ 72%] 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:34:40.8492016Z [ 72%] 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:34:40.8495218Z [ 72%] 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:34:40.8497961Z [ 72%] 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:34:40.8500486Z [ 72%] 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:34:40.8502901Z [ 72%] 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:34:40.8505354Z [ 72%] 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:34:40.8507873Z [ 72%] 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:34:40.8510312Z [ 72%] 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:34:40.8513138Z [ 72%] 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:34:40.8515618Z [ 72%] 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:34:40.8518785Z [ 73%] 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:34:40.8521636Z [ 73%] 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:34:40.8524562Z [ 73%] 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:34:40.8527494Z [ 73%] 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:34:40.8530418Z [ 73%] 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:34:40.8533545Z [ 73%] 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:34:40.8536489Z [ 73%] 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:34:40.8539334Z [ 73%] 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:34:40.8542256Z [ 73%] 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:34:40.8545201Z [ 73%] 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:34:40.8548188Z [ 73%] 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:34:40.8551292Z [ 73%] 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:34:40.8554210Z [ 73%] 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:34:40.8557063Z [ 73%] 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:34:40.8560103Z [ 73%] 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:34:40.8563216Z [ 73%] 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:34:40.8566415Z [ 73%] 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:34:40.8569360Z [ 73%] 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:34:40.8572391Z [ 73%] 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:34:40.8575440Z [ 73%] 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:34:40.8578603Z [ 73%] 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:34:40.8582025Z [ 74%] 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:34:40.8585068Z [ 74%] 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:34:40.8588054Z [ 74%] 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:34:40.8591177Z [ 74%] 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:34:40.8594209Z [ 74%] 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:34:40.8597773Z [ 74%] 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:34:41.9039795Z [ 74%] 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:34:41.9041343Z [ 74%] 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:34:41.9042680Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:34:41.9044007Z [ 74%] 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:34:41.9045383Z [ 74%] 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:34:41.9046787Z [ 74%] 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:34:41.9048187Z [ 74%] 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:34:41.9050702Z [ 74%] 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:34:41.9053644Z [ 74%] 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:34:41.9056296Z [ 74%] 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:34:41.9057706Z [ 74%] 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:34:41.9059133Z [ 74%] 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:34:41.9060601Z [ 74%] 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:34:41.9062073Z [ 74%] 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:34:41.9063560Z [ 74%] 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:34:41.9065491Z [ 75%] 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:34:41.9066991Z [ 75%] 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:34:41.9068399Z [ 75%] 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:34:41.9069840Z [ 75%] 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:34:41.9071418Z [ 75%] 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:34:41.9072798Z [ 75%] 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:34:41.9074087Z [ 75%] 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:34:41.9075489Z [ 75%] 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:34:41.9076794Z [ 75%] 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:34:41.9078084Z [ 75%] 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:34:41.9079371Z [ 75%] 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:34:41.9081198Z [ 75%] 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:34:41.9082508Z [ 75%] 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:34:41.9083821Z [ 75%] 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:34:41.9085193Z [ 75%] 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:34:41.9086703Z [ 75%] 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:34:41.9088802Z [ 75%] 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:34:41.9091204Z [ 75%] 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:34:41.9093774Z [ 75%] 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:34:41.9096564Z [ 75%] 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:34:41.9099272Z [ 75%] 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:34:41.9101999Z [ 76%] 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:34:41.9105032Z [ 76%] 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:34:41.9107847Z [ 76%] 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:34:41.9110518Z [ 76%] 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:34:41.9113298Z [ 76%] 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:34:41.9115920Z [ 76%] 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:34:41.9118404Z [ 76%] 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:34:41.9120651Z [ 76%] 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:34:41.9122322Z [ 76%] 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:34:41.9123714Z [ 76%] 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:34:41.9125075Z [ 76%] 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:34:41.9126442Z [ 76%] 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:34:41.9127860Z [ 76%] 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:34:41.9129313Z [ 76%] 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:34:41.9130748Z [ 76%] 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:34:41.9132106Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:34:41.9133423Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:34:42.9474301Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:34:42.9476671Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:34:42.9479110Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:34:42.9481878Z [ 76%] 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:34:42.9484485Z [ 76%] 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:34:42.9487110Z [ 77%] 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:34:42.9489566Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:34:42.9491606Z [ 77%] 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:34:42.9493065Z [ 77%] 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:34:42.9494393Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:34:42.9496283Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:34:42.9498630Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:34:42.9500354Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:34:42.9501670Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:34:42.9503080Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:34:42.9504492Z [ 77%] 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:34:42.9505990Z [ 77%] 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:34:42.9507531Z [ 77%] 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:34:42.9509059Z [ 77%] 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:34:42.9510565Z [ 77%] 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:34:42.9512141Z [ 77%] 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:34:42.9513551Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:34:42.9514954Z [ 77%] 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:34:42.9516385Z [ 77%] 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:34:42.9518129Z [ 77%] 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:34:42.9519627Z [ 77%] 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:34:42.9521646Z [ 78%] 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:34:42.9523766Z [ 78%] 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:34:42.9526286Z [ 78%] 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:34:42.9528929Z [ 78%] 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:34:42.9531984Z [ 78%] 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:34:42.9533689Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:34:42.9535213Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:34:42.9536672Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:34:42.9538118Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:34:42.9539496Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:34:42.9540723Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:34:42.9542066Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:34:42.9543295Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:34:42.9544527Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:34:42.9545760Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:34:42.9546993Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:34:42.9548381Z [ 78%] 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:34:42.9549893Z [ 78%] 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:34:42.9551496Z [ 78%] 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:34:42.9553396Z [ 78%] 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:34:42.9555338Z [ 78%] 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:34:42.9556697Z [ 79%] 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:34:42.9558095Z [ 79%] 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:34:42.9559420Z [ 79%] 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:34:42.9560718Z [ 79%] 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:34:42.9562106Z [ 79%] 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:34:42.9563651Z [ 79%] 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:34:42.9565067Z [ 79%] 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:34:48.6185931Z [ 79%] 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:34:48.6187517Z [ 79%] 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:34:48.6189022Z [ 79%] 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:34:48.6190559Z [ 79%] 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:34:48.6192093Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:34:48.6193533Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:34:48.6194780Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:34:48.6196000Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:34:48.6197228Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:34:48.6198448Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:34:48.6199676Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:34:48.6200877Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:34:48.6201607Z [ 79%] Built target optimized_kernels 2025-03-21T20:34:48.6202477Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:34:48.6203426Z [ 79%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:34:48.6204403Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:34:48.6205659Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:34:48.6207041Z [ 80%] 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:34:48.6208297Z [ 80%] 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:34:48.6209685Z [ 80%] 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:34:48.6211018Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:34:48.6212239Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:34:48.6213485Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:34:48.6214864Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:34:48.6216116Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:34:48.6216973Z [ 80%] Generating code for kernel registration 2025-03-21T20:34:48.6217869Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:34:48.6219125Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:34:48.6220390Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:34:48.6221571Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:34:48.6222394Z [ 80%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:34:48.6223403Z [ 80%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:34:48.6224428Z [ 81%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:34:48.6224949Z [ 81%] Built target optimized_ops_lib 2025-03-21T20:34:48.6225378Z [ 81%] Built target microkernels-prod 2025-03-21T20:34:48.6225801Z [ 81%] Generating build_identifier.c 2025-03-21T20:34:48.6226629Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:34:48.6227759Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:34:48.6228934Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:34:48.6230067Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:34:48.6231272Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:34:48.6232441Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:34:48.6233568Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:34:48.6234754Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:34:48.6235880Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:34:48.6237014Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:34:48.6238238Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:34:48.6239385Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:34:48.6240501Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:34:48.6241613Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:34:48.6242724Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:34:48.6243946Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:34:48.6245244Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:34:48.6246321Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:34:48.6247394Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:34:48.6248499Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:34:48.6249674Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:34:48.6250829Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:34:48.6251947Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:34:48.6253060Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:34:48.6254404Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:34:48.6255495Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:34:48.6256576Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:34:48.6257571Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:34:48.6258503Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:34:48.6259482Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:35:02.4909386Z [ 82%] Linking CXX static library libXNNPACK.a 2025-03-21T20:35:02.4910124Z [ 82%] Built target XNNPACK 2025-03-21T20:35:02.4911403Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:35:02.4913223Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:35:02.4915072Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:35:02.4916963Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:35:02.4918928Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:35:02.4920940Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:35:02.4922377Z [ 82%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:35:02.4923133Z [ 82%] Built target portable_kernels 2025-03-21T20:35:02.4924891Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:35:02.4926423Z [ 82%] Built target xnnpack_backend 2025-03-21T20:35:02.4928112Z [ 82%] Building CXX object backends/xnnpack/test/CMakeFiles/backends_xnnpack_test.dir/__/__/__/extension/threadpool/test/threadpool_test.cpp.o 2025-03-21T20:35:02.4930225Z [ 82%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fallback.cpp.o 2025-03-21T20:35:02.4932165Z [ 82%] Building CXX object backends/xnnpack/test/CMakeFiles/backends_xnnpack_test.dir/runtime/test_xnnexecutor.cpp.o 2025-03-21T20:35:02.4934565Z [ 82%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:35:02.4936362Z [ 82%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2025-03-21T20:35:02.4938577Z [ 82%] Building CXX object backends/xnnpack/test/CMakeFiles/backends_xnnpack_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:02.4940768Z [ 82%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_update_cache.cpp.o 2025-03-21T20:35:02.4942146Z [ 82%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:35:02.4943775Z [ 82%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:35:02.4945858Z [ 82%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T20:35:02.4947107Z [ 82%] Built target portable_ops_lib 2025-03-21T20:35:02.4948432Z [ 82%] Building CXX object extension/module/test/CMakeFiles/extension_module_test.dir/module_test.cpp.o 2025-03-21T20:35:02.4950758Z [ 82%] Building CXX object extension/module/test/CMakeFiles/extension_module_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:02.4953323Z [ 82%] Building CXX object extension/runner_util/test/CMakeFiles/extension_runner_util_test.dir/inputs_test.cpp.o 2025-03-21T20:35:02.4955683Z [ 82%] Building CXX object kernels/portable/cpu/util/test/CMakeFiles/kernels_portable_cpu_util_test.dir/broadcast_indexes_range_test.cpp.o 2025-03-21T20:35:02.4957417Z [ 82%] Linking CXX executable backends_xnnpack_test 2025-03-21T20:35:02.4959103Z [ 82%] Building CXX object kernels/portable/cpu/util/test/CMakeFiles/kernels_portable_cpu_util_test.dir/broadcast_test.cpp.o 2025-03-21T20:35:02.4961707Z [ 82%] Building CXX object extension/runner_util/test/CMakeFiles/extension_runner_util_test.dir/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:02.4963498Z [ 82%] Linking CXX static library libcustom_ops.a 2025-03-21T20:35:02.4965160Z [ 82%] Building CXX object kernels/portable/cpu/util/test/CMakeFiles/kernels_portable_cpu_util_test.dir/reduce_test.cpp.o 2025-03-21T20:35:02.4967887Z [ 82%] Building CXX object kernels/portable/cpu/util/test/CMakeFiles/kernels_portable_cpu_util_test.dir/__/__/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:02.4969823Z [ 82%] Linking CXX executable extension_module_test 2025-03-21T20:35:02.4970828Z [ 82%] Linking CXX executable extension_runner_util_test 2025-03-21T20:35:02.4972366Z [ 82%] Building CXX object runtime/executor/test/CMakeFiles/runtime_executor_test.dir/executor_test.cpp.o 2025-03-21T20:35:02.4974607Z [ 82%] Building CXX object runtime/executor/test/CMakeFiles/runtime_executor_test.dir/__/__/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:02.4976809Z /pytorch/executorch/kernels/portable/cpu/util/test/reduce_test.cpp:473:39: warning: expression result unused [-Wunused-value] 2025-03-21T20:35:02.4978196Z _apply_over_dim_list(in, dim_list), ""; 2025-03-21T20:35:02.4978790Z ^~ 2025-03-21T20:35:02.4979338Z 1 warning generated. 2025-03-21T20:35:02.4980861Z [ 82%] Building CXX object runtime/executor/test/CMakeFiles/allocation_failure_stress_test.dir/allocation_failure_stress_test.cpp.o 2025-03-21T20:35:02.4982492Z [ 82%] Linking CXX executable kernels_portable_cpu_util_test 2025-03-21T20:35:02.4984354Z [ 82%] Building CXX object runtime/executor/test/CMakeFiles/allocation_failure_stress_test.dir/__/__/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:02.4985753Z [ 82%] Built target custom_ops 2025-03-21T20:35:02.4986845Z [ 82%] Building CXX object runtime/executor/test/CMakeFiles/method_test.dir/method_test.cpp.o 2025-03-21T20:35:02.4988253Z [ 82%] Linking CXX executable runtime_executor_test 2025-03-21T20:35:02.4989873Z [ 82%] Building CXX object runtime/executor/test/CMakeFiles/method_test.dir/__/__/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:02.4991563Z [ 82%] Linking CXX executable allocation_failure_stress_test 2025-03-21T20:35:02.4993180Z [ 82%] Building CXX object runtime/executor/test/CMakeFiles/tensor_parser_test.dir/tensor_parser_test.cpp.o 2025-03-21T20:35:02.4994534Z [ 82%] Linking CXX executable method_test 2025-03-21T20:35:02.4996185Z [ 82%] Building CXX object runtime/executor/test/CMakeFiles/tensor_parser_test.dir/__/__/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:02.4997843Z [ 82%] Linking CXX executable tensor_parser_test 2025-03-21T20:35:02.4998657Z [ 82%] Built target optimized_portable_kernels 2025-03-21T20:35:02.4999466Z [ 82%] Merging kernel yaml files 2025-03-21T20:35:02.5000552Z [ 82%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:35:02.5001731Z [ 82%] Generating code for kernel registration 2025-03-21T20:35:02.5002538Z [ 82%] Built target backends_xnnpack_test 2025-03-21T20:35:02.5004715Z [ 82%] Building CXX object extension/llm/custom_ops/spinquant/test/CMakeFiles/extension_llm_custom_ops_spinquant_test.dir/fast_hadamard_transform_test.cpp.o 2025-03-21T20:35:02.5007695Z [ 82%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:35:02.5010650Z [ 82%] Building CXX object extension/llm/custom_ops/spinquant/test/CMakeFiles/extension_llm_custom_ops_spinquant_test.dir/fast_hadamard_transform_test_impl.cpp.o 2025-03-21T20:35:02.5013289Z [ 83%] Building CXX object extension/llm/custom_ops/spinquant/test/CMakeFiles/extension_llm_custom_ops_spinquant_test.dir/op_fast_hadamard_transform_test.cpp.o 2025-03-21T20:35:02.5014820Z [ 83%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:35:02.5015490Z [ 83%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:35:02.5017277Z [ 83%] Building CXX object extension/llm/custom_ops/spinquant/test/CMakeFiles/extension_llm_custom_ops_spinquant_test.dir/__/__/__/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:02.5019425Z [ 83%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:35:02.5020721Z [ 83%] Linking CXX executable extension_llm_custom_ops_spinquant_test 2025-03-21T20:35:02.5022002Z [ 83%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:35:02.5023485Z [ 83%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:35:02.5025015Z [ 83%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:35:02.5026741Z [ 83%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:35:02.5028650Z [ 83%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:35:02.5029885Z [ 83%] Linking CXX executable executor_runner 2025-03-21T20:35:02.5030625Z [ 83%] Built target extension_runner_util_test 2025-03-21T20:35:02.5031393Z [ 83%] Built target runtime_executor_test 2025-03-21T20:35:02.5033011Z [ 83%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:35:02.5035356Z [ 83%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:35:02.5037776Z [ 83%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:35:02.5040000Z [ 83%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:35:02.5041487Z [ 83%] Built target kernels_portable_cpu_util_test 2025-03-21T20:35:05.8259921Z [ 83%] Built target extension_module_test 2025-03-21T20:35:05.8261942Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner_lib.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:35:05.8264416Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:35:05.8265788Z [ 84%] Built target allocation_failure_stress_test 2025-03-21T20:35:05.8267385Z [ 84%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:35:05.8270710Z [ 84%] Generating include/portable/executorch/kernels/portable/Functions.h, include/portable/executorch/kernels/portable/NativeFunctions.h, include/portable/executorch/kernels/portable/RegisterKernels.h 2025-03-21T20:35:05.8274235Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner_lib.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:35:05.8276763Z [ 84%] Generating /pytorch/executorch/cmake-out/kernels/test/include/portable/executorch/kernels/test/supported_features.cpp and header 2025-03-21T20:35:05.8279139Z [ 84%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2025-03-21T20:35:05.8281522Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2025-03-21T20:35:05.8284019Z /pytorch/executorch/kernels/test/gen_supported_features.py:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-21T20:35:05.8285736Z import pkg_resources 2025-03-21T20:35:05.8287219Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:35:05.8289979Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner_lib.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:35:05.8292565Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner.dir/__/__/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:35:05.8295298Z /pytorch/executorch/kernels/test/gen_supported_features.py:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-21T20:35:05.8297151Z import pkg_resources 2025-03-21T20:35:05.8298727Z [ 84%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:35:05.8302204Z [ 84%] Generating include/optimized/executorch/kernels/optimized/Functions.h, include/optimized/executorch/kernels/optimized/NativeFunctions.h, include/optimized/executorch/kernels/optimized/RegisterKernels.h 2025-03-21T20:35:05.8305475Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner_lib.dir/__/__/extension/runner_util/inputs.cpp.o 2025-03-21T20:35:05.8308136Z [ 84%] Generating /pytorch/executorch/cmake-out/kernels/test/include/optimized/executorch/kernels/test/supported_features.cpp and header 2025-03-21T20:35:05.8310882Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner_lib.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:35:05.8312371Z [ 84%] Built target method_test 2025-03-21T20:35:05.8314079Z [ 84%] Building CXX object backends/vulkan/CMakeFiles/vulkan_executor_runner_lib.dir/__/__/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:35:05.8317937Z /pytorch/executorch/kernels/test/gen_supported_features.py:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-21T20:35:05.8319663Z import pkg_resources 2025-03-21T20:35:05.8320484Z [ 84%] Linking CXX executable vulkan_executor_runner 2025-03-21T20:35:05.8321425Z [ 84%] Linking CXX executable xnn_executor_runner 2025-03-21T20:35:05.8324138Z [ 84%] Generating include/quantized/executorch/kernels/quantized/Functions.h, include/quantized/executorch/kernels/quantized/NativeFunctions.h, include/quantized/executorch/kernels/quantized/RegisterKernels.h 2025-03-21T20:35:05.8327557Z [ 84%] Generating /pytorch/executorch/cmake-out/kernels/test/include/quantized/executorch/kernels/test/supported_features.cpp and header 2025-03-21T20:35:05.8329115Z [ 84%] Built target tensor_parser_test 2025-03-21T20:35:05.8330069Z [ 84%] Linking CXX static library libvulkan_executor_runner_lib.a 2025-03-21T20:35:05.8332050Z /pytorch/executorch/kernels/test/gen_supported_features.py:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-21T20:35:05.8333973Z import pkg_resources 2025-03-21T20:35:05.8335631Z /pytorch/executorch/kernels/test/gen_supported_features.py:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-21T20:35:05.8337365Z import pkg_resources 2025-03-21T20:35:05.8338912Z [ 84%] Generating /pytorch/executorch/cmake-out/kernels/test/include/portable/executorch/kernels/test/FunctionHeaderWrapper.h 2025-03-21T20:35:05.8341360Z [ 85%] Generating /pytorch/executorch/cmake-out/kernels/test/include/optimized/executorch/kernels/test/FunctionHeaderWrapper.h 2025-03-21T20:35:05.8343877Z [ 85%] Generating /pytorch/executorch/cmake-out/kernels/test/include/quantized/executorch/kernels/test/FunctionHeaderWrapper.h 2025-03-21T20:35:05.8345339Z [ 85%] Built target vulkan_executor_runner_lib 2025-03-21T20:35:05.8347134Z /pytorch/executorch/kernels/test/gen_supported_features.py:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-21T20:35:05.8348863Z import pkg_resources 2025-03-21T20:35:05.8349464Z [ 85%] Built target extension_llm_custom_ops_spinquant_test 2025-03-21T20:35:05.8370804Z [ 85%] Built target generate_wrapper 2025-03-21T20:35:05.8372390Z [ 85%] Building CXX object kernels/test/CMakeFiles/quantized_kernels_test.dir/__/quantized/test/op_add_test.cpp.o 2025-03-21T20:35:05.8374593Z [ 85%] Building CXX object kernels/test/CMakeFiles/quantized_kernels_test.dir/__/quantized/test/op_choose_qparams_test.cpp.o 2025-03-21T20:35:05.8376827Z [ 85%] Building CXX object kernels/test/CMakeFiles/quantized_kernels_test.dir/__/quantized/test/op_embedding4b_test.cpp.o 2025-03-21T20:35:05.8379081Z [ 85%] Building CXX object kernels/test/CMakeFiles/quantized_kernels_test.dir/__/quantized/test/op_embedding2b_test.cpp.o 2025-03-21T20:35:05.8381291Z [ 85%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/BinaryLogicalOpTest.cpp.o 2025-03-21T20:35:05.8383114Z [ 85%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_add_test.cpp.o 2025-03-21T20:35:05.8385072Z [ 85%] Building CXX object kernels/test/CMakeFiles/quantized_kernels_test.dir/__/quantized/test/op_embedding_test.cpp.o 2025-03-21T20:35:05.8387282Z [ 85%] Building CXX object kernels/test/CMakeFiles/quantized_kernels_test.dir/__/quantized/test/op_mixed_linear_test.cpp.o 2025-03-21T20:35:05.8389483Z [ 85%] Building CXX object kernels/test/CMakeFiles/quantized_kernels_test.dir/__/quantized/test/op_mixed_mm_test.cpp.o 2025-03-21T20:35:05.8391943Z [ 86%] Building CXX object kernels/test/CMakeFiles/quantized_kernels_test.dir/__/quantized/test/op_quantize_test.cpp.o 2025-03-21T20:35:05.8393892Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_bmm_test.cpp.o 2025-03-21T20:35:05.8395621Z [ 86%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_abs_test.cpp.o 2025-03-21T20:35:05.8397766Z [ 86%] Building CXX object kernels/test/CMakeFiles/quantized_kernels_test.dir/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:05.8399684Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_div_test.cpp.o 2025-03-21T20:35:05.8401360Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_exp_test.cpp.o 2025-03-21T20:35:05.8403069Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_fft_r2c_test.cpp.o 2025-03-21T20:35:05.8404803Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_gelu_test.cpp.o 2025-03-21T20:35:05.8406514Z [ 86%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_acos_test.cpp.o 2025-03-21T20:35:05.8407829Z [ 86%] Linking CXX executable quantized_kernels_test 2025-03-21T20:35:05.8409367Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_le_test.cpp.o 2025-03-21T20:35:05.8411122Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_linear_test.cpp.o 2025-03-21T20:35:05.8412945Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_log_softmax_test.cpp.o 2025-03-21T20:35:05.8414706Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_mm_test.cpp.o 2025-03-21T20:35:05.8416407Z [ 86%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_acosh_test.cpp.o 2025-03-21T20:35:05.8418142Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_mul_test.cpp.o 2025-03-21T20:35:05.8419981Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_native_layer_norm_test.cpp.o 2025-03-21T20:35:11.2759882Z /pytorch/executorch/kernels/test/op_linear_test.cpp:55:39: warning: implicit conversion from 'int' to 'executorch::runtime::testing::TensorFactory::ctype' (aka 'signed char') changes value from 192 to -64 [-Wconstant-conversion] 2025-03-21T20:35:11.2762299Z Tensor expected = tf.full({3, 5}, 192); 2025-03-21T20:35:11.2762899Z ~~~~ ^~~ 2025-03-21T20:35:11.2764870Z /pytorch/executorch/kernels/test/op_linear_test.cpp:84:29: note: in instantiation of function template specialization 'OpLinearOutTest::test_dtype' requested here 2025-03-21T20:35:11.2766881Z ET_FORALL_REALHBF16_TYPES(TEST_ENTRY); 2025-03-21T20:35:11.2767477Z ^ 2025-03-21T20:35:11.2767984Z 1 warning generated. 2025-03-21T20:35:11.2769334Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_neg_test.cpp.o 2025-03-21T20:35:11.2771064Z [ 86%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_sub_test.cpp.o 2025-03-21T20:35:11.2772718Z [ 86%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_add_test.cpp.o 2025-03-21T20:35:11.2774412Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_where_test.cpp.o 2025-03-21T20:35:11.2776422Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/UnaryUfuncRealHBBF16ToFloatHBF16Test.cpp.o 2025-03-21T20:35:11.2778849Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/include/optimized/executorch/kernels/test/supported_features.cpp.o 2025-03-21T20:35:11.2781612Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/BinaryLogicalOpTest.cpp.o 2025-03-21T20:35:11.2783357Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_addmm_test.cpp.o 2025-03-21T20:35:11.2785059Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_abs_test.cpp.o 2025-03-21T20:35:11.2786736Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_acos_test.cpp.o 2025-03-21T20:35:11.2788434Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_acosh_test.cpp.o 2025-03-21T20:35:11.2790105Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_addmm_test.cpp.o 2025-03-21T20:35:11.2791981Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_alias_copy_test.cpp.o 2025-03-21T20:35:11.2793761Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_amax_test.cpp.o 2025-03-21T20:35:11.2795597Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_alias_copy_test.cpp.o 2025-03-21T20:35:11.2797425Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_amax_test.cpp.o 2025-03-21T20:35:11.2799428Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_amin_test.cpp.o 2025-03-21T20:35:11.2801210Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_amin_test.cpp.o 2025-03-21T20:35:11.2802964Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_any_test.cpp.o 2025-03-21T20:35:11.2804744Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_arange_test.cpp.o 2025-03-21T20:35:11.2806506Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_any_test.cpp.o 2025-03-21T20:35:11.2808307Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_arange_test.cpp.o 2025-03-21T20:35:11.2810117Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_argmax_test.cpp.o 2025-03-21T20:35:11.2811923Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_argmin_test.cpp.o 2025-03-21T20:35:11.2813809Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_as_strided_copy_test.cpp.o 2025-03-21T20:35:11.2815672Z [ 87%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_asin_test.cpp.o 2025-03-21T20:35:11.2817452Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_argmax_test.cpp.o 2025-03-21T20:35:11.2819278Z [ 87%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_argmin_test.cpp.o 2025-03-21T20:35:11.2821075Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_asinh_test.cpp.o 2025-03-21T20:35:11.2822871Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_atan_test.cpp.o 2025-03-21T20:35:11.2824645Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_atan2_test.cpp.o 2025-03-21T20:35:11.2826546Z [ 88%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_as_strided_copy_test.cpp.o 2025-03-21T20:35:11.2828422Z [ 88%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_asin_test.cpp.o 2025-03-21T20:35:11.2830185Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_atanh_test.cpp.o 2025-03-21T20:35:11.2832114Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_avg_pool2d_test.cpp.o 2025-03-21T20:35:11.2834002Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_bitwise_and_test.cpp.o 2025-03-21T20:35:11.2836063Z [ 88%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_asinh_test.cpp.o 2025-03-21T20:35:11.2837910Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_bitwise_not_test.cpp.o 2025-03-21T20:35:11.2839753Z [ 88%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_atan_test.cpp.o 2025-03-21T20:35:11.2841578Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_bitwise_or_test.cpp.o 2025-03-21T20:35:11.2843441Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_bitwise_xor_test.cpp.o 2025-03-21T20:35:11.2845244Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_bmm_test.cpp.o 2025-03-21T20:35:11.2846984Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_cat_test.cpp.o 2025-03-21T20:35:11.2848765Z [ 88%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_atan2_test.cpp.o 2025-03-21T20:35:11.2850647Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_cdist_forward_test.cpp.o 2025-03-21T20:35:11.2852487Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_ceil_test.cpp.o 2025-03-21T20:35:11.2854392Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_clamp_test.cpp.o 2025-03-21T20:35:11.2856162Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_clone_test.cpp.o 2025-03-21T20:35:11.2857948Z [ 88%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_atanh_test.cpp.o 2025-03-21T20:35:11.2859800Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_constant_pad_nd_test.cpp.o 2025-03-21T20:35:11.2861828Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_convolution_backward_test.cpp.o 2025-03-21T20:35:11.2863740Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_copy_test.cpp.o 2025-03-21T20:35:11.2865575Z [ 88%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_convolution_test.cpp.o 2025-03-21T20:35:11.2867466Z [ 89%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_avg_pool2d_test.cpp.o 2025-03-21T20:35:11.2869265Z [ 89%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_cos_test.cpp.o 2025-03-21T20:35:11.2871091Z [ 89%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_cosh_test.cpp.o 2025-03-21T20:35:11.2872865Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_cumsum_test.cpp.o 2025-03-21T20:35:11.2874704Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_detach_copy_test.cpp.o 2025-03-21T20:35:11.2876635Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_diagonal_copy_test.cpp.o 2025-03-21T20:35:11.2878551Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_bitwise_and_test.cpp.o 2025-03-21T20:35:11.2880523Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_div_test.cpp.o 2025-03-21T20:35:11.2882342Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_embedding_test.cpp.o 2025-03-21T20:35:11.2884162Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_empty_test.cpp.o 2025-03-21T20:35:11.2885907Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_eq_test.cpp.o 2025-03-21T20:35:11.2887711Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_bitwise_not_test.cpp.o 2025-03-21T20:35:11.2889532Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_erf_test.cpp.o 2025-03-21T20:35:11.2891488Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_exp_test.cpp.o 2025-03-21T20:35:11.2893293Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_expand_copy_test.cpp.o 2025-03-21T20:35:17.4203102Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_expm1_test.cpp.o 2025-03-21T20:35:17.4204880Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_bitwise_or_test.cpp.o 2025-03-21T20:35:17.4206560Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_fill_test.cpp.o 2025-03-21T20:35:17.4208288Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_flip_test.cpp.o 2025-03-21T20:35:17.4210110Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_floor_divide_test.cpp.o 2025-03-21T20:35:17.4211922Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_bitwise_xor_test.cpp.o 2025-03-21T20:35:17.4213747Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_floor_test.cpp.o 2025-03-21T20:35:17.4215455Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_cat_test.cpp.o 2025-03-21T20:35:17.4217481Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_fmod_test.cpp.o 2025-03-21T20:35:17.4219347Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_cdist_forward_test.cpp.o 2025-03-21T20:35:17.4221172Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_ceil_test.cpp.o 2025-03-21T20:35:17.4222973Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_full_like_test.cpp.o 2025-03-21T20:35:17.4224803Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_clamp_test.cpp.o 2025-03-21T20:35:17.4226600Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_full_test.cpp.o 2025-03-21T20:35:17.4228254Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_clone_test.cpp.o 2025-03-21T20:35:17.4230134Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_constant_pad_nd_test.cpp.o 2025-03-21T20:35:17.4232049Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_gather_test.cpp.o 2025-03-21T20:35:17.4233733Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_ge_test.cpp.o 2025-03-21T20:35:17.4235613Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_convolution_backward_test.cpp.o 2025-03-21T20:35:17.4237589Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_convolution_test.cpp.o 2025-03-21T20:35:17.4239423Z [ 90%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_copy_test.cpp.o 2025-03-21T20:35:17.4241109Z [ 90%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_gelu_test.cpp.o 2025-03-21T20:35:17.4242889Z [ 91%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_glu_test.cpp.o 2025-03-21T20:35:17.4244647Z [ 91%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_cos_test.cpp.o 2025-03-21T20:35:17.4246388Z [ 91%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_cosh_test.cpp.o 2025-03-21T20:35:17.4248207Z [ 91%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_cumsum_test.cpp.o 2025-03-21T20:35:17.4250055Z [ 91%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_detach_copy_test.cpp.o 2025-03-21T20:35:17.4251952Z [ 91%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_diagonal_copy_test.cpp.o 2025-03-21T20:35:17.4254014Z [ 91%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_gt_test.cpp.o 2025-03-21T20:35:17.4255814Z [ 91%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_embedding_test.cpp.o 2025-03-21T20:35:17.4257624Z [ 91%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_empty_test.cpp.o 2025-03-21T20:35:17.4259329Z [ 91%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_hardtanh_test.cpp.o 2025-03-21T20:35:17.4261073Z [ 91%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_index_put_test.cpp.o 2025-03-21T20:35:17.4262776Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_eq_test.cpp.o 2025-03-21T20:35:17.4264447Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_erf_test.cpp.o 2025-03-21T20:35:17.4266235Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_expand_copy_test.cpp.o 2025-03-21T20:35:17.4268040Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_expm1_test.cpp.o 2025-03-21T20:35:17.4270054Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_index_select_test.cpp.o 2025-03-21T20:35:17.4272023Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_fill_test.cpp.o 2025-03-21T20:35:17.4273756Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_flip_test.cpp.o 2025-03-21T20:35:17.4275618Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_floor_divide_test.cpp.o 2025-03-21T20:35:17.4277397Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_floor_test.cpp.o 2025-03-21T20:35:17.4279222Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_index_test.cpp.o 2025-03-21T20:35:17.4281177Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_fmod_test.cpp.o 2025-03-21T20:35:17.4282954Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_isinf_test.cpp.o 2025-03-21T20:35:17.4284721Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_isnan_test.cpp.o 2025-03-21T20:35:17.4286537Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_full_like_test.cpp.o 2025-03-21T20:35:17.4288284Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_le_test.cpp.o 2025-03-21T20:35:17.4290040Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_full_test.cpp.o 2025-03-21T20:35:17.4291866Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_leaky_relu_test.cpp.o 2025-03-21T20:35:17.4293707Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_gather_test.cpp.o 2025-03-21T20:35:17.4295576Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_lift_fresh_copy_test.cpp.o 2025-03-21T20:35:17.4297515Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_log_softmax_test.cpp.o 2025-03-21T20:35:17.4299320Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_ge_test.cpp.o 2025-03-21T20:35:17.4301047Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_log_test.cpp.o 2025-03-21T20:35:17.4302789Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_glu_test.cpp.o 2025-03-21T20:35:17.4304533Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_log10_test.cpp.o 2025-03-21T20:35:17.4306300Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_log1p_test.cpp.o 2025-03-21T20:35:17.4308314Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_gt_test.cpp.o 2025-03-21T20:35:17.4310061Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_log2_test.cpp.o 2025-03-21T20:35:17.4311982Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_logical_and_test.cpp.o 2025-03-21T20:35:17.4313827Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_hardtanh_test.cpp.o 2025-03-21T20:35:17.4315696Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_logical_not_test.cpp.o 2025-03-21T20:35:17.4317562Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_index_put_test.cpp.o 2025-03-21T20:35:17.4319406Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_logical_or_test.cpp.o 2025-03-21T20:35:17.4321267Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_logical_xor_test.cpp.o 2025-03-21T20:35:17.4323075Z [ 92%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_logit_test.cpp.o 2025-03-21T20:35:17.4325084Z [ 92%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_index_select_test.cpp.o 2025-03-21T20:35:17.4326887Z [ 93%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_lt_test.cpp.o 2025-03-21T20:35:17.4328631Z [ 93%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_index_test.cpp.o 2025-03-21T20:35:17.4329767Z [ 93%] Built target quantized_kernels_test 2025-03-21T20:35:17.4331067Z [ 93%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_isinf_test.cpp.o 2025-03-21T20:35:17.4332898Z [ 93%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_masked_fill_test.cpp.o 2025-03-21T20:35:17.4334737Z [ 93%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_isnan_test.cpp.o 2025-03-21T20:35:17.4336460Z [ 93%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_max_test.cpp.o 2025-03-21T20:35:17.4338145Z [ 93%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_leaky_relu_test.cpp.o 2025-03-21T20:35:22.6502528Z [ 93%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_max_pool2d_with_indices_test.cpp.o 2025-03-21T20:35:22.6504536Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_lift_fresh_copy_test.cpp.o 2025-03-21T20:35:22.6506364Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_mean_test.cpp.o 2025-03-21T20:35:22.6508019Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_maximum_test.cpp.o 2025-03-21T20:35:22.6509711Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_min_test.cpp.o 2025-03-21T20:35:22.6511374Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_minimum_test.cpp.o 2025-03-21T20:35:22.6512862Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_log_test.cpp.o 2025-03-21T20:35:22.6514420Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_log10_test.cpp.o 2025-03-21T20:35:22.6515955Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_mm_test.cpp.o 2025-03-21T20:35:22.6517471Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_mul_test.cpp.o 2025-03-21T20:35:22.6518954Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_pow_test.cpp.o 2025-03-21T20:35:22.6520641Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_native_batch_norm_test.cpp.o 2025-03-21T20:35:22.6522729Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_log1p_test.cpp.o 2025-03-21T20:35:22.6524234Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_log2_test.cpp.o 2025-03-21T20:35:22.6525963Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_native_layer_norm_test.cpp.o 2025-03-21T20:35:22.6527749Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_native_group_norm_test.cpp.o 2025-03-21T20:35:22.6529409Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_logical_and_test.cpp.o 2025-03-21T20:35:22.6531130Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_logical_not_test.cpp.o 2025-03-21T20:35:22.6532732Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_ne_test.cpp.o 2025-03-21T20:35:22.6534247Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_logical_or_test.cpp.o 2025-03-21T20:35:22.6535881Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_neg_test.cpp.o 2025-03-21T20:35:22.6537737Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_nonzero_test.cpp.o 2025-03-21T20:35:22.6539373Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_logical_xor_test.cpp.o 2025-03-21T20:35:22.6540936Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_logit_test.cpp.o 2025-03-21T20:35:22.6542553Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_ones_test.cpp.o 2025-03-21T20:35:22.6544126Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_lt_test.cpp.o 2025-03-21T20:35:22.6545675Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_pdist_forward_test.cpp.o 2025-03-21T20:35:22.6547412Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_masked_fill_test.cpp.o 2025-03-21T20:35:22.6549125Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_permute_copy_test.cpp.o 2025-03-21T20:35:22.6550771Z [ 94%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_pixel_shuffle_test.cpp.o 2025-03-21T20:35:22.6631165Z [ 94%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_max_test.cpp.o 2025-03-21T20:35:22.6633103Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_prod_test.cpp.o 2025-03-21T20:35:22.6635076Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_reciprocal_test.cpp.o 2025-03-21T20:35:22.6637205Z [ 95%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_max_pool2d_with_indices_test.cpp.o 2025-03-21T20:35:22.6639103Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_relu_test.cpp.o 2025-03-21T20:35:22.6641027Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_remainder_test.cpp.o 2025-03-21T20:35:22.6642962Z [ 95%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_maximum_test.cpp.o 2025-03-21T20:35:22.6644935Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_repeat_test.cpp.o 2025-03-21T20:35:22.6646971Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_reflection_pad1d_test.cpp.o 2025-03-21T20:35:22.6649035Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_reflection_pad2d_test.cpp.o 2025-03-21T20:35:22.6650963Z [ 95%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_mean_test.cpp.o 2025-03-21T20:35:22.6653144Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_reflection_pad3d_test.cpp.o 2025-03-21T20:35:22.6655767Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_replication_pad1d_test.cpp.o 2025-03-21T20:35:22.6657772Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_replication_pad2d_test.cpp.o 2025-03-21T20:35:22.6659727Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_replication_pad3d_test.cpp.o 2025-03-21T20:35:22.6661478Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_roll_test.cpp.o 2025-03-21T20:35:22.6662911Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_rsqrt_test.cpp.o 2025-03-21T20:35:22.6664151Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_round_test.cpp.o 2025-03-21T20:35:22.6665874Z [ 95%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_min_test.cpp.o 2025-03-21T20:35:22.6667613Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_rsub_test.cpp.o 2025-03-21T20:35:22.6669471Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_scalar_tensor_test.cpp.o 2025-03-21T20:35:22.6671668Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_scatter_test.cpp.o 2025-03-21T20:35:22.6673615Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_select_scatter_test.cpp.o 2025-03-21T20:35:22.6675544Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_scatter_add_test.cpp.o 2025-03-21T20:35:22.6677466Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_select_copy_test.cpp.o 2025-03-21T20:35:22.6679354Z [ 95%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_minimum_test.cpp.o 2025-03-21T20:35:22.6681561Z [ 95%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_sigmoid_test.cpp.o 2025-03-21T20:35:22.6683203Z [ 96%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_sign_test.cpp.o 2025-03-21T20:35:22.6684836Z [ 96%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_sin_test.cpp.o 2025-03-21T20:35:22.6688496Z [ 96%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_pow_test.cpp.o 2025-03-21T20:35:22.6690313Z [ 96%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_native_group_norm_test.cpp.o 2025-03-21T20:35:22.6692185Z [ 96%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_native_batch_norm_test.cpp.o 2025-03-21T20:35:22.6694003Z [ 96%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_sinh_test.cpp.o 2025-03-21T20:35:22.6695692Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_ne_test.cpp.o 2025-03-21T20:35:22.6697454Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_slice_scatter_test.cpp.o 2025-03-21T20:35:22.6699286Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_softmax_test.cpp.o 2025-03-21T20:35:22.6701016Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_slice_copy_test.cpp.o 2025-03-21T20:35:22.6702792Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_nonzero_test.cpp.o 2025-03-21T20:35:22.6704537Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_split_copy_test.cpp.o 2025-03-21T20:35:22.6706300Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_ones_test.cpp.o 2025-03-21T20:35:22.6708263Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_split_with_sizes_copy_test.cpp.o 2025-03-21T20:35:22.6710357Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_sqrt_test.cpp.o 2025-03-21T20:35:22.6712326Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_pdist_forward_test.cpp.o 2025-03-21T20:35:22.6714553Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_squeeze_copy_test.cpp.o 2025-03-21T20:35:26.6008721Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_permute_copy_test.cpp.o 2025-03-21T20:35:26.6010634Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_stack_test.cpp.o 2025-03-21T20:35:26.6012440Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_pixel_shuffle_test.cpp.o 2025-03-21T20:35:26.6014262Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_prod_test.cpp.o 2025-03-21T20:35:26.6016089Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_reciprocal_test.cpp.o 2025-03-21T20:35:26.6017913Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_sub_test.cpp.o 2025-03-21T20:35:26.6019964Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_relu_test.cpp.o 2025-03-21T20:35:26.6021732Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_sum_test.cpp.o 2025-03-21T20:35:26.6023550Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_remainder_test.cpp.o 2025-03-21T20:35:26.6024720Z [ 97%] Built target executor_runner 2025-03-21T20:35:26.6025987Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_repeat_test.cpp.o 2025-03-21T20:35:26.6027906Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_reflection_pad1d_test.cpp.o 2025-03-21T20:35:26.6029800Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_t_copy_test.cpp.o 2025-03-21T20:35:26.6031706Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_reflection_pad2d_test.cpp.o 2025-03-21T20:35:26.6033665Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_reflection_pad3d_test.cpp.o 2025-03-21T20:35:26.6035543Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_tan_test.cpp.o 2025-03-21T20:35:26.6037437Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_replication_pad1d_test.cpp.o 2025-03-21T20:35:26.6039392Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_replication_pad2d_test.cpp.o 2025-03-21T20:35:26.6041430Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_replication_pad3d_test.cpp.o 2025-03-21T20:35:26.6043345Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_tanh_test.cpp.o 2025-03-21T20:35:26.6045139Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_roll_test.cpp.o 2025-03-21T20:35:26.6046938Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_round_test.cpp.o 2025-03-21T20:35:26.6048650Z [ 97%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_topk_test.cpp.o 2025-03-21T20:35:26.6050390Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_rsqrt_test.cpp.o 2025-03-21T20:35:26.6052152Z [ 97%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_rsub_test.cpp.o 2025-03-21T20:35:26.6054022Z [ 98%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_scalar_tensor_test.cpp.o 2025-03-21T20:35:26.6056242Z [ 98%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_transpose_copy_test.cpp.o 2025-03-21T20:35:26.6058084Z [ 98%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_tril_test.cpp.o 2025-03-21T20:35:26.6059788Z [ 98%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_scatter_test.cpp.o 2025-03-21T20:35:26.6061578Z [ 98%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_trunc_test.cpp.o 2025-03-21T20:35:26.6063358Z [ 98%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_scatter_add_test.cpp.o 2025-03-21T20:35:26.6065262Z [ 98%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_select_scatter_test.cpp.o 2025-03-21T20:35:26.6067741Z [ 98%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_select_copy_test.cpp.o 2025-03-21T20:35:26.6069655Z [ 98%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_sigmoid_test.cpp.o 2025-03-21T20:35:26.6071637Z [ 98%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_unbind_copy_test.cpp.o 2025-03-21T20:35:26.6073573Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_unsqueeze_copy_test.cpp.o 2025-03-21T20:35:26.6075582Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_sign_test.cpp.o 2025-03-21T20:35:26.6077296Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_sin_test.cpp.o 2025-03-21T20:35:26.6079035Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_sinh_test.cpp.o 2025-03-21T20:35:26.6081025Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_slice_scatter_test.cpp.o 2025-03-21T20:35:26.6082946Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_upsample_bilinear2d_test.cpp.o 2025-03-21T20:35:26.6084994Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_upsample_nearest2d_test.cpp.o 2025-03-21T20:35:26.6086928Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_slice_copy_test.cpp.o 2025-03-21T20:35:26.6088797Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_softmax_test.cpp.o 2025-03-21T20:35:26.6090644Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_split_copy_test.cpp.o 2025-03-21T20:35:26.6092624Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_split_with_sizes_copy_test.cpp.o 2025-03-21T20:35:26.6094514Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_var_test.cpp.o 2025-03-21T20:35:26.6096280Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_sqrt_test.cpp.o 2025-03-21T20:35:26.6098115Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_view_copy_test.cpp.o 2025-03-21T20:35:26.6099928Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_where_test.cpp.o 2025-03-21T20:35:26.6101775Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_squeeze_copy_test.cpp.o 2025-03-21T20:35:26.6103490Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_stack_test.cpp.o 2025-03-21T20:35:26.6105280Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_sum_test.cpp.o 2025-03-21T20:35:26.6107020Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/op_zeros_test.cpp.o 2025-03-21T20:35:26.6108798Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_t_copy_test.cpp.o 2025-03-21T20:35:26.6110969Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/UnaryUfuncRealHBBF16ToFloatHBF16Test.cpp.o 2025-03-21T20:35:26.6113221Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_tan_test.cpp.o 2025-03-21T20:35:26.6115522Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/include/portable/executorch/kernels/test/supported_features.cpp.o 2025-03-21T20:35:26.6117744Z [ 99%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_tanh_test.cpp.o 2025-03-21T20:35:26.6119683Z [ 99%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/__/portable/test/op_div_test.cpp.o 2025-03-21T20:35:26.6121955Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_topk_test.cpp.o 2025-03-21T20:35:26.6123928Z [100%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/__/portable/test/op_gelu_test.cpp.o 2025-03-21T20:35:26.6125183Z [100%] Built target xnn_executor_runner 2025-03-21T20:35:26.6126590Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_transpose_copy_test.cpp.o 2025-03-21T20:35:26.6128468Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_tril_test.cpp.o 2025-03-21T20:35:26.6130579Z [100%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/__/portable/test/op_mul_test.cpp.o 2025-03-21T20:35:26.6132551Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_trunc_test.cpp.o 2025-03-21T20:35:26.6134748Z [100%] Building CXX object kernels/test/CMakeFiles/portable_kernels_test.dir/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:35:26.6136937Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_unbind_copy_test.cpp.o 2025-03-21T20:35:26.6138910Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_unsqueeze_copy_test.cpp.o 2025-03-21T20:35:26.6140845Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_upsample_bilinear2d_test.cpp.o 2025-03-21T20:35:26.6142885Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_upsample_nearest2d_test.cpp.o 2025-03-21T20:35:26.6144802Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_var_test.cpp.o 2025-03-21T20:35:26.6146651Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_view_copy_test.cpp.o 2025-03-21T20:36:06.6136069Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/op_zeros_test.cpp.o 2025-03-21T20:36:06.6136917Z [100%] Linking CXX executable portable_kernels_test 2025-03-21T20:36:06.6138394Z [100%] Building CXX object kernels/test/CMakeFiles/optimized_kernels_test.dir/__/__/runtime/core/exec_aten/testing_util/tensor_util.cpp.o 2025-03-21T20:36:06.6139954Z [100%] Linking CXX executable optimized_kernels_test 2025-03-21T20:36:06.6140530Z [100%] Built target vulkan_executor_runner 2025-03-21T20:36:06.6141111Z [100%] Built target portable_kernels_test 2025-03-21T20:36:06.6141485Z [100%] Built target optimized_kernels_test 2025-03-21T20:36:06.6141898Z Install the project... 2025-03-21T20:36:06.6142244Z -- Install configuration: "Debug" 2025-03-21T20:36:06.6142661Z -- Installing: /pytorch/executorch/cmake-out/include/fxdiv.h 2025-03-21T20:36:06.6143246Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:36:06.6143832Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpuinfo.a 2025-03-21T20:36:06.6144321Z -- Installing: /pytorch/executorch/cmake-out/include/cpuinfo.h 2025-03-21T20:36:06.6144939Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:36:06.6145612Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets-debug.cmake 2025-03-21T20:36:06.6146536Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:36:06.6147284Z -- Installing: /pytorch/executorch/cmake-out/include/pthreadpool.h 2025-03-21T20:36:06.6147967Z -- Installing: /pytorch/executorch/cmake-out/lib/libpthreadpool.a 2025-03-21T20:36:06.6148566Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_portable_kernels.a 2025-03-21T20:36:06.6149192Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_kernels.a 2025-03-21T20:36:06.6149748Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_ops_lib.a 2025-03-21T20:36:06.6150416Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/Functions.h 2025-03-21T20:36:06.6151326Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:36:06.6152275Z -- Installing: /pytorch/executorch/cmake-out/lib/libeigen_blas.a 2025-03-21T20:36:06.6152791Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-03-21T20:36:06.6153327Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_kernels.a 2025-03-21T20:36:06.6153910Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_ops_lib.a 2025-03-21T20:36:06.6154594Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/Functions.h 2025-03-21T20:36:06.6155584Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/NativeFunctions.h 2025-03-21T20:36:06.6156351Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-03-21T20:36:06.6157048Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_native_cpu_ops_lib.a 2025-03-21T20:36:06.6157844Z -- Installing: /pytorch/executorch/cmake-out/lib/Functions.h 2025-03-21T20:36:06.6158444Z -- Installing: /pytorch/executorch/cmake-out/lib/NativeFunctions.h 2025-03-21T20:36:06.6159267Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core 2025-03-21T20:36:06.6160108Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/array_ref.h 2025-03-21T20:36:06.6160857Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/data_loader.h 2025-03-21T20:36:06.6161576Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/defines.h 2025-03-21T20:36:06.6162261Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/error.h 2025-03-21T20:36:06.6162961Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/evalue.h 2025-03-21T20:36:06.6163781Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:36:06.6164935Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:36:06.6165920Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:36:06.6167062Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten 2025-03-21T20:36:06.6167822Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:36:06.6168650Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:36:06.6169565Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:36:06.6170552Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:36:06.6171471Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:36:06.6172284Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:36:06.6173266Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:36:06.6174500Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:36:06.6176121Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:36:06.6177571Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:36:06.6178764Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:36:06.6179811Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:36:06.6180612Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:36:06.6181442Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:36:06.6182254Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:36:06.6183031Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:36:06.6184102Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type 2025-03-21T20:36:06.6185226Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:36:06.6186741Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:36:06.6188069Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:36:06.6189188Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:36:06.6189998Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:36:06.6190929Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:36:06.6191865Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:36:06.6192852Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:36:06.6193775Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:36:06.6194721Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:36:06.6195729Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:36:06.6196727Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:36:06.6197694Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:36:06.6198645Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:36:06.6199648Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:36:06.6200658Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:36:06.6201689Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:36:06.6202693Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:36:06.6203590Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:36:06.6204426Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:36:06.6205420Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:36:06.6206415Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:36:06.6207274Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:36:06.6208134Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:36:06.6208983Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:36:06.6210138Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:36:06.6211041Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:36:06.6211897Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:36:06.6212793Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:36:06.6379086Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/test 2025-03-21T20:36:06.6380681Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/result.h 2025-03-21T20:36:06.6381870Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/span.h 2025-03-21T20:36:06.6382830Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tag.h 2025-03-21T20:36:06.6383609Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:36:06.6384444Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:36:06.6385302Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/test 2025-03-21T20:36:06.6386017Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel 2025-03-21T20:36:06.6386827Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:36:06.6387735Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:36:06.6388585Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:36:06.6389341Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test 2025-03-21T20:36:06.6390073Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:36:06.6390986Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:36:06.6391759Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform 2025-03-21T20:36:06.6392451Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/abort.h 2025-03-21T20:36:06.6393184Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/assert.h 2025-03-21T20:36:06.6393921Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/clock.h 2025-03-21T20:36:06.6394685Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:36:06.6395462Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compiler.h 2025-03-21T20:36:06.6396192Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/default 2025-03-21T20:36:06.6396893Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/log.h 2025-03-21T20:36:06.6397623Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/platform.h 2025-03-21T20:36:06.6398455Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/profiler.h 2025-03-21T20:36:06.6399377Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/runtime.h 2025-03-21T20:36:06.6400447Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/system.h 2025-03-21T20:36:06.6401276Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test 2025-03-21T20:36:06.6402196Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:36:06.6403071Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/types.h 2025-03-21T20:36:06.6403850Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util 2025-03-21T20:36:06.6404905Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:36:06.6405862Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:36:06.6406675Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/test 2025-03-21T20:36:06.6407458Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:36:06.6408193Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor 2025-03-21T20:36:06.6408879Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor.h 2025-03-21T20:36:06.6409751Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:36:06.6410561Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:36:06.6411365Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:36:06.6412136Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/test 2025-03-21T20:36:06.6412829Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool 2025-03-21T20:36:06.6413584Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:36:06.6414384Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/test 2025-03-21T20:36:06.6415163Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:36:06.6416015Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:36:06.6416719Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch.a 2025-03-21T20:36:06.6417263Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch_core.a 2025-03-21T20:36:06.6417903Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:36:06.6418493Z -- Up-to-date: /pytorch/executorch/cmake-out/include 2025-03-21T20:36:06.6418940Z -- Installing: /pytorch/executorch/cmake-out/include/gmock 2025-03-21T20:36:06.6419473Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/gmock-actions.h 2025-03-21T20:36:06.6420112Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/gmock-cardinalities.h 2025-03-21T20:36:06.6420783Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/gmock-function-mocker.h 2025-03-21T20:36:06.6421418Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/gmock-matchers.h 2025-03-21T20:36:06.6422052Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/gmock-more-actions.h 2025-03-21T20:36:06.6422706Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/gmock-more-matchers.h 2025-03-21T20:36:06.6423359Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/gmock-nice-strict.h 2025-03-21T20:36:06.6424007Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/gmock-spec-builders.h 2025-03-21T20:36:06.6424599Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/gmock.h 2025-03-21T20:36:06.6425121Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/internal 2025-03-21T20:36:06.6425688Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/internal/custom 2025-03-21T20:36:06.6426409Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/internal/custom/README.md 2025-03-21T20:36:06.6427181Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/internal/custom/gmock-generated-actions.h 2025-03-21T20:36:06.6427985Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/internal/custom/gmock-matchers.h 2025-03-21T20:36:06.6428725Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/internal/custom/gmock-port.h 2025-03-21T20:36:06.6429443Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/internal/gmock-internal-utils.h 2025-03-21T20:36:06.6430144Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/internal/gmock-port.h 2025-03-21T20:36:06.6430894Z -- Installing: /pytorch/executorch/cmake-out/include/gmock/internal/gmock-pp.h 2025-03-21T20:36:06.6431499Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/gmock.pc 2025-03-21T20:36:06.6432075Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/gmock_main.pc 2025-03-21T20:36:06.6432704Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/GTest/GTestTargets.cmake 2025-03-21T20:36:06.6433385Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/GTest/GTestTargets-debug.cmake 2025-03-21T20:36:06.6434083Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/GTest/GTestConfigVersion.cmake 2025-03-21T20:36:06.6434831Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/GTest/GTestConfig.cmake 2025-03-21T20:36:06.6435369Z -- Up-to-date: /pytorch/executorch/cmake-out/include 2025-03-21T20:36:06.6435821Z -- Installing: /pytorch/executorch/cmake-out/include/gtest 2025-03-21T20:36:06.6436375Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest-death-test.h 2025-03-21T20:36:06.6437007Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest-matchers.h 2025-03-21T20:36:06.6437603Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest-message.h 2025-03-21T20:36:06.6438227Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest-param-test.h 2025-03-21T20:36:06.6438933Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest-printers.h 2025-03-21T20:36:06.6439582Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest-spi.h 2025-03-21T20:36:06.6440181Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest-test-part.h 2025-03-21T20:36:06.6440899Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest-typed-test.h 2025-03-21T20:36:06.6441479Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest.h 2025-03-21T20:36:06.6442103Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest_pred_impl.h 2025-03-21T20:36:06.6442800Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/gtest_prod.h 2025-03-21T20:36:06.6443406Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal 2025-03-21T20:36:06.6443973Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/custom 2025-03-21T20:36:06.6444603Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/custom/README.md 2025-03-21T20:36:06.6445306Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/custom/gtest-port.h 2025-03-21T20:36:06.6446041Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/custom/gtest-printers.h 2025-03-21T20:36:06.6446755Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/custom/gtest.h 2025-03-21T20:36:06.6447486Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/gtest-death-test-internal.h 2025-03-21T20:36:06.6448226Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/gtest-filepath.h 2025-03-21T20:36:06.6448924Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/gtest-internal.h 2025-03-21T20:36:08.8482945Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/gtest-param-util.h 2025-03-21T20:36:08.8484049Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/gtest-port-arch.h 2025-03-21T20:36:08.8484984Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/gtest-port.h 2025-03-21T20:36:08.8485663Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/gtest-string.h 2025-03-21T20:36:08.8486343Z -- Installing: /pytorch/executorch/cmake-out/include/gtest/internal/gtest-type-util.h 2025-03-21T20:36:08.8486975Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/gtest.pc 2025-03-21T20:36:08.8487556Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/gtest_main.pc 2025-03-21T20:36:08.8488105Z -- Installing: /pytorch/executorch/cmake-out/lib/libXNNPACK.a 2025-03-21T20:36:08.8488608Z -- Installing: /pytorch/executorch/cmake-out/include/xnnpack.h 2025-03-21T20:36:08.8489149Z -- Installing: /pytorch/executorch/cmake-out/include/experiments-config.h 2025-03-21T20:36:08.8489745Z -- Installing: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-03-21T20:36:08.8490325Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-03-21T20:36:08.8490895Z -- Installing: /pytorch/executorch/cmake-out/lib/libxnnpack_backend.a 2025-03-21T20:36:08.8491453Z -- Installing: /pytorch/executorch/cmake-out/lib/libbundled_program.a 2025-03-21T20:36:08.8491979Z -- Installing: /pytorch/executorch/cmake-out/lib/libetdump.a 2025-03-21T20:36:08.8492468Z -- Installing: /pytorch/executorch/cmake-out/lib/libflatccrt_d.a 2025-03-21T20:36:08.8493125Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_data_loader.a 2025-03-21T20:36:08.8493739Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_flat_tensor.a 2025-03-21T20:36:08.8494334Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module.so 2025-03-21T20:36:08.8494942Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module_static.a 2025-03-21T20:36:08.8495560Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_runner_util.a 2025-03-21T20:36:08.8496142Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_tensor.a 2025-03-21T20:36:08.8496727Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_threadpool.a 2025-03-21T20:36:08.8497293Z -- Installing: /pytorch/executorch/cmake-out/lib/libcustom_ops.a 2025-03-21T20:36:08.8497839Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_kernels.a 2025-03-21T20:36:08.8498416Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_ops_lib.a 2025-03-21T20:36:08.8499099Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:36:08.8499902Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:36:08.8500604Z -- Installing: /pytorch/executorch/cmake-out/lib/libvulkan_backend.a 2025-03-21T20:36:08.8501031Z + run_ctest 2025-03-21T20:36:08.8501270Z + pushd cmake-out/ 2025-03-21T20:36:08.8501581Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:36:08.8501952Z + ctest --output-on-failure 2025-03-21T20:36:08.8502279Z Test project /pytorch/executorch/cmake-out 2025-03-21T20:36:08.8502640Z Start 1: strip_flags_help 2025-03-21T20:36:08.8503062Z 1/84 Test #1: strip_flags_help ........................... Passed 0.02 sec 2025-03-21T20:36:08.8503497Z Start 2: unittest 2025-03-21T20:36:08.8503861Z 2/84 Test #2: unittest ................................... Passed 0.05 sec 2025-03-21T20:36:08.8504293Z Start 3: help-reporting 2025-03-21T20:36:08.8504710Z 3/84 Test #3: help-reporting ............................. Passed 0.05 sec 2025-03-21T20:36:08.8505155Z Start 4: long-helpstring 2025-03-21T20:36:08.8505570Z 4/84 Test #4: long-helpstring ............................ Passed 0.05 sec 2025-03-21T20:36:08.8506000Z Start 5: changed_bool1 2025-03-21T20:36:08.8506395Z 5/84 Test #5: changed_bool1 .............................. Passed 0.05 sec 2025-03-21T20:36:08.8506821Z Start 6: changed_bool2 2025-03-21T20:36:08.8507218Z 6/84 Test #6: changed_bool2 .............................. Passed 0.05 sec 2025-03-21T20:36:08.8507733Z Start 7: changeable_string_var 2025-03-21T20:36:08.8508175Z 7/84 Test #7: changeable_string_var ...................... Passed 0.05 sec 2025-03-21T20:36:08.8508603Z Start 8: nohelp 2025-03-21T20:36:08.8508962Z 8/84 Test #8: nohelp ..................................... Passed 0.03 sec 2025-03-21T20:36:08.8509374Z Start 9: help=false 2025-03-21T20:36:08.8509758Z 9/84 Test #9: help=false ................................. Passed 0.03 sec 2025-03-21T20:36:08.8510181Z Start 10: helpfull 2025-03-21T20:36:08.8510549Z 10/84 Test #10: helpfull ................................... Passed 0.05 sec 2025-03-21T20:36:08.8511057Z Start 11: helpshort 2025-03-21T20:36:08.8511438Z 11/84 Test #11: helpshort .................................. Passed 0.05 sec 2025-03-21T20:36:08.8511877Z Start 12: helpshort-tldflag1 2025-03-21T20:36:08.8512316Z 12/84 Test #12: helpshort-tldflag1 ......................... Passed 0.05 sec 2025-03-21T20:36:08.8512769Z Start 13: helpshort-tldflag2 2025-03-21T20:36:08.8513211Z 13/84 Test #13: helpshort-tldflag2 ......................... Passed 0.05 sec 2025-03-21T20:36:08.8513667Z Start 14: helpshort-main 2025-03-21T20:36:08.8514077Z 14/84 Test #14: helpshort-main ............................. Passed 0.06 sec 2025-03-21T20:36:08.8514520Z Start 15: helpshort_main 2025-03-21T20:36:08.8514994Z 15/84 Test #15: helpshort_main ............................. Passed 0.07 sec 2025-03-21T20:36:08.8515412Z Start 16: helpon 2025-03-21T20:36:08.8515771Z 16/84 Test #16: helpon ..................................... Passed 0.03 sec 2025-03-21T20:36:08.8516195Z Start 17: helpon=gflags 2025-03-21T20:36:08.8516598Z 17/84 Test #17: helpon=gflags .............................. Passed 0.05 sec 2025-03-21T20:36:08.8517038Z Start 18: helpon_gflags 2025-03-21T20:36:08.8517428Z 18/84 Test #18: helpon_gflags .............................. Passed 0.05 sec 2025-03-21T20:36:08.8517873Z Start 19: helpon=gflags_unittest 2025-03-21T20:36:08.8518321Z 19/84 Test #19: helpon=gflags_unittest ..................... Passed 0.05 sec 2025-03-21T20:36:08.8518781Z Start 20: helpmatch_reporting 2025-03-21T20:36:08.8519217Z 20/84 Test #20: helpmatch_reporting ........................ Passed 0.05 sec 2025-03-21T20:36:08.8519670Z Start 21: helpmatch=unittest 2025-03-21T20:36:08.8520086Z 21/84 Test #21: helpmatch=unittest ......................... Passed 0.05 sec 2025-03-21T20:36:08.8520547Z Start 22: helpmatch=nosuchsubstring 2025-03-21T20:36:08.8521008Z 22/84 Test #22: helpmatch=nosuchsubstring .................. Passed 0.04 sec 2025-03-21T20:36:08.8521475Z Start 23: helpon=nosuchmodule 2025-03-21T20:36:08.8521908Z 23/84 Test #23: helpon=nosuchmodule ........................ Passed 0.04 sec 2025-03-21T20:36:08.8522340Z Start 24: helppackage 2025-03-21T20:36:08.8522739Z 24/84 Test #24: helppackage ................................ Passed 0.08 sec 2025-03-21T20:36:08.8523178Z Start 25: helpxml 2025-03-21T20:36:08.8523540Z 25/84 Test #25: helpxml .................................... Passed 0.06 sec 2025-03-21T20:36:08.8523959Z Start 26: version-1 2025-03-21T20:36:08.8524322Z 26/84 Test #26: version-1 .................................. Passed 0.03 sec 2025-03-21T20:36:08.8524741Z Start 27: version-2 2025-03-21T20:36:08.8525115Z 27/84 Test #27: version-2 .................................. Passed 0.03 sec 2025-03-21T20:36:08.8525531Z Start 28: undefok-1 2025-03-21T20:36:08.8525901Z 28/84 Test #28: undefok-1 .................................. Passed 0.03 sec 2025-03-21T20:36:08.8526319Z Start 29: undefok-2 2025-03-21T20:36:08.8526678Z 29/84 Test #29: undefok-2 .................................. Passed 0.03 sec 2025-03-21T20:36:08.8527096Z Start 30: undefok-3 2025-03-21T20:36:08.8527464Z 30/84 Test #30: undefok-3 .................................. Passed 0.03 sec 2025-03-21T20:36:08.8527882Z Start 31: undefok-4 2025-03-21T20:36:08.8528326Z 31/84 Test #31: undefok-4 .................................. Passed 0.03 sec 2025-03-21T20:36:08.8528734Z Start 32: undefok-5 2025-03-21T20:36:08.8529113Z 32/84 Test #32: undefok-5 .................................. Passed 0.03 sec 2025-03-21T20:36:08.8529535Z Start 33: undefok-6 2025-03-21T20:36:08.8529917Z 33/84 Test #33: undefok-6 .................................. Passed 0.03 sec 2025-03-21T20:36:08.8530336Z Start 34: flagfile.1 2025-03-21T20:36:08.8530751Z 34/84 Test #34: flagfile.1 ................................. Passed 0.03 sec 2025-03-21T20:36:08.8531172Z Start 35: flagfile.2 2025-03-21T20:36:08.8531547Z 35/84 Test #35: flagfile.2 ................................. Passed 0.03 sec 2025-03-21T20:36:08.8531967Z Start 36: flagfile.3 2025-03-21T20:36:08.8532342Z 36/84 Test #36: flagfile.3 ................................. Passed 0.03 sec 2025-03-21T20:36:08.8532767Z Start 37: fromenv=version 2025-03-21T20:36:08.8533165Z 37/84 Test #37: fromenv=version ............................ Passed 0.03 sec 2025-03-21T20:36:08.8533607Z Start 38: tryfromenv=version 2025-03-21T20:36:08.8534032Z 38/84 Test #38: tryfromenv=version ......................... Passed 0.03 sec 2025-03-21T20:36:08.8534479Z Start 39: fromenv=help 2025-03-21T20:36:08.8534929Z 39/84 Test #39: fromenv=help ............................... Passed 0.03 sec 2025-03-21T20:36:08.8535351Z Start 40: tryfromenv=help 2025-03-21T20:36:08.8535763Z 40/84 Test #40: tryfromenv=help ............................ Passed 0.03 sec 2025-03-21T20:36:08.8536206Z Start 41: fromenv=helpfull 2025-03-21T20:36:08.8536623Z 41/84 Test #41: fromenv=helpfull ........................... Passed 0.03 sec 2025-03-21T20:36:08.8537071Z Start 42: tryfromenv=helpfull 2025-03-21T20:36:08.8537493Z 42/84 Test #42: tryfromenv=helpfull ........................ Passed 0.03 sec 2025-03-21T20:36:08.8537946Z Start 43: tryfromenv=undefok 2025-03-21T20:36:08.8538375Z 43/84 Test #43: tryfromenv=undefok ......................... Passed 0.03 sec 2025-03-21T20:36:08.8538825Z Start 44: tryfromenv=weirdo 2025-03-21T20:36:08.8539249Z 44/84 Test #44: tryfromenv=weirdo .......................... Passed 0.03 sec 2025-03-21T20:36:08.8539825Z Start 45: tryfromenv-multiple 2025-03-21T20:36:08.8540260Z 45/84 Test #45: tryfromenv-multiple ........................ Passed 0.03 sec 2025-03-21T20:36:08.8540718Z Start 46: fromenv=test_bool 2025-03-21T20:36:08.8541132Z 46/84 Test #46: fromenv=test_bool .......................... Passed 0.03 sec 2025-03-21T20:36:08.8541573Z Start 47: fromenv=test_bool-ok 2025-03-21T20:36:08.8542003Z 47/84 Test #47: fromenv=test_bool-ok ....................... Passed 0.03 sec 2025-03-21T20:36:08.8542454Z Start 48: version-overrides-fromenv 2025-03-21T20:36:08.8542934Z 48/84 Test #48: version-overrides-fromenv .................. Passed 0.03 sec 2025-03-21T20:36:08.8543405Z Start 49: dashdash 2025-03-21T20:36:08.8543776Z 49/84 Test #49: dashdash ................................... Passed 0.03 sec 2025-03-21T20:36:08.8544198Z Start 50: always_fail 2025-03-21T20:36:08.8544569Z 50/84 Test #50: always_fail ................................ Passed 0.03 sec 2025-03-21T20:36:08.8544998Z Start 51: gflags_declare 2025-03-21T20:36:08.8545404Z 51/84 Test #51: gflags_declare ............................. Passed 0.02 sec 2025-03-21T20:36:08.8545850Z Start 52: backends_xnnpack_test 2025-03-21T20:36:08.8546292Z 52/84 Test #52: backends_xnnpack_test ...................... Passed 0.05 sec 2025-03-21T20:36:40.8097627Z Start 53: extension_data_loader_test 2025-03-21T20:36:40.8098158Z 53/84 Test #53: extension_data_loader_test ................. Passed 0.05 sec 2025-03-21T20:36:40.8098646Z Start 54: extension_flat_tensor_test 2025-03-21T20:36:40.8099106Z 54/84 Test #54: extension_flat_tensor_test ................. Passed 0.04 sec 2025-03-21T20:36:40.8100405Z Start 55: extension_module_test 2025-03-21T20:36:40.8100851Z 55/84 Test #55: extension_module_test ...................... Passed 0.19 sec 2025-03-21T20:36:40.8101324Z Start 56: extension_runner_util_test 2025-03-21T20:36:40.8101777Z 56/84 Test #56: extension_runner_util_test ................. Passed 0.18 sec 2025-03-21T20:36:40.8102238Z Start 57: extension_tensor_test 2025-03-21T20:36:40.8102674Z 57/84 Test #57: extension_tensor_test ...................... Passed 1.07 sec 2025-03-21T20:36:40.8103134Z Start 58: extension_threadpool_test 2025-03-21T20:36:40.8103592Z 58/84 Test #58: extension_threadpool_test .................. Passed 0.05 sec 2025-03-21T20:36:40.8104087Z Start 59: extension_llm_custom_ops_spinquant_test 2025-03-21T20:36:40.8104588Z 59/84 Test #59: extension_llm_custom_ops_spinquant_test .... Passed 0.14 sec 2025-03-21T20:36:40.8105047Z Start 60: extension_evalue_util_test 2025-03-21T20:36:40.8105497Z 60/84 Test #60: extension_evalue_util_test ................. Passed 0.05 sec 2025-03-21T20:36:40.8105956Z Start 61: extension_kernel_util_test 2025-03-21T20:36:40.8106400Z 61/84 Test #61: extension_kernel_util_test ................. Passed 0.03 sec 2025-03-21T20:36:40.8106869Z Start 62: extension_memory_allocator_test 2025-03-21T20:36:40.8107440Z 62/84 Test #62: extension_memory_allocator_test ............ Passed 0.04 sec 2025-03-21T20:36:40.8107907Z Start 63: extension_pytree_test 2025-03-21T20:36:40.8108341Z 63/84 Test #63: extension_pytree_test ...................... Passed 0.04 sec 2025-03-21T20:36:40.8108805Z Start 64: kernels_portable_cpu_util_test 2025-03-21T20:36:40.8109270Z 64/84 Test #64: kernels_portable_cpu_util_test ............. Passed 1.38 sec 2025-03-21T20:36:40.8109734Z Start 65: kernels_prim_ops_test 2025-03-21T20:36:40.8110149Z 65/84 Test #65: kernels_prim_ops_test ...................... Passed 0.51 sec 2025-03-21T20:36:40.8110605Z Start 66: portable_kernels_test 2025-03-21T20:36:40.8111129Z 66/84 Test #66: portable_kernels_test ...................... Passed 5.06 sec 2025-03-21T20:36:40.8111584Z Start 67: optimized_kernels_test 2025-03-21T20:36:40.8112022Z 67/84 Test #67: optimized_kernels_test ..................... Passed 5.05 sec 2025-03-21T20:36:40.8112463Z Start 68: quantized_kernels_test 2025-03-21T20:36:40.8112907Z 68/84 Test #68: quantized_kernels_test ..................... Passed 2.66 sec 2025-03-21T20:36:40.8113396Z Start 69: runtime_core_exec_aten_testing_util_test 2025-03-21T20:36:40.8113882Z 69/84 Test #69: runtime_core_exec_aten_testing_util_test ... Passed 3.36 sec 2025-03-21T20:36:40.8114356Z Start 70: runtime_core_exec_aten_util_test 2025-03-21T20:36:40.8114814Z 70/84 Test #70: runtime_core_exec_aten_util_test ........... Passed 7.76 sec 2025-03-21T20:36:40.8115266Z Start 71: runtime_core_portable_type_test 2025-03-21T20:36:40.8115725Z 71/84 Test #71: runtime_core_portable_type_test ............ Passed 1.22 sec 2025-03-21T20:36:40.8116179Z Start 72: runtime_core_test 2025-03-21T20:36:40.8116591Z 72/84 Test #72: runtime_core_test .......................... Passed 0.29 sec 2025-03-21T20:36:40.8117035Z Start 73: runtime_executor_test 2025-03-21T20:36:40.8117459Z 73/84 Test #73: runtime_executor_test ...................... Passed 0.27 sec 2025-03-21T20:36:40.8117927Z Start 74: allocation_failure_stress_test 2025-03-21T20:36:40.8118391Z 74/84 Test #74: allocation_failure_stress_test ............. Passed 0.18 sec 2025-03-21T20:36:40.8118839Z Start 75: method_test 2025-03-21T20:36:40.8119219Z 75/84 Test #75: method_test ................................ Passed 1.23 sec 2025-03-21T20:36:40.8119640Z Start 76: kernel_resolution_test 2025-03-21T20:36:40.8120074Z 76/84 Test #76: kernel_resolution_test ..................... Passed 0.04 sec 2025-03-21T20:36:40.8120528Z Start 77: kernel_integration_test 2025-03-21T20:36:40.8121049Z 77/84 Test #77: kernel_integration_test .................... Passed 0.04 sec 2025-03-21T20:36:40.8121501Z Start 78: memory_manager_test 2025-03-21T20:36:40.8121924Z 78/84 Test #78: memory_manager_test ........................ Passed 0.31 sec 2025-03-21T20:36:40.8122349Z Start 79: tensor_parser_test 2025-03-21T20:36:40.8122768Z 79/84 Test #79: tensor_parser_test ......................... Passed 0.18 sec 2025-03-21T20:36:40.8123216Z Start 80: operator_registry_test 2025-03-21T20:36:40.8123651Z 80/84 Test #80: operator_registry_test ..................... Passed 0.34 sec 2025-03-21T20:36:40.8124108Z Start 81: kernel_runtime_context_test 2025-03-21T20:36:40.8124543Z 81/84 Test #81: kernel_runtime_context_test ................ Passed 0.03 sec 2025-03-21T20:36:40.8124990Z Start 82: platform_test 2025-03-21T20:36:40.8125384Z 82/84 Test #82: platform_test .............................. Passed 0.03 sec 2025-03-21T20:36:40.8125811Z Start 83: logging_test 2025-03-21T20:36:40.8126199Z 83/84 Test #83: logging_test ............................... Passed 0.03 sec 2025-03-21T20:36:40.8126624Z Start 84: test_utils_test 2025-03-21T20:36:40.8127004Z 84/84 Test #84: test_utils_test ............................ Passed 0.04 sec 2025-03-21T20:36:40.8127336Z 2025-03-21T20:36:40.8127822Z 100% tests passed, 0 tests failed out of 84 2025-03-21T20:36:40.8128117Z 2025-03-21T20:36:40.8128230Z Total Test time (real) = 33.91 sec 2025-03-21T20:36:40.8128532Z + popd 2025-03-21T20:36:40.8128759Z /pytorch/executorch 2025-03-21T20:36:40.8129010Z + '[' -z '' ']' 2025-03-21T20:36:40.8129269Z + echo 'Running all directories:' 2025-03-21T20:36:40.8129579Z Running all directories: 2025-03-21T20:36:40.8129868Z + probe_additional_tests 2025-03-21T20:36:40.8130253Z + dirs=(examples/models/llama/tokenizer extension/llm/tokenizer) 2025-03-21T20:36:40.8131229Z + find examples/models/llama/tokenizer extension/llm/tokenizer '(' -type f -wholename '*/test/CMakeLists.txt' -exec dirname '{}' ';' ')' -o '(' -type d -path '*/third-party/*' -prune ')' 2025-03-21T20:36:40.8132083Z + sort -u 2025-03-21T20:36:40.8132337Z examples/models/llama/tokenizer/test 2025-03-21T20:36:40.8132667Z extension/llm/tokenizer/test 2025-03-21T20:36:40.8132966Z ++ probe_additional_tests 2025-03-21T20:36:40.8133339Z ++ dirs=(examples/models/llama/tokenizer extension/llm/tokenizer) 2025-03-21T20:36:40.8134298Z ++ find examples/models/llama/tokenizer extension/llm/tokenizer '(' -type f -wholename '*/test/CMakeLists.txt' -exec dirname '{}' ';' ')' -o '(' -type d -path '*/third-party/*' -prune ')' 2025-03-21T20:36:40.8135139Z ++ sort -u 2025-03-21T20:36:40.8135398Z + for test_dir in $(probe_additional_tests) 2025-03-21T20:36:40.8135805Z + build_and_run_test examples/models/llama/tokenizer/test 2025-03-21T20:36:40.8136240Z + local test_dir=examples/models/llama/tokenizer/test 2025-03-21T20:36:40.8136773Z + [[ examples/models/llama/tokenizer/test =~ .*examples/models/llama/tokenizer.* ]] 2025-03-21T20:36:40.8137353Z ++ realpath examples/models/llama/tokenizer/test/resources 2025-03-21T20:36:40.8137927Z + RESOURCES_PATH=/pytorch/executorch/examples/models/llama/tokenizer/test/resources 2025-03-21T20:36:40.8147710Z + export RESOURCES_PATH 2025-03-21T20:36:40.8148127Z + for t in cmake-out/"${test_dir}"/*test 2025-03-21T20:36:40.8148562Z + '[' -e 'cmake-out/examples/models/llama/tokenizer/test/*test' ']' 2025-03-21T20:36:40.8148995Z + for test_dir in $(probe_additional_tests) 2025-03-21T20:36:40.8149357Z + build_and_run_test extension/llm/tokenizer/test 2025-03-21T20:36:40.8149739Z + local test_dir=extension/llm/tokenizer/test 2025-03-21T20:36:40.8150231Z + [[ extension/llm/tokenizer/test =~ .*examples/models/llama/tokenizer.* ]] 2025-03-21T20:36:40.8150702Z + export RESOURCES_PATH 2025-03-21T20:36:40.8151106Z + for t in cmake-out/"${test_dir}"/*test 2025-03-21T20:36:40.8151503Z + '[' -e 'cmake-out/extension/llm/tokenizer/test/*test' ']' 2025-03-21T20:36:40.8151870Z + report_coverage 2025-03-21T20:36:40.8152442Z + llvm-profdata-12 merge -sparse 'cmake-out/*.profraw' -o cmake-out/merged.profdata 2025-03-21T20:36:40.8153201Z error: cmake-out/*.profraw: No such file or directory 2025-03-21T20:36:40.8153707Z + llvm-cov-12 report -instr-profile=cmake-out/merged.profdata 2025-03-21T20:36:40.8154124Z No filenames specified! 2025-03-21T20:36:40.8154377Z + true 2025-03-21T20:36:40.8273349Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:36:40.8273733Z with: 2025-03-21T20:36:40.8274060Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:40.8274472Z fail-on-empty: false 2025-03-21T20:36:40.8274731Z env: 2025-03-21T20:36:40.8274987Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:36:40.8275362Z REPOSITORY: pytorch/executorch 2025-03-21T20:36:40.8275663Z PR_NUMBER: 2025-03-21T20:36:40.8276177Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:36:40.8276900Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:36:40.8277498Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:40.8278044Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:36:40.8278446Z ##[endgroup] 2025-03-21T20:36:40.9064074Z Prepare all required actions 2025-03-21T20:36:40.9096858Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:36:40.9097239Z with: 2025-03-21T20:36:40.9097597Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:36:40.9098171Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:36:40.9098600Z env: 2025-03-21T20:36:40.9098856Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:36:40.9099228Z REPOSITORY: pytorch/executorch 2025-03-21T20:36:40.9099528Z PR_NUMBER: 2025-03-21T20:36:40.9100030Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:36:40.9100751Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:36:40.9101334Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:40.9101932Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:36:40.9102336Z ##[endgroup] 2025-03-21T20:36:40.9120779Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:36:40.9121492Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:36:40.9185605Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:36:40.9186004Z env: 2025-03-21T20:36:40.9186287Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:36:40.9186669Z REPOSITORY: pytorch/executorch 2025-03-21T20:36:40.9186976Z PR_NUMBER: 2025-03-21T20:36:40.9187492Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:36:40.9188198Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:36:40.9188796Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:40.9189366Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:36:40.9189905Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:36:40.9190478Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:36:40.9190990Z ##[endgroup] 2025-03-21T20:36:40.9662284Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:36:41.2140337Z latest: Pulling from tool/alpine 2025-03-21T20:36:41.2158786Z 540db60ca938: Pulling fs layer 2025-03-21T20:36:41.3296502Z 540db60ca938: Download complete 2025-03-21T20:36:41.4177732Z 540db60ca938: Pull complete 2025-03-21T20:36:41.4251845Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:36:41.4280857Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:36:43.9246407Z Prepare all required actions 2025-03-21T20:36:43.9277307Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:36:43.9277960Z with: 2025-03-21T20:36:43.9278469Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:36:43.9279261Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:36:43.9280028Z env: 2025-03-21T20:36:43.9280313Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:36:43.9280701Z REPOSITORY: pytorch/executorch 2025-03-21T20:36:43.9281012Z PR_NUMBER: 2025-03-21T20:36:43.9281540Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:36:43.9282243Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:36:43.9282867Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:43.9283482Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:36:43.9283895Z ##[endgroup] 2025-03-21T20:36:43.9302977Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:36:43.9303681Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:36:43.9312325Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:36:43.9312719Z env: 2025-03-21T20:36:43.9312981Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:36:43.9313352Z REPOSITORY: pytorch/executorch 2025-03-21T20:36:43.9313657Z PR_NUMBER: 2025-03-21T20:36:43.9314160Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:36:43.9314862Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:36:43.9315465Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:43.9316011Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:36:43.9316541Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:36:43.9317040Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:36:43.9317403Z ##[endgroup] 2025-03-21T20:36:44.7910673Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:36:44.7911411Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:36:44.7911888Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:36:44.7912431Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:36:44.7913062Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:36:44.7913587Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:36:44.7914032Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:36:44.7914386Z  fi 2025-03-21T20:36:44.7914688Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:36:44.7915151Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:36:44.7915572Z  fi 2025-03-21T20:36:44.7915859Z fi 2025-03-21T20:36:44.7916092Z  2025-03-21T20:36:44.7916317Z upload_docs=0 2025-03-21T20:36:44.7916735Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:36:44.7917216Z # empty folders do not count 2025-03-21T20:36:44.7917686Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:36:44.7918298Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:36:44.7918946Z  # upload will probably not work correctly 2025-03-21T20:36:44.7919301Z  upload_docs=1 2025-03-21T20:36:44.7919580Z fi 2025-03-21T20:36:44.7919910Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:36:44.7925687Z shell: /usr/bin/bash -e {0} 2025-03-21T20:36:44.7925985Z env: 2025-03-21T20:36:44.7926269Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:36:44.7926663Z REPOSITORY: pytorch/executorch 2025-03-21T20:36:44.7926968Z PR_NUMBER: 2025-03-21T20:36:44.7927469Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:36:44.7928189Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:36:44.7928789Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:44.7929352Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:36:44.7929773Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:36:44.7930067Z ##[endgroup] 2025-03-21T20:36:44.8067983Z Prepare all required actions 2025-03-21T20:36:44.8099129Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:36:44.8099498Z with: 2025-03-21T20:36:44.8099707Z env: 2025-03-21T20:36:44.8099970Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:36:44.8100330Z REPOSITORY: pytorch/executorch 2025-03-21T20:36:44.8100609Z PR_NUMBER: 2025-03-21T20:36:44.8101106Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:36:44.8101798Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:36:44.8102385Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:44.8102938Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:36:44.8103325Z ##[endgroup] 2025-03-21T20:36:44.8122425Z ##[group]Run set -eou pipefail 2025-03-21T20:36:44.8122782Z set -eou pipefail 2025-03-21T20:36:44.8123099Z  2025-03-21T20:36:44.8123488Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:36:44.8123972Z for _ in $(seq 1440); do 2025-03-21T20:36:44.8124329Z  # Break if no ssh session exists anymore 2025-03-21T20:36:44.8124703Z  if [ "$(who)" = "" ]; then 2025-03-21T20:36:44.8125008Z  break 2025-03-21T20:36:44.8125266Z  fi 2025-03-21T20:36:44.8125514Z  echo "." 2025-03-21T20:36:44.8125780Z  sleep 5 2025-03-21T20:36:44.8126038Z done 2025-03-21T20:36:44.8131491Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:36:44.8131876Z env: 2025-03-21T20:36:44.8132160Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:36:44.8132540Z REPOSITORY: pytorch/executorch 2025-03-21T20:36:44.8132841Z PR_NUMBER: 2025-03-21T20:36:44.8133358Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:36:44.8134064Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:36:44.8134662Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:44.8135232Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:36:44.8135638Z ##[endgroup] 2025-03-21T20:36:44.8157101Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:36:44.8222162Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:36:44.8222738Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:36:44.8223177Z # shellcheck disable=SC2046 2025-03-21T20:36:44.8223511Z docker stop $(docker ps -q) || true 2025-03-21T20:36:44.8223866Z # Prune all of the docker images 2025-03-21T20:36:44.8224229Z docker system prune -af 2025-03-21T20:36:44.8229760Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:36:44.8230145Z env: 2025-03-21T20:36:44.8230420Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:36:44.8230939Z REPOSITORY: pytorch/executorch 2025-03-21T20:36:44.8231241Z PR_NUMBER: 2025-03-21T20:36:44.8231748Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:36:44.8232440Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:36:44.8233053Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:36:44.8233598Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:36:44.8233999Z ##[endgroup] 2025-03-21T20:36:55.4056420Z 7737abc57471 2025-03-21T20:36:56.9720440Z Deleted Containers: 2025-03-21T20:36:56.9720900Z 7737abc57471c197ce74694f52e9aec51720f10ea6d0ef1d66f6d56fdfb9d4cc 2025-03-21T20:36:56.9721237Z 2025-03-21T20:37:04.0891497Z Deleted Images: 2025-03-21T20:37:04.0892462Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:37:04.0893361Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:37:04.0894270Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:37:04.0894931Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:37:04.0895846Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:37:04.0897622Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:37:04.0898662Z deleted: sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40 2025-03-21T20:37:04.0899338Z deleted: sha256:b11d8a9063ac7e7b0703e638943ffa462ed1ff43d115e018d93ecc7ef6e99965 2025-03-21T20:37:04.0900000Z deleted: sha256:f2e384828b3a50df4cb10fd073e8fda945b2ada554510f03523a3c4dc908db86 2025-03-21T20:37:04.0900654Z deleted: sha256:3d66cafd465938620b471b97f41fd22d2ee350e62cd61744eb8ffd3f5666ed69 2025-03-21T20:37:04.0901305Z deleted: sha256:9cbae670a85a8aac0f6f6a6d9d2be2a00e1b27d562ab526384c182731cb3b819 2025-03-21T20:37:04.0901972Z deleted: sha256:8769f3c5eaf750fd73aac99ced4b5f8d230639519bf3f533bde7bddd4152a68a 2025-03-21T20:37:04.0902628Z deleted: sha256:a92b7a5a56625b189c9a16d27929ef3e208ada463d2518a394126d879cbc6651 2025-03-21T20:37:04.0903272Z deleted: sha256:a7dc0b43530c70df0fe69e04d53ad44e20672853e2ae15a86b3e19227241fbf1 2025-03-21T20:37:04.0903931Z deleted: sha256:4ba4af853c4df05e8fec2f1ef4d32a7f5615239356518e4a1a61d83de2f8d447 2025-03-21T20:37:04.0904588Z deleted: sha256:8116950fa55671f60dfd11973d8af1b7ddd05c1ed3966f40f71b3200689a3302 2025-03-21T20:37:04.0905211Z deleted: sha256:1da6384ca2410930fb158b71e5416e459893564013572f2b06986a7b575ad554 2025-03-21T20:37:04.0905857Z deleted: sha256:6191ac6bba2cfc86332d198762e494a43ff17d7e8a3dc65164a1678e07231262 2025-03-21T20:37:04.0906516Z deleted: sha256:db6553fcc04eb14caf0ab3819fc12f02b61eb8a4059c37c40e5f0138c2f63a66 2025-03-21T20:37:04.0907173Z deleted: sha256:51bae04fe683ef523a2570cd4d7556045258f9b6d229355d7bd1ea34b24250d3 2025-03-21T20:37:04.0907828Z deleted: sha256:20ad2f7003b52ddd9cb6c6d2cc46f8ce1a8a0ae83fc9210c579998240c08e5c6 2025-03-21T20:37:04.0908475Z deleted: sha256:3b2613f9318c52d4987e4ff73716e74e324f519e8f8f3ab83c51d7423199e8c5 2025-03-21T20:37:04.0909094Z deleted: sha256:3439299846f50a2e5a17366d604c7463f7fea8f945321d3819d1e8f38c0923fd 2025-03-21T20:37:04.0909726Z deleted: sha256:90761e54ea09b317e6c383ab94c74de01997a9925eb9c75208d581723e846e7a 2025-03-21T20:37:04.0910377Z deleted: sha256:fc995bdfdcb41e16f3ff4a779c6050c9d8cebb78050ccc0732d74d1d2839de14 2025-03-21T20:37:04.0911113Z deleted: sha256:5830807088a9f913105242bc72edeb24e0babf7b2db02c0e9375e3d2e42d7f98 2025-03-21T20:37:04.0911934Z deleted: sha256:c38e887df1d80d989c4a51622f9544aecf9881961dbde3ba7c2c605944246529 2025-03-21T20:37:04.0912587Z deleted: sha256:53a65f12bff4f5a541b7785f677e4b5335b1756e6cf196221d0cc59ad72e1dca 2025-03-21T20:37:04.0913222Z deleted: sha256:d6a19dca26c5a6294eb23b704612f758b1c3105818b8f75b59f4837090bd797f 2025-03-21T20:37:04.0913869Z deleted: sha256:db021aea433581c328a76f331a19695f1861f3b802b1708ad0a4dd9facfd902d 2025-03-21T20:37:04.0914505Z deleted: sha256:3a89a0477136937051104e767851ff8ef6595c687fe69ed321da5cbd6f8aac2c 2025-03-21T20:37:04.0915146Z deleted: sha256:c32d4480be2c0090f39371c3f1c8d0e75e54bb223261e99f887cde0ae3d8f69c 2025-03-21T20:37:04.0915802Z deleted: sha256:58e5f9b5d9dfa43945e48a2be23b322ddb4b26013b163b29f9e1b3f55ee731a4 2025-03-21T20:37:04.0916456Z deleted: sha256:74a2beb320466e21285a2d86c125b6b49d7b1a2e6c2713215bbcab34cab29f02 2025-03-21T20:37:04.0917085Z deleted: sha256:153a1bdd1d99254cfe26222b6c9e56c156ee6a7c35c274527985ed2925216199 2025-03-21T20:37:04.0917901Z deleted: sha256:246fa63ef0ffeeb8c245ab1fe510666c50c302f27659cd8fff58aa04cb5f620c 2025-03-21T20:37:04.0918557Z deleted: sha256:2c67b522026b7c66db0ea01e6d27c99e307b970c9dfbb71584a7893c5a2167b4 2025-03-21T20:37:04.0919212Z deleted: sha256:5de1d2b20d0b3514787b7edfecace6a8f2d87c4a4c2c35c72895663ec1f3574f 2025-03-21T20:37:04.0919857Z deleted: sha256:26b1377e85176a642c5b782619b486a09b5789b8d68502d8232eff37ced8fed6 2025-03-21T20:37:04.0920476Z deleted: sha256:04cb88971fc3d98a975ee72868e8be5734315e3f7418011da460c608949606fa 2025-03-21T20:37:04.0921117Z deleted: sha256:ddc216d24d802bf215875832d612a86ca694511842ad2ac797bcdc8ff9eb081a 2025-03-21T20:37:04.0921767Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:37:04.0922409Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:37:04.0922779Z 2025-03-21T20:37:04.1012175Z Total reclaimed space: 21.67GB 2025-03-21T20:37:04.1054832Z ##[group]Run set +e 2025-03-21T20:37:04.1055152Z set +e 2025-03-21T20:37:04.1055423Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:37:04.1055850Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:37:04.1056238Z else 2025-03-21T20:37:04.1056545Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:37:04.1056910Z fi 2025-03-21T20:37:04.1057149Z set -e 2025-03-21T20:37:04.1063546Z shell: /usr/bin/bash -e {0} 2025-03-21T20:37:04.1063847Z env: 2025-03-21T20:37:04.1064135Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:37:04.1064522Z REPOSITORY: pytorch/executorch 2025-03-21T20:37:04.1064856Z PR_NUMBER: 2025-03-21T20:37:04.1065357Z SCRIPT: set -eux .ci/scripts/unittest-linux.sh --build-tool "cmake" --build-mode "Debug" --editable "true" 2025-03-21T20:37:04.1066072Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:37:04.1066724Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:37:04.1067301Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:37:04.1067702Z NO_SUDO: false 2025-03-21T20:37:04.1067956Z ##[endgroup] 2025-03-21T20:37:05.7345664Z Post job cleanup. 2025-03-21T20:37:05.8441416Z Post job cleanup. 2025-03-21T20:37:05.9368576Z [command]/usr/bin/git version 2025-03-21T20:37:05.9635417Z git version 2.47.1 2025-03-21T20:37:05.9674721Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9de7b01d-6832-46ec-a1be-d64c73e7828a' before making global git config changes 2025-03-21T20:37:05.9675683Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:37:05.9679369Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:37:05.9733793Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:37:05.9769050Z [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:37:06.0156748Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:37:06.0173952Z http.https://github.com/.extraheader 2025-03-21T20:37:06.0183603Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:37:06.0207485Z [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:37:06.0513086Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:37:06.0539448Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:37:06.0544533Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:37:06.0544960Z ##[endgroup] 2025-03-21T20:37:13.0789604Z Cleaning up orphan processes