2025-06-05T23:14:50.5293492Z Current runner version: '2.325.0' 2025-06-05T23:14:50.5300270Z Runner name: 'i-0d7a6af5a2872e9fe' 2025-06-05T23:14:50.5301279Z Machine name: 'ip-10-0-45-42' 2025-06-05T23:14:50.5304154Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:14:50.5306433Z Contents: read 2025-06-05T23:14:50.5307029Z Metadata: read 2025-06-05T23:14:50.5307713Z ##[endgroup] 2025-06-05T23:14:50.5309919Z Secret source: Actions 2025-06-05T23:14:50.5310841Z Prepare workflow directory 2025-06-05T23:14:50.5857871Z Prepare all required actions 2025-06-05T23:14:50.5898365Z Getting action download info 2025-06-05T23:14:50.8379877Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:14:51.0349960Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:15:03.1605421Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:15:03.4617189Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:15:03.5449123Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:15:03.9444110Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:15:04.1888429Z Getting action download info 2025-06-05T23:15:04.2779143Z Download action repository 'pytorch/pytorch@main' (SHA:fa705f791249c5eee912096f1d7ac7b2d5b60e8c) 2025-06-05T23:15:17.1994295Z Complete job name: test-binary-size-linux / linux-job 2025-06-05T23:15:17.2528872Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:15:17.2631324Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:15:17.2640635Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:17.2641439Z ##[endgroup] 2025-06-05T23:15:18.7096153Z Runner Type: linux.2xlarge 2025-06-05T23:15:18.7096589Z Instance Type: c5.2xlarge 2025-06-05T23:15:18.7096877Z AMI Name: unknown 2025-06-05T23:15:18.7123078Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:15:24.1171514Z ##[group]Run set -euxo pipefail 2025-06-05T23:15:24.1171913Z set -euxo pipefail 2025-06-05T23:15:24.1172218Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:15:24.1172612Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:15:24.1172987Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:15:24.1173302Z else 2025-06-05T23:15:24.1173559Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:15:24.1173924Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:15:24.1174206Z fi 2025-06-05T23:15:24.1174408Z  2025-06-05T23:15:24.1174638Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:15:24.1174968Z echo "::endgroup::" 2025-06-05T23:15:24.1183798Z shell: /usr/bin/bash -e {0} 2025-06-05T23:15:24.1184088Z env: 2025-06-05T23:15:24.1184347Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:24.1184751Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:24.1185086Z PR_NUMBER: 2025-06-05T23:15:24.1187446Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:24.1189582Z NO_SUDO: false 2025-06-05T23:15:24.1190012Z ##[endgroup] 2025-06-05T23:15:24.1216297Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:15:24.1226532Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:15:24.1227065Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:15:24.1233811Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:15:24.2536274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:15:24.2551532Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:15:24.2561628Z + echo ::endgroup:: 2025-06-05T23:15:24.2562695Z ##[endgroup] 2025-06-05T23:15:24.2667812Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:15:24.2668266Z with: 2025-06-05T23:15:24.2668485Z repository: pytorch/test-infra 2025-06-05T23:15:24.2668783Z path: test-infra 2025-06-05T23:15:24.2669004Z submodules: recursive 2025-06-05T23:15:24.2669538Z token: *** 2025-06-05T23:15:24.2669754Z ssh-strict: true 2025-06-05T23:15:24.2669984Z ssh-user: git 2025-06-05T23:15:24.2670216Z persist-credentials: true 2025-06-05T23:15:24.2670466Z clean: true 2025-06-05T23:15:24.2670705Z sparse-checkout-cone-mode: true 2025-06-05T23:15:24.2670981Z fetch-depth: 1 2025-06-05T23:15:24.2671211Z fetch-tags: false 2025-06-05T23:15:24.2671443Z show-progress: true 2025-06-05T23:15:24.2671661Z lfs: false 2025-06-05T23:15:24.2671879Z set-safe-directory: true 2025-06-05T23:15:24.2672115Z env: 2025-06-05T23:15:24.2672361Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:24.2672700Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:24.2673030Z PR_NUMBER: 2025-06-05T23:15:24.2675075Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:24.2677201Z ##[endgroup] 2025-06-05T23:15:24.3793358Z Syncing repository: pytorch/test-infra 2025-06-05T23:15:24.3794166Z ##[group]Getting Git version info 2025-06-05T23:15:24.3794685Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:15:24.3795385Z [command]/usr/bin/git version 2025-06-05T23:15:24.3795693Z git version 2.47.1 2025-06-05T23:15:24.3802958Z ##[endgroup] 2025-06-05T23:15:24.3814477Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c6c55b64-eeba-459a-b193-6ea9749ba2ed' before making global git config changes 2025-06-05T23:15:24.3815442Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:15:24.3819635Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:15:24.3847104Z ##[group]Initializing the repository 2025-06-05T23:15:24.3851476Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:15:24.3879571Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:15:24.3880148Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:15:24.3880806Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:15:24.3881225Z hint: 2025-06-05T23:15:24.3881514Z hint: git config --global init.defaultBranch 2025-06-05T23:15:24.3881841Z hint: 2025-06-05T23:15:24.3882164Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:15:24.3882726Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:15:24.3883377Z hint: 2025-06-05T23:15:24.3883599Z hint: git branch -m 2025-06-05T23:15:24.3884267Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:15:24.3889925Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:15:24.3912738Z ##[endgroup] 2025-06-05T23:15:24.3913158Z ##[group]Disabling automatic garbage collection 2025-06-05T23:15:24.3916976Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:15:24.3939401Z ##[endgroup] 2025-06-05T23:15:24.3939777Z ##[group]Setting up auth 2025-06-05T23:15:24.3945476Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:15:24.3967830Z [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-06-05T23:15:24.4234111Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:15:24.4257299Z [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-06-05T23:15:24.4501558Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:24.4536099Z ##[endgroup] 2025-06-05T23:15:24.4536568Z ##[group]Determining the default branch 2025-06-05T23:15:24.4539187Z Retrieving the default branch name 2025-06-05T23:15:24.6710514Z Default branch 'main' 2025-06-05T23:15:24.6711212Z ##[endgroup] 2025-06-05T23:15:24.6716233Z ##[group]Fetching the repository 2025-06-05T23:15:24.6716999Z [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-06-05T23:15:25.1891987Z From https://github.com/pytorch/test-infra 2025-06-05T23:15:25.1892486Z * [new branch] main -> origin/main 2025-06-05T23:15:25.1911558Z ##[endgroup] 2025-06-05T23:15:25.1911979Z ##[group]Determining the checkout info 2025-06-05T23:15:25.1912687Z ##[endgroup] 2025-06-05T23:15:25.1916897Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:15:25.1946227Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:15:25.1967419Z ##[group]Checking out the ref 2025-06-05T23:15:25.1970711Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:15:25.2795317Z Switched to a new branch 'main' 2025-06-05T23:15:25.2796298Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:15:25.2803008Z ##[endgroup] 2025-06-05T23:15:25.2803435Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:15:25.2808358Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:25.2845138Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:15:25.2870270Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:15:25.2894092Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:15:25.2914833Z ##[endgroup] 2025-06-05T23:15:25.2915228Z ##[group]Fetching submodules 2025-06-05T23:15:25.2918273Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:15:25.3167004Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:15:25.3418369Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:15:25.3664857Z ##[endgroup] 2025-06-05T23:15:25.3665375Z ##[group]Persisting credentials for submodules 2025-06-05T23:15:25.3670432Z [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-06-05T23:15:25.3916280Z [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-06-05T23:15:25.4161457Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:15:25.4401709Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:15:25.4639508Z ##[endgroup] 2025-06-05T23:15:25.4667899Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:15:25.4685360Z 714db9db22f90727b389d5ecb5a2dc16cd27d00c 2025-06-05T23:15:25.4847977Z Prepare all required actions 2025-06-05T23:15:25.4848505Z Getting action download info 2025-06-05T23:15:25.5820030Z Download action repository 'pytorch/test-infra@main' (SHA:714db9db22f90727b389d5ecb5a2dc16cd27d00c) 2025-06-05T23:15:27.0117123Z Getting action download info 2025-06-05T23:15:27.0939182Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:15:27.2382166Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:15:27.2382514Z env: 2025-06-05T23:15:27.2382771Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:27.2383123Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:27.2383495Z PR_NUMBER: 2025-06-05T23:15:27.2385659Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:27.2387950Z ##[endgroup] 2025-06-05T23:15:27.2471904Z ##[group]Run set -euo pipefail 2025-06-05T23:15:27.2472235Z set -euo pipefail 2025-06-05T23:15:27.2472517Z function get_ec2_metadata() { 2025-06-05T23:15:27.2472874Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:15:27.2473508Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:15:27.2474054Z  category=$1 2025-06-05T23:15:27.2474930Z  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-06-05T23:15:27.2475823Z } 2025-06-05T23:15:27.2476069Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:15:27.2476496Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:15:27.2476952Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:15:27.2477360Z echo "system info $(uname -a)" 2025-06-05T23:15:27.2483164Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:27.2483536Z env: 2025-06-05T23:15:27.2483778Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:27.2484129Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:27.2484393Z PR_NUMBER: 2025-06-05T23:15:27.2486635Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:27.2488877Z ##[endgroup] 2025-06-05T23:15:27.2617164Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:15:27.2707112Z instance-id: i-0d7a6af5a2872e9fe 2025-06-05T23:15:27.2804861Z instance-type: c5.2xlarge 2025-06-05T23:15:27.2814754Z system info Linux ip-10-0-45-42.ec2.internal 6.1.130-139.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 11 01:10:58 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-06-05T23:15:27.2851031Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:15:27.2852120Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:15:27.2857976Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:27.2858347Z env: 2025-06-05T23:15:27.2858590Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:27.2858960Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:27.2859225Z PR_NUMBER: 2025-06-05T23:15:27.2861236Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:27.2863314Z ##[endgroup] 2025-06-05T23:15:27.2933983Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:15:27.2934418Z if systemctl is-active --quiet docker; then 2025-06-05T23:15:27.2934798Z  echo "Docker daemon is running..."; 2025-06-05T23:15:27.2935133Z else 2025-06-05T23:15:27.2935467Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:15:27.2935880Z fi 2025-06-05T23:15:27.2941040Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:27.2941414Z env: 2025-06-05T23:15:27.2941657Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:27.2942010Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:27.2942279Z PR_NUMBER: 2025-06-05T23:15:27.2944293Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:27.2946465Z ##[endgroup] 2025-06-05T23:15:27.3015448Z Docker daemon is running... 2025-06-05T23:15:27.3043027Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:15:27.3043661Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:15:27.3044167Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:15:27.3044755Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:15:27.3045469Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:15:27.3050765Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:27.3051131Z env: 2025-06-05T23:15:27.3051373Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:27.3051731Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:27.3052146Z PR_NUMBER: 2025-06-05T23:15:27.3054162Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:27.3056244Z AWS_RETRY_MODE: standard 2025-06-05T23:15:27.3056504Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:15:27.3057591Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:15:27.3057868Z ##[endgroup] 2025-06-05T23:15:28.4273129Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:15:28.4274071Z Configure a credential helper to remove this warning. See 2025-06-05T23:15:28.4274928Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:15:28.4275452Z 2025-06-05T23:15:28.4275563Z Login Succeeded 2025-06-05T23:15:28.4315734Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:15:28.4316334Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:15:28.4316824Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:15:28.4322755Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:28.4323144Z env: 2025-06-05T23:15:28.4323400Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:28.4323758Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:28.4324037Z PR_NUMBER: 2025-06-05T23:15:28.4326048Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:28.4328133Z ##[endgroup] 2025-06-05T23:15:28.4413948Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:15:28.4414428Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:15:28.4414809Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:15:28.4415160Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:15:28.4415607Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:15:28.4416029Z  2025-06-05T23:15:28.4416327Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:15:28.4416748Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:15:28.4417118Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:15:28.4417581Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:15:28.4418030Z  2025-06-05T23:15:28.4418256Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:15:28.4418599Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:15:28.4418925Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:15:28.4419310Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:15:28.4424743Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:28.4425098Z env: 2025-06-05T23:15:28.4425465Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:28.4425805Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:28.4426085Z PR_NUMBER: 2025-06-05T23:15:28.4428091Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:28.4430369Z ##[endgroup] 2025-06-05T23:15:28.9293280Z ##[group]Run needs=0 2025-06-05T23:15:28.9293561Z needs=0 2025-06-05T23:15:28.9293922Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:15:28.9294631Z  needs=1 2025-06-05T23:15:28.9294852Z fi 2025-06-05T23:15:28.9295101Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:15:28.9301097Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:28.9301494Z env: 2025-06-05T23:15:28.9301738Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:28.9302090Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:28.9302373Z PR_NUMBER: 2025-06-05T23:15:28.9304397Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:28.9306682Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:28.9307266Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:28.9307796Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:28.9308180Z ##[endgroup] 2025-06-05T23:15:28.9559625Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:15:28.9560201Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:15:28.9560607Z # shellcheck disable=SC2046 2025-06-05T23:15:28.9560939Z docker stop $(docker ps -q) || true 2025-06-05T23:15:28.9561279Z # Prune all of the docker images 2025-06-05T23:15:28.9561592Z docker system prune -af 2025-06-05T23:15:28.9567183Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:28.9567564Z env: 2025-06-05T23:15:28.9567825Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:28.9568180Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:28.9568450Z PR_NUMBER: 2025-06-05T23:15:28.9570460Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:28.9572688Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:28.9573272Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:28.9573808Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:28.9574198Z ##[endgroup] 2025-06-05T23:15:28.9800474Z "docker stop" requires at least 1 argument. 2025-06-05T23:15:28.9800973Z See 'docker stop --help'. 2025-06-05T23:15:28.9801413Z 2025-06-05T23:15:28.9801574Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:15:28.9801852Z 2025-06-05T23:15:28.9801957Z Stop one or more running containers 2025-06-05T23:15:29.0085460Z Total reclaimed space: 0B 2025-06-05T23:15:29.0157714Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:15:29.0158193Z with: 2025-06-05T23:15:29.0158913Z github-secret: *** 2025-06-05T23:15:29.0159800Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-06-05T23:15:29.0160633Z activate-with-label: false 2025-06-05T23:15:29.0160947Z label: with-ssh 2025-06-05T23:15:29.0161352Z remove-existing-keys: true 2025-06-05T23:15:29.0161678Z fail-silently: true 2025-06-05T23:15:29.0161991Z env: 2025-06-05T23:15:29.0162335Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:29.0162784Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:29.0163135Z PR_NUMBER: 2025-06-05T23:15:29.0165390Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:29.0167708Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:29.0168414Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:29.0169008Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:29.0169494Z ##[endgroup] 2025-06-05T23:15:29.1291926Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:15:29.1293931Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:15:29.1411778Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:15:29.1412215Z with: 2025-06-05T23:15:29.1412480Z repository: pytorch/executorch 2025-06-05T23:15:29.1412942Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:29.1413343Z path: pytorch/executorch 2025-06-05T23:15:29.1413604Z fetch-depth: 1 2025-06-05T23:15:29.1413819Z submodules: recursive 2025-06-05T23:15:29.1414213Z token: *** 2025-06-05T23:15:29.1414431Z ssh-strict: true 2025-06-05T23:15:29.1414643Z ssh-user: git 2025-06-05T23:15:29.1414880Z persist-credentials: true 2025-06-05T23:15:29.1415127Z clean: true 2025-06-05T23:15:29.1415363Z sparse-checkout-cone-mode: true 2025-06-05T23:15:29.1415638Z fetch-tags: false 2025-06-05T23:15:29.1415867Z show-progress: true 2025-06-05T23:15:29.1416100Z lfs: false 2025-06-05T23:15:29.1416316Z set-safe-directory: true 2025-06-05T23:15:29.1416552Z env: 2025-06-05T23:15:29.1416840Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:15:29.1417174Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:29.1417448Z PR_NUMBER: 2025-06-05T23:15:29.1419466Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:15:29.1421657Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:29.1422385Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:29.1422931Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:29.1423297Z ##[endgroup] 2025-06-05T23:15:29.2352462Z Syncing repository: pytorch/executorch 2025-06-05T23:15:29.2360314Z ##[group]Getting Git version info 2025-06-05T23:15:29.2360957Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:15:29.2386005Z [command]/usr/bin/git version 2025-06-05T23:15:29.2418713Z git version 2.47.1 2025-06-05T23:15:29.2441954Z ##[endgroup] 2025-06-05T23:15:29.2452860Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b1067322-d3df-4caf-97cb-b9a22288d9aa' before making global git config changes 2025-06-05T23:15:29.2453773Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:15:29.2457627Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:15:29.2483893Z ##[group]Initializing the repository 2025-06-05T23:15:29.2488517Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:15:29.2515048Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:15:29.2515615Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:15:29.2516263Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:15:29.2516647Z hint: 2025-06-05T23:15:29.2516912Z hint: git config --global init.defaultBranch 2025-06-05T23:15:29.2517245Z hint: 2025-06-05T23:15:29.2517556Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:15:29.2518107Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:15:29.2518535Z hint: 2025-06-05T23:15:29.2518747Z hint: git branch -m 2025-06-05T23:15:29.2519384Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:15:29.2524001Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:15:29.2546641Z ##[endgroup] 2025-06-05T23:15:29.2547069Z ##[group]Disabling automatic garbage collection 2025-06-05T23:15:29.2550460Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:15:29.2572432Z ##[endgroup] 2025-06-05T23:15:29.2572808Z ##[group]Setting up auth 2025-06-05T23:15:29.2578081Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:15:29.2600921Z [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-06-05T23:15:29.2845254Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:15:29.2868025Z [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-06-05T23:15:29.3110330Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:29.3146905Z ##[endgroup] 2025-06-05T23:15:29.3147317Z ##[group]Fetching the repository 2025-06-05T23:15:29.3153950Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:30.7563055Z From https://github.com/pytorch/executorch 2025-06-05T23:15:30.7563540Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:15:30.7582050Z ##[endgroup] 2025-06-05T23:15:30.7582707Z ##[group]Determining the checkout info 2025-06-05T23:15:30.7584616Z ##[endgroup] 2025-06-05T23:15:30.7589703Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:15:30.7626517Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:15:30.7647684Z ##[group]Checking out the ref 2025-06-05T23:15:30.7650848Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:31.2517035Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:15:31.2517453Z 2025-06-05T23:15:31.2517681Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:15:31.2518212Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:15:31.2518766Z state without impacting any branches by switching back to a branch. 2025-06-05T23:15:31.2519081Z 2025-06-05T23:15:31.2519298Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:15:31.2519783Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:15:31.2520064Z 2025-06-05T23:15:31.2520212Z git switch -c 2025-06-05T23:15:31.2520406Z 2025-06-05T23:15:31.2520510Z Or undo this operation with: 2025-06-05T23:15:31.2520699Z 2025-06-05T23:15:31.2520795Z git switch - 2025-06-05T23:15:31.2520923Z 2025-06-05T23:15:31.2521154Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:15:31.2521508Z 2025-06-05T23:15:31.2521762Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:15:31.2541592Z ##[endgroup] 2025-06-05T23:15:31.2541989Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:15:31.2547039Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:31.2591498Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:15:31.2613647Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:15:31.2637161Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:15:31.2656135Z ##[endgroup] 2025-06-05T23:15:31.2656596Z ##[group]Fetching submodules 2025-06-05T23:15:31.2660543Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:15:31.2915238Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:15:31.3162544Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:15:31.3164211Z Submodule 'backends/arm/third-party/serialization_lib' (https://git.gitlab.arm.com/tosa/tosa-serialization.git) registered for path 'backends/arm/third-party/serialization_lib' 2025-06-05T23:15:31.3165936Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:15:31.3167719Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:15:31.3170663Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:15:31.3172549Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:15:31.3175300Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:15:31.3178132Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:15:31.3181006Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:15:31.3183907Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:15:31.3187950Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:15:31.3190694Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:15:31.3193891Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:15:31.3196994Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:15:31.3200332Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:15:31.3204515Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:15:31.3209502Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:15:31.3213205Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:15:31.3216959Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:15:31.3220706Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:15:31.3224705Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:15:31.3229009Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:15:31.3233029Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:15:31.3237461Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:15:31.3263179Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:15:32.1139699Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:15:32.7937888Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:15:33.0568919Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:15:33.4477531Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:15:33.7069392Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:15:33.9261983Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:15:34.1710014Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:15:34.3967945Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:15:35.1369989Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:15:35.4678748Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:15:35.7325574Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:15:36.0383713Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:15:36.8589660Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:15:37.0981005Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:15:37.4438514Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:15:37.7964206Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:15:38.1306518Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:15:38.3781594Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:15:39.4558504Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:15:39.7028758Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:15:40.0946022Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:15:40.3776306Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:15:40.7569522Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:15:42.2663712Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:15:42.2664408Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:15:42.2769726Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:15:43.6603119Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:15:43.6603652Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:15:43.6705774Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:15:43.6720312Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:15:43.6743875Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:15:44.6760493Z From https://github.com/google/flatbuffers 2025-06-05T23:15:44.6761029Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:15:44.7770648Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:15:45.3918195Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:15:45.3918757Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:15:45.3992667Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:15:46.1487446Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:15:46.1487998Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:15:46.1976694Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:15:46.8666239Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:15:46.8667188Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:15:46.8977411Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:15:47.4582814Z From https://github.com/zeux/volk 2025-06-05T23:15:47.4583294Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:15:47.4650651Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:15:47.9519902Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:15:47.9520405Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:15:47.9603381Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:15:48.4110362Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:15:48.4110884Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:15:48.4161977Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:15:49.8730948Z From https://github.com/google/XNNPACK 2025-06-05T23:15:49.8731834Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:15:50.4561857Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:15:51.0629546Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:15:51.0630046Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:15:51.1444453Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:15:51.6382874Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:15:51.6383383Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:15:51.6459505Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:15:52.0998133Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:15:52.0998938Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:15:52.1236127Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:15:52.1251736Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:15:52.1254193Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:15:52.1257044Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:15:52.1259950Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:15:52.1263082Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:15:52.1288819Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:15:52.4751659Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:15:52.8273752Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:15:53.1869006Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:15:53.5030568Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:15:54.7852590Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:15:54.7853106Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:15:54.8807657Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:15:55.6089259Z From https://github.com/nlohmann/json 2025-06-05T23:15:55.6089800Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:15:55.7003157Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:15:56.3622611Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:15:56.3623124Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:15:56.4334209Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:15:56.4350003Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:15:56.4375495Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:15:57.1867718Z From https://github.com/zherczeg/sljit 2025-06-05T23:15:57.1868241Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:15:57.2053061Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:15:57.6802098Z From https://github.com/google/re2 2025-06-05T23:15:57.6802971Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:15:57.6960563Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:15:58.1987609Z From https://github.com/google/sentencepiece 2025-06-05T23:15:58.1988129Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:15:58.3249956Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:15:59.9377279Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:15:59.9378087Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:16:00.0617958Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:16:00.6319532Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:16:00.6320041Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:16:00.6605501Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:16:01.2763528Z From https://github.com/pytorch/ao 2025-06-05T23:16:01.2764157Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:16:01.3677123Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:16:01.3694171Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:01.3718562Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:16:03.1429868Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:16:03.1430353Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:16:03.6928199Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:16:04.5368888Z From https://github.com/google/flatbuffers 2025-06-05T23:16:04.5369396Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:16:04.6383041Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:16:05.1792231Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:16:05.1792745Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:16:05.2030859Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:16:05.6874507Z From https://github.com/gflags/gflags 2025-06-05T23:16:05.6875101Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:16:05.6958788Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:16:06.5465166Z From https://github.com/google/googletest 2025-06-05T23:16:06.5465708Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:16:06.5803803Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:16:07.0422967Z From https://github.com/leetal/ios-cmake 2025-06-05T23:16:07.0423466Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:16:07.0517252Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:16:07.6182889Z From https://github.com/nlohmann/json 2025-06-05T23:16:07.6183663Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:16:07.7107536Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:16:07.7246798Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:16:09.0762072Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:16:09.2106763Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:16:09.2107424Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:16:09.9042805Z From https://github.com/pybind/pybind11 2025-06-05T23:16:09.9043682Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:16:09.9318689Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:16:09.9349474Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:16:09.9598944Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:09.9636559Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:09.9672767Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:09.9715383Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:09.9752410Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:09.9789586Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:09.9826602Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:09.9863093Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:09.9899468Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:09.9935759Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:09.9988462Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:10.0025478Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:10.0061072Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:10.0097403Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:10.0135330Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:10.0173630Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:10.0209812Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:10.0248492Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:10.0284985Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:10.0322839Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:10.0361542Z Entering 'shim' 2025-06-05T23:16:10.0398362Z Entering 'third-party/ao' 2025-06-05T23:16:10.0435722Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:10.0483371Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:10.0523403Z Entering 'third-party/flatcc' 2025-06-05T23:16:10.0560382Z Entering 'third-party/gflags' 2025-06-05T23:16:10.0596643Z Entering 'third-party/googletest' 2025-06-05T23:16:10.0633137Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:10.0668641Z Entering 'third-party/json' 2025-06-05T23:16:10.0706847Z Entering 'third-party/pocketfft' 2025-06-05T23:16:10.0743391Z Entering 'third-party/prelude' 2025-06-05T23:16:10.0782318Z Entering 'third-party/pybind11' 2025-06-05T23:16:10.0826956Z ##[endgroup] 2025-06-05T23:16:10.0827377Z ##[group]Persisting credentials for submodules 2025-06-05T23:16:10.0833903Z [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-06-05T23:16:10.1081103Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:10.1130361Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:10.1177473Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:10.1234337Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:10.1282393Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:10.1330966Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:10.1379395Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:10.1428538Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:10.1476357Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:10.1525861Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:10.1591126Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:10.1641095Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:10.1690589Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:10.1739461Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:10.1791200Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:10.1841091Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:10.1888893Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:10.1940549Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:10.1988856Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:10.2039173Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:10.2090983Z Entering 'shim' 2025-06-05T23:16:10.2139549Z Entering 'third-party/ao' 2025-06-05T23:16:10.2189027Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:10.2248066Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:10.2299791Z Entering 'third-party/flatcc' 2025-06-05T23:16:10.2347830Z Entering 'third-party/gflags' 2025-06-05T23:16:10.2395939Z Entering 'third-party/googletest' 2025-06-05T23:16:10.2444353Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:10.2492248Z Entering 'third-party/json' 2025-06-05T23:16:10.2542121Z Entering 'third-party/pocketfft' 2025-06-05T23:16:10.2590496Z Entering 'third-party/prelude' 2025-06-05T23:16:10.2641599Z Entering 'third-party/pybind11' 2025-06-05T23:16:10.2703325Z [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-06-05T23:16:10.2949460Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:10.2995982Z 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-06-05T23:16:10.3010581Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:10.3057508Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-06-05T23:16:10.3071128Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:10.3118472Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-06-05T23:16:10.3137253Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:10.3184491Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:16:10.3198917Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:10.3245312Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-06-05T23:16:10.3259382Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:10.3305286Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-06-05T23:16:10.3318855Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:10.3365193Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-06-05T23:16:10.3379635Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:10.3426391Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-06-05T23:16:10.3440407Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:10.3489280Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-06-05T23:16:10.3503688Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:10.3552202Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-06-05T23:16:10.3582134Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:10.3628334Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-06-05T23:16:10.3642907Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:10.3689467Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-06-05T23:16:10.3703160Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:10.3748487Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:16:10.3761823Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:10.3808176Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-06-05T23:16:10.3824111Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:10.3869798Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-06-05T23:16:10.3884817Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:10.3931181Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2025-06-05T23:16:10.3944554Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:10.3992929Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2025-06-05T23:16:10.4008677Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:10.4055126Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-06-05T23:16:10.4069209Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:10.4115589Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-06-05T23:16:10.4131213Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:10.4179912Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-06-05T23:16:10.4196917Z Entering 'shim' 2025-06-05T23:16:10.4243027Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:16:10.4257625Z Entering 'third-party/ao' 2025-06-05T23:16:10.4305898Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:16:10.4320952Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:10.4367824Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-06-05T23:16:10.4396038Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:10.4442972Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:16:10.4460396Z Entering 'third-party/flatcc' 2025-06-05T23:16:10.4507507Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:16:10.4522060Z Entering 'third-party/gflags' 2025-06-05T23:16:10.4568769Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:16:10.4582606Z Entering 'third-party/googletest' 2025-06-05T23:16:10.4630559Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:16:10.4645010Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:10.4691768Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:16:10.4705798Z Entering 'third-party/json' 2025-06-05T23:16:10.4751746Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:16:10.4767147Z Entering 'third-party/pocketfft' 2025-06-05T23:16:10.4815593Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:16:10.4829472Z Entering 'third-party/prelude' 2025-06-05T23:16:10.4875186Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:16:10.4893377Z Entering 'third-party/pybind11' 2025-06-05T23:16:10.4939599Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:16:10.5347319Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:16:10.5606171Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:10.5645493Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:10.5682933Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:10.5725961Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:10.5763950Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:10.5802822Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:10.5842087Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:10.5881841Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:10.5923857Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:10.5964910Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:10.6020668Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:10.6059279Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:10.6097560Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:10.6135038Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:10.6174839Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:10.6213671Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:10.6250136Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:10.6290306Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:10.6328203Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:10.6367316Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:10.6410643Z Entering 'shim' 2025-06-05T23:16:10.6449079Z Entering 'third-party/ao' 2025-06-05T23:16:10.6487772Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:10.6536082Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:10.6576658Z Entering 'third-party/flatcc' 2025-06-05T23:16:10.6614249Z Entering 'third-party/gflags' 2025-06-05T23:16:10.6650792Z Entering 'third-party/googletest' 2025-06-05T23:16:10.6688022Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:10.6724340Z Entering 'third-party/json' 2025-06-05T23:16:10.6762287Z Entering 'third-party/pocketfft' 2025-06-05T23:16:10.6799283Z Entering 'third-party/prelude' 2025-06-05T23:16:10.6839578Z Entering 'third-party/pybind11' 2025-06-05T23:16:10.6888975Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:16:10.7138463Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:16:10.7177834Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:16:10.7215767Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:16:10.7257660Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:16:10.7298526Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:16:10.7336628Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:16:10.7374039Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:16:10.7411860Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:16:10.7449758Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:16:10.7487143Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:16:10.7540341Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:16:10.7578103Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:16:10.7615733Z Entering 'extension/llm/tokenizers' 2025-06-05T23:16:10.7652965Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:16:10.7693255Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:16:10.7731278Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:16:10.7767196Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:16:10.7808021Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:16:10.7844810Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:16:10.7882937Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:16:10.7923145Z Entering 'shim' 2025-06-05T23:16:10.7960185Z Entering 'third-party/ao' 2025-06-05T23:16:10.7997802Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:16:10.8046550Z Entering 'third-party/flatbuffers' 2025-06-05T23:16:10.8087616Z Entering 'third-party/flatcc' 2025-06-05T23:16:10.8125604Z Entering 'third-party/gflags' 2025-06-05T23:16:10.8162530Z Entering 'third-party/googletest' 2025-06-05T23:16:10.8199565Z Entering 'third-party/ios-cmake' 2025-06-05T23:16:10.8235831Z Entering 'third-party/json' 2025-06-05T23:16:10.8273550Z Entering 'third-party/pocketfft' 2025-06-05T23:16:10.8311187Z Entering 'third-party/prelude' 2025-06-05T23:16:10.8350571Z Entering 'third-party/pybind11' 2025-06-05T23:16:10.8396272Z ##[endgroup] 2025-06-05T23:16:10.8428580Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:16:10.8447830Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:10.8645764Z Prepare all required actions 2025-06-05T23:16:10.8646329Z Getting action download info 2025-06-05T23:16:10.9572932Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:16:11.1260882Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:16:11.1261285Z with: 2025-06-05T23:16:11.1261558Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-06-05T23:16:11.1261926Z docker-build-dir: .ci/docker 2025-06-05T23:16:11.1262207Z working-directory: pytorch/executorch 2025-06-05T23:16:11.1262532Z docker-build-script: ./build.sh 2025-06-05T23:16:11.1262901Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:11.1263289Z force-push: false 2025-06-05T23:16:11.1263493Z env: 2025-06-05T23:16:11.1263733Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:16:11.1264071Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:11.1264345Z PR_NUMBER: 2025-06-05T23:16:11.1266566Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:16:11.1268769Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:11.1269350Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:11.1269892Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:11.1270260Z ##[endgroup] 2025-06-05T23:16:11.1293561Z ##[group]Run set -ex 2025-06-05T23:16:11.1293900Z set -ex 2025-06-05T23:16:11.1294103Z  2025-06-05T23:16:11.1294486Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:16:11.1295129Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:16:11.1295680Z # job could then download the pre-built image as usual 2025-06-05T23:16:11.1296217Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:16:11.1296697Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1297131Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1297510Z  2025-06-05T23:16:11.1297847Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:16:11.1298270Z  exit 0 2025-06-05T23:16:11.1298470Z else 2025-06-05T23:16:11.1298726Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1299024Z fi 2025-06-05T23:16:11.1299221Z  2025-06-05T23:16:11.1299532Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:16:11.1300115Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:16:11.1300774Z  # use it as it is, but first let's extract the tag 2025-06-05T23:16:11.1301230Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:16:11.1301725Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1302192Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1302583Z else 2025-06-05T23:16:11.1302836Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:16:11.1303198Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:16:11.1303718Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:16:11.1304037Z  fi 2025-06-05T23:16:11.1304476Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:16:11.1305059Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1305789Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1306477Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1306888Z fi 2025-06-05T23:16:11.1312610Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:11.1312961Z env: 2025-06-05T23:16:11.1313210Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:16:11.1313552Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:11.1313825Z PR_NUMBER: 2025-06-05T23:16:11.1315831Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:16:11.1318036Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:11.1318609Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:11.1319147Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:11.1319520Z REPO_NAME: executorch 2025-06-05T23:16:11.1319824Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-06-05T23:16:11.1320165Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:16:11.1320449Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:16:11.1320808Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:11.1321192Z CUSTOM_TAG_PREFIX: 2025-06-05T23:16:11.1321426Z ##[endgroup] 2025-06-05T23:16:11.1348718Z + [[ ! -d .ci/docker ]] 2025-06-05T23:16:11.1349035Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:16:11.1349306Z + echo skip=false 2025-06-05T23:16:11.1350128Z + [[ 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-06-05T23:16:11.1350748Z + [[ executorch-ubuntu-22.04-clang12 == *:* ]] 2025-06-05T23:16:11.1352961Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:16:11.1367536Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:11.1368357Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:11.1369384Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:11.1370273Z + echo custom-tag-prefix= 2025-06-05T23:16:11.1401389Z ##[group]Run set +e 2025-06-05T23:16:11.1401717Z set +e 2025-06-05T23:16:11.1401938Z set -x 2025-06-05T23:16:11.1402134Z  2025-06-05T23:16:11.1402477Z login() { 2025-06-05T23:16:11.1402939Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:16:11.1403455Z } 2025-06-05T23:16:11.1403661Z  2025-06-05T23:16:11.1403855Z retry () { 2025-06-05T23:16:11.1404118Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:16:11.1404409Z } 2025-06-05T23:16:11.1404606Z  2025-06-05T23:16:11.1404817Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:16:11.1405112Z  2025-06-05T23:16:11.1405310Z START_TIME=$(date +%s) 2025-06-05T23:16:11.1405595Z # Wait up to 120 minutes 2025-06-05T23:16:11.1406067Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:16:11.1406539Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:16:11.1407018Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:16:11.1407363Z  exit 0 2025-06-05T23:16:11.1407586Z  fi 2025-06-05T23:16:11.1407779Z  2025-06-05T23:16:11.1408154Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:16:11.1408800Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:16:11.1409429Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:16:11.1409932Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:16:11.1410307Z  # It's a Docker build job, let's build the image 2025-06-05T23:16:11.1410646Z  break 2025-06-05T23:16:11.1410856Z  else 2025-06-05T23:16:11.1411180Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:16:11.1411580Z  sleep 300 2025-06-05T23:16:11.1411802Z  fi 2025-06-05T23:16:11.1412005Z done 2025-06-05T23:16:11.1412220Z  2025-06-05T23:16:11.1412559Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:16:11.1413104Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:16:11.1413607Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:16:11.1414038Z  # if we're on the base branch then use the parent commit 2025-06-05T23:16:11.1414436Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:16:11.1414730Z else 2025-06-05T23:16:11.1415054Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:16:11.1415528Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:16:11.1415873Z fi 2025-06-05T23:16:11.1416081Z  2025-06-05T23:16:11.1416295Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:16:11.1416646Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1416964Z  2025-06-05T23:16:11.1417422Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:16:11.1417964Z  exit 0 2025-06-05T23:16:11.1418167Z fi 2025-06-05T23:16:11.1418366Z  2025-06-05T23:16:11.1418644Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:16:11.1419305Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:16:11.1419864Z  exit 1 2025-06-05T23:16:11.1420106Z fi 2025-06-05T23:16:11.1420312Z  2025-06-05T23:16:11.1420663Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:16:11.1421292Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:16:11.1421865Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:16:11.1422604Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:16:11.1423353Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:16:11.1423799Z fi 2025-06-05T23:16:11.1423988Z  2025-06-05T23:16:11.1424236Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:16:11.1430245Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:11.1430615Z env: 2025-06-05T23:16:11.1431324Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:11.1432070Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:11.1432335Z PR_NUMBER: 2025-06-05T23:16:11.1434340Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:16:11.1436551Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:11.1437127Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:11.1437658Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:11.1438052Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:16:11.1438374Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:16:11.1438783Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:11.1439227Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:11.1439597Z DOCKER_PUSH: 2025-06-05T23:16:11.1439816Z ##[endgroup] 2025-06-05T23:16:11.1463387Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:11.1464038Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:11.1466391Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:16:11.1468082Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:11.6699530Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:11.6700271Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:11.6701222Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:11.6701623Z 2025-06-05T23:16:11.6701730Z Login Succeeded 2025-06-05T23:16:11.6712803Z ++ date +%s 2025-06-05T23:16:11.6721082Z + START_TIME=1749165371 2025-06-05T23:16:11.6724265Z ++ date +%s 2025-06-05T23:16:11.6732185Z + [[ 1749158171 -lt 1749165371 ]] 2025-06-05T23:16:11.6733033Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:11.9001200Z { 2025-06-05T23:16:11.9001578Z "schemaVersion": 2, 2025-06-05T23:16:11.9002213Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:16:11.9003027Z "config": { 2025-06-05T23:16:11.9003418Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:16:11.9003815Z "size": 15103, 2025-06-05T23:16:11.9004240Z "digest": "sha256:fd1cd238ff938168c3b0ff27a52bce2daabd27e2c7b7761b7a136339684f075e" 2025-06-05T23:16:11.9004715Z }, 2025-06-05T23:16:11.9004889Z "layers": [ 2025-06-05T23:16:11.9005091Z { 2025-06-05T23:16:11.9005396Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9005813Z "size": 30438509, 2025-06-05T23:16:11.9006222Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:16:11.9006982Z }, 2025-06-05T23:16:11.9007178Z { 2025-06-05T23:16:11.9007565Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9007979Z "size": 631, 2025-06-05T23:16:11.9008367Z "digest": "sha256:e9a71f6cf6a033cad973f94ad3269a9e3774b3a547f2d35c6337589ebab6aeac" 2025-06-05T23:16:11.9008869Z }, 2025-06-05T23:16:11.9009042Z { 2025-06-05T23:16:11.9009364Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9009759Z "size": 150105004, 2025-06-05T23:16:11.9010285Z "digest": "sha256:049f3bd1fa828e09f2b95b85222e78d1369b0d9b32c63dba4a621ef4b3fdf4b0" 2025-06-05T23:16:11.9010736Z }, 2025-06-05T23:16:11.9010929Z { 2025-06-05T23:16:11.9011244Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9011640Z "size": 622, 2025-06-05T23:16:11.9012036Z "digest": "sha256:8f296761951c2477ba8d9546ac834b6cf17e772fbe388f9e3b2f4e822beb7713" 2025-06-05T23:16:11.9012490Z }, 2025-06-05T23:16:11.9012676Z { 2025-06-05T23:16:11.9012983Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9013396Z "size": 19308725, 2025-06-05T23:16:11.9013800Z "digest": "sha256:f9c927f03c6aba2421ca61827c3ba57321d629b5cd394bf199d0fda0f3373a5e" 2025-06-05T23:16:11.9014267Z }, 2025-06-05T23:16:11.9014437Z { 2025-06-05T23:16:11.9014751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9015156Z "size": 736, 2025-06-05T23:16:11.9015749Z "digest": "sha256:4420b1e1a07f73643ce79401c2021c6970bc6e411c501a43b58d157e19090d5a" 2025-06-05T23:16:11.9016211Z }, 2025-06-05T23:16:11.9016392Z { 2025-06-05T23:16:11.9016693Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9017101Z "size": 131417895, 2025-06-05T23:16:11.9017502Z "digest": "sha256:fa5411ca12c0b4cc5391abc0d46354e4ebf811724698c909d35a8bc79acbae42" 2025-06-05T23:16:11.9017968Z }, 2025-06-05T23:16:11.9018140Z { 2025-06-05T23:16:11.9018458Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9018850Z "size": 445, 2025-06-05T23:16:11.9019230Z "digest": "sha256:172401b941b1764c760147d40814402d1238a7f1c7287fd8c0c9dd4897f09610" 2025-06-05T23:16:11.9019661Z }, 2025-06-05T23:16:11.9019842Z { 2025-06-05T23:16:11.9020162Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9020551Z "size": 102, 2025-06-05T23:16:11.9020944Z "digest": "sha256:08f9a627d97be81309ccf16cf39ed5beb24962447ad72a1615b0748e4173b204" 2025-06-05T23:16:11.9021392Z }, 2025-06-05T23:16:11.9021577Z { 2025-06-05T23:16:11.9021878Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9022280Z "size": 636, 2025-06-05T23:16:11.9022661Z "digest": "sha256:2d7e5abdd88dbf42ba6487b146573396d6f489b24623393763a4916452feeb69" 2025-06-05T23:16:11.9023115Z }, 2025-06-05T23:16:11.9023290Z { 2025-06-05T23:16:11.9023603Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9024007Z "size": 35165342, 2025-06-05T23:16:11.9024416Z "digest": "sha256:0e4e4efb264486fade95db2dcaeeed53768fdf1fd6972a24431bca5d3e4abfed" 2025-06-05T23:16:11.9024890Z }, 2025-06-05T23:16:11.9025059Z { 2025-06-05T23:16:11.9025371Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9025856Z "size": 318, 2025-06-05T23:16:11.9026255Z "digest": "sha256:380307a36ed2d54c982df9262fd1ec3b7fb61743ad1a24e7d1b691bc44edba7a" 2025-06-05T23:16:11.9026705Z }, 2025-06-05T23:16:11.9026890Z { 2025-06-05T23:16:11.9027214Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9027607Z "size": 252129603, 2025-06-05T23:16:11.9028018Z "digest": "sha256:c39259ba6557e88adff97daca9051eb3b7557220d56a15a595e102e0b7888888" 2025-06-05T23:16:11.9028463Z }, 2025-06-05T23:16:11.9028641Z { 2025-06-05T23:16:11.9029038Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9029444Z "size": 475, 2025-06-05T23:16:11.9029832Z "digest": "sha256:3ec19c2849b3bf6807efe10c62465e3f4d91dfd9fc8c1ff5b3667814c740339d" 2025-06-05T23:16:11.9030298Z }, 2025-06-05T23:16:11.9030470Z { 2025-06-05T23:16:11.9030785Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9031193Z "size": 1041, 2025-06-05T23:16:11.9031579Z "digest": "sha256:c906c3b73c9a07577673cc305885ff3cb88a96410f3536d3cc37d1ab95ea8105" 2025-06-05T23:16:11.9032030Z }, 2025-06-05T23:16:11.9032198Z { 2025-06-05T23:16:11.9032580Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9032971Z "size": 613, 2025-06-05T23:16:11.9033372Z "digest": "sha256:5e70c61fded41a31ea65efce907d9dff9acbc03826fb949591a55cfdd3385730" 2025-06-05T23:16:11.9033826Z }, 2025-06-05T23:16:11.9034005Z { 2025-06-05T23:16:11.9034306Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9034716Z "size": 77567180, 2025-06-05T23:16:11.9035129Z "digest": "sha256:32d238decf552efed879fd5a38ef4c28a93691784cfa4cf29f72f02ff98b663c" 2025-06-05T23:16:11.9035582Z }, 2025-06-05T23:16:11.9035763Z { 2025-06-05T23:16:11.9036066Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9036469Z "size": 572, 2025-06-05T23:16:11.9036841Z "digest": "sha256:82809b17e34970c5fc644204a01b9174222a6532e2bf50080d656bf431502fcb" 2025-06-05T23:16:11.9037293Z }, 2025-06-05T23:16:11.9037464Z { 2025-06-05T23:16:11.9037781Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9038186Z "size": 208, 2025-06-05T23:16:11.9038573Z "digest": "sha256:beff343a364c42297e426fde8abbfacb4531230cc6c28639cb27af09f8a6aeaa" 2025-06-05T23:16:11.9039040Z }, 2025-06-05T23:16:11.9039209Z { 2025-06-05T23:16:11.9039522Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9039916Z "size": 1190, 2025-06-05T23:16:11.9040310Z "digest": "sha256:5630a9397492da6fac00fcc2b54281af300c4762827878ad79bbf050d7f1388d" 2025-06-05T23:16:11.9040758Z }, 2025-06-05T23:16:11.9040937Z { 2025-06-05T23:16:11.9041239Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9041643Z "size": 679, 2025-06-05T23:16:11.9042044Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:16:11.9042494Z }, 2025-06-05T23:16:11.9042669Z { 2025-06-05T23:16:11.9042998Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9043392Z "size": 6857042734, 2025-06-05T23:16:11.9043805Z "digest": "sha256:91905b6f2f52504df72b723d19817eec2b201bee33ae760808b079869acb2f6b" 2025-06-05T23:16:11.9044252Z }, 2025-06-05T23:16:11.9044436Z { 2025-06-05T23:16:11.9044738Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9045147Z "size": 1383, 2025-06-05T23:16:11.9045552Z "digest": "sha256:09dac94eaf912c1143008ab2c199dc2a0547cf68fe2b08e1b96af9c2895928ae" 2025-06-05T23:16:11.9046010Z }, 2025-06-05T23:16:11.9046198Z { 2025-06-05T23:16:11.9046503Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9046910Z "size": 679, 2025-06-05T23:16:11.9047297Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:16:11.9047767Z }, 2025-06-05T23:16:11.9047939Z { 2025-06-05T23:16:11.9048259Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9048665Z "size": 232891491, 2025-06-05T23:16:11.9049065Z "digest": "sha256:6d88f3766b32d28d76e4b977173ca059882b729a62bfb97b74b2e112a7e07081" 2025-06-05T23:16:11.9049519Z }, 2025-06-05T23:16:11.9049688Z { 2025-06-05T23:16:11.9050000Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9050390Z "size": 827, 2025-06-05T23:16:11.9050878Z "digest": "sha256:dec0deaa1ed566de23b66dcd78ea8449250b56b611cab27ebb83b9504d48a46b" 2025-06-05T23:16:11.9051340Z }, 2025-06-05T23:16:11.9051521Z { 2025-06-05T23:16:11.9051821Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9052221Z "size": 679, 2025-06-05T23:16:11.9052615Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:16:11.9053064Z }, 2025-06-05T23:16:11.9053244Z { 2025-06-05T23:16:11.9053543Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9053945Z "size": 185012212, 2025-06-05T23:16:11.9054399Z "digest": "sha256:f8e551473643076aad7336eff42fb9eade23f8abdf765265391eb601688a508e" 2025-06-05T23:16:11.9054862Z }, 2025-06-05T23:16:11.9055032Z { 2025-06-05T23:16:11.9055349Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9055758Z "size": 530, 2025-06-05T23:16:11.9056148Z "digest": "sha256:e8c9ad02b5187f5d1cb1d0cce8e115dd9462726f44a685de71b4cbe4f70c67e6" 2025-06-05T23:16:11.9056623Z }, 2025-06-05T23:16:11.9056794Z { 2025-06-05T23:16:11.9057108Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9057497Z "size": 679, 2025-06-05T23:16:11.9057890Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:16:11.9058340Z }, 2025-06-05T23:16:11.9058523Z { 2025-06-05T23:16:11.9058822Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9059220Z "size": 354, 2025-06-05T23:16:11.9059613Z "digest": "sha256:ca22a013d303766ddf153f37526c40fa37dc1c0d112176fdb33378c50a81c354" 2025-06-05T23:16:11.9060061Z }, 2025-06-05T23:16:11.9060240Z { 2025-06-05T23:16:11.9060539Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9060944Z "size": 32, 2025-06-05T23:16:11.9061330Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:16:11.9061798Z }, 2025-06-05T23:16:11.9061966Z { 2025-06-05T23:16:11.9062278Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9062667Z "size": 166, 2025-06-05T23:16:11.9063064Z "digest": "sha256:646de239c5522c189eeafe3c3e40d524fdb04e611ff7ac7ed962067edc79e37c" 2025-06-05T23:16:11.9063525Z }, 2025-06-05T23:16:11.9063693Z { 2025-06-05T23:16:11.9064005Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9064394Z "size": 1109, 2025-06-05T23:16:11.9064793Z "digest": "sha256:c2b62aa0dc26b7dd48338aef7893ebaf56403579f42aa88a56bd416c04f43619" 2025-06-05T23:16:11.9065242Z }, 2025-06-05T23:16:11.9065424Z { 2025-06-05T23:16:11.9065815Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9066224Z "size": 32, 2025-06-05T23:16:11.9066624Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:16:11.9067077Z }, 2025-06-05T23:16:11.9067265Z { 2025-06-05T23:16:11.9067567Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:16:11.9067971Z "size": 108, 2025-06-05T23:16:11.9068352Z "digest": "sha256:f6779e1a371ff37aa81f30b1933474705799f32406c2afea442a0cada6c51e93" 2025-06-05T23:16:11.9068809Z } 2025-06-05T23:16:11.9068977Z ] 2025-06-05T23:16:11.9069155Z } 2025-06-05T23:16:11.9069341Z + exit 0 2025-06-05T23:16:11.9097331Z ##[group]Run set -eux 2025-06-05T23:16:11.9097616Z set -eux 2025-06-05T23:16:11.9098488Z 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-06-05T23:16:11.9104863Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:11.9105229Z env: 2025-06-05T23:16:11.9105473Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:16:11.9105930Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:11.9106333Z PR_NUMBER: 2025-06-05T23:16:11.9108329Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:16:11.9110626Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:11.9111189Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:11.9111729Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:11.9112119Z ##[endgroup] 2025-06-05T23:16:11.9137637Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:16:11.9138471Z + jq --raw-output .SecretString 2025-06-05T23:16:11.9139563Z + jq -r .docker_hub_readonly_token 2025-06-05T23:16:11.9140840Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:16:12.4829738Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:12.4830355Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:12.4830909Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:12.4831392Z 2025-06-05T23:16:12.4831515Z Login Succeeded 2025-06-05T23:16:12.4925617Z Prepare all required actions 2025-06-05T23:16:12.4986063Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:16:12.4986600Z with: 2025-06-05T23:16:12.4987242Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:12.4988178Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:12.4988536Z env: 2025-06-05T23:16:12.4988777Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:16:12.4989104Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:12.4989367Z PR_NUMBER: 2025-06-05T23:16:12.4991405Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:16:12.4993599Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:12.4994167Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:12.4994704Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:12.4995067Z ##[endgroup] 2025-06-05T23:16:12.5035274Z ##[group]Run set -x 2025-06-05T23:16:12.5035531Z set -x 2025-06-05T23:16:12.5035750Z set +e 2025-06-05T23:16:12.5035963Z  2025-06-05T23:16:12.5036155Z login() { 2025-06-05T23:16:12.5036621Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:16:12.5037112Z } 2025-06-05T23:16:12.5037321Z  2025-06-05T23:16:12.5037505Z retry () { 2025-06-05T23:16:12.5037761Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:16:12.5038051Z } 2025-06-05T23:16:12.5038241Z  2025-06-05T23:16:12.5038447Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:16:12.5038739Z  2025-06-05T23:16:12.5039341Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:16:12.5039972Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:16:12.5040406Z  2025-06-05T23:16:12.5040616Z set -e 2025-06-05T23:16:12.5040975Z # ignore output since only exit code is used for conditional 2025-06-05T23:16:12.5041440Z # only pull docker image if it's not available locally 2025-06-05T23:16:12.5041964Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:16:12.5042454Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:16:12.5042744Z fi 2025-06-05T23:16:12.5048416Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:12.5048765Z env: 2025-06-05T23:16:12.5049399Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:12.5050130Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:12.5050403Z PR_NUMBER: 2025-06-05T23:16:12.5052538Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:16:12.5054732Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:12.5055291Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:12.5055826Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:12.5056292Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:12.5056668Z ##[endgroup] 2025-06-05T23:16:12.5079099Z + set +e 2025-06-05T23:16:12.5079466Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:12.5079962Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:12.5082418Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:16:12.5083602Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:16:13.0235928Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:16:13.0236543Z Configure a credential helper to remove this warning. See 2025-06-05T23:16:13.0237141Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:16:13.0237755Z 2025-06-05T23:16:13.0237947Z Login Succeeded 2025-06-05T23:16:13.0254877Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:13.0256085Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:16:13.2655595Z + IMAGE_SIZE=7601.84158706665 2025-06-05T23:16:13.2656041Z + echo 'Compressed size of image in MB: 7601.84158706665' 2025-06-05T23:16:13.2656391Z + set -e 2025-06-05T23:16:13.2657095Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:13.2657906Z Compressed size of image in MB: 7601.84158706665 2025-06-05T23:16:13.2759744Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:13.2760949Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:13.5102624Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-06-05T23:16:13.5104065Z f557aa5ee224: Pulling fs layer 2025-06-05T23:16:13.5104950Z e9a71f6cf6a0: Pulling fs layer 2025-06-05T23:16:13.5105286Z 049f3bd1fa82: Pulling fs layer 2025-06-05T23:16:13.5105628Z 8f296761951c: Pulling fs layer 2025-06-05T23:16:13.5105889Z f9c927f03c6a: Pulling fs layer 2025-06-05T23:16:13.5106180Z 4420b1e1a07f: Pulling fs layer 2025-06-05T23:16:13.5106437Z fa5411ca12c0: Pulling fs layer 2025-06-05T23:16:13.5106702Z 172401b941b1: Pulling fs layer 2025-06-05T23:16:13.5106955Z 08f9a627d97b: Pulling fs layer 2025-06-05T23:16:13.5107257Z 2d7e5abdd88d: Pulling fs layer 2025-06-05T23:16:13.5107575Z 0e4e4efb2644: Pulling fs layer 2025-06-05T23:16:13.5107844Z 380307a36ed2: Pulling fs layer 2025-06-05T23:16:13.5108108Z c39259ba6557: Pulling fs layer 2025-06-05T23:16:13.5108361Z 3ec19c2849b3: Pulling fs layer 2025-06-05T23:16:13.5108623Z fa5411ca12c0: Waiting 2025-06-05T23:16:13.5108857Z c906c3b73c9a: Pulling fs layer 2025-06-05T23:16:13.5109130Z 4420b1e1a07f: Waiting 2025-06-05T23:16:13.5109344Z 172401b941b1: Waiting 2025-06-05T23:16:13.5109571Z 08f9a627d97b: Waiting 2025-06-05T23:16:13.5109785Z 2d7e5abdd88d: Waiting 2025-06-05T23:16:13.5110031Z 5e70c61fded4: Pulling fs layer 2025-06-05T23:16:13.5110280Z 0e4e4efb2644: Waiting 2025-06-05T23:16:13.5110517Z 32d238decf55: Pulling fs layer 2025-06-05T23:16:13.5110787Z 82809b17e349: Pulling fs layer 2025-06-05T23:16:13.5111043Z beff343a364c: Pulling fs layer 2025-06-05T23:16:13.5111300Z 380307a36ed2: Waiting 2025-06-05T23:16:13.5111522Z 5630a9397492: Pulling fs layer 2025-06-05T23:16:13.5112014Z 1fc2d9899ffb: Pulling fs layer 2025-06-05T23:16:13.5112311Z 91905b6f2f52: Pulling fs layer 2025-06-05T23:16:13.5112584Z 09dac94eaf91: Pulling fs layer 2025-06-05T23:16:13.5112832Z 3ec19c2849b3: Waiting 2025-06-05T23:16:13.5113065Z 8f296761951c: Waiting 2025-06-05T23:16:13.5113302Z 6d88f3766b32: Pulling fs layer 2025-06-05T23:16:13.5113565Z dec0deaa1ed5: Pulling fs layer 2025-06-05T23:16:13.5113841Z f9c927f03c6a: Waiting 2025-06-05T23:16:13.5114137Z c906c3b73c9a: Waiting 2025-06-05T23:16:13.5114360Z 5630a9397492: Waiting 2025-06-05T23:16:13.5114583Z f8e551473643: Pulling fs layer 2025-06-05T23:16:13.5114840Z 1fc2d9899ffb: Waiting 2025-06-05T23:16:13.5115118Z e8c9ad02b518: Pulling fs layer 2025-06-05T23:16:13.5115376Z 5e70c61fded4: Waiting 2025-06-05T23:16:13.5115591Z 91905b6f2f52: Waiting 2025-06-05T23:16:13.5115825Z ca22a013d303: Pulling fs layer 2025-06-05T23:16:13.5116568Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:16:13.5116981Z 32d238decf55: Waiting 2025-06-05T23:16:13.5117388Z 646de239c552: Pulling fs layer 2025-06-05T23:16:13.5118017Z 82809b17e349: Waiting 2025-06-05T23:16:13.5118588Z beff343a364c: Waiting 2025-06-05T23:16:13.5118984Z c2b62aa0dc26: Pulling fs layer 2025-06-05T23:16:13.5119267Z f6779e1a371f: Pulling fs layer 2025-06-05T23:16:13.5119512Z f8e551473643: Waiting 2025-06-05T23:16:13.5119751Z dec0deaa1ed5: Waiting 2025-06-05T23:16:13.5120006Z 6d88f3766b32: Waiting 2025-06-05T23:16:13.5120246Z c2b62aa0dc26: Waiting 2025-06-05T23:16:13.5120485Z e8c9ad02b518: Waiting 2025-06-05T23:16:13.5120713Z ca22a013d303: Waiting 2025-06-05T23:16:13.5120925Z f6779e1a371f: Waiting 2025-06-05T23:16:13.5121149Z 4f4fb700ef54: Waiting 2025-06-05T23:16:13.5121366Z 646de239c552: Waiting 2025-06-05T23:16:13.5121596Z 09dac94eaf91: Waiting 2025-06-05T23:16:13.5121812Z c39259ba6557: Waiting 2025-06-05T23:16:13.6322598Z e9a71f6cf6a0: Verifying Checksum 2025-06-05T23:16:13.6322976Z e9a71f6cf6a0: Download complete 2025-06-05T23:16:13.7042223Z 8f296761951c: Download complete 2025-06-05T23:16:13.8758920Z f557aa5ee224: Verifying Checksum 2025-06-05T23:16:13.8759494Z f557aa5ee224: Download complete 2025-06-05T23:16:13.9533145Z 4420b1e1a07f: Download complete 2025-06-05T23:16:14.1657033Z f9c927f03c6a: Verifying Checksum 2025-06-05T23:16:14.1657585Z f9c927f03c6a: Download complete 2025-06-05T23:16:14.2381192Z 172401b941b1: Verifying Checksum 2025-06-05T23:16:14.2381739Z 172401b941b1: Download complete 2025-06-05T23:16:14.3218556Z 08f9a627d97b: Verifying Checksum 2025-06-05T23:16:14.3219117Z 08f9a627d97b: Download complete 2025-06-05T23:16:14.4131108Z 2d7e5abdd88d: Verifying Checksum 2025-06-05T23:16:14.4131544Z 2d7e5abdd88d: Download complete 2025-06-05T23:16:14.8107887Z f557aa5ee224: Pull complete 2025-06-05T23:16:14.8296955Z 0e4e4efb2644: Verifying Checksum 2025-06-05T23:16:14.8297478Z 0e4e4efb2644: Download complete 2025-06-05T23:16:14.8316010Z e9a71f6cf6a0: Pull complete 2025-06-05T23:16:14.9069534Z 380307a36ed2: Verifying Checksum 2025-06-05T23:16:14.9070031Z 380307a36ed2: Download complete 2025-06-05T23:16:15.0561690Z 049f3bd1fa82: Verifying Checksum 2025-06-05T23:16:15.0562071Z 049f3bd1fa82: Download complete 2025-06-05T23:16:15.1525849Z 3ec19c2849b3: Download complete 2025-06-05T23:16:15.2109174Z c906c3b73c9a: Verifying Checksum 2025-06-05T23:16:15.2110213Z c906c3b73c9a: Download complete 2025-06-05T23:16:15.2854503Z 5e70c61fded4: Verifying Checksum 2025-06-05T23:16:15.2855035Z 5e70c61fded4: Download complete 2025-06-05T23:16:15.3352874Z fa5411ca12c0: Verifying Checksum 2025-06-05T23:16:15.3353226Z fa5411ca12c0: Download complete 2025-06-05T23:16:15.4295256Z 82809b17e349: Download complete 2025-06-05T23:16:15.5080361Z beff343a364c: Verifying Checksum 2025-06-05T23:16:15.5080852Z beff343a364c: Download complete 2025-06-05T23:16:15.6161067Z 5630a9397492: Verifying Checksum 2025-06-05T23:16:15.6161642Z 5630a9397492: Download complete 2025-06-05T23:16:15.6757799Z 1fc2d9899ffb: Verifying Checksum 2025-06-05T23:16:15.6758393Z 1fc2d9899ffb: Download complete 2025-06-05T23:16:16.1161461Z 32d238decf55: Verifying Checksum 2025-06-05T23:16:16.1162181Z 32d238decf55: Download complete 2025-06-05T23:16:16.1820706Z 09dac94eaf91: Download complete 2025-06-05T23:16:17.5107373Z c39259ba6557: Verifying Checksum 2025-06-05T23:16:17.5107901Z c39259ba6557: Download complete 2025-06-05T23:16:17.5948061Z dec0deaa1ed5: Verifying Checksum 2025-06-05T23:16:17.5948615Z dec0deaa1ed5: Download complete 2025-06-05T23:16:18.5781834Z 6d88f3766b32: Verifying Checksum 2025-06-05T23:16:18.5782292Z 6d88f3766b32: Download complete 2025-06-05T23:16:18.6664656Z e8c9ad02b518: Verifying Checksum 2025-06-05T23:16:18.6665230Z e8c9ad02b518: Download complete 2025-06-05T23:16:18.7454171Z ca22a013d303: Download complete 2025-06-05T23:16:18.7517555Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:16:18.7518062Z 4f4fb700ef54: Download complete 2025-06-05T23:16:18.8303151Z 646de239c552: Verifying Checksum 2025-06-05T23:16:18.8303700Z 646de239c552: Download complete 2025-06-05T23:16:18.9104410Z c2b62aa0dc26: Verifying Checksum 2025-06-05T23:16:18.9104777Z c2b62aa0dc26: Download complete 2025-06-05T23:16:18.9991143Z f6779e1a371f: Download complete 2025-06-05T23:16:19.0650971Z 049f3bd1fa82: Pull complete 2025-06-05T23:16:19.2768313Z 8f296761951c: Pull complete 2025-06-05T23:16:19.5255531Z f8e551473643: Verifying Checksum 2025-06-05T23:16:19.5255933Z f8e551473643: Download complete 2025-06-05T23:16:19.7160839Z f9c927f03c6a: Pull complete 2025-06-05T23:16:19.9155547Z 4420b1e1a07f: Pull complete 2025-06-05T23:16:22.4125392Z fa5411ca12c0: Pull complete 2025-06-05T23:16:22.5989062Z 172401b941b1: Pull complete 2025-06-05T23:16:22.8183474Z 08f9a627d97b: Pull complete 2025-06-05T23:16:22.9881542Z 2d7e5abdd88d: Pull complete 2025-06-05T23:16:23.7589088Z 0e4e4efb2644: Pull complete 2025-06-05T23:16:23.9550986Z 380307a36ed2: Pull complete 2025-06-05T23:16:32.5736331Z c39259ba6557: Pull complete 2025-06-05T23:16:32.7292907Z 3ec19c2849b3: Pull complete 2025-06-05T23:16:32.8460899Z c906c3b73c9a: Pull complete 2025-06-05T23:16:32.9338654Z 5e70c61fded4: Pull complete 2025-06-05T23:16:37.9032349Z 32d238decf55: Pull complete 2025-06-05T23:16:38.1021417Z 82809b17e349: Pull complete 2025-06-05T23:16:38.3309455Z beff343a364c: Pull complete 2025-06-05T23:16:38.5499137Z 5630a9397492: Pull complete 2025-06-05T23:16:38.7754044Z 1fc2d9899ffb: Pull complete 2025-06-05T23:17:24.3005794Z 91905b6f2f52: Download complete 2025-06-05T23:18:40.5456669Z 91905b6f2f52: Pull complete 2025-06-05T23:18:40.7226140Z 09dac94eaf91: Pull complete 2025-06-05T23:18:47.7762385Z 6d88f3766b32: Pull complete 2025-06-05T23:18:47.9263914Z dec0deaa1ed5: Pull complete 2025-06-05T23:18:55.2676283Z f8e551473643: Pull complete 2025-06-05T23:18:55.3903797Z e8c9ad02b518: Pull complete 2025-06-05T23:18:55.6518912Z ca22a013d303: Pull complete 2025-06-05T23:18:55.7223448Z 4f4fb700ef54: Pull complete 2025-06-05T23:18:55.7660721Z 646de239c552: Pull complete 2025-06-05T23:18:55.8330426Z c2b62aa0dc26: Pull complete 2025-06-05T23:18:56.3401143Z f6779e1a371f: Pull complete 2025-06-05T23:18:56.5988499Z Digest: sha256:4cd9e207005b6720f61c5035e99d041f7d33aa7b787473b2143d086595b815e8 2025-06-05T23:18:56.6988856Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:18:56.7368170Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:18:56.7409377Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:18:56.7410320Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:18:56.7419255Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:18:56.7419637Z env: 2025-06-05T23:18:56.7419880Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:18:56.7420236Z REPOSITORY: pytorch/executorch 2025-06-05T23:18:56.7420502Z PR_NUMBER: 2025-06-05T23:18:56.7422561Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:18:56.7424792Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:18:56.7425354Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:18:56.7425986Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:18:56.7426353Z ##[endgroup] 2025-06-05T23:18:56.7672741Z ##[group]Run set -ex 2025-06-05T23:18:56.7673031Z set -ex 2025-06-05T23:18:56.7673249Z { 2025-06-05T23:18:56.7673457Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:18:56.7673770Z  echo "set -eou pipefail"; 2025-06-05T23:18:56.7674065Z  # shellcheck disable=SC2016 2025-06-05T23:18:56.7674400Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:18:56.7674739Z  echo "set -x"; 2025-06-05T23:18:56.7674997Z  echo "${SCRIPT}"; 2025-06-05T23:18:56.7675265Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:18:56.7675595Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:18:56.7676297Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:18:56.7683094Z shell: /usr/bin/bash -e {0} 2025-06-05T23:18:56.7683363Z env: 2025-06-05T23:18:56.7684046Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:18:56.7684846Z REPOSITORY: pytorch/executorch 2025-06-05T23:18:56.7685124Z PR_NUMBER: 2025-06-05T23:18:56.7687348Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:18:56.7689732Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:18:56.7690295Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:18:56.7690836Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:18:56.7691568Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:18:56.7691861Z ##[endgroup] 2025-06-05T23:18:56.7715130Z + echo '#!/usr/bin/env bash' 2025-06-05T23:18:56.7715474Z + echo 'set -eou pipefail' 2025-06-05T23:18:56.7716388Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:18:56.7716676Z + echo 'set -x' 2025-06-05T23:18:56.7717071Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:18:56.7717595Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:18:56.7717949Z conda activate "${CONDA_ENV}" 2025-06-05T23:18:56.7718127Z 2025-06-05T23:18:56.7718285Z ./install_requirements.sh --use-pt-pinned-commit 2025-06-05T23:18:56.7718533Z 2025-06-05T23:18:56.7718738Z # build module for executorch.extension.pybindings.portable_lib 2025-06-05T23:18:56.7719149Z bash test/build_size_test.sh 2025-06-05T23:18:56.7719424Z strip cmake-out/test/size_test 2025-06-05T23:18:56.7719732Z output=$(ls -la cmake-out/test/size_test) 2025-06-05T23:18:56.7720033Z arr=($output) 2025-06-05T23:18:56.7720226Z size=${arr[4]} 2025-06-05T23:18:56.7720435Z threshold="51728" 2025-06-05T23:18:56.7720663Z if [[ "$size" -le "$threshold" ]]; then 2025-06-05T23:18:56.7720969Z echo "Success $size <= $threshold" 2025-06-05T23:18:56.7721228Z else 2025-06-05T23:18:56.7721435Z echo "Fail $size > $threshold" 2025-06-05T23:18:56.7721688Z exit 1 2025-06-05T23:18:56.7721883Z fi 2025-06-05T23:18:56.7722055Z ' 2025-06-05T23:18:56.7722343Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:18:56.7726804Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:19:16.5534884Z Running command: 2025-06-05T23:19:16.5541791Z 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_15475023378" `# 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_c052bf17-7501-46d2-a8ab-cd42d7aa3cca":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_c052bf17-7501-46d2-a8ab-cd42d7aa3cca" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:19:16.5547563Z 2025-06-05T23:19:16.5547898Z a5688c8675a0c960a9ab0d795eb0a9c91f638158c916b7094ea4f9dad11afa10 2025-06-05T23:19:16.5548581Z Running command: docker exec -t a5688c8675a0c960a9ab0d795eb0a9c91f638158c916b7094ea4f9dad11afa10 /exec 2025-06-05T23:19:16.5549135Z ++ conda env list --json 2025-06-05T23:19:16.5549386Z ++ local cmd=env 2025-06-05T23:19:16.5549594Z ++ case "$cmd" in 2025-06-05T23:19:16.5549825Z ++ __conda_exe env list --json 2025-06-05T23:19:16.5550130Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:19:16.5550441Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:19:16.5550821Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:19:16.5551130Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:19:16.5551417Z + local cmd=activate 2025-06-05T23:19:16.5551646Z + case "$cmd" in 2025-06-05T23:19:16.5551908Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:19:16.5552223Z + '[' -n '' ']' 2025-06-05T23:19:16.5552433Z + local ask_conda 2025-06-05T23:19:16.5552651Z ++ PS1='(base) ' 2025-06-05T23:19:16.5552946Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:19:16.5553416Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:19:16.5553834Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:19:16.5554674Z 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-06-05T23:19:16.5555576Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:19:16.5555925Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:19:16.5556198Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:19:16.5556539Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:19:16.5556871Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:19:16.5557203Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:19:16.5557503Z export _CE_M='\'''\'' 2025-06-05T23:19:16.5557744Z export _CE_CONDA='\'''\'' 2025-06-05T23:19:16.5558050Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:19:16.5558403Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:19:16.5559229Z 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-06-05T23:19:16.5560112Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:19:16.5560456Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:19:16.5560861Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:19:16.5561207Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:19:16.5561538Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:19:16.5561873Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:19:16.5562189Z export _CE_M='\'''\'' 2025-06-05T23:19:16.5562417Z export _CE_CONDA='\'''\'' 2025-06-05T23:19:16.5562733Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:19:16.5563072Z ++ PS1='(py_3.10) ' 2025-06-05T23:19:16.5563840Z ++ 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-06-05T23:19:16.5565163Z ++ 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-06-05T23:19:16.5565999Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:19:16.5566338Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:19:16.5566625Z ++ export CONDA_SHLVL=2 2025-06-05T23:19:16.5566861Z ++ CONDA_SHLVL=2 2025-06-05T23:19:16.5567087Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:19:16.5567379Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:19:16.5567659Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:19:16.5567985Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:19:16.5568277Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:19:16.5568645Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:19:16.5568914Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:19:16.5569226Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:19:16.5569502Z ++ export _CE_M= 2025-06-05T23:19:16.5569704Z ++ _CE_M= 2025-06-05T23:19:16.5569905Z ++ export _CE_CONDA= 2025-06-05T23:19:16.5570119Z ++ _CE_CONDA= 2025-06-05T23:19:16.5570374Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:19:16.5570709Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:19:16.5571006Z + __conda_hashr 2025-06-05T23:19:16.5571210Z + '[' -n '' ']' 2025-06-05T23:19:16.5571419Z + '[' -n '' ']' 2025-06-05T23:19:16.5571612Z + hash -r 2025-06-05T23:19:16.5571874Z + ./install_requirements.sh --use-pt-pinned-commit 2025-06-05T23:19:16.5572443Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:19:16.5573232Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:19:16.5574134Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:19:16.5575014Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:19:16.5575724Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:19:16.5576222Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:19:16.5577034Z 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-06-05T23:19:16.5577916Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:19:16.5578449Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:19:16.5579334Z 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 6)) (4.47.1) 2025-06-05T23:19:16.5580214Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:19:16.5580848Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:19:16.5581769Z 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.1) 2025-06-05T23:19:16.5582915Z 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-06-05T23:19:16.5584045Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (78.1.1) 2025-06-05T23:19:16.5585232Z 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-06-05T23:19:16.5586625Z 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-06-05T23:19:16.5587733Z 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-06-05T23:19:16.5588919Z 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.32.4) 2025-06-05T23:19:16.5590211Z 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-06-05T23:19:16.5591509Z 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 6)) (3.18.0) 2025-06-05T23:19:16.5592815Z 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 6)) (2.2.6) 2025-06-05T23:19:16.5594341Z 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 6)) (25.0) 2025-06-05T23:19:16.5595701Z 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 6)) (2024.11.6) 2025-06-05T23:19:16.5597137Z 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 6)) (2.32.3) 2025-06-05T23:19:16.5598488Z 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 6)) (0.21.1) 2025-06-05T23:19:16.5599825Z 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 6)) (4.67.1) 2025-06-05T23:19:19.4995310Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (2025.5.1) 2025-06-05T23:19:19.4996807Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (4.14.0) 2025-06-05T23:19:19.4998281Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (1.1.3) 2025-06-05T23:19:19.4999427Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.14.0) 2025-06-05T23:19:19.5000318Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:19:19.5001237Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:19:19.5002162Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.2.1) 2025-06-05T23:19:19.5003067Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5003683Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:19:19.5004481Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5005065Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:19:19.5005644Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5006222Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:19:19.5006821Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5007789Z 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-06-05T23:19:19.5009366Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:19:19.5010054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 108.5 MB/s eta 0:00:00 2025-06-05T23:19:19.5010764Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5011512Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:19:19.5012322Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5013057Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:19:19.5013799Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5014658Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:19:19.5015365Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5016196Z 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-06-05T23:19:19.5017447Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.4.0) 2025-06-05T23:19:19.5018565Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5019390Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:19:19.5020500Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.4.0) 2025-06-05T23:19:19.5021682Z 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-06-05T23:19:19.5022566Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5023266Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:19:19.5023944Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5024684Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:19:19.5025800Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.2.3) 2025-06-05T23:19:19.5026843Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5027757Z 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-06-05T23:19:19.5028707Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5029541Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:19:19.5030419Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:19:19.5031059Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:19:19.5031803Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5032689Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:19:19.5033895Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5034782Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:19:19.5035628Z Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5036456Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:19:19.5037281Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5038122Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:19:19.5039262Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (25.3.0) 2025-06-05T23:19:19.5040759Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5041855Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:19:19.5042972Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5043921Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:19:19.5044878Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5045841Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:19:19.5046767Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5047663Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:19:19.5048924Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.10) 2025-06-05T23:19:19.5050566Z 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 6)) (3.4.2) 2025-06-05T23:19:19.5052058Z 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 6)) (2025.4.26) 2025-06-05T23:19:19.5053242Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:19.5054103Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-06-05T23:19:19.5055078Z 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-06-05T23:19:22.1376424Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:19:22.1377376Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:19:22.1378235Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:19:22.1379452Z [?25hRequirement 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.1->-r requirements-examples.txt (line 5)) (2.9.0.post0) 2025-06-05T23:19:22.1380990Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:19:22.1382477Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:19:22.1383971Z 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.1->-r requirements-examples.txt (line 5)) (1.17.0) 2025-06-05T23:19:22.1385035Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:19:22.1386056Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:19:22.1386886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 111.0 MB/s eta 0:00:00 2025-06-05T23:19:22.1387629Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:19:22.1388546Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:19:22.1389516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 183.2 MB/s eta 0:00:00 2025-06-05T23:19:22.1390386Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:19:22.1391337Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:19:22.1392541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 120.4 MB/s eta 0:00:00 2025-06-05T23:19:22.1393625Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:19:22.1394650Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:19:22.1396051Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:19:22.1397137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 225.8 MB/s eta 0:00:00 2025-06-05T23:19:22.1398151Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:19:22.1398938Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:19:22.1399895Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:19:22.1401211Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:19:22.1402211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 172.5 MB/s eta 0:00:00 2025-06-05T23:19:22.1403212Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:19:22.1404264Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:19:22.1405313Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:19:22.1405925Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:19:22.1406629Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:19:22.1407387Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) 2025-06-05T23:19:22.1408264Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:19:22.1408923Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:19:22.1409695Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:19:22.1410418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 42.2/42.3 MB 220.1 MB/s eta 0:00:01 2025-06-05T23:19:22.1411122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 158.7 MB/s eta 0:00:00 2025-06-05T23:19:22.1411873Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:19:22.1412648Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:19:22.1413760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 111.1 MB/s eta 0:00:00 2025-06-05T23:19:22.1414689Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:19:22.1415894Z 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-06-05T23:19:22.1417726Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:19:22.1419057Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:19:22.1419729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 155.9 MB/s eta 0:00:00 2025-06-05T23:19:22.1420370Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:19:22.1422905Z  DEPRECATION: Building 'antlr4-python3-runtime' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'antlr4-python3-runtime'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:19:22.1425130Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- done 2025-06-05T23:19:22.1426400Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=d6f9dd8814539514451e3086a0d304662224d58daf3fcb1f6bdfcf7c5f42efa1 2025-06-05T23:19:22.1427737Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:19:22.1428397Z Successfully built antlr4-python3-runtime 2025-06-05T23:19:22.1429881Z Installing collected packages: sentencepiece, antlr4-python3-runtime, xxhash, pycryptodomex, pyarrow, psutil, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, cmake, async-timeout, aiohappyeyeballs, yarl, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, timm, datasets, torchtune 2025-06-05T23:19:22.1431350Z [?25l 2025-06-05T23:19:22.1431804Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:19:22.1432427Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:19:22.1433498Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:22.1434564Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:30.2978692Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:30.2979903Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:30.2981017Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:30.2982108Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:19:30.2984284Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:19:30.2985404Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:30.2986322Z  Attempting uninstall: fsspec 2025-06-05T23:19:30.2987437Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:30.2988331Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:19:30.2989382Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:30.2990198Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:19:30.2991098Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:30.2991962Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:19:30.2992958Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:19:30.3011292Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:19:30.3012403Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:30.3013459Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:30.3014876Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:30.3015972Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:30.3017037Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:19:30.3018121Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 16/27 [yarl] 2025-06-05T23:19:30.3019149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 20/27 [blobfile] 2025-06-05T23:19:30.3020470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:30.3021240Z  Attempting uninstall: timm 2025-06-05T23:19:30.3022067Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:30.3022907Z  Found existing installation: timm 0.6.13 2025-06-05T23:19:30.3023853Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:30.3024627Z  Uninstalling timm-0.6.13: 2025-06-05T23:19:30.3025596Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:30.3026442Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:19:30.3027236Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:19:30.3028163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:19:30.3029216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:19:30.3030220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:19:30.3031235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:19:30.3032309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:19:30.3033392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:19:30.3034393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:19:30.3035056Z [?25h 2025-06-05T23:19:30.3038999Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.9 aiosignal-1.3.2 antlr4-python3-runtime-4.9.3 async-timeout-5.0.1 blobfile-3.0.0 cmake-3.31.6 datasets-3.6.0 dill-0.3.8 frozenlist-1.6.2 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.12 multidict-6.4.4 multiprocess-0.70.16 omegaconf-2.3.0 propcache-0.3.1 psutil-7.0.0 pyarrow-20.0.0 pycryptodomex-3.23.0 sentencepiece-0.2.0 tiktoken-0.9.0 timm-1.0.7 torchdata-0.11.0 torchtune-0.6.1 xxhash-3.5.0 yarl-1.20.0 2025-06-05T23:19:30.3042794Z Processing ./third-party/ao 2025-06-05T23:19:30.3043499Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:19:30.3044265Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:19:30.3045250Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:19:30.3046940Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:19:30.3048977Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:19:30.3051173Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:19:30.3053404Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:19:30.3055699Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:19:30.3058187Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:19:30.3060758Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.10) 2025-06-05T23:19:30.3063192Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2.4.0) 2025-06-05T23:19:30.3065826Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2025.4.26) 2025-06-05T23:19:30.3068295Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers->pytorch_tokenizers==0.1.0) (0.32.4) 2025-06-05T23:19:30.3070845Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (3.18.0) 2025-06-05T23:19:37.8721749Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (2025.3.0) 2025-06-05T23:19:37.8724563Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (25.0) 2025-06-05T23:19:37.8727267Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (6.0.1) 2025-06-05T23:19:37.8729990Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.67.1) 2025-06-05T23:19:37.8733657Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.14.0) 2025-06-05T23:19:37.8736514Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (1.1.3) 2025-06-05T23:19:37.8738399Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:19:37.8743212Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:19:37.8747379Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:19:37.8749542Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=5641b556de4f593d83efc97992089585082953c08a164314540657aacabe1df8 2025-06-05T23:19:37.8751828Z Stored in directory: /tmp/pip-ephem-wheel-cache-60iaxetr/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:19:37.8753714Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:19:37.8755925Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=afb2871c62d4032970356c6164a86b74af9f253303c7dfcc297d6939d41141f7 2025-06-05T23:19:37.8758204Z Stored in directory: /tmp/pip-ephem-wheel-cache-60iaxetr/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:19:37.8759575Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:19:37.8760335Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:19:37.8761086Z [?25l 2025-06-05T23:19:37.8761763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:19:37.8762716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:19:37.8763647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:19:37.8764626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:19:37.8765328Z [?25h 2025-06-05T23:19:37.8766102Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:19:37.8766859Z + bash test/build_size_test.sh 2025-06-05T23:19:37.8767307Z Installing libexecutorch.a 2025-06-05T23:19:37.8767760Z Cleaning build artifacts... 2025-06-05T23:19:37.8768210Z Cleaning pip-out/... 2025-06-05T23:19:37.8768626Z Done cleaning build artifacts. 2025-06-05T23:19:37.8769139Z Updating tokenizers git submodule... 2025-06-05T23:19:37.8769836Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch 2025-06-05T23:19:37.8770546Z /pytorch/executorch 2025-06-05T23:19:37.8771020Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:37.8771667Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:37.8772241Z -- Detecting C compiler ABI info 2025-06-05T23:19:37.8772771Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:37.8773477Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:37.8774167Z -- Detecting C compile features 2025-06-05T23:19:37.8774672Z -- Detecting C compile features - done 2025-06-05T23:19:37.8775224Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:37.8775795Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:37.8776497Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:37.8777231Z -- Detecting CXX compile features 2025-06-05T23:19:37.8777964Z -- Detecting CXX compile features - done 2025-06-05T23:19:37.8778558Z -- --- Configured Options --- 2025-06-05T23:19:37.8778895Z 2025-06-05T23:19:37.8779119Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:19:37.8779742Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:19:37.8780397Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:19:37.8781064Z -- PYTHON_EXECUTABLE : python3 2025-06-05T23:19:37.8781747Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:19:37.8782420Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:19:37.8783048Z -- BUCK2 : 2025-06-05T23:19:37.8783671Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:19:37.8784328Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:19:37.8785007Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:19:37.8785754Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:19:37.8786955Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:19:37.8787967Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:19:37.8788635Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:19:37.8789284Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:19:37.8789945Z -- EXECUTORCH_OPTIMIZE_SIZE : ON 2025-06-05T23:19:37.8790566Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:19:37.8791448Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:19:37.8792105Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:19:37.8792725Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:19:37.8793378Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:19:37.8794035Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:19:37.8794696Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:19:37.8795332Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:19:37.8796014Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:19:37.8796686Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:19:37.8797353Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:19:37.8798035Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:19:37.8798681Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:19:37.8799322Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:19:37.8799972Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:19:37.8800626Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:19:37.8801247Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:19:37.8801909Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:19:37.8802600Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:19:37.8803258Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:19:37.8803932Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:19:37.8804573Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:19:37.8805205Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:19:37.8805829Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:19:37.8806484Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:19:37.8807123Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:19:37.8807782Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:19:37.8808439Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:19:37.8809048Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:19:37.8809710Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:19:37.8810316Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:19:37.8810976Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:19:37.8811635Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:19:37.8812293Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:19:37.8813151Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:19:37.8813848Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:19:37.8814509Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:19:37.8815161Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:19:37.8815773Z -- -------------------------- 2025-06-05T23:19:37.8816544Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:19:37.8818126Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:19:37.8819334Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:37.8820089Z CMake. 2025-06-05T23:19:37.8820282Z 2025-06-05T23:19:37.8820683Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:37.8821689Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:37.8822598Z to work with policies introduced by or earlier. 2025-06-05T23:19:37.8823072Z 2025-06-05T23:19:37.8823268Z  2025-06-05T23:19:37.8823760Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:19:37.8824587Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:19:37.8825309Z -- Setting Clang compiler options 2025-06-05T23:19:37.8826708Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:19:37.8828923Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:19:37.8830278Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:37.8831075Z CMake. 2025-06-05T23:19:37.8831279Z 2025-06-05T23:19:37.8831688Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:37.8832714Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:37.8833558Z to work with policies introduced by or earlier. 2025-06-05T23:19:37.8834048Z 2025-06-05T23:19:37.8834258Z  2025-06-05T23:19:37.8835391Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:19:43.5482151Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:43.5482985Z CMake. 2025-06-05T23:19:43.5483249Z 2025-06-05T23:19:43.5483667Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:43.5484632Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:43.5485515Z to work with policies introduced by or earlier. 2025-06-05T23:19:43.5486131Z 2025-06-05T23:19:43.5486736Z  2025-06-05T23:19:43.5487178Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:19:43.5487860Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:19:43.5488532Z -- Found Threads: TRUE 2025-06-05T23:19:43.5489827Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:19:43.5491186Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:43.5491934Z CMake. 2025-06-05T23:19:43.5492131Z 2025-06-05T23:19:43.5492530Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:43.5493579Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:43.5494445Z to work with policies introduced by or earlier. 2025-06-05T23:19:43.5494931Z 2025-06-05T23:19:43.5495189Z  2025-06-05T23:19:43.5495561Z -- Resolved buck2 as buck2. 2025-06-05T23:19:43.5496032Z -- Killing buck2 daemon 2025-06-05T23:19:43.5496479Z 'buck2 killall' 2025-06-05T23:19:43.5496910Z -- executorch: Generating source lists 2025-06-05T23:19:43.5498112Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:19:43.5499376Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:19:43.5500191Z -- Generating operator lib: 2025-06-05T23:19:43.5500614Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:19:43.5501280Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:19:43.5502014Z -- ROOT_OPS: 2025-06-05T23:19:43.5502370Z -- INCLUDE_ALL_OPS: 2025-06-05T23:19:43.5504603Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:19:43.5506453Z -- Generating kernel bindings: 2025-06-05T23:19:43.5506914Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:19:43.5507516Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:19:43.5508255Z -- CUSTOM_OPS_YAML: 2025-06-05T23:19:43.5508693Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:43.5511672Z 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-06-05T23:19:43.5514249Z -- Generating operator lib: 2025-06-05T23:19:43.5514694Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:19:43.5515382Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:19:43.5515857Z -- DEPS: executorch_core 2025-06-05T23:19:43.5516848Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:19:43.5517952Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:43.5518624Z CMake. 2025-06-05T23:19:43.5518813Z 2025-06-05T23:19:43.5519174Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:43.5520112Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:43.5520904Z to work with policies introduced by or earlier. 2025-06-05T23:19:43.5521322Z 2025-06-05T23:19:43.5521503Z  2025-06-05T23:19:43.5521818Z -- Looking for C++ include unistd.h 2025-06-05T23:19:43.5522326Z -- Looking for C++ include unistd.h - found 2025-06-05T23:19:43.5522834Z -- Looking for C++ include stdint.h 2025-06-05T23:19:43.5523342Z -- Looking for C++ include stdint.h - found 2025-06-05T23:19:43.5523857Z -- Looking for C++ include inttypes.h 2025-06-05T23:19:43.5524388Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:19:43.5525214Z -- Looking for C++ include sys/types.h 2025-06-05T23:19:43.5526072Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:19:43.5526775Z -- Looking for C++ include sys/stat.h 2025-06-05T23:19:43.5527283Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:19:43.5527816Z -- Looking for C++ include fnmatch.h 2025-06-05T23:19:43.5528333Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:19:43.5528858Z -- Looking for C++ include stddef.h 2025-06-05T23:19:43.5529343Z -- Looking for C++ include stddef.h - found 2025-06-05T23:19:43.5529854Z -- Check size of uint32_t 2025-06-05T23:19:43.5530280Z -- Check size of uint32_t - done 2025-06-05T23:19:43.5530709Z -- Looking for strtoll 2025-06-05T23:19:43.5531104Z -- Looking for strtoll - found 2025-06-05T23:19:43.5531528Z -- Configuring done (6.3s) 2025-06-05T23:19:43.5531952Z -- Generating done (0.1s) 2025-06-05T23:19:43.5532545Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:19:43.5533655Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:19:43.5534691Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:19:43.5536020Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:19:43.5537885Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:19:43.5539711Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:19:43.5541508Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:19:43.5543173Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:19:43.5544967Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:19:43.5546986Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:19:43.5548435Z [ 3%] No download step for 'flatbuffers_external_project' 2025-06-05T23:19:43.5549406Z [ 4%] No download step for 'flatcc_external_project' 2025-06-05T23:19:43.5550361Z [ 5%] No update step for 'flatbuffers_external_project' 2025-06-05T23:19:43.5551292Z [ 5%] No update step for 'flatcc_external_project' 2025-06-05T23:19:43.5552219Z [ 5%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:19:43.5553126Z [ 6%] No patch step for 'flatcc_external_project' 2025-06-05T23:19:43.5554108Z [ 6%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:19:43.5555343Z [ 6%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:19:43.5556119Z CMake Warning: 2025-06-05T23:19:43.5556625Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:19:43.5557102Z 2025-06-05T23:19:43.5557262Z  2025-06-05T23:19:43.5557951Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:19:43.5558920Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:43.5559629Z CMake. 2025-06-05T23:19:43.5559821Z 2025-06-05T23:19:43.5560184Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:43.5561134Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:43.5561932Z to work with policies introduced by or earlier. 2025-06-05T23:19:43.5562378Z 2025-06-05T23:19:43.5562554Z  2025-06-05T23:19:43.5562875Z CMake Warning: 2025-06-05T23:19:43.5563354Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:19:43.5563941Z 2025-06-05T23:19:43.5564118Z  2025-06-05T23:19:43.5564486Z fatal: No names found, cannot describe anything. 2025-06-05T23:19:43.5565225Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:19:43.5565826Z git describe failed with exit code: 128 2025-06-05T23:19:43.5566203Z 2025-06-05T23:19:43.5566471Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:19:43.5567070Z Call Stack (most recent call first): 2025-06-05T23:19:43.5567575Z CMakeLists.txt:5 (include) 2025-06-05T23:19:43.5567866Z 2025-06-05T23:19:43.5568037Z  2025-06-05T23:19:43.5568363Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:19:43.5569591Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:19:43.5571238Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:19:43.5572896Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:19:43.5574636Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:19:43.5576457Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:19:43.5578331Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:19:43.5579408Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:43.5580771Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:19:43.5581879Z -- Detecting C compiler ABI info 2025-06-05T23:19:43.5583139Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:19:43.5584868Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:19:43.5586202Z [ 9%] Linking C static library libpthreadpool.a 2025-06-05T23:19:43.5590001Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:19:43.5591751Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:19:43.5593434Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:19:43.5594456Z [ 9%] Built target pthreadpool 2025-06-05T23:19:43.5595613Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:19:43.5596701Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:43.5597338Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:43.5598828Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:19:43.5600664Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:19:43.5602406Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:19:43.5604123Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:19:43.5605569Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:19:43.5607388Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:19:44.3603103Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:44.3604334Z [ 13%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:19:44.3605144Z [ 13%] Built target gflags_nothreads_static 2025-06-05T23:19:44.3605852Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:44.3606574Z -- Detecting C compile features 2025-06-05T23:19:44.3607101Z -- Detecting C compile features - done 2025-06-05T23:19:44.3608516Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:19:44.3610632Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:19:44.3612666Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:19:44.3614615Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:19:44.3615823Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:19:44.3616628Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:19:44.3617324Z -- Setting Clang compiler options 2025-06-05T23:19:44.3618554Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:19:44.3619800Z -- Configuring done (0.3s) 2025-06-05T23:19:44.3621053Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:19:44.3623546Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:19:44.3624540Z -- Generating done (0.0s) 2025-06-05T23:19:44.3625390Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:19:44.3626575Z [ 15%] Performing build step for 'flatcc_external_project' 2025-06-05T23:19:44.3627762Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:19:44.3629122Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:19:44.3630491Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:19:44.3631502Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:19:44.3632661Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:19:44.3633782Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:19:44.3635126Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:19:44.3636090Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:19:44.3636894Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:44.3637866Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:19:44.3638795Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:44.3639361Z -- Detecting CXX compile features 2025-06-05T23:19:44.3639743Z -- Detecting CXX compile features - done 2025-06-05T23:19:44.3640697Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:19:44.3642084Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:19:44.3643642Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:19:44.3644666Z -- Looking for strtof_l 2025-06-05T23:19:44.3645474Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:19:44.3646775Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:19:44.3647813Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:19:44.3648800Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:19:44.3649752Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:19:44.3650525Z [ 18%] Linking C static library libcpuinfo.a 2025-06-05T23:19:44.3651301Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:19:44.3652643Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:19:44.3653469Z [ 18%] Built target cpuinfo 2025-06-05T23:19:44.3654416Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:19:44.3656143Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:19:44.3657392Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:19:44.3658397Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:19:44.3659463Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:19:44.3660260Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:19:44.3661527Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:19:44.3662715Z [ 39%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:19:44.3663746Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:19:44.3665154Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:19:44.3666663Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:19:44.3667503Z [ 42%] Built target flatccrt 2025-06-05T23:19:44.3668045Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:19:44.3668954Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:19:44.3669785Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:19:44.3670659Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:19:44.3671508Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:19:44.3672128Z -- Looking for strtof_l - found 2025-06-05T23:19:44.3672525Z -- Looking for strtoull_l 2025-06-05T23:19:44.3673173Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:19:44.3674200Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:19:44.3675087Z [ 20%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:19:44.3675846Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:19:44.3676780Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:19:44.3677579Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:19:44.3678546Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:19:44.3679251Z [ 20%] Built target cpuinfo_internals 2025-06-05T23:19:44.3680045Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:19:44.3681278Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:19:44.3682369Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:19:44.3683409Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:19:44.3684445Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:19:44.3685232Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:19:44.3685745Z -- Looking for strtoull_l - found 2025-06-05T23:19:44.3686073Z -- Looking for realpath 2025-06-05T23:19:44.3686356Z [ 93%] Built target flatcc 2025-06-05T23:19:44.3687363Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:19:44.3688392Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:19:44.3688870Z [100%] Built target flatcc_cli 2025-06-05T23:19:44.3689324Z [ 20%] Performing install step for 'flatcc_external_project' 2025-06-05T23:19:44.3689804Z -- Looking for realpath - found 2025-06-05T23:19:44.3690205Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:19:44.3690707Z [ 21%] Built target flatccrt 2025-06-05T23:19:44.3691124Z -- Configuring done (1.1s) 2025-06-05T23:19:44.3691380Z [ 93%] Built target flatcc 2025-06-05T23:19:44.3691641Z -- Generating done (0.0s) 2025-06-05T23:19:44.3692336Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:19:44.3693146Z [100%] Built target flatcc_cli 2025-06-05T23:19:44.3693819Z [ 21%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:19:44.3694379Z Install the project... 2025-06-05T23:19:44.3694689Z -- Install configuration: "" 2025-06-05T23:19:44.3695228Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:19:44.3696040Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:19:44.3696913Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:19:44.3697826Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:19:44.3698756Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:19:44.3699645Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:19:44.3700543Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:19:44.3701551Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:19:44.3702442Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:19:44.3703372Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:19:44.3704295Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:19:44.3705190Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:19:44.3706170Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:19:44.3707094Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:19:44.3708027Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:19:44.3708944Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:19:44.3709832Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:19:44.3710737Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:19:44.3711613Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:19:44.3712510Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:19:44.3713426Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:19:44.3714323Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:19:44.3715189Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:19:44.3716045Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:19:44.3717016Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:19:44.3717953Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:19:44.3718903Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:19:44.3719872Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:19:44.3720799Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:19:44.3721736Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:19:44.3722690Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:19:44.3723677Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:19:44.3724668Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:19:44.3725990Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:19:44.3727889Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:19:44.3729860Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:19:44.3731725Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:19:44.3733611Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:19:44.3735360Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:19:44.3736758Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:19:44.3738341Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:19:44.3740032Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:19:44.3741924Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:19:44.3743854Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:19:44.3745738Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:19:44.3747647Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:19:44.3749487Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:19:44.3751124Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:19:44.3752870Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:19:44.3754598Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:19:44.3756382Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:19:44.3758199Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:19:44.3760013Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:19:44.3761718Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:19:44.3763378Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:19:44.3765024Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:19:44.3766913Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:19:44.3768786Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:19:44.3770617Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:19:44.3772385Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:19:44.3774149Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:19:44.3775874Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:19:44.3777627Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:19:44.3779451Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:19:44.3781196Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:19:44.3782768Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:19:44.3784678Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:19:44.3786924Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:19:44.3788908Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:19:44.3790880Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:19:44.3792787Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:19:44.3794516Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:19:44.3796049Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:19:46.2698797Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:19:46.2700051Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:19:46.2701188Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:19:46.2702293Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:19:46.2703344Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:19:46.2704112Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:19:46.2704856Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:19:46.2706232Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:19:46.2706987Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:19:46.2707783Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:19:46.2708391Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:19:46.2709014Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:19:46.2709651Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:19:46.2710284Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:19:46.2710929Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:19:46.2711460Z [ 21%] Completed 'flatcc_external_project' 2025-06-05T23:19:46.2711825Z [ 21%] Built target flatcc_external_project 2025-06-05T23:19:46.2712466Z [ 21%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:19:46.2713209Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:19:46.2713876Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:19:46.2714510Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:19:46.2715154Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:19:46.2715902Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:19:46.2716630Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:19:46.2717358Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:19:46.2717991Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:19:46.2718659Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:19:46.2719527Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:19:46.2720391Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:19:46.2721135Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:19:46.2721748Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:19:46.2722530Z [ 23%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:19:46.2723265Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:19:46.2723931Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:19:46.2724596Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:19:46.2725311Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:19:46.2726161Z [ 23%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:19:46.2726935Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:19:46.2727589Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:19:46.2728320Z [ 23%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:19:46.2729000Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:19:46.2729412Z [ 23%] Built target flatccrt 2025-06-05T23:19:46.2729858Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:19:46.2730503Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:19:46.2731285Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:19:46.2731971Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:19:46.2732600Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:19:46.2733235Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:19:46.2733956Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:19:46.2734707Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:19:46.2735475Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:19:46.2736259Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:19:46.2737029Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:19:46.2737790Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:19:46.2738347Z [100%] Linking CXX executable flatc 2025-06-05T23:19:46.2738668Z [100%] Built target flatc 2025-06-05T23:19:46.2739107Z [ 24%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:19:46.2739530Z [100%] Built target flatc 2025-06-05T23:19:46.2739832Z Install the project... 2025-06-05T23:19:46.2740178Z -- Install configuration: "" 2025-06-05T23:19:46.2740745Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:19:46.2741646Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:19:46.2742602Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:19:46.2743517Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:19:46.2744438Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:19:46.2745391Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:19:46.2746452Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:19:46.2747469Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:19:46.2748476Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:19:46.2749496Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:19:46.2750500Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:19:46.2751491Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:19:46.2752499Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:19:46.2753447Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:19:46.2754396Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:19:46.2755378Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:19:46.2756313Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:19:46.2757278Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:19:46.2758181Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:19:46.2759101Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:19:46.2760028Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:19:46.2760962Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:19:46.2761924Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:19:46.2762883Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:19:46.2763883Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:19:46.2764877Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:19:46.2765834Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:19:47.6064842Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:19:47.6067101Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:19:47.6068674Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:19:47.6070361Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:19:47.6072025Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:19:47.6073865Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:19:47.6075771Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:19:47.6077758Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:19:47.6079837Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:19:47.6081945Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:19:47.6083799Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:19:47.6085474Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:19:47.6087899Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:19:47.6089800Z [ 24%] Completed 'flatbuffers_external_project' 2025-06-05T23:19:47.6090533Z [ 24%] Built target flatbuffers_external_project 2025-06-05T23:19:47.6091330Z [ 24%] Generating common_schema headers 2025-06-05T23:19:47.6091953Z [ 24%] Built target common_schema 2025-06-05T23:19:47.6092676Z [ 25%] Generating program_schema headers 2025-06-05T23:19:47.6093318Z [ 25%] Built target program_schema 2025-06-05T23:19:47.6094433Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:19:47.6095909Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:19:47.6097752Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:19:47.6099644Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:19:47.6101450Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:19:47.6102973Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:19:47.6104466Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:19:47.6106049Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:19:47.6107562Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:19:47.6109014Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:19:47.6110485Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:19:47.6112082Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:19:47.6113705Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:19:47.6115572Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:19:47.6117018Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:19:47.6118429Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:19:47.6119832Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:19:47.6121278Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:19:47.6122678Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:19:47.6124116Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:19:47.6125583Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:19:47.6126813Z [ 32%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:19:47.6127426Z [ 32%] Built target executorch_core 2025-06-05T23:19:47.6128473Z [ 32%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:19:47.6129878Z [ 33%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:19:47.6131344Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:19:47.6132932Z [ 34%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:19:47.6134725Z [ 34%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:19:47.6136732Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:19:47.6138743Z [ 34%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:19:47.6140643Z [ 35%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:19:47.6142587Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:19:47.6144520Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:19:47.6146718Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:19:47.6148779Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:19:47.6150800Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:19:47.6152359Z [ 36%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:19:47.6153153Z [ 36%] Built target extension_threadpool 2025-06-05T23:19:47.6154540Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:19:47.6156446Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:19:47.6158293Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:19:47.6159282Z [ 37%] Linking CXX static library libexecutorch.a 2025-06-05T23:19:47.6160066Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:19:47.6160694Z [ 38%] Built target executorch 2025-06-05T23:19:47.6161425Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:19:47.6162616Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:19:47.6163630Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:19:47.6164624Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:19:47.6165667Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:19:47.6166675Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:19:47.6167681Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:19:47.6168458Z [ 40%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:19:47.6168869Z [ 40%] Built target kernels_util_all_deps 2025-06-05T23:19:47.6169570Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:19:47.6170971Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:19:47.6172466Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:19:47.6173886Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:19:47.6175128Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:19:47.6175993Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:19:47.6176845Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:19:47.6177749Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:19:49.8211989Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:19:49.8213573Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:19:49.8215198Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:19:49.8217080Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:19:49.8218655Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:19:49.8220341Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:19:49.8222059Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:19:49.8223925Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:19:49.8225764Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:19:49.8227490Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:19:49.8230274Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:19:49.8231972Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:19:49.8233665Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:19:49.8235387Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:19:49.8237240Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:19:49.8239344Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:19:49.8241176Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:19:49.8242969Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:19:49.8244701Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:19:49.8246397Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:19:49.8248202Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:19:49.8249878Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:19:49.8251582Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:19:49.8253289Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:19:49.8255159Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:19:49.8257014Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:19:49.8258953Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:19:49.8260807Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:19:49.8262505Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:19:49.8264194Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:19:49.8266020Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:19:49.8267824Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:19:49.8269707Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:19:49.8271610Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:19:49.8273297Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:19:49.8275063Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:19:49.8276826Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:19:49.8278505Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:19:49.8280138Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:19:49.8281819Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:19:49.8283596Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:19:49.8285381Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:19:49.8287986Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:19:49.8289697Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:19:49.8291392Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:19:49.8293392Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:19:49.8295158Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:19:49.8296869Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:19:49.8298633Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:19:49.8300408Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:19:49.8302113Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:19:49.8303786Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:19:49.8305372Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:19:49.8307061Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:19:49.8308597Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:19:49.8310344Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:19:49.8312122Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:19:49.8313984Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:19:49.8315789Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:19:49.8317515Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:19:49.8319230Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:19:49.8320988Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:19:49.8322836Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:19:49.8324727Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:19:49.8326711Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:19:49.8328444Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:19:49.8330157Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:19:49.8331859Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:19:49.8333653Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:19:49.8335426Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:19:49.8337241Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:19:49.8339063Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:19:49.8340707Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:19:49.8342502Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:19:49.8344181Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:19:49.8346179Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:19:49.8348053Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:19:51.8947632Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:19:51.8949502Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:19:51.8951404Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:19:51.8953598Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:19:51.8955551Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:19:51.8957336Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:19:51.8959063Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:19:51.8960819Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:19:51.8962543Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:19:51.8964248Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:19:51.8966043Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:19:51.8967967Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:19:51.8969930Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:19:51.8971834Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:19:51.8973815Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:19:51.8975629Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:19:51.8977592Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:19:51.8979347Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:19:51.8981080Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:19:51.8982857Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:19:51.8984764Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:19:51.8986884Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:19:51.8988809Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:19:51.8990622Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:19:51.8992349Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:19:51.8994063Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:19:51.8995793Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:19:51.8997591Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:19:51.8999700Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:19:51.9001675Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:19:51.9003653Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:19:51.9005497Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:19:51.9007280Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:19:51.9009052Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:19:51.9010917Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:19:51.9012936Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:19:51.9014907Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:19:51.9016919Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:19:51.9018760Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:19:51.9020512Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:19:51.9022253Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:19:51.9023989Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:19:51.9025890Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:19:51.9027727Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:19:51.9029566Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:19:51.9031429Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:19:51.9033519Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:19:51.9035398Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:19:51.9037137Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:19:51.9038848Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:19:51.9040536Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:19:51.9042335Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:19:51.9044212Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:19:51.9046036Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:19:51.9047854Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:19:51.9049799Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:19:51.9051678Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:19:51.9053494Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:19:51.9055399Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:19:51.9057125Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:19:51.9058816Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:19:51.9060561Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:19:51.9062294Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:19:51.9063979Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:19:51.9065802Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:19:51.9067563Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:19:51.9069378Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:19:51.9071190Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:19:51.9072914Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:19:51.9074740Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:19:51.9076609Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:19:51.9078509Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:19:51.9080491Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:19:51.9082497Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:19:51.9084348Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:19:54.8049872Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:19:54.8051676Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:19:54.8052696Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:19:54.8053618Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:19:54.8055071Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:19:54.8056618Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:19:54.8058138Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:19:54.8059711Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:19:54.8061141Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:19:54.8062392Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:19:54.8063831Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:19:54.8065135Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:19:54.8066802Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:19:54.8068073Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:19:54.8069460Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:19:54.8070723Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:19:54.8072013Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:19:54.8073464Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:19:54.8074807Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:19:54.8076088Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:19:54.8077319Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:19:54.8078650Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:19:54.8079807Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:19:54.8080959Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:19:54.8081778Z [ 99%] Linking CXX static library libportable_kernels.a 2025-06-05T23:19:54.8082225Z [ 99%] Built target portable_kernels 2025-06-05T23:19:54.8082811Z [100%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:19:54.8083610Z [100%] Generating code for kernel registration 2025-06-05T23:19:54.8085021Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:19:54.8086587Z [100%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:19:54.8087067Z [100%] Built target portable_ops_lib 2025-06-05T23:19:54.8087462Z Install the project... 2025-06-05T23:19:54.8087898Z -- Install configuration: "Release" 2025-06-05T23:19:54.8088632Z -- Installing: /pytorch/executorch/cmake-out/lib/libflatccrt.a 2025-06-05T23:19:54.8089366Z -- Installing: /pytorch/executorch/cmake-out/include/fxdiv.h 2025-06-05T23:19:54.8089952Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-config.cmake 2025-06-05T23:19:54.8090599Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpuinfo.a 2025-06-05T23:19:54.8091342Z -- Installing: /pytorch/executorch/cmake-out/include/cpuinfo.h 2025-06-05T23:19:54.8092013Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets.cmake 2025-06-05T23:19:54.8092721Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets-release.cmake 2025-06-05T23:19:54.8093473Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/libcpuinfo.pc 2025-06-05T23:19:54.8094072Z -- Installing: /pytorch/executorch/cmake-out/include/pthreadpool.h 2025-06-05T23:19:54.8094843Z -- Installing: /pytorch/executorch/cmake-out/lib/libpthreadpool.a 2025-06-05T23:19:54.8095465Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_kernels.a 2025-06-05T23:19:54.8096241Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_ops_lib.a 2025-06-05T23:19:54.8097119Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-05T23:19:54.8098129Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:19:54.8098972Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core 2025-06-05T23:19:54.8099941Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-05T23:19:54.8110341Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-05T23:19:54.8111339Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/defines.h 2025-06-05T23:19:54.8112227Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/error.h 2025-06-05T23:19:54.8113145Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-05T23:19:54.8114063Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:19:54.8114896Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:19:54.8115761Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:19:54.8116640Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-05T23:19:54.8117497Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:19:54.8118376Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:19:54.8119374Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:19:54.8120616Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:19:54.8121779Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:19:54.8122921Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:19:54.8123894Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:19:54.8124925Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:19:54.8125857Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:19:54.8126926Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:19:54.8128084Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:19:54.8128898Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:19:54.8129750Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:19:54.8130479Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-05T23:19:54.8131420Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:19:54.8132227Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:19:54.8132963Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:19:54.8133686Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type 2025-06-05T23:19:54.8134615Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:19:54.8135472Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:19:54.8136314Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:19:54.8137110Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:19:54.8137883Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:19:54.8138830Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:19:54.8139734Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:19:54.8140669Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:19:54.8141564Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:19:55.4870095Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:19:55.4871430Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:19:55.4872616Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:19:55.4873634Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:19:55.4874565Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:19:55.4875534Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:19:55.4876680Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:19:55.4877684Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:19:55.4878639Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:19:55.4879724Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:19:55.4880855Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:19:55.4881840Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:19:55.4882719Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:19:55.4883917Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:19:55.4884790Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:19:55.4885609Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:19:55.4887380Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:19:55.4888483Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:19:55.4889324Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:19:55.4890179Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:19:55.4891017Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:19:55.4891893Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:19:55.4892921Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:19:55.4893744Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-05T23:19:55.4894471Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/result.h 2025-06-05T23:19:55.4895328Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/span.h 2025-06-05T23:19:55.4896151Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tag.h 2025-06-05T23:19:55.4896892Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:19:55.4897656Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:19:55.4898388Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/test 2025-06-05T23:19:55.4899167Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel 2025-06-05T23:19:55.4899924Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:19:55.4900736Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:19:55.4901553Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:19:55.4902454Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test 2025-06-05T23:19:55.4903271Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:19:55.4904098Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:19:55.4904856Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform 2025-06-05T23:19:55.4905589Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-05T23:19:55.4906304Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-05T23:19:55.4906998Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-05T23:19:55.4907939Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:19:55.4908744Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-05T23:19:55.4909444Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/default 2025-06-05T23:19:55.4910130Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/log.h 2025-06-05T23:19:55.4910920Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-05T23:19:55.4911926Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-05T23:19:55.4912644Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-05T23:19:55.4913363Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/system.h 2025-06-05T23:19:55.4914103Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test 2025-06-05T23:19:55.4914965Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:19:55.4915824Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:19:55.4916582Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/types.h 2025-06-05T23:19:55.4917271Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util 2025-06-05T23:19:55.4918287Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:19:55.4919256Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:19:55.4920044Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/test 2025-06-05T23:19:55.4920899Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:19:55.4921757Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor 2025-06-05T23:19:55.4922533Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-05T23:19:55.4923285Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:19:55.4924059Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:19:55.4924827Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:19:55.4925576Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/test 2025-06-05T23:19:55.4926516Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool 2025-06-05T23:19:55.4927288Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:19:55.4928058Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/test 2025-06-05T23:19:55.4928805Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:19:55.4929837Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:19:55.4930546Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch.a 2025-06-05T23:19:55.4931067Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch_core.a 2025-06-05T23:19:55.4931693Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:19:55.4932341Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_threadpool.a 2025-06-05T23:19:55.4932942Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:55.4933400Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:55.4933794Z -- Detecting C compiler ABI info 2025-06-05T23:19:55.4934092Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:55.4934473Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:55.4934862Z -- Detecting C compile features 2025-06-05T23:19:55.4935149Z -- Detecting C compile features - done 2025-06-05T23:19:55.4935469Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:55.4935770Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:55.4936254Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:55.4936739Z -- Detecting CXX compile features 2025-06-05T23:19:55.4937085Z -- Detecting CXX compile features - done 2025-06-05T23:19:55.4937813Z CMake Warning (dev) at CMakeLists.txt:29 (find_package): 2025-06-05T23:19:55.4938332Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-05T23:19:55.4938897Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-05T23:19:55.4939464Z cmake_policy command to set the policy and suppress this warning. 2025-06-05T23:19:55.4939886Z 2025-06-05T23:19:55.4940020Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-05T23:19:55.4940237Z 2025-06-05T23:19:55.4940370Z /pytorch/executorch/test/.. 2025-06-05T23:19:55.4940573Z 2025-06-05T23:19:55.4940797Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-05T23:19:55.4941239Z .cmake module might still use it. 2025-06-05T23:19:55.4941631Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-05T23:19:55.4942072Z  2025-06-05T23:19:56.0834374Z etdump library is not found. 2025-06-05T23:19:56.0835377Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0836351Z bundled_program library is not found. 2025-06-05T23:19:56.0837317Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0838287Z extension_data_loader library is not found. 2025-06-05T23:19:56.0839266Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0840233Z extension_flat_tensor library is not found. 2025-06-05T23:19:56.0841205Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0842224Z coreml_util library is not found. 2025-06-05T23:19:56.0842924Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0843648Z coreml_inmemoryfs library is not found. 2025-06-05T23:19:56.0844391Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0845094Z coremldelegate library is not found. 2025-06-05T23:19:56.0845863Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0846576Z mpsdelegate library is not found. 2025-06-05T23:19:56.0847288Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0848079Z neuron_backend library is not found. 2025-06-05T23:19:56.0848898Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0849757Z qnn_executorch_backend library is not found. 2025-06-05T23:19:56.0850706Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0851544Z custom_ops library is not found. 2025-06-05T23:19:56.0852406Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0853523Z extension_module library is not found. 2025-06-05T23:19:56.0854496Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0855370Z extension_module_static library is not found. 2025-06-05T23:19:56.0856297Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0857273Z extension_runner_util library is not found. 2025-06-05T23:19:56.0858179Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0859049Z extension_tensor library is not found. 2025-06-05T23:19:56.0860002Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0860893Z extension_training library is not found. 2025-06-05T23:19:56.0861743Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0862605Z xnnpack_backend library is not found. 2025-06-05T23:19:56.0863532Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0864391Z XNNPACK library is not found. 2025-06-05T23:19:56.0865170Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0866211Z microkernels-prod library is not found. 2025-06-05T23:19:56.0867293Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0868072Z kleidiai library is not found. 2025-06-05T23:19:56.0868839Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0869621Z vulkan_backend library is not found. 2025-06-05T23:19:56.0870450Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0871296Z optimized_kernels library is not found. 2025-06-05T23:19:56.0872122Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0872957Z optimized_portable_kernels library is not found. 2025-06-05T23:19:56.0873862Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0874634Z cpublas library is not found. 2025-06-05T23:19:56.0875405Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0876197Z eigen_blas library is not found. 2025-06-05T23:19:56.0876968Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0877759Z optimized_ops_lib library is not found. 2025-06-05T23:19:56.0878421Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0879325Z optimized_native_cpu_ops_lib library is not found. 2025-06-05T23:19:56.0880237Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0881240Z quantized_kernels library is not found. 2025-06-05T23:19:56.0882078Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0882960Z quantized_ops_lib library is not found. 2025-06-05T23:19:56.0883842Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0884732Z quantized_ops_aot_lib library is not found. 2025-06-05T23:19:56.0885657Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:56.0888054Z -- executorch: Using source file list /pytorch/executorch/cmake-out/test/../executorch_srcs.cmake 2025-06-05T23:19:56.0889015Z -- Configuring done (0.6s) 2025-06-05T23:19:56.0889464Z -- Generating done (0.0s) 2025-06-05T23:19:56.0890135Z -- Build files have been written to: /pytorch/executorch/cmake-out/test 2025-06-05T23:19:56.0890767Z Build size test 2025-06-05T23:19:56.0891939Z [ 16%] Building CXX object CMakeFiles/size_test.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:19:56.0893394Z [ 50%] Building CXX object CMakeFiles/size_test.dir/size_test.cpp.o 2025-06-05T23:19:56.0894848Z [ 50%] Building CXX object CMakeFiles/size_test_all_ops.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:19:56.0896401Z [ 66%] Building CXX object CMakeFiles/size_test_all_ops.dir/size_test.cpp.o 2025-06-05T23:19:56.0897292Z [ 83%] Linking CXX executable size_test 2025-06-05T23:19:56.0898128Z [100%] Linking CXX executable size_test_all_ops 2025-06-05T23:19:56.0898710Z [100%] Built target size_test 2025-06-05T23:19:56.0899147Z [100%] Built target size_test_all_ops 2025-06-05T23:19:56.0899678Z ExecuTorch with no ops binary size, unstripped: 2025-06-05T23:19:56.0900302Z -rwxr-xr-x. 1 ci-user ci-user 71736 Jun 5 23:19 cmake-out/test/size_test 2025-06-05T23:19:56.0901065Z ExecuTorch with portable ops binary size, unstripped: 2025-06-05T23:19:56.0901652Z -rwxr-xr-x. 1 ci-user ci-user 1825416 Jun 5 23:19 cmake-out/test/size_test_all_ops 2025-06-05T23:19:56.0902106Z + strip cmake-out/test/size_test 2025-06-05T23:19:56.0902399Z ++ ls -la cmake-out/test/size_test 2025-06-05T23:19:56.0902810Z + output='-rwxr-xr-x. 1 ci-user ci-user 51728 Jun 5 23:19 cmake-out/test/size_test' 2025-06-05T23:19:56.0903396Z + arr=($output) 2025-06-05T23:19:56.0903688Z + size=51728 2025-06-05T23:19:56.0903992Z + threshold=51728 2025-06-05T23:19:56.0904326Z + [[ 51728 -le 51728 ]] 2025-06-05T23:19:56.0904885Z + echo 'Success 51728 <= 51728' 2025-06-05T23:19:56.0905294Z Success 51728 <= 51728 2025-06-05T23:19:56.0946816Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-05T23:19:56.0947305Z with: 2025-06-05T23:19:56.0947685Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:56.0948310Z fail-on-empty: false 2025-06-05T23:19:56.0948536Z env: 2025-06-05T23:19:56.0948781Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:19:56.0949144Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:56.0949461Z PR_NUMBER: 2025-06-05T23:19:56.0951511Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:19:56.0953707Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:56.0954264Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:56.0954803Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:56.0955334Z ##[endgroup] 2025-06-05T23:19:56.1513144Z Prepare all required actions 2025-06-05T23:19:56.1558620Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:19:56.1558976Z with: 2025-06-05T23:19:56.1559313Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:19:56.1559854Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:19:56.1560265Z env: 2025-06-05T23:19:56.1560512Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:19:56.1560846Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:56.1561123Z PR_NUMBER: 2025-06-05T23:19:56.1563164Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:19:56.1565373Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:56.1565934Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:56.1566471Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:56.1566838Z ##[endgroup] 2025-06-05T23:19:56.1590929Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:19:56.1591620Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:19:56.1600932Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:19:56.1601298Z env: 2025-06-05T23:19:56.1601555Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:19:56.1601921Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:56.1602197Z PR_NUMBER: 2025-06-05T23:19:56.1604194Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:19:56.1606377Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:56.1606953Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:56.1607491Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:56.1607998Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:19:56.1608546Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:19:56.1608949Z ##[endgroup] 2025-06-05T23:19:56.1815737Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-05T23:19:56.7345021Z latest: Pulling from tool/alpine 2025-06-05T23:19:56.7345395Z 540db60ca938: Pulling fs layer 2025-06-05T23:19:56.8250446Z 540db60ca938: Download complete 2025-06-05T23:19:56.9935102Z 540db60ca938: Pull complete 2025-06-05T23:19:57.0043399Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:19:57.0084047Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:19:59.0776192Z Prepare all required actions 2025-06-05T23:19:59.0802387Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:19:59.0802871Z with: 2025-06-05T23:19:59.0803142Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:19:59.0803633Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:19:59.0804045Z env: 2025-06-05T23:19:59.0804278Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:19:59.0804627Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:59.0804888Z PR_NUMBER: 2025-06-05T23:19:59.0806938Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:19:59.0809128Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:59.0809686Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:59.0810220Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:59.0810598Z ##[endgroup] 2025-06-05T23:19:59.0833751Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:19:59.0834441Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:19:59.0842648Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:19:59.0843043Z env: 2025-06-05T23:19:59.0843287Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:19:59.0843654Z REPOSITORY: pytorch/executorch 2025-06-05T23:19:59.0843919Z PR_NUMBER: 2025-06-05T23:19:59.0845918Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:19:59.0848121Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:19:59.0848695Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:19:59.0849222Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:19:59.0849740Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:19:59.0850207Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:19:59.0850555Z ##[endgroup] 2025-06-05T23:20:00.0450201Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-05T23:20:00.0450815Z # Only do these steps if we actually want to upload an artifact 2025-06-05T23:20:00.0451251Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-05T23:20:00.0451782Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-05T23:20:00.0452384Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-05T23:20:00.0452854Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-05T23:20:00.0453274Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:20:00.0453591Z  fi 2025-06-05T23:20:00.0453867Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:20:00.0454315Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:20:00.0454690Z  fi 2025-06-05T23:20:00.0455084Z fi 2025-06-05T23:20:00.0455287Z  2025-06-05T23:20:00.0455494Z upload_docs=0 2025-06-05T23:20:00.0455881Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:20:00.0456341Z # empty folders do not count 2025-06-05T23:20:00.0456776Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:20:00.0457367Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:20:00.0457839Z  # upload will probably not work correctly 2025-06-05T23:20:00.0458179Z  upload_docs=1 2025-06-05T23:20:00.0458424Z fi 2025-06-05T23:20:00.0458716Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:20:00.0464520Z shell: /usr/bin/bash -e {0} 2025-06-05T23:20:00.0464787Z env: 2025-06-05T23:20:00.0465024Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:20:00.0465398Z REPOSITORY: pytorch/executorch 2025-06-05T23:20:00.0465754Z PR_NUMBER: 2025-06-05T23:20:00.0467765Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:20:00.0469973Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:20:00.0470550Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:20:00.0471081Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:20:00.0471487Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:20:00.0471725Z ##[endgroup] 2025-06-05T23:20:00.0588618Z Prepare all required actions 2025-06-05T23:20:00.0635354Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:20:00.0635706Z with: 2025-06-05T23:20:00.0635902Z env: 2025-06-05T23:20:00.0636135Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:20:00.0636489Z REPOSITORY: pytorch/executorch 2025-06-05T23:20:00.0636756Z PR_NUMBER: 2025-06-05T23:20:00.0638758Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:20:00.0641045Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:20:00.0641610Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:20:00.0642153Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:20:00.0642538Z ##[endgroup] 2025-06-05T23:20:00.0664604Z ##[group]Run set -eou pipefail 2025-06-05T23:20:00.0664924Z set -eou pipefail 2025-06-05T23:20:00.0665184Z  2025-06-05T23:20:00.0665635Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:20:00.0666096Z for _ in $(seq 1440); do 2025-06-05T23:20:00.0666412Z  # Break if no ssh session exists anymore 2025-06-05T23:20:00.0666759Z  if [ "$(who)" = "" ]; then 2025-06-05T23:20:00.0667037Z  break 2025-06-05T23:20:00.0667271Z  fi 2025-06-05T23:20:00.0667475Z  echo "." 2025-06-05T23:20:00.0667849Z  sleep 5 2025-06-05T23:20:00.0668093Z done 2025-06-05T23:20:00.0673589Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:20:00.0673962Z env: 2025-06-05T23:20:00.0674202Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:20:00.0674557Z REPOSITORY: pytorch/executorch 2025-06-05T23:20:00.0674821Z PR_NUMBER: 2025-06-05T23:20:00.0676815Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:20:00.0679023Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:20:00.0679599Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:20:00.0680126Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:20:00.0680505Z ##[endgroup] 2025-06-05T23:20:00.0702162Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:20:00.0780941Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:20:00.0781496Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:20:00.0781908Z # shellcheck disable=SC2046 2025-06-05T23:20:00.0782217Z docker stop $(docker ps -q) || true 2025-06-05T23:20:00.0782555Z # Prune all of the docker images 2025-06-05T23:20:00.0782861Z docker system prune -af 2025-06-05T23:20:00.0788293Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:20:00.0788664Z env: 2025-06-05T23:20:00.0789057Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:20:00.0789399Z REPOSITORY: pytorch/executorch 2025-06-05T23:20:00.0789677Z PR_NUMBER: 2025-06-05T23:20:00.0791671Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:20:00.0793856Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:20:00.0794413Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:20:00.0794957Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:20:00.0795322Z ##[endgroup] 2025-06-05T23:20:10.7365462Z a5688c8675a0 2025-06-05T23:20:10.9599189Z Deleted Containers: 2025-06-05T23:20:10.9599746Z a5688c8675a0c960a9ab0d795eb0a9c91f638158c916b7094ea4f9dad11afa10 2025-06-05T23:20:10.9600078Z 2025-06-05T23:20:13.8447475Z Deleted Images: 2025-06-05T23:20:13.8448275Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:20:13.8449144Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:20:13.8450037Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-05T23:20:13.8450682Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-05T23:20:13.8451573Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:20:13.8453094Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:4cd9e207005b6720f61c5035e99d041f7d33aa7b787473b2143d086595b815e8 2025-06-05T23:20:13.8454103Z deleted: sha256:fd1cd238ff938168c3b0ff27a52bce2daabd27e2c7b7761b7a136339684f075e 2025-06-05T23:20:13.8454754Z deleted: sha256:8e45c08bf5947fbd511f713a1228fe97bbc7a23e901b1ae4d380df1ea6e10bbd 2025-06-05T23:20:13.8455383Z deleted: sha256:04effa688fa3e631de720f5652a705aca7c423f4c57a52a17cab203cc7c89d78 2025-06-05T23:20:13.8456023Z deleted: sha256:0ff0d9e8bf8072f5337787845ca1c15ed53e1eb4b1325979a8899e3f3d0cd9b6 2025-06-05T23:20:13.8456657Z deleted: sha256:e21c7acdad8a20b74e017c4d3c602cd520d388d56673eb33601b7e7fd7734c7b 2025-06-05T23:20:13.8457285Z deleted: sha256:15f84d6dedce785359e71bf76f72f0c550d387b274e883f4ea873e5180e222f4 2025-06-05T23:20:13.8457909Z deleted: sha256:894d7b36dd864d27db1e330b1a162a9012835901827522b25298391a2d768ef6 2025-06-05T23:20:13.8458537Z deleted: sha256:c578fbd5cf90c0cb1321dc4665daca51df19d94a9e3233cda05ad2b39095f324 2025-06-05T23:20:13.8459184Z deleted: sha256:a3ae1882331fb2e2cc650f04ba666e79a1d7493ac410e4e9cef16046d6cc47eb 2025-06-05T23:20:13.8459813Z deleted: sha256:d6c1e6c23cde366fcd86e62903678d475d0bbaa5d8e30892eba290ec847581f3 2025-06-05T23:20:13.8460463Z deleted: sha256:41d6b173c732d8141d0dcf122a1fd782eb6ea3246bf9ab9ecac92d504cd1dc65 2025-06-05T23:20:13.8461108Z deleted: sha256:b898594510e3c85112a1b9c9ed180cd382abe3be010ed4cef3cbffd7900cfe26 2025-06-05T23:20:13.8461723Z deleted: sha256:8e9a4620529679655e070aa45ae0a012667cb644bc6963bbf84a92dde5c29ed7 2025-06-05T23:20:13.8462362Z deleted: sha256:b831ebe05f719c48c7afd17f0d5e830b3a163dc99dfade3de7ed32d9ab1271c7 2025-06-05T23:20:13.8462997Z deleted: sha256:a3c026106e4b60f469fdb358f83ceb2761c9583dd82ed6bbbacd88a5e4ac342c 2025-06-05T23:20:13.8463632Z deleted: sha256:61c84b39c8f7d11cba7663dfa971e39e14e80aa19e754f74c696880b3647ae99 2025-06-05T23:20:13.8464275Z deleted: sha256:09bcb1a8f6fd3ac4988128cf1ea53c735df1a2ac3663679b9ea9cbc96f53a1c1 2025-06-05T23:20:13.8465072Z deleted: sha256:89b3e3fc4a9a1a25de48e48b6c882c82cf8f82faf24085a72668bc70eaf06a27 2025-06-05T23:20:13.8465812Z deleted: sha256:97acfae18ee614330e3ea71a0fda2f5a596bf3030e2fe829cc23af709146245d 2025-06-05T23:20:13.8466455Z deleted: sha256:62b2d87fffae84561033cbdd6f5e1cd59a1ad74942eeeed86bbd956d2d0a0d3f 2025-06-05T23:20:13.8467093Z deleted: sha256:280ff1c9429e4607b0f4947860a078e4d46f21597c3653cf5551884a2b1bfbbe 2025-06-05T23:20:13.8467714Z deleted: sha256:85bb43f20e1a5d85fa3ef3eb2d266e4c6f6f408603f3301a65782cbbc27c6bb4 2025-06-05T23:20:13.8468363Z deleted: sha256:85050b37e77e36bb8e30dbeb0abcddd96660fbf95092296be9d69ba0d21b195f 2025-06-05T23:20:13.8468992Z deleted: sha256:492e28f4f452290fa23c59dc61792a00da9046048d4f2525f716e877df86ee12 2025-06-05T23:20:13.8469596Z deleted: sha256:b669f2886f4de1619df49b1700677312c5912185091049bb4ba99f0d1f862684 2025-06-05T23:20:13.8470214Z deleted: sha256:666019e7ec1ded4644a80f579b78fd07651dc345e72bb3455e2783056b7519f6 2025-06-05T23:20:13.8470840Z deleted: sha256:108ae6d65dcac481c9d45276a12a0c35e97c72a4ce664fc31f753bbbdb5f4449 2025-06-05T23:20:13.8471501Z deleted: sha256:f9cda9f943bccc583aed104cf62f3ffdc0c0efa2cce02ef89abf7654d720f9e0 2025-06-05T23:20:13.8472159Z deleted: sha256:aa7077b912bf18b97278dd36715a7342df2c3fc0ff9dacffd5d58c362d9da96b 2025-06-05T23:20:13.8472779Z deleted: sha256:218f2fa4e2b8b1716be2298b5fd12196474562196ef6ac73e3176474e231da22 2025-06-05T23:20:13.8473489Z deleted: sha256:bb30d8b0a8cd9ae992792111a97e127b9f9dee9fd711a40f1ecd4e51786551d7 2025-06-05T23:20:13.8474371Z deleted: sha256:ecab88b98f9775583775ff956ce981c3190e2b0f18fabc355545110fb942786d 2025-06-05T23:20:13.8475507Z deleted: sha256:63acee5bfd4df5f9a2b75e2ca5921a2d36bdb1f3f798a854beef35240e98e68a 2025-06-05T23:20:13.8476143Z deleted: sha256:ed51600353c07805db3559da8b3c08d1e52a301c4d9757ca5cfea8a627750de5 2025-06-05T23:20:13.8476763Z deleted: sha256:08459522b4922770ee1be40a7a3ac57d801d235364012b7142b40bd2afadf408 2025-06-05T23:20:13.8477501Z deleted: sha256:bb80166d4410f46deb56858f88f277bfc87b8c6f912d802aa80ac611299bc1d9 2025-06-05T23:20:13.8478123Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-05T23:20:13.8478498Z 2025-06-05T23:20:13.8478627Z Total reclaimed space: 14.09GB 2025-06-05T23:20:13.8523057Z ##[group]Run set +e 2025-06-05T23:20:13.8523339Z set +e 2025-06-05T23:20:13.8523573Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:20:13.8523981Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:20:13.8524328Z else 2025-06-05T23:20:13.8524601Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:20:13.8524930Z fi 2025-06-05T23:20:13.8525139Z set -e 2025-06-05T23:20:13.8531444Z shell: /usr/bin/bash -e {0} 2025-06-05T23:20:13.8531716Z env: 2025-06-05T23:20:13.8531955Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-06-05T23:20:13.8532311Z REPOSITORY: pytorch/executorch 2025-06-05T23:20:13.8532591Z PR_NUMBER: 2025-06-05T23:20:13.8534638Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} threshold="51728" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-06-05T23:20:13.8536846Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:20:13.8537411Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:20:13.8537950Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:20:13.8538319Z NO_SUDO: false 2025-06-05T23:20:13.8538538Z ##[endgroup] 2025-06-05T23:20:15.1445508Z Post job cleanup. 2025-06-05T23:20:15.2488854Z Post job cleanup. 2025-06-05T23:20:15.3427869Z [command]/usr/bin/git version 2025-06-05T23:20:15.3479582Z git version 2.47.1 2025-06-05T23:20:15.3519741Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/63218246-fdd4-485f-955e-3c1e428c02a4' before making global git config changes 2025-06-05T23:20:15.3520674Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:20:15.3525080Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:20:15.3556850Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:20:15.3591456Z [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-06-05T23:20:15.3866871Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:20:15.3885282Z http.https://github.com/.extraheader 2025-06-05T23:20:15.3895283Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:20:15.3921137Z [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-06-05T23:20:15.4230187Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:20:15.4256182Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:20:15.4261208Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:20:15.4261583Z ##[endgroup] 2025-06-05T23:20:22.1104818Z Cleaning up orphan processes