2025-03-21T20:17:33.8695697Z Current runner version: '2.322.0' 2025-03-21T20:17:33.8708525Z Runner name: 'i-006faf1fedf0d27a7' 2025-03-21T20:17:33.8711139Z Runner group name: 'Default' 2025-03-21T20:17:33.8713075Z Machine name: 'ip-10-0-18-15' 2025-03-21T20:17:33.8720750Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:33.8726101Z Contents: read 2025-03-21T20:17:33.8727824Z Metadata: read 2025-03-21T20:17:33.8729402Z ##[endgroup] 2025-03-21T20:17:33.8735928Z Secret source: Actions 2025-03-21T20:17:33.8737950Z Prepare workflow directory 2025-03-21T20:17:34.4357846Z Prepare all required actions 2025-03-21T20:17:34.4429476Z Getting action download info 2025-03-21T20:17:34.6721632Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:34.9557513Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:48.9067342Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:49.2736384Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:49.3875448Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:49.7867964Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:50.0814438Z Getting action download info 2025-03-21T20:17:50.2472317Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:50.2475314Z ##[group] Inputs 2025-03-21T20:17:50.2477867Z script: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:17:50.2481141Z timeout: 90 2025-03-21T20:17:50.2481519Z runner: linux.arm64.2xlarge 2025-03-21T20:17:50.2481955Z upload-artifact: 2025-03-21T20:17:50.2482794Z upload-artifact-to-s3: false 2025-03-21T20:17:50.2483265Z download-artifact: 2025-03-21T20:17:50.2483638Z repository: 2025-03-21T20:17:50.2484026Z fetch-depth: 1 2025-03-21T20:17:50.2484425Z submodules: true 2025-03-21T20:17:50.2484861Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:50.2485428Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:50.2485923Z test-infra-ref: 2025-03-21T20:17:50.2486379Z docker-image: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:17:50.2486952Z docker-build-dir: .ci/docker 2025-03-21T20:17:50.2487394Z gpu-arch-type: cpu 2025-03-21T20:17:50.2487776Z gpu-arch-version: 2025-03-21T20:17:50.2488163Z job-name: linux-job 2025-03-21T20:17:50.2488568Z continue-on-error: false 2025-03-21T20:17:50.2489006Z binary-matrix: 2025-03-21T20:17:50.2489413Z run-with-docker: true 2025-03-21T20:17:50.2490086Z secrets-env: 2025-03-21T20:17:50.2490449Z no-sudo: false 2025-03-21T20:17:50.2490816Z ##[endgroup] 2025-03-21T20:17:50.2491350Z Complete job name: test-models-linux-aarch64 (lstm, portable) / linux-job 2025-03-21T20:17:50.3183179Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:50.3340313Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:50.3353833Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:50.3354890Z ##[endgroup] 2025-03-21T20:17:51.9325598Z Runner Type: linux.arm64.2xlarge 2025-03-21T20:17:51.9326242Z Instance Type: t4g.2xlarge 2025-03-21T20:17:51.9326642Z AMI Name: unknown 2025-03-21T20:17:51.9359107Z AMI ID: ami-0eae2a0fc13b15fce 2025-03-21T20:17:59.6331849Z ##[group]Run set -euxo pipefail 2025-03-21T20:17:59.6332725Z set -euxo pipefail 2025-03-21T20:17:59.6333811Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:17:59.6334382Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:17:59.6335098Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:59.6335645Z else 2025-03-21T20:17:59.6336119Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:17:59.6336662Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:59.6337171Z fi 2025-03-21T20:17:59.6337495Z  2025-03-21T20:17:59.6337885Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:17:59.6338363Z echo "::endgroup::" 2025-03-21T20:17:59.6353203Z shell: /usr/bin/bash -e {0} 2025-03-21T20:17:59.6353650Z env: 2025-03-21T20:17:59.6354064Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:17:59.6354624Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:59.6355133Z PR_NUMBER: 2025-03-21T20:17:59.6357498Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:17:59.6360072Z NO_SUDO: false 2025-03-21T20:17:59.6360443Z ##[endgroup] 2025-03-21T20:17:59.6397474Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:17:59.6418414Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:17:59.6422963Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:17:59.6423871Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:59.7571060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:17:59.7572448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:17:59.7574044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:17:59.7575321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:17:59.7576638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:17:59.7577958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:17:59.7579281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:17:59.7580594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:17:59.7581878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:17:59.7583201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:17:59.7584670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:17:59.7585984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:17:59.7587272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:17:59.7588594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:17:59.7590256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:17:59.7592146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:17:59.7593329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:17:59.7594725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:17:59.7595857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:17:59.7596923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:17:59.7598009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:17:59.7599176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:17:59.7600399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:17:59.7601640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:17:59.7602959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:17:59.7604271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:17:59.7605463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:17:59.7606524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:17:59.7607923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.pack' 2025-03-21T20:17:59.7609691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.rev' 2025-03-21T20:17:59.7611460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.idx' 2025-03-21T20:17:59.7612982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:17:59.7614196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:17:59.7615543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:17:59.7616695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:17:59.7617753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:17:59.7618938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:17:59.7620558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:17:59.7621901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:17:59.7623161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:17:59.7624524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:17:59.7625819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:17:59.7626952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:17:59.7628047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:17:59.7629174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:17:59.7630549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:17:59.7631642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:17:59.7632864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:17:59.7633968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:17:59.7635105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:17:59.7636248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:17:59.7637507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:17:59.7638824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:17:59.7640186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:17:59.7641588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:17:59.7643048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:17:59.7644571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:17:59.7646040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:17:59.7647473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:17:59.7648896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:17:59.7650320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:17:59.7651765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:17:59.7653215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:17:59.7654647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:17:59.7656049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:17:59.7657514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:17:59.7659061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:17:59.7660580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:17:59.7662086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:17:59.7663556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:17:59.7665130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:17:59.7666621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:17:59.7668116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:17:59.7669794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:17:59.7671201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:17:59.7672789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:17:59.7674290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:17:59.7675768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:17:59.7677246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:17:59.7678706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:17:59.7680149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:17:59.7681558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:17:59.7682930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:17:59.7684322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:17:59.7685746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:17:59.7687178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:17:59.7688577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:17:59.7690227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:17:59.7691638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:17:59.7692986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:17:59.7694326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:17:59.7695702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:17:59.7697105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:17:59.7698506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:17:59.7699937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:17:59.7701365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:17:59.7702800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:17:59.7704369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:17:59.7705807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:17:59.7707272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:17:59.7709092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:17:59.7710617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:17:59.7712332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:17:59.7713854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:17:59.7715403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:17:59.7716771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:17:59.7718002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:17:59.7719286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:17:59.7720582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:17:59.7721844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:17:59.7723113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:17:59.7724414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:17:59.7725640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:17:59.7727259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:17:59.7729298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:17:59.7731170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:17:59.7732964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:17:59.7734863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:17:59.7736837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:17:59.7738768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:17:59.7740554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:17:59.7742264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:17:59.7744050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:17:59.7745648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:17:59.7747056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:17:59.7748451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:17:59.7750071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:17:59.7751502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:17:59.7753013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:17:59.7754309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:17:59.7755655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:17:59.7757051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:17:59.7758489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:17:59.7759940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:17:59.7761351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:17:59.7762804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:17:59.7764204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:17:59.7765539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:17:59.7766868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:17:59.7768240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:17:59.7769626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:17:59.7770977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:17:59.7772255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:17:59.7773531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:17:59.7774879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:17:59.7776272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:17:59.7777709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:17:59.7779112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:17:59.7780510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:17:59.7781934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:17:59.7783364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:17:59.7784886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:17:59.7786301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:17:59.7787707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:17:59.7789359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:17:59.7790965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:17:59.7792783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:17:59.7794428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:17:59.7796075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:17:59.7797630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:17:59.7799117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:17:59.7800672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:17:59.7802212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:17:59.7803663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:17:59.7805145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:17:59.7806647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:17:59.7808152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:17:59.7809719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:17:59.7811200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:17:59.7812580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:17:59.7813884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:17:59.7815159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:17:59.7816471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:17:59.7817877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:17:59.7819260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:17:59.7820561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:17:59.7821992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:17:59.7823485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:17:59.7825034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:17:59.7826464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:17:59.7827963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:17:59.7829804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:17:59.7831404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:17:59.7833155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:17:59.7834786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:17:59.7836376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:17:59.7837793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:17:59.7839172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:17:59.7840641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:17:59.7842292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:17:59.7843985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:17:59.7845609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:17:59.7847208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:17:59.7848742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:17:59.7850258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:17:59.7851891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:17:59.7853393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:17:59.7854772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:17:59.7856142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:17:59.7857498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:17:59.7858965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:17:59.7860433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:17:59.7861749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:17:59.7862997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:17:59.7864376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:17:59.7865706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:17:59.7867113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:17:59.7868543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:17:59.7870194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:17:59.7871758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:17:59.7873157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:17:59.7874585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:17:59.7876039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:17:59.7877509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:17:59.7879013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:17:59.7880590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:17:59.7882114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:17:59.7883546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:17:59.7885018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:17:59.7886496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:17:59.7888015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:17:59.7889559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:17:59.7891327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:17:59.7892896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:17:59.7894461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:17:59.7896089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:17:59.7897572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:17:59.7898959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:17:59.7900236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:17:59.7901405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:17:59.7902457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:17:59.7903510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:17:59.7904739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:17:59.7905835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:17:59.7906908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:17:59.7908010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:17:59.7909376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:17:59.7910602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:17:59.7911738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:17:59.7912956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:17:59.7914178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:17:59.7915419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:17:59.7917926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:17:59.7919264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:17:59.7920593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:17:59.7922039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:17:59.7923642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:17:59.7925172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:17:59.7926718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:17:59.7928393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:17:59.7930167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:17:59.7932000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:17:59.7933731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:17:59.7935448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:17:59.7937110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:17:59.7938676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:17:59.7940250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:17:59.7941758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:17:59.7943150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:17:59.7944728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:17:59.7946260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:17:59.7947656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:17:59.7948982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:17:59.7950514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:17:59.7951715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:17:59.7953115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:17:59.7954452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:17:59.7955818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:17:59.7957189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:17:59.7958550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:17:59.7959921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:17:59.7961349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:17:59.7962907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:17:59.7964521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:17:59.7966223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:17:59.7967883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:17:59.7969594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:17:59.7971346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:17:59.7972995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:17:59.7974502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:17:59.7975983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:17:59.7977541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:17:59.7979146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:17:59.7980707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:17:59.7982140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:17:59.7983480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:17:59.7985006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:17:59.7986443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:17:59.7987822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:17:59.7989188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:17:59.7991047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:17:59.7992796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:17:59.7994315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:17:59.7995768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:17:59.7997144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:17:59.7998505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:17:59.7999860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:17:59.8001204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:17:59.8002584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:17:59.8004209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:17:59.8005833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:17:59.8007293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:17:59.8008908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:17:59.8010521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:17:59.8011988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:17:59.8013483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:17:59.8014941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:17:59.8016434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:17:59.8017859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:17:59.8019312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:17:59.8020819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:17:59.8022263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:17:59.8023723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:17:59.8025079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:17:59.8026439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:17:59.8027822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:17:59.8029222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:17:59.8030849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:17:59.8032799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:17:59.8035040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:17:59.8036980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:17:59.8038430Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:17:59.8039799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:17:59.8041179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:17:59.8042597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:17:59.8044077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:17:59.8045608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:17:59.8047171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:17:59.8048691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:17:59.8050128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:17:59.8051555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:17:59.8053042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:17:59.8054567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:17:59.8056036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:17:59.8057448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:17:59.8058858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:17:59.8060344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:17:59.8061893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:17:59.8063369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:17:59.8064794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:17:59.8066204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:17:59.8067690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:17:59.8068999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:17:59.8070548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:17:59.8072092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:17:59.8073834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:17:59.8075414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:17:59.8077092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:17:59.8078839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:17:59.8080526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:17:59.8082144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:17:59.8083615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:17:59.8085106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:17:59.8086665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:17:59.8088287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:17:59.8090414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:17:59.8092090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:17:59.8093705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:17:59.8095027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:17:59.8096340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:17:59.8097907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:17:59.8099550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:17:59.8101106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:17:59.8102425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:17:59.8103536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:17:59.8104802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:17:59.8106222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:17:59.8107761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:17:59.8109413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:17:59.8111543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:17:59.8113311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:17:59.8115143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:17:59.8116825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:17:59.8118625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:17:59.8120313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:17:59.8121710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:17:59.8122858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:17:59.8123905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:17:59.8124986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:17:59.8126183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:17:59.8127382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:17:59.8128582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:17:59.8129886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:17:59.8131258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:17:59.8132589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:17:59.8133853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:17:59.8135109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:17:59.8136391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:17:59.8137799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:17:59.8139224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:17:59.8140624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:17:59.8141907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:17:59.8143137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:17:59.8144477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:17:59.8145654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:17:59.8146808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:17:59.8148050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:17:59.8149290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:17:59.8150784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:17:59.8152291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:17:59.8153569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:17:59.8154756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:17:59.8155968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:17:59.8157182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:17:59.8158406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:17:59.8159599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:17:59.8160942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:17:59.8162365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:17:59.8163742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:17:59.8165079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:17:59.8166314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:17:59.8167513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:17:59.8168776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:17:59.8170067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:17:59.8171314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:17:59.8172554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:17:59.8173774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:17:59.8174949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:17:59.8176133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:17:59.8177303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:17:59.8178439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:17:59.8179556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:17:59.8180667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:17:59.8181915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:17:59.8183329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:17:59.8184848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:17:59.8186248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:17:59.8187635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:17:59.8189417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:17:59.8191478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:17:59.8192915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:17:59.8194285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:17:59.8195836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:17:59.8197555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:17:59.8199257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:17:59.8200960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:17:59.8202691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:17:59.8204399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:17:59.8206154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:17:59.8207959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:17:59.8209996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:17:59.8212270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:17:59.8214474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:17:59.8216694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:17:59.8218917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:17:59.8221194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:17:59.8223484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:17:59.8225853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:17:59.8228107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:17:59.8230445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:17:59.8233238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:17:59.8235865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:17:59.8238177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:17:59.8240715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:17:59.8243514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:17:59.8246288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:17:59.8248982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:17:59.8251491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:17:59.8253825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:17:59.8256090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:17:59.8258329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:17:59.8260530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:17:59.8262576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:17:59.8264495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:17:59.8266301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:17:59.8268273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:17:59.8270348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:17:59.8272329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:17:59.8274289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:17:59.8276438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:17:59.8278452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:17:59.8280306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:17:59.8282123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:17:59.8283886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:17:59.8285686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:17:59.8287488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:17:59.8289226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:17:59.8291164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:17:59.8292985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:17:59.8295010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:17:59.8297234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:17:59.8299559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:17:59.8301689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:17:59.8303918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:17:59.8305965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:17:59.8307812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:17:59.8309760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:17:59.8311802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:17:59.8313872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:17:59.8316023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:17:59.8318222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:17:59.8320712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:17:59.8323040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:17:59.8325146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:17:59.8354279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:17:59.8356500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:17:59.8358562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:17:59.8360416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:17:59.8362167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:17:59.8363824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:17:59.8365431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:17:59.8367097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:17:59.8368916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:17:59.8370755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:17:59.8372738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:17:59.8374559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:17:59.8376353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:17:59.8378200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:17:59.8380076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:17:59.8381986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:17:59.8383977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:17:59.8385981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:17:59.8388068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:17:59.8390883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:17:59.8393038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:17:59.8395423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:17:59.8397563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:17:59.8399700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:17:59.8401871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:17:59.8404042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:17:59.8406223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:17:59.8408380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:17:59.8410534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:17:59.8412652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:17:59.8414794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:17:59.8416925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:17:59.8419054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:17:59.8421177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:17:59.8423319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:17:59.8425578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:17:59.8427779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:17:59.8429989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:17:59.8432156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:17:59.8434280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:17:59.8436631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:17:59.8438824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:17:59.8440909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:17:59.8442995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:17:59.8445060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:17:59.8447040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:17:59.8448938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:17:59.8450808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:17:59.8452865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:17:59.8454967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:17:59.8456898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:17:59.8458776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:17:59.8460621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:17:59.8462415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:17:59.8464250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:17:59.8465898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:17:59.8467520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:17:59.8469255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:17:59.8471127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:17:59.8473034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:17:59.8474974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:17:59.8476906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:17:59.8479056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:17:59.8481321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:17:59.8483266Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:17:59.8484942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:17:59.8486618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:17:59.8488287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:17:59.8490203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:17:59.8491854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:17:59.8493557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:17:59.8495369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:17:59.8497148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:17:59.8498937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:17:59.8500934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:17:59.8503023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:17:59.8505128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:17:59.8507193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:17:59.8509163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:17:59.8511048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:17:59.8512872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:17:59.8514576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:17:59.8516184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:17:59.8517930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:17:59.8519775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:17:59.8521938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:17:59.8523987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:17:59.8525809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:17:59.8527648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:17:59.8529561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:17:59.8531473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:17:59.8533362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:17:59.8535264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:17:59.8537139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:17:59.8538990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:17:59.8540867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:17:59.8542785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:17:59.8544907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:17:59.8546950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:17:59.8548927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:17:59.8550827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:17:59.8552715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:17:59.8554808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:17:59.8556944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:17:59.8558869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:17:59.8560733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:17:59.8562565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:17:59.8564571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:17:59.8566455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:17:59.8568105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:17:59.8569709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:17:59.8571325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:17:59.8573096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:17:59.8575035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:17:59.8577026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:17:59.8578890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:17:59.8580583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:17:59.8582255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:17:59.8583951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:17:59.8585565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:17:59.8587120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:17:59.8588570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:17:59.8590456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:17:59.8592133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:17:59.8593711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:17:59.8595302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:17:59.8596916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:17:59.8598601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:17:59.8600196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:17:59.8601783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:17:59.8603327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:17:59.8604771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:17:59.8606496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:17:59.8607937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:17:59.8609138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:17:59.8610478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:17:59.8611870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:17:59.8613227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:17:59.8614591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:17:59.8615978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:17:59.8617363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:17:59.8618667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:17:59.8619958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:17:59.8621447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:17:59.8622980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:17:59.8624653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:17:59.8626170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:17:59.8627527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:17:59.8629023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:17:59.8630786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:17:59.8632461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:17:59.8634065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:17:59.8635896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:17:59.8637852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:17:59.8639547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:17:59.8641224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:17:59.8642910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:17:59.8644443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:17:59.8646116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:17:59.8647634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:17:59.8648982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:17:59.8650302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:17:59.8651620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:17:59.8653003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:17:59.8654487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:17:59.8656057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:17:59.8657538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:17:59.8658940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:17:59.8660308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:17:59.8661656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:17:59.8663060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:17:59.8664520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:17:59.8665911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:17:59.8667371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:17:59.8668816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:17:59.8670195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:17:59.8671552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:17:59.8672932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:17:59.8674301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:17:59.8675650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:17:59.8677029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:17:59.8678379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:17:59.8679737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:17:59.8681160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:17:59.8682577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:17:59.8683929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:17:59.8685486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:17:59.8686871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:17:59.8688218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:17:59.8689588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:17:59.8691107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:17:59.8692370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:17:59.8693651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:17:59.8694903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:17:59.8696139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:17:59.8697413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:17:59.8698720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:17:59.8700145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:17:59.8701689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:17:59.8703204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:17:59.8704787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:17:59.8706291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:17:59.8707783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:17:59.8709279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:17:59.8710778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:17:59.8712258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:17:59.8713760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:17:59.8715222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:17:59.8716616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:17:59.8717981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:17:59.8719343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:17:59.8720713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:17:59.8722084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:17:59.8723470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:17:59.8725192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:17:59.8726665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:17:59.8727959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:17:59.8729328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:17:59.8730809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:17:59.8732255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:17:59.8733675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:17:59.8735153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:17:59.8736625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:17:59.8738000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:17:59.8739310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:17:59.8740655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:17:59.8742002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:17:59.8743417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:17:59.8744947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:17:59.8746348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:17:59.8747802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:17:59.8749286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:17:59.8750743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:17:59.8752164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:17:59.8753486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:17:59.8754866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:17:59.8756393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:17:59.8757730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:17:59.8759038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:17:59.8760453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:17:59.8761857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:17:59.8763585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:17:59.8765245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:17:59.8767030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:17:59.8768655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:17:59.8770353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:17:59.8771990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:17:59.8773454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:17:59.8774784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:17:59.8776060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:17:59.8777393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:17:59.8778864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:17:59.8780290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:17:59.8781578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:17:59.8782914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:17:59.8784516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:17:59.8785853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:17:59.8787174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:17:59.8788575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:17:59.8790243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:17:59.8791584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:17:59.8792913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:17:59.8794278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:17:59.8795644Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:17:59.8796935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:17:59.8798272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:17:59.8799660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:17:59.8801189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:17:59.8802800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:17:59.8804696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:17:59.8806371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:17:59.8807804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:17:59.8809201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:17:59.8810635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:17:59.8812099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:17:59.8813557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:17:59.8815020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:17:59.8816435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:17:59.8817762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:17:59.8819025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:17:59.8820221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:17:59.8821599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:17:59.8823187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:17:59.8824938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:17:59.8826591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:17:59.8828174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:17:59.8829709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:17:59.8831204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:17:59.8832755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:17:59.8834369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:17:59.8835973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:17:59.8837375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:17:59.8838736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:17:59.8840218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:17:59.8841699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:17:59.8843332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:17:59.8844614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:17:59.8845928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:17:59.8847167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:17:59.8848425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:17:59.8849754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:17:59.8851136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:17:59.8852441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:17:59.8853736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:17:59.8855006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:17:59.8856268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:17:59.8857515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:17:59.8858817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:17:59.8860342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:17:59.8861974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:17:59.8863697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:17:59.8865261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:17:59.8866591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:17:59.8867802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:17:59.8869233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:17:59.8870702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:17:59.8872056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:17:59.8873461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:17:59.8874917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:17:59.8876277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:17:59.8877580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:17:59.8878837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:17:59.8880019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:17:59.8881258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:17:59.8882681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:17:59.8883851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:17:59.8885153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:17:59.8886338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:17:59.8887489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:17:59.8888657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:17:59.8890217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:17:59.8891412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:17:59.8892840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:17:59.8894602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:17:59.8896306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:17:59.8898062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:17:59.8899854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:17:59.8901632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:17:59.8903383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:17:59.8905177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:17:59.8906856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:17:59.8908506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:17:59.8910125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:17:59.8911746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:17:59.8913361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:17:59.8915036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:17:59.8916725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:17:59.8918403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:17:59.8920046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:17:59.8921667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:17:59.8923649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:17:59.8925548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:17:59.8927350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:17:59.8929149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:17:59.8931009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:17:59.8932948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:17:59.8934844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:17:59.8936635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:17:59.8938269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:17:59.8939881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:17:59.8941488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:17:59.8943092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:17:59.8944771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:17:59.8946403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:17:59.8948052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:17:59.8949684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:17:59.8951372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:17:59.8953114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:17:59.8954850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:17:59.8956557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:17:59.8958224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:17:59.8959934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:17:59.8961582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:17:59.8963249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:17:59.8965099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:17:59.8966924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:17:59.8968549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:17:59.8970134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:17:59.8971788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:17:59.8973491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:17:59.8975176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:17:59.8976887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:17:59.8978629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:17:59.8980342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:17:59.8982055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:17:59.8983853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:17:59.8985554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:17:59.8987386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:17:59.8989056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:17:59.8990988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:17:59.8992629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:17:59.8994260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:17:59.8995881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:17:59.8997473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:17:59.8999043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:17:59.9000596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:17:59.9002199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:17:59.9003848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:17:59.9005798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:17:59.9007519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:17:59.9009415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:17:59.9011116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:17:59.9012853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:17:59.9014633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:17:59.9016406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:17:59.9018180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:17:59.9020759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:17:59.9022948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:17:59.9024754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:17:59.9026459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:17:59.9028156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:17:59.9029829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:17:59.9031490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:17:59.9033120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:17:59.9034811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:17:59.9037307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:17:59.9039610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:17:59.9041455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:17:59.9043249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:17:59.9045009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:17:59.9046777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:17:59.9048542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:17:59.9050552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:17:59.9052680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:17:59.9054848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:17:59.9056802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:17:59.9058508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:17:59.9060153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:17:59.9061782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:17:59.9063439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:17:59.9065210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:17:59.9066861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:17:59.9068682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:17:59.9070885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:17:59.9073030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:17:59.9074992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:17:59.9076916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:17:59.9078813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:17:59.9080770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:17:59.9082764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:17:59.9084736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:17:59.9086606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:17:59.9088321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:17:59.9090258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:17:59.9091952Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:17:59.9094123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:17:59.9096218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:17:59.9098059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:17:59.9099844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:17:59.9101562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:17:59.9103257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:17:59.9105050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:17:59.9106712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:17:59.9108341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:17:59.9109894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:17:59.9111484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:17:59.9113136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:17:59.9114773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:17:59.9116434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:17:59.9118092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:17:59.9119727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:17:59.9121356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:17:59.9122964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:17:59.9124553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:17:59.9126097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:17:59.9127607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:17:59.9129084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:17:59.9130585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:17:59.9132103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:17:59.9133586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:17:59.9135395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:17:59.9137199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:17:59.9138774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:17:59.9140414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:17:59.9142104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:17:59.9143849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:17:59.9145524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:17:59.9147141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:17:59.9148722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:17:59.9150333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:17:59.9151980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:17:59.9153602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:17:59.9155278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:17:59.9156982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:17:59.9158664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:17:59.9160341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:17:59.9162021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:17:59.9163682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:17:59.9165332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:17:59.9166969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:17:59.9168570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:17:59.9170177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:17:59.9171779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:17:59.9173351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:17:59.9175226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:17:59.9176928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:17:59.9178716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:17:59.9180378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:17:59.9182052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:17:59.9183786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:17:59.9185510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:17:59.9187235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:17:59.9188922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:17:59.9190969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:17:59.9192788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:17:59.9194572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:17:59.9196345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:17:59.9198077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:17:59.9199793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:17:59.9201449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:17:59.9203058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:17:59.9204631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:17:59.9206300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:17:59.9208001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:17:59.9209698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:17:59.9211415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:17:59.9213163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:17:59.9214892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:17:59.9217035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:17:59.9218791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:17:59.9220855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:17:59.9222530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:17:59.9224259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:17:59.9225865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:17:59.9227439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:17:59.9228959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:17:59.9230472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:17:59.9232138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:17:59.9233960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:17:59.9235757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:17:59.9237519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:17:59.9239234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:17:59.9240925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:17:59.9242603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:17:59.9244248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:17:59.9245877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:17:59.9247538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:17:59.9249211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:17:59.9250864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:17:59.9252566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:17:59.9254333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:17:59.9256086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:17:59.9258011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:17:59.9259773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:17:59.9261570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:17:59.9263182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:17:59.9264908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:17:59.9266457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:17:59.9268196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:17:59.9269807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:17:59.9271316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:17:59.9272874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:17:59.9274473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:17:59.9276054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:17:59.9277695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:17:59.9279396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:17:59.9281077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:17:59.9282826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:17:59.9284653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:17:59.9286466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:17:59.9288205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:17:59.9290093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:17:59.9291788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:17:59.9293488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:17:59.9295216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:17:59.9296931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:17:59.9298551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:17:59.9300494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:17:59.9302225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:17:59.9303934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:17:59.9305614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:17:59.9307257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:17:59.9308901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:17:59.9310554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:17:59.9312175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:17:59.9313848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:17:59.9315548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:17:59.9317228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:17:59.9318810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:17:59.9320316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:17:59.9321771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:17:59.9323327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:17:59.9324955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:17:59.9326553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:17:59.9328242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:17:59.9330020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:17:59.9331783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:17:59.9333546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:17:59.9335268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:17:59.9336968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:17:59.9338646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:17:59.9340538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:17:59.9342221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:17:59.9344090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:17:59.9345678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:17:59.9347228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:17:59.9348768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:17:59.9350294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:17:59.9351807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:17:59.9353416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:17:59.9355110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:17:59.9356770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:17:59.9358405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:17:59.9360003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:17:59.9361578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:17:59.9363189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:17:59.9364825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:17:59.9366436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:17:59.9368166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:17:59.9369982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:17:59.9371783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:17:59.9373505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:17:59.9375127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:17:59.9376726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:17:59.9378422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:17:59.9380217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:17:59.9382225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:17:59.9384165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:17:59.9385768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:17:59.9387317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:17:59.9388868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:17:59.9390685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:17:59.9392239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:17:59.9393858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:17:59.9395538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:17:59.9397193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:17:59.9398911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:17:59.9400687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:17:59.9402460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:17:59.9404288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:17:59.9406166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:17:59.9408012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:17:59.9409886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:17:59.9411962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:17:59.9413879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:17:59.9415672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:17:59.9417295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:17:59.9418875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:17:59.9420401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:17:59.9421864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:17:59.9423716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:17:59.9425350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:17:59.9427268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:17:59.9429004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:17:59.9430764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:17:59.9432756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:17:59.9434657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:17:59.9436379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:17:59.9437955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:17:59.9439511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:17:59.9441147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:17:59.9442885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:17:59.9444596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:17:59.9446334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:17:59.9448094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:17:59.9449828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:17:59.9451554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:17:59.9453255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:17:59.9454927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:17:59.9456602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:17:59.9458280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:17:59.9459922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:17:59.9461621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:17:59.9463379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:17:59.9465477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:17:59.9467182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:17:59.9468878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:17:59.9470427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:17:59.9471864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:17:59.9473314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:17:59.9474815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:17:59.9476250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:17:59.9477664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:17:59.9478992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:17:59.9480313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:17:59.9481668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:17:59.9483039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:17:59.9484421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:17:59.9485836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:17:59.9487300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:17:59.9488749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:17:59.9506614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:17:59.9508090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:17:59.9509509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:17:59.9510930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:17:59.9512337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:17:59.9513757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:17:59.9515096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:17:59.9516404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:17:59.9517735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:17:59.9519067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:17:59.9520462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:17:59.9522284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:17:59.9523878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:17:59.9525291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:17:59.9526680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:17:59.9528070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:17:59.9529394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:17:59.9530708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:17:59.9532126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:17:59.9533582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:17:59.9534932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:17:59.9536346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:17:59.9537797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:17:59.9539149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:17:59.9540540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:17:59.9541962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:17:59.9543325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:17:59.9544837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:17:59.9546238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:17:59.9547626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:17:59.9549134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:17:59.9550723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:17:59.9552363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:17:59.9553992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:17:59.9555514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:17:59.9557083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:17:59.9558644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:17:59.9560135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:17:59.9561935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:17:59.9563620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:17:59.9565160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:17:59.9566863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:17:59.9568520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:17:59.9570148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:17:59.9571801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:17:59.9573416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:17:59.9575089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:17:59.9576760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:17:59.9578337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:17:59.9579850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:17:59.9581428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:17:59.9583128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:17:59.9584976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:17:59.9586725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:17:59.9588656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:17:59.9591056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:17:59.9593139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:17:59.9595089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:17:59.9596799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:17:59.9598449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:17:59.9600075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:17:59.9601577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:17:59.9603476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:17:59.9605068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:17:59.9606772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:17:59.9608197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:17:59.9609746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:17:59.9611438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:17:59.9613317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:17:59.9615342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:17:59.9617224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:17:59.9619144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:17:59.9621063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:17:59.9622972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:17:59.9625021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:17:59.9626911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:17:59.9628782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:17:59.9630598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:17:59.9632337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:17:59.9633971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:17:59.9635579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:17:59.9637188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:17:59.9638772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:17:59.9640331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:17:59.9641766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:17:59.9643118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:17:59.9644519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:17:59.9646180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:17:59.9647864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:17:59.9649338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:17:59.9650734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:17:59.9652065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:17:59.9653416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:17:59.9654907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:17:59.9656445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:17:59.9658042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:17:59.9659634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:17:59.9661158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:17:59.9662553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:17:59.9664010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:17:59.9665455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:17:59.9666886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:17:59.9668423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:17:59.9670070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:17:59.9671742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:17:59.9673654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:17:59.9675778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:17:59.9677866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:17:59.9679876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:17:59.9681860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:17:59.9683858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:17:59.9685772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:17:59.9688026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:17:59.9690726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:17:59.9692784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:17:59.9694643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:17:59.9696337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:17:59.9697819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:17:59.9699261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:17:59.9700688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:17:59.9702087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:17:59.9703420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:17:59.9704759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:17:59.9705975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:17:59.9707153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:17:59.9708402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:17:59.9709682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:17:59.9710959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:17:59.9712261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:17:59.9713522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:17:59.9714841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:17:59.9716310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:17:59.9717785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:17:59.9719188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:17:59.9720695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:17:59.9722314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:17:59.9723816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:17:59.9725262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:17:59.9726823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:17:59.9728787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:17:59.9730439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:17:59.9731829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:17:59.9733149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:17:59.9734411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:17:59.9735662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:17:59.9736933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:17:59.9738286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:17:59.9739739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:17:59.9741150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:17:59.9742458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:17:59.9743870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:17:59.9745187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:17:59.9746404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:17:59.9747654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:17:59.9749000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:17:59.9750360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:17:59.9751654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:17:59.9752951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:17:59.9754280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:17:59.9755672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:17:59.9757139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:17:59.9758465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:17:59.9759806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:17:59.9761217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:17:59.9762482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:17:59.9763694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:17:59.9764908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:17:59.9766327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:17:59.9767586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:17:59.9768923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:17:59.9770110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:17:59.9771350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:17:59.9772692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:17:59.9774075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:17:59.9775311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:17:59.9776582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:17:59.9777856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:17:59.9779125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:17:59.9780439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:17:59.9781667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:17:59.9782854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:17:59.9784174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:17:59.9785447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:17:59.9786673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:17:59.9787899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:17:59.9789110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:17:59.9790585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:17:59.9791770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:17:59.9792992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:17:59.9794370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:17:59.9795754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:17:59.9796948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:17:59.9798097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:17:59.9799370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:17:59.9800674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:17:59.9801894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:17:59.9803144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:17:59.9805074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:17:59.9806738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:17:59.9808453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:17:59.9809849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:17:59.9811159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:17:59.9812394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:17:59.9813549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:17:59.9814729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:17:59.9815918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:17:59.9817285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:17:59.9818859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:17:59.9820487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:17:59.9822109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:17:59.9823799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:17:59.9825402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:17:59.9826929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9828343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:17:59.9829592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:17:59.9830982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:17:59.9832596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:17:59.9834224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:17:59.9835854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:17:59.9837413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9838876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:17:59.9840314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:17:59.9841757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:17:59.9843135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:17:59.9844738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:17:59.9846141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:17:59.9847657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:17:59.9849076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:17:59.9850510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:17:59.9851898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:17:59.9853185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:17:59.9854462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:17:59.9855799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:17:59.9857213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:17:59.9858619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:17:59.9860030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:17:59.9861423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:17:59.9863070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:17:59.9865089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:17:59.9866924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9868601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:17:59.9870114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:17:59.9871518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:17:59.9872857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:17:59.9874374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:17:59.9876073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.9877715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9879217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:17:59.9880580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:17:59.9881899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:17:59.9883219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:17:59.9884996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:17:59.9887020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:17:59.9888928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:17:59.9891165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:17:59.9893065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:17:59.9894874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9896548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:17:59.9898071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:17:59.9899664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:17:59.9901349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:17:59.9903067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:17:59.9904920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9906580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:17:59.9908087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:17:59.9909412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:17:59.9910794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:17:59.9912309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:17:59.9913695Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:59.9914358Z + echo ::endgroup:: 2025-03-21T20:17:59.9915378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:17:59.9917074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:17:59.9918697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:17:59.9920167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:17:59.9921474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:17:59.9922898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:17:59.9924497Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:17:59.9926388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:17:59.9928002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:17:59.9929356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:17:59.9930688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:17:59.9932019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:17:59.9933348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:17:59.9934698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:17:59.9935972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:17:59.9937515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:59.9939317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.9941002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9942553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:17:59.9944054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:17:59.9945351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:17:59.9946585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:17:59.9948085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:59.9949769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.9951356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9952818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:17:59.9954126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:17:59.9955326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:17:59.9956546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:17:59.9957806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:17:59.9959308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:59.9961051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.9962691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9964202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:17:59.9965791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:17:59.9967237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:17:59.9968644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:17:59.9970268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:17:59.9971977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9973575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:17:59.9975018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:17:59.9976294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:17:59.9977532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:17:59.9978831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:17:59.9980108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:17:59.9981467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:17:59.9982858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:17:59.9984483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:59.9986177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.9987768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9989223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:17:59.9990915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:17:59.9992465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:17:59.9994268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:17:59.9995964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:17:59.9997544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:17:59.9998970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:00.0000233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:00.0001524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:00.0002855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:00.0004128Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:00.0005713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:00.0007111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:00.0008649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:00.0009957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:00.0011740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:00.0012980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:00.0014220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:00.0015548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:00.0016954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:00.0018453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:00.0019935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:00.0021328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:00.0022716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:00.0024139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:00.0025426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:00.0026769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:00.0028023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:00.0029303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:00.0030613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:00.0031935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:00.0032574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:00.0033217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:00.0033881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:00.0034534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:00.0035165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:00.0035853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:00.0036539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:00.0037218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:00.0038264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:00.0038997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:00.0039912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:00.0040610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:00.0041287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:00.0042072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:00.0042762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:00.0043488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:00.0044270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:00.0045049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:00.0045857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:00.0046650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:00.0047309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:00.0047891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:00.0048637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:00.0049336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:00.0049976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:00.0050672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:00.0051245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:00.0051806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:00.0052421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:00.0053026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:00.0053623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:00.0054152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:00.0054721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:00.0055302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:00.0055815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:00.0056656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:00.0057303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:00.0058170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:00.0058847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:00.0059394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:00.0059908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:00.0060583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:00.0061215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:00.0061745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:00.0062275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:00.0062833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:00.0063362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:00.0063979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:00.0064489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:00.0064932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:00.0065359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:00.0065743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:00.0066920Z ##[endgroup] 2025-03-21T20:18:00.0238350Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:00.0238578Z with: 2025-03-21T20:18:00.0238800Z repository: pytorch/test-infra 2025-03-21T20:18:00.0238988Z path: test-infra 2025-03-21T20:18:00.0239151Z submodules: recursive 2025-03-21T20:18:00.0239599Z token: *** 2025-03-21T20:18:00.0239763Z ssh-strict: true 2025-03-21T20:18:00.0239919Z ssh-user: git 2025-03-21T20:18:00.0240094Z persist-credentials: true 2025-03-21T20:18:00.0240235Z clean: true 2025-03-21T20:18:00.0240429Z sparse-checkout-cone-mode: true 2025-03-21T20:18:00.0240574Z fetch-depth: 1 2025-03-21T20:18:00.0240726Z fetch-tags: false 2025-03-21T20:18:00.0240882Z show-progress: true 2025-03-21T20:18:00.0241023Z lfs: false 2025-03-21T20:18:00.0241203Z set-safe-directory: true 2025-03-21T20:18:00.0241344Z env: 2025-03-21T20:18:00.0241600Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:00.0241781Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:00.0241979Z PR_NUMBER: 2025-03-21T20:18:00.0244244Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:00.0244449Z ##[endgroup] 2025-03-21T20:18:00.1830680Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:00.1831902Z ##[group]Getting Git version info 2025-03-21T20:18:00.1832708Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:00.1833785Z [command]/usr/bin/git version 2025-03-21T20:18:00.1834232Z git version 2.47.1 2025-03-21T20:18:00.1860527Z ##[endgroup] 2025-03-21T20:18:00.1881256Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/acad5ed3-7ed6-43d3-91dd-6400fee13660' before making global git config changes 2025-03-21T20:18:00.1883124Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:00.1891677Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:00.1944121Z ##[group]Initializing the repository 2025-03-21T20:18:00.1953400Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:00.2009957Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:00.2011445Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:00.2012612Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:00.2013524Z hint: 2025-03-21T20:18:00.2014310Z hint: git config --global init.defaultBranch 2025-03-21T20:18:00.2015071Z hint: 2025-03-21T20:18:00.2015883Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:00.2017007Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:00.2017817Z hint: 2025-03-21T20:18:00.2018300Z hint: git branch -m 2025-03-21T20:18:00.2019419Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:00.2028497Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:00.2069707Z ##[endgroup] 2025-03-21T20:18:00.2070428Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:00.2079031Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:00.2119104Z ##[endgroup] 2025-03-21T20:18:00.2119800Z ##[group]Setting up auth 2025-03-21T20:18:00.2129237Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:00.2171136Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:00.2541335Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:00.2584903Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:00.2938718Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:00.3001194Z ##[endgroup] 2025-03-21T20:18:00.3001926Z ##[group]Determining the default branch 2025-03-21T20:18:00.3005316Z Retrieving the default branch name 2025-03-21T20:18:00.5160308Z Default branch 'main' 2025-03-21T20:18:00.5161223Z ##[endgroup] 2025-03-21T20:18:00.5161856Z ##[group]Fetching the repository 2025-03-21T20:18:00.5168592Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-03-21T20:18:00.8775491Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:00.8776127Z * [new branch] main -> origin/main 2025-03-21T20:18:00.8804597Z ##[endgroup] 2025-03-21T20:18:00.8805251Z ##[group]Determining the checkout info 2025-03-21T20:18:00.8806626Z ##[endgroup] 2025-03-21T20:18:00.8812518Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:00.8864183Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:00.8905460Z ##[group]Checking out the ref 2025-03-21T20:18:00.8910867Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:00.9978106Z Switched to a new branch 'main' 2025-03-21T20:18:00.9978852Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:00.9989348Z ##[endgroup] 2025-03-21T20:18:00.9990353Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:00.9996973Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:01.0061739Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:01.0110192Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:01.0156283Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:01.0198207Z ##[endgroup] 2025-03-21T20:18:01.0198840Z ##[group]Fetching submodules 2025-03-21T20:18:01.0204651Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:01.0550301Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:01.0922147Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:01.1287259Z ##[endgroup] 2025-03-21T20:18:01.1287983Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:01.1295360Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:01.1649386Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:01.2005965Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:01.2347423Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:01.2687626Z ##[endgroup] 2025-03-21T20:18:01.2744532Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:01.2781344Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:01.3075657Z Prepare all required actions 2025-03-21T20:18:01.3076971Z Getting action download info 2025-03-21T20:18:01.4459871Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:03.1142081Z Getting action download info 2025-03-21T20:18:03.2121217Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:03.3925599Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:03.3926126Z env: 2025-03-21T20:18:03.3926530Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.3927071Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.3927483Z PR_NUMBER: 2025-03-21T20:18:03.3929854Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.3932287Z ##[endgroup] 2025-03-21T20:18:03.4054779Z ##[group]Run set -euo pipefail 2025-03-21T20:18:03.4055295Z set -euo pipefail 2025-03-21T20:18:03.4055712Z function get_ec2_metadata() { 2025-03-21T20:18:03.4056389Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:03.4057278Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:03.4058059Z  category=$1 2025-03-21T20:18:03.4059280Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:03.4060988Z } 2025-03-21T20:18:03.4061407Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:03.4062015Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:03.4062691Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:03.4063285Z echo "system info $(uname -a)" 2025-03-21T20:18:03.4070992Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:03.4071550Z env: 2025-03-21T20:18:03.4071955Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.4072504Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.4072919Z PR_NUMBER: 2025-03-21T20:18:03.4075236Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.4077648Z ##[endgroup] 2025-03-21T20:18:03.4247689Z ami-id: ami-0eae2a0fc13b15fce 2025-03-21T20:18:03.4369720Z instance-id: i-006faf1fedf0d27a7 2025-03-21T20:18:03.4492978Z instance-type: t4g.2xlarge 2025-03-21T20:18:03.4505942Z system info Linux ip-10-0-18-15.ec2.internal 6.1.129-138.220.amzn2023.aarch64 #1 SMP Tue Feb 25 22:18:13 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux 2025-03-21T20:18:03.4555786Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:03.4557107Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:03.4565280Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:03.4565840Z env: 2025-03-21T20:18:03.4566667Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.4567287Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.4567701Z PR_NUMBER: 2025-03-21T20:18:03.4570014Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.4572442Z ##[endgroup] 2025-03-21T20:18:03.4676698Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:03.4677350Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:03.4677906Z  echo "Docker daemon is running..."; 2025-03-21T20:18:03.4678394Z else 2025-03-21T20:18:03.4678920Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:03.4679542Z fi 2025-03-21T20:18:03.4687049Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:03.4687601Z env: 2025-03-21T20:18:03.4688007Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.4688545Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.4688958Z PR_NUMBER: 2025-03-21T20:18:03.4691540Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.4693978Z ##[endgroup] 2025-03-21T20:18:03.4785959Z Docker daemon is running... 2025-03-21T20:18:03.4849250Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:03.4850530Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:03.4851263Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:03.4852133Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:03.4853143Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:03.4861074Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:03.4861622Z env: 2025-03-21T20:18:03.4862007Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.4862544Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.4862952Z PR_NUMBER: 2025-03-21T20:18:03.4865400Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.4867838Z AWS_RETRY_MODE: standard 2025-03-21T20:18:03.4868223Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:03.4868603Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:03.4868990Z ##[endgroup] 2025-03-21T20:18:04.9104293Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:04.9105196Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:04.9106007Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:04.9106551Z 2025-03-21T20:18:04.9106709Z Login Succeeded 2025-03-21T20:18:04.9168386Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:04.9169584Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:04.9170341Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:04.9177961Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.9178493Z env: 2025-03-21T20:18:04.9178900Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:04.9179448Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.9179860Z PR_NUMBER: 2025-03-21T20:18:04.9182152Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:04.9184671Z ##[endgroup] 2025-03-21T20:18:04.9291163Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:04.9291869Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:04.9292431Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:04.9292943Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:04.9293587Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:04.9294201Z  2025-03-21T20:18:04.9294645Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:04.9295258Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:04.9295788Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:04.9296481Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:04.9297129Z  2025-03-21T20:18:04.9297490Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:04.9297994Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:04.9298825Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:04.9299422Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:04.9307578Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.9308128Z env: 2025-03-21T20:18:04.9308534Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:04.9309075Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.9309481Z PR_NUMBER: 2025-03-21T20:18:04.9311787Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:04.9314197Z ##[endgroup] 2025-03-21T20:18:05.1123258Z ##[group]Run needs=0 2025-03-21T20:18:05.1123696Z needs=0 2025-03-21T20:18:05.1124242Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:05.1124872Z  needs=1 2025-03-21T20:18:05.1125212Z fi 2025-03-21T20:18:05.1125594Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:05.1133533Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.1134077Z env: 2025-03-21T20:18:05.1134481Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.1135044Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.1135470Z PR_NUMBER: 2025-03-21T20:18:05.1138125Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.1140764Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.1141591Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.1142375Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.1142917Z ##[endgroup] 2025-03-21T20:18:05.1400079Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:05.1400907Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:05.1401524Z # shellcheck disable=SC2046 2025-03-21T20:18:05.1401998Z docker stop $(docker ps -q) || true 2025-03-21T20:18:05.1402501Z # Prune all of the docker images 2025-03-21T20:18:05.1402977Z docker system prune -af 2025-03-21T20:18:05.1410679Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.1411252Z env: 2025-03-21T20:18:05.1411652Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.1412191Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.1412607Z PR_NUMBER: 2025-03-21T20:18:05.1414903Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.1417507Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.1418343Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.1419151Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.1420202Z ##[endgroup] 2025-03-21T20:18:05.1710279Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:05.1710842Z See 'docker stop --help'. 2025-03-21T20:18:05.1711101Z 2025-03-21T20:18:05.1711348Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:05.1711749Z 2025-03-21T20:18:05.1711925Z Stop one or more running containers 2025-03-21T20:18:05.1888604Z Total reclaimed space: 0B 2025-03-21T20:18:05.2002315Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:05.2002904Z with: 2025-03-21T20:18:05.2003529Z github-secret: *** 2025-03-21T20:18:05.2004510Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:05.2005561Z activate-with-label: false 2025-03-21T20:18:05.2005963Z label: with-ssh 2025-03-21T20:18:05.2006321Z remove-existing-keys: true 2025-03-21T20:18:05.2006727Z fail-silently: true 2025-03-21T20:18:05.2007091Z env: 2025-03-21T20:18:05.2007476Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.2008013Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.2008419Z PR_NUMBER: 2025-03-21T20:18:05.2010759Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.2013363Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.2014206Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.2014994Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.2015571Z ##[endgroup] 2025-03-21T20:18:05.3404171Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:05.3406108Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:05.3574895Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:05.3575373Z with: 2025-03-21T20:18:05.3575707Z repository: pytorch/executorch 2025-03-21T20:18:05.3576170Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:05.3576654Z path: pytorch/executorch 2025-03-21T20:18:05.3577035Z fetch-depth: 1 2025-03-21T20:18:05.3577374Z submodules: true 2025-03-21T20:18:05.3577950Z token: *** 2025-03-21T20:18:05.3578291Z ssh-strict: true 2025-03-21T20:18:05.3578634Z ssh-user: git 2025-03-21T20:18:05.3578989Z persist-credentials: true 2025-03-21T20:18:05.3579380Z clean: true 2025-03-21T20:18:05.3579735Z sparse-checkout-cone-mode: true 2025-03-21T20:18:05.3580167Z fetch-tags: false 2025-03-21T20:18:05.3580550Z show-progress: true 2025-03-21T20:18:05.3580905Z lfs: false 2025-03-21T20:18:05.3581246Z set-safe-directory: true 2025-03-21T20:18:05.3581620Z env: 2025-03-21T20:18:05.3582014Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.3582616Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.3583038Z PR_NUMBER: 2025-03-21T20:18:05.3585460Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.3588071Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.3588898Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.3590374Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.3590932Z ##[endgroup] 2025-03-21T20:18:05.4869023Z Syncing repository: pytorch/executorch 2025-03-21T20:18:05.4881653Z ##[group]Getting Git version info 2025-03-21T20:18:05.4882516Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:05.4921938Z [command]/usr/bin/git version 2025-03-21T20:18:05.4974161Z git version 2.47.1 2025-03-21T20:18:05.5011064Z ##[endgroup] 2025-03-21T20:18:05.5032151Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0d309b77-23eb-4f0d-b9b4-0c5163e43dec' before making global git config changes 2025-03-21T20:18:05.5033912Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:05.5041561Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:05.5087246Z ##[group]Initializing the repository 2025-03-21T20:18:05.5096395Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:05.5137969Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:05.5138851Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:05.5139657Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:05.5140253Z hint: 2025-03-21T20:18:05.5140671Z hint: git config --global init.defaultBranch 2025-03-21T20:18:05.5141174Z hint: 2025-03-21T20:18:05.5141668Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:05.5142469Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:05.5143094Z hint: 2025-03-21T20:18:05.5143426Z hint: git branch -m 2025-03-21T20:18:05.5144414Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:05.5157848Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:05.5196466Z ##[endgroup] 2025-03-21T20:18:05.5197717Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:05.5205906Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:05.5244063Z ##[endgroup] 2025-03-21T20:18:05.5244688Z ##[group]Setting up auth 2025-03-21T20:18:05.5253237Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:05.5291762Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:05.5652979Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:05.5693342Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:05.6047284Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:05.6111575Z ##[endgroup] 2025-03-21T20:18:05.6112265Z ##[group]Fetching the repository 2025-03-21T20:18:05.6126928Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:07.4015284Z From https://github.com/pytorch/executorch 2025-03-21T20:18:07.4015987Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:07.4055720Z ##[endgroup] 2025-03-21T20:18:07.4056550Z ##[group]Determining the checkout info 2025-03-21T20:18:07.4057808Z ##[endgroup] 2025-03-21T20:18:07.4064696Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:07.4113010Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:07.4151535Z ##[group]Checking out the ref 2025-03-21T20:18:07.4157081Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:07.9726551Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:07.9727056Z 2025-03-21T20:18:07.9727394Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:07.9728183Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:07.9728963Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:07.9729418Z 2025-03-21T20:18:07.9729720Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:07.9730453Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:07.9730867Z 2025-03-21T20:18:07.9731204Z git switch -c 2025-03-21T20:18:07.9731658Z 2025-03-21T20:18:07.9731819Z Or undo this operation with: 2025-03-21T20:18:07.9732082Z 2025-03-21T20:18:07.9732232Z git switch - 2025-03-21T20:18:07.9732433Z 2025-03-21T20:18:07.9732800Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:07.9733311Z 2025-03-21T20:18:07.9733567Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:07.9776853Z ##[endgroup] 2025-03-21T20:18:07.9777516Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:07.9785009Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:07.9842785Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:07.9881885Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:07.9925915Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:07.9958208Z ##[endgroup] 2025-03-21T20:18:07.9958997Z ##[group]Fetching submodules 2025-03-21T20:18:07.9963283Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:08.0328935Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:08.0677693Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:08.0679965Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:08.0681937Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:08.0683765Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:08.0686083Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:08.0688221Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:08.0690260Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:08.0692760Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:08.0695898Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:08.0698656Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:08.0702065Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:08.0705039Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:08.0709161Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:08.0711892Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:08.0715868Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:08.0720754Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:08.0743905Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:08.0745281Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:08.0746640Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:08.0748003Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:08.0749347Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:08.0750750Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:08.0752143Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:08.0785308Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:08.3351016Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:08.6010595Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:08.8415300Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:09.3362001Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:09.6290578Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:09.8154497Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:10.0019306Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:10.1992779Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:11.0001514Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:11.3672814Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:11.5670751Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:11.9282675Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:12.6463874Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:12.8728360Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:13.2240694Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:13.6316195Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:14.0504097Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:14.2544708Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:14.5289393Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:14.7253159Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:14.9250080Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:15.3395003Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:16.1735566Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:16.1736379Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:16.1869193Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:16.8156372Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:16.8157183Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:16.8289529Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:16.8404653Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:17.6070491Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:17.6071278Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:17.6673647Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:18.3159191Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:18.3160689Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:18.3530006Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:19.3135956Z From https://github.com/zeux/volk 2025-03-21T20:18:19.3136684Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:19.3230629Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:19.7785021Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:19.7785742Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:19.7895903Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:20.3809485Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:20.3810209Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:20.3886834Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:22.2448088Z From https://github.com/google/XNNPACK 2025-03-21T20:18:22.2448790Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:22.9236398Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:23.4370343Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:23.4371091Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:23.5595365Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:23.9962598Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:23.9963326Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:24.0073103Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:24.5000867Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:24.5001572Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:24.5278776Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:26.1275040Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:26.1275748Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:26.2699323Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:26.2919451Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:26.8508503Z From https://github.com/pytorch/ao 2025-03-21T20:18:26.8509560Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:26.9316052Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:27.6193659Z From https://github.com/google/flatbuffers 2025-03-21T20:18:27.6194356Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:27.7372620Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:28.2382713Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:28.2383400Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:28.2676519Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:28.7253830Z From https://github.com/gflags/gflags 2025-03-21T20:18:28.7254545Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:28.7362575Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:29.3796859Z From https://github.com/google/googletest 2025-03-21T20:18:29.3797563Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:29.4197357Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:29.8354375Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:29.8355123Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:29.8447983Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:29.8536139Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:30.4880888Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:30.4881625Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:30.5751248Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:31.1540308Z From https://github.com/pybind/pybind11 2025-03-21T20:18:31.1541006Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:31.1910405Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:31.1931232Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:31.2273252Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:31.2305534Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:31.2336051Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:31.2368379Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:31.2399739Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:31.2428389Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:31.2459142Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:31.2488664Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:31.2520893Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:31.2553834Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:31.2585509Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:31.2618891Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:31.2648422Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:31.2680289Z Entering 'shim' 2025-03-21T20:18:31.2711691Z Entering 'third-party/ao' 2025-03-21T20:18:31.2741762Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:31.2772121Z Entering 'third-party/flatcc' 2025-03-21T20:18:31.2804425Z Entering 'third-party/gflags' 2025-03-21T20:18:31.2836763Z Entering 'third-party/googletest' 2025-03-21T20:18:31.2868380Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:31.2899904Z Entering 'third-party/pocketfft' 2025-03-21T20:18:31.2931648Z Entering 'third-party/prelude' 2025-03-21T20:18:31.2963074Z Entering 'third-party/pybind11' 2025-03-21T20:18:31.3010234Z ##[endgroup] 2025-03-21T20:18:31.3010924Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:31.3019182Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:31.3348386Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:31.3411098Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:31.3475576Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:31.3541394Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:31.3618284Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:31.3689592Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:31.3752117Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:31.3813603Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:31.3877054Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:31.3961085Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:31.4028985Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:31.4094292Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:31.4160983Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:31.4228071Z Entering 'shim' 2025-03-21T20:18:31.4291130Z Entering 'third-party/ao' 2025-03-21T20:18:31.4355358Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:31.4425912Z Entering 'third-party/flatcc' 2025-03-21T20:18:31.4491988Z Entering 'third-party/gflags' 2025-03-21T20:18:31.4553222Z Entering 'third-party/googletest' 2025-03-21T20:18:31.4617467Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:31.4680872Z Entering 'third-party/pocketfft' 2025-03-21T20:18:31.4742083Z Entering 'third-party/prelude' 2025-03-21T20:18:31.4806574Z Entering 'third-party/pybind11' 2025-03-21T20:18:31.4886733Z [command]/usr/bin/git submodule foreach sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:31.5229272Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:31.5297496Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-03-21T20:18:31.5299281Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:31.5361071Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:18:31.5362391Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:31.5424895Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:18:31.5426185Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:31.5501086Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:18:31.5502498Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:31.5565206Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:18:31.5566638Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:31.5626153Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:18:31.5627444Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:31.5685662Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:18:31.5686919Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:31.5746269Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:18:31.5747571Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:31.5804915Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:18:31.5806265Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:31.5869327Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:18:31.5870689Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:31.5931037Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:18:31.5932346Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:31.5991911Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:31.5993559Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:31.6053137Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:18:31.6054392Z Entering 'shim' 2025-03-21T20:18:31.6113523Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:31.6114551Z Entering 'third-party/ao' 2025-03-21T20:18:31.6172103Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:31.6173182Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:31.6262092Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:31.6263242Z Entering 'third-party/flatcc' 2025-03-21T20:18:31.6322647Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:31.6324173Z Entering 'third-party/gflags' 2025-03-21T20:18:31.6382703Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:31.6383984Z Entering 'third-party/googletest' 2025-03-21T20:18:31.6441933Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:31.6443085Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:31.6502404Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:18:31.6503686Z Entering 'third-party/pocketfft' 2025-03-21T20:18:31.6562164Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:31.6563336Z Entering 'third-party/prelude' 2025-03-21T20:18:31.6624858Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:31.6626049Z Entering 'third-party/pybind11' 2025-03-21T20:18:31.6684452Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:31.6971492Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:31.7299485Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:31.7328972Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:31.7360156Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:31.7393785Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:31.7423256Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:31.7454000Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:31.7487185Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:31.7517564Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:31.7548412Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:31.7581641Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:31.7613920Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:31.7644819Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:31.7677981Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:31.7709078Z Entering 'shim' 2025-03-21T20:18:31.7758133Z Entering 'third-party/ao' 2025-03-21T20:18:31.7789334Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:31.7822095Z Entering 'third-party/flatcc' 2025-03-21T20:18:31.7854712Z Entering 'third-party/gflags' 2025-03-21T20:18:31.7884981Z Entering 'third-party/googletest' 2025-03-21T20:18:31.7922066Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:31.7967841Z Entering 'third-party/pocketfft' 2025-03-21T20:18:31.7999461Z Entering 'third-party/prelude' 2025-03-21T20:18:31.8029720Z Entering 'third-party/pybind11' 2025-03-21T20:18:31.8080875Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:31.8415585Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:31.8451970Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:31.8482605Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:31.8517341Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:31.8547637Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:31.8579248Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:31.8609439Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:31.8640533Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:31.8673126Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:31.8703871Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:31.8735561Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:31.8766099Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:31.8798327Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:31.8829181Z Entering 'shim' 2025-03-21T20:18:31.8861616Z Entering 'third-party/ao' 2025-03-21T20:18:31.8895102Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:31.8926383Z Entering 'third-party/flatcc' 2025-03-21T20:18:31.8958605Z Entering 'third-party/gflags' 2025-03-21T20:18:31.8990396Z Entering 'third-party/googletest' 2025-03-21T20:18:31.9020984Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:31.9052350Z Entering 'third-party/pocketfft' 2025-03-21T20:18:31.9084720Z Entering 'third-party/prelude' 2025-03-21T20:18:31.9114873Z Entering 'third-party/pybind11' 2025-03-21T20:18:31.9158510Z ##[endgroup] 2025-03-21T20:18:31.9203965Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:31.9230809Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:31.9500632Z Prepare all required actions 2025-03-21T20:18:31.9501631Z Getting action download info 2025-03-21T20:18:32.0588941Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:32.2355741Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:32.2356335Z with: 2025-03-21T20:18:32.2356779Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:32.2357341Z docker-build-dir: .ci/docker 2025-03-21T20:18:32.2357776Z working-directory: pytorch/executorch 2025-03-21T20:18:32.2358364Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.2358932Z force-push: false 2025-03-21T20:18:32.2359265Z env: 2025-03-21T20:18:32.2359659Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:32.2360190Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:32.2360603Z PR_NUMBER: 2025-03-21T20:18:32.2362978Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:32.2365614Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:32.2366444Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:32.2367215Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:32.2367766Z ##[endgroup] 2025-03-21T20:18:32.2403816Z ##[group]Run set -ex 2025-03-21T20:18:32.2404300Z set -ex 2025-03-21T20:18:32.2404647Z  2025-03-21T20:18:32.2405214Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:32.2406353Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:32.2407173Z # job could then download the pre-built image as usual 2025-03-21T20:18:32.2407901Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:32.2408566Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:32.2409195Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:32.2409770Z  2025-03-21T20:18:32.2410276Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:32.2410900Z  exit 0 2025-03-21T20:18:32.2411224Z else 2025-03-21T20:18:32.2411601Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:32.2412070Z fi 2025-03-21T20:18:32.2412379Z  2025-03-21T20:18:32.2412895Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:32.2413734Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:32.2414855Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:32.2415675Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:32.2416402Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:32.2417089Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:32.2417666Z else 2025-03-21T20:18:32.2418109Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:32.2418765Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:32.2419658Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:32.2420447Z fi 2025-03-21T20:18:32.2428565Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:32.2429147Z env: 2025-03-21T20:18:32.2429552Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:32.2430097Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:32.2430507Z PR_NUMBER: 2025-03-21T20:18:32.2432803Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:32.2435403Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:32.2436249Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:32.2437043Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:32.2437625Z REPO_NAME: executorch 2025-03-21T20:18:32.2438104Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:32.2438654Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:32.2439174Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.2463781Z ##[endgroup] 2025-03-21T20:18:32.2497113Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:32.2497554Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:32.2497972Z + echo skip=false 2025-03-21T20:18:32.2498717Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-03-21T20:18:32.2502614Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:32.2528086Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:32.2528833Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:32.2530094Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:32.2599043Z ##[group]Run set +e 2025-03-21T20:18:32.2599683Z set +e 2025-03-21T20:18:32.2600332Z set -x 2025-03-21T20:18:32.2601024Z  2025-03-21T20:18:32.2601525Z login() { 2025-03-21T20:18:32.2602320Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:32.2603300Z } 2025-03-21T20:18:32.2603704Z  2025-03-21T20:18:32.2604230Z retry () { 2025-03-21T20:18:32.2604950Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:32.2605657Z } 2025-03-21T20:18:32.2605969Z  2025-03-21T20:18:32.2606627Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:32.2607278Z  2025-03-21T20:18:32.2607662Z START_TIME=$(date +%s) 2025-03-21T20:18:32.2608309Z # Wait up to 120 minutes 2025-03-21T20:18:32.2609054Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:32.2610791Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:32.2611677Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:32.2612452Z  exit 0 2025-03-21T20:18:32.2613017Z  fi 2025-03-21T20:18:32.2613470Z  2025-03-21T20:18:32.2614228Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:32.2615432Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:32.2616804Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:32.2618080Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:32.2618861Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:32.2620269Z  break 2025-03-21T20:18:32.2620921Z  else 2025-03-21T20:18:32.2621717Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:32.2622540Z  sleep 300 2025-03-21T20:18:32.2622999Z  fi 2025-03-21T20:18:32.2623487Z done 2025-03-21T20:18:32.2624068Z  2025-03-21T20:18:32.2624703Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:32.2626017Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:32.2627002Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:32.2627947Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:32.2628676Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:32.2629352Z else 2025-03-21T20:18:32.2629962Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:32.2631019Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:32.2631772Z fi 2025-03-21T20:18:32.2632136Z  2025-03-21T20:18:32.2632580Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:32.2633174Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:32.2633935Z  2025-03-21T20:18:32.2634956Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:32.2636409Z  exit 0 2025-03-21T20:18:32.2636746Z fi 2025-03-21T20:18:32.2637315Z  2025-03-21T20:18:32.2638019Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:32.2639408Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:32.2640511Z  exit 1 2025-03-21T20:18:32.2640995Z fi 2025-03-21T20:18:32.2641600Z  2025-03-21T20:18:32.2642433Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:32.2643654Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:32.2644954Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:32.2646337Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:32.2647667Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:32.2648607Z fi 2025-03-21T20:18:32.2649138Z  2025-03-21T20:18:32.2649746Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:32.2661259Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:32.2661940Z env: 2025-03-21T20:18:32.2663131Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:32.2665053Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:32.2665593Z PR_NUMBER: 2025-03-21T20:18:32.2668863Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:32.2672296Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:32.2673471Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:32.2674554Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:32.2675735Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:32.2676527Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:32.2677421Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:32.2678435Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.2679333Z DOCKER_PUSH: 2025-03-21T20:18:32.2679852Z ##[endgroup] 2025-03-21T20:18:32.2719339Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.2719972Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.2722619Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:32.2723837Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.9790561Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:32.9791440Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:32.9792289Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:32.9792843Z 2025-03-21T20:18:32.9793474Z Login Succeeded 2025-03-21T20:18:32.9814789Z ++ date +%s 2025-03-21T20:18:32.9824781Z + START_TIME=1742588312 2025-03-21T20:18:32.9828102Z ++ date +%s 2025-03-21T20:18:32.9837713Z + [[ 1742581112 -lt 1742588312 ]] 2025-03-21T20:18:32.9838919Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.2009757Z { 2025-03-21T20:18:33.2010136Z "schemaVersion": 2, 2025-03-21T20:18:33.2010762Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:33.2011435Z "config": { 2025-03-21T20:18:33.2011917Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:33.2012492Z "size": 15125, 2025-03-21T20:18:33.2013095Z "digest": "sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4" 2025-03-21T20:18:33.2013779Z }, 2025-03-21T20:18:33.2014106Z "layers": [ 2025-03-21T20:18:33.2014428Z { 2025-03-21T20:18:33.2014925Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2015525Z "size": 28397174, 2025-03-21T20:18:33.2016125Z "digest": "sha256:9b850f5aae4c6627d2173c368f232b9b1db52bbf636f85f66e885e8611acd964" 2025-03-21T20:18:33.2016788Z }, 2025-03-21T20:18:33.2017081Z { 2025-03-21T20:18:33.2017553Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2018153Z "size": 633, 2025-03-21T20:18:33.2018763Z "digest": "sha256:badf7cb767d1b45da1f5dabcfb3479e8c3860c7ddfedea2b1848e91ee00faa4a" 2025-03-21T20:18:33.2019450Z }, 2025-03-21T20:18:33.2019741Z { 2025-03-21T20:18:33.2020217Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2020817Z "size": 153121650, 2025-03-21T20:18:33.2021417Z "digest": "sha256:0f89db74a98d9c3b39c34b6138f0608318e0445f8005542cc5cd957ecd8b5a95" 2025-03-21T20:18:33.2022072Z }, 2025-03-21T20:18:33.2022373Z { 2025-03-21T20:18:33.2022852Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2024902Z "size": 622, 2025-03-21T20:18:33.2025487Z "digest": "sha256:32a4514e7ff575e6e37522ceb046a4594750562d16d01c2a4495863819f59f56" 2025-03-21T20:18:33.2026138Z }, 2025-03-21T20:18:33.2026538Z { 2025-03-21T20:18:33.2027022Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2027618Z "size": 18985061, 2025-03-21T20:18:33.2028223Z "digest": "sha256:37c6f550ae9bd5ea67adf6bc3031f5e81601ea2177874639027bb9aaea1d5468" 2025-03-21T20:18:33.2028902Z }, 2025-03-21T20:18:33.2029194Z { 2025-03-21T20:18:33.2029675Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2030268Z "size": 737, 2025-03-21T20:18:33.2030852Z "digest": "sha256:41326e4613eb7cd7c11da0f4d91f4c2c8377bf26dabf4f1bd1582609a64e5ee0" 2025-03-21T20:18:33.2031521Z }, 2025-03-21T20:18:33.2032139Z { 2025-03-21T20:18:33.2032893Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2033528Z "size": 104, 2025-03-21T20:18:33.2034109Z "digest": "sha256:c5561e75697a090410df8a63b915edf3477dd7fde71ae2d1b13768144db7def4" 2025-03-21T20:18:33.2034773Z }, 2025-03-21T20:18:33.2035061Z { 2025-03-21T20:18:33.2035529Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2036120Z "size": 447, 2025-03-21T20:18:33.2036710Z "digest": "sha256:e6a0b1cdd23a737edbabd1d9f6380877e85325bcd96e36c5d1457dd2430d701f" 2025-03-21T20:18:33.2037385Z }, 2025-03-21T20:18:33.2037676Z { 2025-03-21T20:18:33.2038139Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2038729Z "size": 2758, 2025-03-21T20:18:33.2039319Z "digest": "sha256:55a35e56f796d1f48b8a63c990ede1a75d2f65560b04c7b55672845ae99b461e" 2025-03-21T20:18:33.2039982Z }, 2025-03-21T20:18:33.2040272Z { 2025-03-21T20:18:33.2040751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2041345Z "size": 637, 2025-03-21T20:18:33.2041937Z "digest": "sha256:4116b07c7ca15a3a34580b3b8c039d59e042ef72f0f02e2ff121bea0d7878663" 2025-03-21T20:18:33.2042605Z }, 2025-03-21T20:18:33.2042899Z { 2025-03-21T20:18:33.2043364Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2043960Z "size": 33668694, 2025-03-21T20:18:33.2044565Z "digest": "sha256:cf6a0478ca56cd157e99ad6be8c6390902bc94f1e19512d7e433964e5d5b5d5b" 2025-03-21T20:18:33.2045233Z }, 2025-03-21T20:18:33.2045524Z { 2025-03-21T20:18:33.2045990Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2046585Z "size": 318, 2025-03-21T20:18:33.2047169Z "digest": "sha256:3b4cd7004f33f8e021fd6e6c068ee019298c34a08b0492e152ac8aa2e013b796" 2025-03-21T20:18:33.2047839Z }, 2025-03-21T20:18:33.2048129Z { 2025-03-21T20:18:33.2048595Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2049200Z "size": 244427647, 2025-03-21T20:18:33.2049794Z "digest": "sha256:9c1e20dd9a42f63910af9367756b66820493318e0ac1ba6404a968f2e6e3215c" 2025-03-21T20:18:33.2050468Z }, 2025-03-21T20:18:33.2050762Z { 2025-03-21T20:18:33.2051226Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2051829Z "size": 475, 2025-03-21T20:18:33.2052401Z "digest": "sha256:145833aca2835f9f71580281117cc4c981d0a32e6c14db47ff76b78ca6359311" 2025-03-21T20:18:33.2053064Z }, 2025-03-21T20:18:33.2053357Z { 2025-03-21T20:18:33.2053822Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2054422Z "size": 1042, 2025-03-21T20:18:33.2055008Z "digest": "sha256:1a18f7e26037f9e4136eceae6a4a22d12c1893dc321385ae24da5c99a83461b1" 2025-03-21T20:18:33.2055677Z }, 2025-03-21T20:18:33.2055963Z { 2025-03-21T20:18:33.2056433Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2057024Z "size": 611, 2025-03-21T20:18:33.2057604Z "digest": "sha256:82635263661e2b2d13043678fb15fbe49d392d190aef88a0df41d2e54c8c824c" 2025-03-21T20:18:33.2058525Z }, 2025-03-21T20:18:33.2058823Z { 2025-03-21T20:18:33.2059293Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2059891Z "size": 108847074, 2025-03-21T20:18:33.2060487Z "digest": "sha256:0551c017ae818c6377369d432d4b3f6cb943365a04fde23b2d7dbc166bbca7ca" 2025-03-21T20:18:33.2061155Z }, 2025-03-21T20:18:33.2061443Z { 2025-03-21T20:18:33.2061916Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2062514Z "size": 564, 2025-03-21T20:18:33.2063095Z "digest": "sha256:c16e35c9661429be66b2fc0d47ee6f87240ce318684467b0567550293cfa387b" 2025-03-21T20:18:33.2063876Z }, 2025-03-21T20:18:33.2064173Z { 2025-03-21T20:18:33.2064648Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2065245Z "size": 208, 2025-03-21T20:18:33.2066009Z "digest": "sha256:3ad3c7d7d14a2a6c674dc6035399c34569aff598a23ff58493fad46f940ec3f6" 2025-03-21T20:18:33.2066715Z }, 2025-03-21T20:18:33.2067009Z { 2025-03-21T20:18:33.2067485Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2068081Z "size": 1189, 2025-03-21T20:18:33.2068673Z "digest": "sha256:8830bd728cbd452ee88aa086fc19692143cdeaff3d11106915ae27f97f161901" 2025-03-21T20:18:33.2069339Z }, 2025-03-21T20:18:33.2069652Z { 2025-03-21T20:18:33.2070126Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2070720Z "size": 678, 2025-03-21T20:18:33.2071310Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:33.2071974Z }, 2025-03-21T20:18:33.2072270Z { 2025-03-21T20:18:33.2072749Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2073355Z "size": 1143915792, 2025-03-21T20:18:33.2073982Z "digest": "sha256:0b23b48b8fcec9cd5758b53c5f5a3b1d55b968c7bdcc5c8bb20497e2e4d41445" 2025-03-21T20:18:33.2074656Z }, 2025-03-21T20:18:33.2074965Z { 2025-03-21T20:18:33.2075450Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2076048Z "size": 1381, 2025-03-21T20:18:33.2076632Z "digest": "sha256:5e7729c8c19f7ee8540f6c8edd615229a3c5e2b8f47c730a7e14d31a8038b40e" 2025-03-21T20:18:33.2077305Z }, 2025-03-21T20:18:33.2077602Z { 2025-03-21T20:18:33.2078078Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2078673Z "size": 678, 2025-03-21T20:18:33.2079248Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:33.2079914Z }, 2025-03-21T20:18:33.2080206Z { 2025-03-21T20:18:33.2080683Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2081281Z "size": 223543527, 2025-03-21T20:18:33.2081875Z "digest": "sha256:02aa2fb4345700525d3b0b3af142e5da83f48ce4be43f59869dde8688a944476" 2025-03-21T20:18:33.2082557Z }, 2025-03-21T20:18:33.2082846Z { 2025-03-21T20:18:33.2083334Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2083926Z "size": 828, 2025-03-21T20:18:33.2084485Z "digest": "sha256:3464920c9c020a760b7867720e80499c535724beee0e727b768fa9c3c979f703" 2025-03-21T20:18:33.2085138Z }, 2025-03-21T20:18:33.2085430Z { 2025-03-21T20:18:33.2085905Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2086502Z "size": 678, 2025-03-21T20:18:33.2087081Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:33.2087755Z }, 2025-03-21T20:18:33.2088047Z { 2025-03-21T20:18:33.2088524Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2089116Z "size": 149423004, 2025-03-21T20:18:33.2089697Z "digest": "sha256:87684e5c474c8175a082abfc5e630f361841d540383f5e49a87dd16b3b097576" 2025-03-21T20:18:33.2091044Z }, 2025-03-21T20:18:33.2091344Z { 2025-03-21T20:18:33.2091817Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2092860Z "size": 530, 2025-03-21T20:18:33.2093456Z "digest": "sha256:44b50c5e2ca60efca348edaa62c276e90a060083463edec336c8fb6163b664f7" 2025-03-21T20:18:33.2094133Z }, 2025-03-21T20:18:33.2094420Z { 2025-03-21T20:18:33.2094897Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2095496Z "size": 678, 2025-03-21T20:18:33.2096078Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:33.2096756Z }, 2025-03-21T20:18:33.2097054Z { 2025-03-21T20:18:33.2097531Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2098123Z "size": 355, 2025-03-21T20:18:33.2098697Z "digest": "sha256:224753fce160cefd1c5e83b53d98ec9edeacea0086d67fc96942269103686202" 2025-03-21T20:18:33.2099367Z }, 2025-03-21T20:18:33.2099652Z { 2025-03-21T20:18:33.2100349Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2100984Z "size": 32, 2025-03-21T20:18:33.2101579Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:33.2102257Z }, 2025-03-21T20:18:33.2102548Z { 2025-03-21T20:18:33.2103018Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2103718Z "size": 165, 2025-03-21T20:18:33.2104311Z "digest": "sha256:788b314b21e5388374b608e2da266f0a9b27903af8e2b485c5d9cc9f8a21e2a5" 2025-03-21T20:18:33.2104970Z }, 2025-03-21T20:18:33.2105259Z { 2025-03-21T20:18:33.2105729Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2106322Z "size": 1111, 2025-03-21T20:18:33.2106897Z "digest": "sha256:33d66e1ce781396ba538169972efe1be2b1b1da3565a86ad7c1e886fa2decbf7" 2025-03-21T20:18:33.2107566Z }, 2025-03-21T20:18:33.2107856Z { 2025-03-21T20:18:33.2108339Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2108932Z "size": 32, 2025-03-21T20:18:33.2109518Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:33.2110197Z }, 2025-03-21T20:18:33.2110484Z { 2025-03-21T20:18:33.2110959Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:33.2111598Z + exit 0 2025-03-21T20:18:33.2111898Z "size": 108, 2025-03-21T20:18:33.2112491Z "digest": "sha256:84f191ac8f70eea3a0188d79da0086dd490bb90ce1a9ebb3a84a3689d6acc220" 2025-03-21T20:18:33.2113162Z } 2025-03-21T20:18:33.2113460Z ] 2025-03-21T20:18:33.2113750Z } 2025-03-21T20:18:33.2159200Z ##[group]Run set -eux 2025-03-21T20:18:33.2159618Z set -eux 2025-03-21T20:18:33.2160849Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-03-21T20:18:33.2169450Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:33.2170023Z env: 2025-03-21T20:18:33.2170424Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:33.2170968Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:33.2171379Z PR_NUMBER: 2025-03-21T20:18:33.2173678Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:33.2176283Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:33.2177125Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:33.2177910Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:33.2178471Z ##[endgroup] 2025-03-21T20:18:33.2213607Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:33.2214447Z + jq --raw-output .SecretString 2025-03-21T20:18:33.2215356Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:33.2216383Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:33.9868314Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:33.9869259Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:33.9870342Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:33.9870985Z 2025-03-21T20:18:33.9871131Z Login Succeeded 2025-03-21T20:18:33.9984336Z Prepare all required actions 2025-03-21T20:18:34.0036322Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:34.0036884Z with: 2025-03-21T20:18:34.0037851Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.0039091Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.0039648Z env: 2025-03-21T20:18:34.0040034Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:34.0040578Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:34.0040990Z PR_NUMBER: 2025-03-21T20:18:34.0043338Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:34.0045942Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:34.0046791Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:34.0047578Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:34.0048131Z ##[endgroup] 2025-03-21T20:18:34.0078283Z ##[group]Run set -x 2025-03-21T20:18:34.0078704Z set -x 2025-03-21T20:18:34.0079050Z set +e 2025-03-21T20:18:34.0079380Z  2025-03-21T20:18:34.0079690Z login() { 2025-03-21T20:18:34.0080358Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:34.0081096Z } 2025-03-21T20:18:34.0081408Z  2025-03-21T20:18:34.0081725Z retry () { 2025-03-21T20:18:34.0082130Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:34.0082602Z } 2025-03-21T20:18:34.0082941Z  2025-03-21T20:18:34.0083293Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:34.0083729Z  2025-03-21T20:18:34.0084039Z set -e 2025-03-21T20:18:34.0084529Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:34.0085249Z # only pull docker image if it's not available locally 2025-03-21T20:18:34.0086017Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:34.0086731Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:34.0087188Z fi 2025-03-21T20:18:34.0096942Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:34.0097494Z env: 2025-03-21T20:18:34.0098478Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.0099583Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:34.0100000Z PR_NUMBER: 2025-03-21T20:18:34.0102294Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:34.0105560Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:34.0106397Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:34.0107173Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:34.0107865Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.0108739Z ##[endgroup] 2025-03-21T20:18:34.0168215Z + set +e 2025-03-21T20:18:34.0168674Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.0169283Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.0171834Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:34.0173127Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.7136126Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:34.7137021Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:34.7137832Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:34.7138385Z 2025-03-21T20:18:34.7138534Z Login Succeeded 2025-03-21T20:18:34.7157818Z + set -e 2025-03-21T20:18:34.7158952Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.7291291Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.7293087Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.9456954Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:34.9457919Z 9b850f5aae4c: Pulling fs layer 2025-03-21T20:18:34.9458356Z badf7cb767d1: Pulling fs layer 2025-03-21T20:18:34.9458782Z 0f89db74a98d: Pulling fs layer 2025-03-21T20:18:34.9459195Z 32a4514e7ff5: Pulling fs layer 2025-03-21T20:18:34.9459611Z 37c6f550ae9b: Pulling fs layer 2025-03-21T20:18:34.9460142Z 41326e4613eb: Pulling fs layer 2025-03-21T20:18:34.9460555Z c5561e75697a: Pulling fs layer 2025-03-21T20:18:34.9460973Z e6a0b1cdd23a: Pulling fs layer 2025-03-21T20:18:34.9461427Z 55a35e56f796: Pulling fs layer 2025-03-21T20:18:34.9461843Z 4116b07c7ca1: Pulling fs layer 2025-03-21T20:18:34.9462253Z cf6a0478ca56: Pulling fs layer 2025-03-21T20:18:34.9462671Z 3b4cd7004f33: Pulling fs layer 2025-03-21T20:18:34.9463086Z 9c1e20dd9a42: Pulling fs layer 2025-03-21T20:18:34.9463500Z 145833aca283: Pulling fs layer 2025-03-21T20:18:34.9464145Z 41326e4613eb: Waiting 2025-03-21T20:18:34.9464516Z 1a18f7e26037: Pulling fs layer 2025-03-21T20:18:34.9464927Z 82635263661e: Pulling fs layer 2025-03-21T20:18:34.9465318Z c5561e75697a: Waiting 2025-03-21T20:18:34.9465685Z 0551c017ae81: Pulling fs layer 2025-03-21T20:18:34.9466088Z e6a0b1cdd23a: Waiting 2025-03-21T20:18:34.9466458Z c16e35c96614: Pulling fs layer 2025-03-21T20:18:34.9466855Z 55a35e56f796: Waiting 2025-03-21T20:18:34.9467228Z 3ad3c7d7d14a: Pulling fs layer 2025-03-21T20:18:34.9467643Z 8830bd728cbd: Pulling fs layer 2025-03-21T20:18:34.9468042Z 4116b07c7ca1: Waiting 2025-03-21T20:18:34.9468391Z cf6a0478ca56: Waiting 2025-03-21T20:18:34.9468759Z 3b4cd7004f33: Waiting 2025-03-21T20:18:34.9469132Z a9de9234777c: Pulling fs layer 2025-03-21T20:18:34.9469551Z 0b23b48b8fce: Pulling fs layer 2025-03-21T20:18:34.9469959Z 5e7729c8c19f: Pulling fs layer 2025-03-21T20:18:34.9470358Z 9c1e20dd9a42: Waiting 2025-03-21T20:18:34.9470732Z 02aa2fb43457: Pulling fs layer 2025-03-21T20:18:34.9471712Z 3464920c9c02: Pulling fs layer 2025-03-21T20:18:34.9472109Z 0551c017ae81: Waiting 2025-03-21T20:18:34.9472469Z 87684e5c474c: Pulling fs layer 2025-03-21T20:18:34.9472864Z c16e35c96614: Waiting 2025-03-21T20:18:34.9473279Z 44b50c5e2ca6: Pulling fs layer 2025-03-21T20:18:34.9473681Z 3ad3c7d7d14a: Waiting 2025-03-21T20:18:34.9474052Z 224753fce160: Pulling fs layer 2025-03-21T20:18:34.9474462Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:34.9474855Z 8830bd728cbd: Waiting 2025-03-21T20:18:34.9475228Z 788b314b21e5: Pulling fs layer 2025-03-21T20:18:34.9475644Z 33d66e1ce781: Pulling fs layer 2025-03-21T20:18:34.9476039Z 32a4514e7ff5: Waiting 2025-03-21T20:18:34.9476683Z 84f191ac8f70: Pulling fs layer 2025-03-21T20:18:34.9477114Z 1a18f7e26037: Waiting 2025-03-21T20:18:34.9477469Z 37c6f550ae9b: Waiting 2025-03-21T20:18:34.9477825Z a9de9234777c: Waiting 2025-03-21T20:18:34.9478183Z 0b23b48b8fce: Waiting 2025-03-21T20:18:34.9478532Z 5e7729c8c19f: Waiting 2025-03-21T20:18:34.9478884Z 44b50c5e2ca6: Waiting 2025-03-21T20:18:34.9479245Z 224753fce160: Waiting 2025-03-21T20:18:34.9479595Z 02aa2fb43457: Waiting 2025-03-21T20:18:34.9479946Z 4f4fb700ef54: Waiting 2025-03-21T20:18:34.9480292Z 788b314b21e5: Waiting 2025-03-21T20:18:34.9480638Z 3464920c9c02: Waiting 2025-03-21T20:18:34.9480986Z 87684e5c474c: Waiting 2025-03-21T20:18:34.9481339Z 84f191ac8f70: Waiting 2025-03-21T20:18:34.9481690Z 33d66e1ce781: Waiting 2025-03-21T20:18:34.9482030Z 82635263661e: Waiting 2025-03-21T20:18:34.9482381Z 145833aca283: Waiting 2025-03-21T20:18:35.0300051Z badf7cb767d1: Verifying Checksum 2025-03-21T20:18:35.0300972Z badf7cb767d1: Download complete 2025-03-21T20:18:35.1264583Z 32a4514e7ff5: Verifying Checksum 2025-03-21T20:18:35.1265296Z 32a4514e7ff5: Download complete 2025-03-21T20:18:35.2806585Z 9b850f5aae4c: Download complete 2025-03-21T20:18:35.3718216Z 41326e4613eb: Download complete 2025-03-21T20:18:35.3798803Z 37c6f550ae9b: Verifying Checksum 2025-03-21T20:18:35.3799323Z 37c6f550ae9b: Download complete 2025-03-21T20:18:35.4478475Z c5561e75697a: Verifying Checksum 2025-03-21T20:18:35.4479048Z c5561e75697a: Download complete 2025-03-21T20:18:35.4660439Z e6a0b1cdd23a: Download complete 2025-03-21T20:18:35.5351703Z 55a35e56f796: Verifying Checksum 2025-03-21T20:18:35.5352208Z 55a35e56f796: Download complete 2025-03-21T20:18:35.5449080Z 4116b07c7ca1: Verifying Checksum 2025-03-21T20:18:35.5449597Z 4116b07c7ca1: Download complete 2025-03-21T20:18:35.6496961Z 3b4cd7004f33: Verifying Checksum 2025-03-21T20:18:35.9323328Z 3b4cd7004f33: Download complete 2025-03-21T20:18:35.9323860Z cf6a0478ca56: Verifying Checksum 2025-03-21T20:18:35.9324315Z cf6a0478ca56: Download complete 2025-03-21T20:18:36.0015605Z 145833aca283: Download complete 2025-03-21T20:18:36.0865841Z 1a18f7e26037: Download complete 2025-03-21T20:18:36.1631985Z 82635263661e: Verifying Checksum 2025-03-21T20:18:36.1632499Z 82635263661e: Download complete 2025-03-21T20:18:36.3619001Z 9b850f5aae4c: Pull complete 2025-03-21T20:18:36.3735495Z badf7cb767d1: Pull complete 2025-03-21T20:18:36.5755897Z 0f89db74a98d: Verifying Checksum 2025-03-21T20:18:36.5756440Z 0f89db74a98d: Download complete 2025-03-21T20:18:36.6421254Z c16e35c96614: Download complete 2025-03-21T20:18:36.7156299Z 3ad3c7d7d14a: Verifying Checksum 2025-03-21T20:18:36.7157155Z 3ad3c7d7d14a: Download complete 2025-03-21T20:18:36.7938443Z 8830bd728cbd: Download complete 2025-03-21T20:18:36.8801643Z a9de9234777c: Verifying Checksum 2025-03-21T20:18:36.8802178Z a9de9234777c: Download complete 2025-03-21T20:18:37.3039829Z 0551c017ae81: Verifying Checksum 2025-03-21T20:18:37.3040367Z 0551c017ae81: Download complete 2025-03-21T20:18:37.3875534Z 5e7729c8c19f: Download complete 2025-03-21T20:18:38.1570026Z 9c1e20dd9a42: Verifying Checksum 2025-03-21T20:18:38.1570549Z 9c1e20dd9a42: Download complete 2025-03-21T20:18:38.2260444Z 3464920c9c02: Download complete 2025-03-21T20:18:39.6778986Z 02aa2fb43457: Verifying Checksum 2025-03-21T20:18:39.6779772Z 02aa2fb43457: Download complete 2025-03-21T20:18:39.7584308Z 44b50c5e2ca6: Verifying Checksum 2025-03-21T20:18:39.7585308Z 44b50c5e2ca6: Download complete 2025-03-21T20:18:39.7902794Z 87684e5c474c: Verifying Checksum 2025-03-21T20:18:39.7903318Z 87684e5c474c: Download complete 2025-03-21T20:18:39.7991086Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:39.7991617Z 4f4fb700ef54: Download complete 2025-03-21T20:18:39.8408883Z 224753fce160: Verifying Checksum 2025-03-21T20:18:39.8409401Z 224753fce160: Download complete 2025-03-21T20:18:39.8744209Z 788b314b21e5: Download complete 2025-03-21T20:18:39.9216914Z 33d66e1ce781: Verifying Checksum 2025-03-21T20:18:39.9217446Z 33d66e1ce781: Download complete 2025-03-21T20:18:39.9427765Z 84f191ac8f70: Verifying Checksum 2025-03-21T20:18:39.9428610Z 84f191ac8f70: Download complete 2025-03-21T20:18:40.8725248Z 0f89db74a98d: Pull complete 2025-03-21T20:18:40.8949626Z 32a4514e7ff5: Pull complete 2025-03-21T20:18:41.1093064Z 37c6f550ae9b: Pull complete 2025-03-21T20:18:41.1477919Z 41326e4613eb: Pull complete 2025-03-21T20:18:41.1802563Z c5561e75697a: Pull complete 2025-03-21T20:18:41.2046057Z e6a0b1cdd23a: Pull complete 2025-03-21T20:18:41.2338289Z 55a35e56f796: Pull complete 2025-03-21T20:18:41.2560744Z 4116b07c7ca1: Pull complete 2025-03-21T20:18:41.7026502Z cf6a0478ca56: Pull complete 2025-03-21T20:18:41.7274860Z 3b4cd7004f33: Pull complete 2025-03-21T20:18:47.3501164Z 9c1e20dd9a42: Pull complete 2025-03-21T20:18:47.3724419Z 145833aca283: Pull complete 2025-03-21T20:18:47.3968173Z 1a18f7e26037: Pull complete 2025-03-21T20:18:47.4186830Z 82635263661e: Pull complete 2025-03-21T20:18:48.3707385Z 0b23b48b8fce: Verifying Checksum 2025-03-21T20:18:48.3707914Z 0b23b48b8fce: Download complete 2025-03-21T20:18:49.5175058Z 0551c017ae81: Pull complete 2025-03-21T20:18:49.5289432Z c16e35c96614: Pull complete 2025-03-21T20:18:49.5414089Z 3ad3c7d7d14a: Pull complete 2025-03-21T20:18:49.5534111Z 8830bd728cbd: Pull complete 2025-03-21T20:18:49.5657612Z a9de9234777c: Pull complete 2025-03-21T20:19:20.7985282Z 0b23b48b8fce: Pull complete 2025-03-21T20:19:20.8117898Z 5e7729c8c19f: Pull complete 2025-03-21T20:19:27.3009006Z 02aa2fb43457: Pull complete 2025-03-21T20:19:27.3299650Z 3464920c9c02: Pull complete 2025-03-21T20:19:34.1592631Z 87684e5c474c: Pull complete 2025-03-21T20:19:34.3674254Z 44b50c5e2ca6: Pull complete 2025-03-21T20:19:34.7433990Z 224753fce160: Pull complete 2025-03-21T20:19:34.9480305Z 4f4fb700ef54: Pull complete 2025-03-21T20:19:35.1657579Z 788b314b21e5: Pull complete 2025-03-21T20:19:35.3739360Z 33d66e1ce781: Pull complete 2025-03-21T20:19:35.8055063Z 84f191ac8f70: Pull complete 2025-03-21T20:19:35.9194490Z Digest: sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:19:35.9704924Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:35.9947832Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:36.0009933Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:36.0011387Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:36.0023173Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:19:36.0023839Z env: 2025-03-21T20:19:36.0024258Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:19:36.0024799Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:36.0025214Z PR_NUMBER: 2025-03-21T20:19:36.0027580Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:36.0031082Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:36.0031920Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:36.0032692Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:36.0033246Z ##[endgroup] 2025-03-21T20:19:36.0236297Z ##[group]Run set -ex 2025-03-21T20:19:36.0236768Z set -ex 2025-03-21T20:19:36.0237103Z { 2025-03-21T20:19:36.0237440Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:19:36.0237922Z  echo "set -eou pipefail"; 2025-03-21T20:19:36.0238391Z  # shellcheck disable=SC2016 2025-03-21T20:19:36.0238907Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:19:36.0239404Z  echo "set -x"; 2025-03-21T20:19:36.0239797Z  echo "${SCRIPT}"; 2025-03-21T20:19:36.0240214Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:36.0240824Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:36.0241863Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:19:36.0250777Z shell: /usr/bin/bash -e {0} 2025-03-21T20:19:36.0251185Z env: 2025-03-21T20:19:36.0252202Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:36.0253326Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:36.0253749Z PR_NUMBER: 2025-03-21T20:19:36.0256043Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:36.0258651Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:36.0259617Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:36.0260414Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:36.0261405Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:19:36.0261872Z ##[endgroup] 2025-03-21T20:19:36.0294012Z + echo '#!/usr/bin/env bash' 2025-03-21T20:19:36.0294506Z + echo 'set -eou pipefail' 2025-03-21T20:19:36.0294939Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:19:36.0295388Z + echo 'set -x' 2025-03-21T20:19:36.0296206Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:19:36.0296978Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:19:36.0297536Z conda activate "${CONDA_ENV}" 2025-03-21T20:19:36.0297830Z 2025-03-21T20:19:36.0297979Z MODEL_NAME=lstm 2025-03-21T20:19:36.0298313Z BUILD_TOOL="cmake" 2025-03-21T20:19:36.0298665Z BACKEND=portable 2025-03-21T20:19:36.0298877Z 2025-03-21T20:19:36.0299288Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:19:36.0300009Z # Build and test ExecuTorch 2025-03-21T20:19:36.0300749Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:36.0301499Z ' 2025-03-21T20:19:36.0301937Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:19:36.0306652Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:19:57.4224305Z Running command: 2025-03-21T20:19:57.4232603Z 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_14000170668" `# 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_5bede861-6ddc-4b0d-8154-3e1d4de4dd0d":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_5bede861-6ddc-4b0d-8154-3e1d4de4dd0d" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:19:57.4240825Z 2025-03-21T20:19:57.4241320Z ee3fe322ea5d52d5c23fffedc2335913074a0b32d83bc4795af32e53b19420a5 2025-03-21T20:19:57.4242307Z Running command: docker exec -t ee3fe322ea5d52d5c23fffedc2335913074a0b32d83bc4795af32e53b19420a5 /exec 2025-03-21T20:19:57.4243122Z ++ conda env list --json 2025-03-21T20:19:57.4243496Z ++ local cmd=env 2025-03-21T20:19:57.4243824Z ++ case "$cmd" in 2025-03-21T20:19:57.4244175Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:19:57.4244565Z ++ __conda_exe env list --json 2025-03-21T20:19:57.4245004Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:19:57.4245491Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:19:57.4245950Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:19:57.4246404Z + local cmd=activate 2025-03-21T20:19:57.4246755Z + case "$cmd" in 2025-03-21T20:19:57.4247164Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:19:57.4247656Z + '[' -n '' ']' 2025-03-21T20:19:57.4247978Z + local ask_conda 2025-03-21T20:19:57.4248321Z ++ PS1='(base) ' 2025-03-21T20:19:57.4248770Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:19:57.4249469Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:19:57.4250079Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:19:57.4251397Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:19:57.4252686Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:19:57.4253201Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:19:57.4253647Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:19:57.4254160Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:19:57.4254681Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:19:57.4255183Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:19:57.4255651Z export _CE_M='\'''\'' 2025-03-21T20:19:57.4256027Z export _CE_CONDA='\'''\'' 2025-03-21T20:19:57.4256508Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:19:57.4257034Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:19:57.4258224Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:19:57.4259506Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:19:57.4260026Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:19:57.4260460Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:19:57.4260972Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:19:57.4261733Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:19:57.4262240Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:19:57.4262717Z export _CE_M='\'''\'' 2025-03-21T20:19:57.4263086Z export _CE_CONDA='\'''\'' 2025-03-21T20:19:57.4263557Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:19:57.4264374Z ++ PS1='(py_3.10) ' 2025-03-21T20:19:57.4265511Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:19:57.4267443Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:19:57.4268651Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:19:57.4269161Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:19:57.4269615Z ++ export CONDA_SHLVL=2 2025-03-21T20:19:57.4269993Z ++ CONDA_SHLVL=2 2025-03-21T20:19:57.4270354Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:19:57.4270806Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:19:57.4271252Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:19:57.4271746Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:19:57.4272210Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:19:57.4272654Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:19:57.4273083Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:19:57.4273555Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:19:57.4273972Z ++ export _CE_M= 2025-03-21T20:19:57.4274306Z ++ _CE_M= 2025-03-21T20:19:57.4274614Z ++ export _CE_CONDA= 2025-03-21T20:19:57.4274959Z ++ _CE_CONDA= 2025-03-21T20:19:57.4275343Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:19:57.4275868Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:19:57.4276321Z + __conda_hashr 2025-03-21T20:19:57.4276655Z + '[' -n '' ']' 2025-03-21T20:19:57.4276993Z + '[' -n '' ']' 2025-03-21T20:19:57.4277316Z + hash -r 2025-03-21T20:19:57.4277636Z + MODEL_NAME=lstm 2025-03-21T20:19:57.4277970Z + BUILD_TOOL=cmake 2025-03-21T20:19:57.4278317Z + BACKEND=portable 2025-03-21T20:19:57.4278683Z + PYTHON_EXECUTABLE=python 2025-03-21T20:19:57.4279158Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:19:57.4279698Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:19:57.4280162Z + source .ci/scripts/utils.sh 2025-03-21T20:19:57.4280608Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:19:57.4281087Z ++ parse_args --build-tool cmake 2025-03-21T20:19:57.4281525Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:19:57.4281936Z ++ local args 2025-03-21T20:19:57.4282246Z ++ local i 2025-03-21T20:19:57.4282561Z ++ local BUILD_TOOL= 2025-03-21T20:19:57.4282923Z ++ local BUILD_MODE= 2025-03-21T20:19:57.4283276Z ++ local EDITABLE= 2025-03-21T20:19:57.4283611Z ++ (( i=0 )) 2025-03-21T20:19:57.4283939Z ++ (( i<2 )) 2025-03-21T20:19:57.4284267Z ++ case "${args[$i]}" in 2025-03-21T20:19:57.4284649Z ++ BUILD_TOOL=cmake 2025-03-21T20:19:57.4284986Z ++ i=1 2025-03-21T20:19:57.4285276Z ++ (( i++ )) 2025-03-21T20:19:57.4285592Z ++ (( i<2 )) 2025-03-21T20:19:57.4285909Z ++ '[' -z cmake ']' 2025-03-21T20:19:57.4286269Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:19:57.4286690Z ++ BUILD_MODE=Release 2025-03-21T20:19:57.4287070Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:19:57.4287511Z ++ EDITABLE=false 2025-03-21T20:19:57.4287873Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:19:57.4288325Z ++ echo 'cmake Release false' 2025-03-21T20:19:57.4288733Z + [[ false == \t\r\u\e ]] 2025-03-21T20:19:57.4289162Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:19:57.4289632Z + which pip 2025-03-21T20:19:57.4290321Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:19:57.4290894Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:19:57.4291653Z 2025-03-21 20:19:56,247 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:19:57.4292997Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:19:57.4294156Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:19:57.4295439Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:19:57.4296932Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:19:57.4297980Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:19:57.4298686Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:19:57.4299856Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:19:57.4301572Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:19:57.4302809Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:19:57.4303810Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-03-21T20:19:57.4305173Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:19:57.4306730Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:19:57.4308343Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:19:57.4309948Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:19:57.4311501Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:19:57.4313079Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:19:57.4314815Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:19:57.4316653Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:19:57.4318508Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:19:57.4320396Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:20:15.6680956Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:20:15.6683040Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:20:15.6684979Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:20:15.6686926Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:20:15.6688843Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:20:15.6691228Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:20:15.6692612Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:20:15.6694121Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:20:15.6695426Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:20:15.6696708Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:20:15.6698056Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:20:15.6699499Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:20:15.6700945Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:20:15.6702760Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:20:15.6704904Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:20:15.6706915Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:20:15.6708977Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:20:15.6710315Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:20:15.6713906Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:20:15.6714998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 72.9 MB/s eta 0:00:00 2025-03-21T20:20:15.6716072Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-03-21T20:20:15.6717187Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-03-21T20:20:15.6718146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 137.0 MB/s eta 0:00:00 2025-03-21T20:20:15.6718910Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:20:15.6719459Z Attempting uninstall: timm 2025-03-21T20:20:15.6719915Z Found existing installation: timm 0.6.13 2025-03-21T20:20:15.6720400Z Uninstalling timm-0.6.13: 2025-03-21T20:20:15.6720852Z Successfully uninstalled timm-0.6.13 2025-03-21T20:20:15.6721368Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:20:15.6721874Z Processing ./third-party/ao 2025-03-21T20:20:15.6722526Z Preparing metadata (setup.py) ... [?25l- \ | done 2025-03-21T20:20:15.6723238Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:20:15.6724025Z Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-03-21T20:20:15.6725537Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=772122ccdd27468033adf72314ee0a8c2a9cd399d125b115c96468fc748f5956 2025-03-21T20:20:15.6727185Z Stored in directory: /tmp/pip-ephem-wheel-cache-vfn5r4ry/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:20:15.6728532Z Successfully built torchao 2025-03-21T20:20:15.6728974Z Installing collected packages: torchao 2025-03-21T20:20:15.6729496Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:20:15.6730256Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:20:15.6731419Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:20:15.6732204Z Processing /pytorch/executorch 2025-03-21T20:20:15.6732713Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:20:15.6733234Z running dist_info 2025-03-21T20:20:15.6733749Z creating /tmp/pip-modern-metadata-9o52bb_1/executorch.egg-info 2025-03-21T20:20:15.6734535Z writing /tmp/pip-modern-metadata-9o52bb_1/executorch.egg-info/PKG-INFO 2025-03-21T20:20:15.6735556Z writing dependency_links to /tmp/pip-modern-metadata-9o52bb_1/executorch.egg-info/dependency_links.txt 2025-03-21T20:20:15.6736693Z writing entry points to /tmp/pip-modern-metadata-9o52bb_1/executorch.egg-info/entry_points.txt 2025-03-21T20:20:15.6737761Z writing requirements to /tmp/pip-modern-metadata-9o52bb_1/executorch.egg-info/requires.txt 2025-03-21T20:20:15.6738812Z writing top-level names to /tmp/pip-modern-metadata-9o52bb_1/executorch.egg-info/top_level.txt 2025-03-21T20:20:15.6739868Z writing manifest file '/tmp/pip-modern-metadata-9o52bb_1/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:15.6740889Z reading manifest file '/tmp/pip-modern-metadata-9o52bb_1/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:15.6741645Z adding license file 'LICENSE' 2025-03-21T20:20:15.6742349Z writing manifest file '/tmp/pip-modern-metadata-9o52bb_1/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:15.6743337Z creating '/tmp/pip-modern-metadata-9o52bb_1/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:20:15.6744442Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:20:15.6745552Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:20:15.6746666Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:15.6748378Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T20:20:15.6772696Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:20:15.6773971Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:20:15.6775549Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:20:15.6777082Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:20:15.6778679Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:20:15.6780210Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:20:15.6781775Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:20:15.6783321Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:20:15.6784513Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:15.6786187Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:20:15.6788206Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:20:15.6788991Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:15.6791354Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:20:15.6793273Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:20:15.6794474Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:20:30.7222757Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:20:30.7224479Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:20:30.7225594Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:30.7227191Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T20:20:30.7228837Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:20:30.7230031Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:20:30.7231802Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:20:30.7233574Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:20:30.7235282Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:20:30.7236979Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:20:30.7238745Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:20:30.7240566Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:20:30.7242279Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:20:30.7243925Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:20:30.7245560Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:20:30.7246670Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:30.7248217Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T20:20:30.7249811Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:20:30.7250559Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:30.7252228Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-03-21T20:20:30.7254346Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:20:30.7255611Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:20:30.7257688Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:20:30.7259030Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:20:30.7259795Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:20:30.7260462Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:20:30.7261071Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:20:30.7261680Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:20:30.7262278Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:20:30.7262878Z Building wheels for collected packages: executorch 2025-03-21T20:20:30.7263630Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:20:30.7264237Z running bdist_wheel 2025-03-21T20:20:30.7264593Z running build 2025-03-21T20:20:30.7264964Z command options for 'CustomBuild': 2025-03-21T20:20:30.7265416Z build_base = pip-out 2025-03-21T20:20:30.7265816Z build_purelib = pip-out/lib 2025-03-21T20:20:30.7266338Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:30.7266949Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:30.7267500Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:20:30.7268049Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-03-21T20:20:30.7268584Z plat_name = linux-aarch64 2025-03-21T20:20:30.7268995Z compiler = None 2025-03-21T20:20:30.7269338Z parallel = 7 2025-03-21T20:20:30.7269683Z debug = None 2025-03-21T20:20:30.7270025Z force = None 2025-03-21T20:20:30.7270473Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:20:30.7271227Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-03-21T20:20:30.7272236Z deleting /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:20:30.7273853Z cmake --build /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:20:30.7275162Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:20:30.7276014Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:20:30.7277015Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:20:30.7278045Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:20:30.7279216Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:20:30.7280451Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:20:30.7281663Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:20:30.7282538Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:20:30.7283043Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:20:30.7283534Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:20:30.7284047Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:20:30.7284529Z CMake Warning: 2025-03-21T20:20:30.7284983Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:20:30.7285393Z 2025-03-21T20:20:30.7285400Z 2025-03-21T20:20:30.7285616Z fatal: No names found, cannot describe anything. 2025-03-21T20:20:30.7286191Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:20:30.7286998Z git describe failed with exit code: 128 2025-03-21T20:20:30.7287325Z 2025-03-21T20:20:30.7287578Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:20:30.7288144Z Call Stack (most recent call first): 2025-03-21T20:20:30.7288603Z CMakeLists.txt:5 (include) 2025-03-21T20:20:30.7288879Z 2025-03-21T20:20:30.7288943Z 2025-03-21T20:20:30.7289262Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:20:30.7291974Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:20:30.7293198Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:20:30.7294460Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:20:30.7295672Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:20:30.7296817Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:20:30.7297648Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:20:30.7298171Z -- Detecting CXX compiler ABI info 2025-03-21T20:20:30.7298879Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:20:30.7300006Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:20:30.7301155Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:20:30.7302274Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:20:30.7303470Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:20:30.7304700Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:20:30.7305791Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:20:30.7306622Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:20:30.7307397Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:20:30.7308281Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:20:30.7308907Z [ 3%] Linking C static library libpthreadpool.a 2025-03-21T20:20:30.7309414Z -- Detecting CXX compile features 2025-03-21T20:20:30.7309885Z -- Detecting CXX compile features - done 2025-03-21T20:20:30.7310779Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:20:30.7311989Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:20:30.7312770Z -- Looking for strtof_l 2025-03-21T20:20:30.7313177Z [ 3%] Built target pthreadpool 2025-03-21T20:20:30.7313990Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:20:30.7315113Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:20:30.7316259Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:20:30.9312926Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:30.9314436Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:20:30.9315524Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:20:30.9316730Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:20:30.9317989Z [ 3%] Built target flatccrt 2025-03-21T20:20:30.9318425Z -- Looking for strtof_l - found 2025-03-21T20:20:30.9318870Z -- Looking for strtoull_l 2025-03-21T20:20:30.9319707Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:20:30.9321202Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:20:30.9322491Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:20:30.9324688Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:30.9327506Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.9333700Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:30.9334468Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.9334984Z | | 2025-03-21T20:20:30.9335539Z | const xnn_float16 * 2025-03-21T20:20:30.9336680Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.9339062Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.9340283Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.9340778Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.9342659Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.9344837Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:30.9345577Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.9346095Z | | 2025-03-21T20:20:30.9346649Z | const xnn_float16 * 2025-03-21T20:20:30.9347801Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.9349958Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.9351177Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.9351650Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.9353654Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.9355531Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:30.9356277Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.9356803Z | | 2025-03-21T20:20:30.9357337Z | const xnn_float16 * 2025-03-21T20:20:30.9358751Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.9360786Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.9362151Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.9362639Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.9364705Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:300:25: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.9366669Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:30.9367467Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.9367936Z | | 2025-03-21T20:20:30.9368399Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:30.9369532Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.9371565Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:20:30.9372989Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:30.9373584Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:30.9374459Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:20:30.9376059Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:30.9377743Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:20:30.9379102Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:20:30.9380388Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:20:30.9381303Z -- Looking for strtoull_l - found 2025-03-21T20:20:30.9381758Z -- Looking for realpath 2025-03-21T20:20:30.9383360Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:20:30.9386202Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.9388092Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:30.9388840Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.9389369Z | | 2025-03-21T20:20:30.9393467Z | const xnn_float16 * 2025-03-21T20:20:30.9394716Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.9396785Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.9397967Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.9398438Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.9400701Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.9402554Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:30.9403488Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.9404026Z | | 2025-03-21T20:20:30.9404563Z | const xnn_float16 * 2025-03-21T20:20:30.9405707Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.9407706Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.9408919Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.9409393Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.3326399Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.3328373Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:31.3329115Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.3329642Z | | 2025-03-21T20:20:31.3330173Z | const xnn_float16 * 2025-03-21T20:20:31.3331461Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.3333467Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.3334661Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.3335138Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.3336986Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:165:23: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.3338927Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:31.3339713Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.3340176Z | | 2025-03-21T20:20:31.3340635Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:31.3341770Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.3343862Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:20:31.3345149Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:31.3345734Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:31.3346956Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-03-21T20:20:31.3348565Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:20:31.3350207Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:20:31.3351421Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:20:31.3352599Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:20:31.3354002Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:20:31.3355274Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:20:31.3357472Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c: In function ‘xnn_f16_conv_hwc2chw_ukernel_3x3s2p1c3x4__neonfp16arith_2x2’: 2025-03-21T20:20:31.3360428Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:53:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.3362387Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:31.3363106Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.3363649Z | | 2025-03-21T20:20:31.3364188Z | const xnn_float16 * 2025-03-21T20:20:31.3365401Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:20:31.3367464Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.3368663Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.3369116Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.3371075Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:54:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.3372986Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:31.3373705Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.3374223Z | | 2025-03-21T20:20:31.3374752Z | const xnn_float16 * 2025-03-21T20:20:31.3375968Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:20:31.3378045Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.3379226Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.3379691Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.3380497Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:20:31.3382056Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:20:31.3383269Z -- Looking for realpath - found 2025-03-21T20:20:31.3383916Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:20:31.3384460Z -- Configuring done (0.7s) 2025-03-21T20:20:31.3384877Z -- Generating done (0.0s) 2025-03-21T20:20:31.3386024Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:20:31.3387699Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-03-21T20:20:31.3389273Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:20:31.3392137Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:20:31.3392991Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:20:31.3394062Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:20:31.3394907Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:20:31.3395905Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:20:31.3397148Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:20:31.3398218Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:20:31.3399205Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:20:31.3399943Z [ 6%] Built target logging 2025-03-21T20:20:31.3400733Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:20:31.3401956Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:20:31.3403485Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2025-03-21T20:20:31.3404979Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:20:31.3406067Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:20:31.3407038Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:20:31.3408128Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:20:31.3408974Z [ 7%] Built target indirection 2025-03-21T20:20:31.3409856Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:20:31.3411107Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:20:31.3412277Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:20:31.3413790Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2025-03-21T20:20:31.3415217Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:20:31.3416311Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:20:32.3054337Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:20:32.3055182Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:20:32.3055795Z [ 7%] Built target microparams-init 2025-03-21T20:20:32.3056673Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:20:32.3057897Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:20:32.3059038Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:20:32.3061114Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:20:32.3061974Z [ 7%] Built target normalization 2025-03-21T20:20:32.3062766Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:20:32.3064192Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:20:32.3065683Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2025-03-21T20:20:32.3067159Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:20:32.3067980Z [ 9%] Linking C static library libcpuinfo.a 2025-03-21T20:20:32.3068963Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:20:32.3069812Z [ 9%] Built target cpuinfo 2025-03-21T20:20:32.3070737Z [ 9%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:20:32.3071951Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:20:32.3072852Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:20:32.3074228Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2025-03-21T20:20:32.3076312Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:20:32.3077738Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:20:32.3078699Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:20:32.3079828Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:20:32.3080962Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:20:32.3081769Z [ 9%] Built target packing 2025-03-21T20:20:32.3082540Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:20:32.3083706Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:20:32.3084874Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:20:32.3086498Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:20:32.3088672Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:20:32.3091655Z [ 9%] Built target allocator 2025-03-21T20:20:32.3092226Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:20:32.3093191Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:20:32.3094392Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:20:32.3095499Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:20:32.3096390Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:20:32.3097352Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:20:32.3098796Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2025-03-21T20:20:32.3100630Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:20:32.3102056Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2025-03-21T20:20:32.3103326Z [ 10%] Built target cache 2025-03-21T20:20:32.3104207Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:20:32.3105370Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:20:32.3106525Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:20:32.3107315Z [ 10%] Built target datatype 2025-03-21T20:20:32.3108052Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:20:32.3109203Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:20:32.3110620Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:20:32.3112287Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:20:32.3114149Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2025-03-21T20:20:32.3115540Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:20:32.3116406Z [ 10%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:20:32.3117452Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:20:32.3119006Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2025-03-21T20:20:32.3120190Z [ 10%] Built target flatcc 2025-03-21T20:20:32.3121393Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:32.3122946Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:20:32.3124185Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:20:32.3125509Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:20:32.3126652Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:20:32.3128116Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.3129284Z [ 12%] Built target microkernel-utils 2025-03-21T20:20:32.3130313Z [ 12%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:20:32.3131386Z [ 12%] Linking CXX static library libeigen_blas.a 2025-03-21T20:20:32.3131884Z [ 12%] Built target memory 2025-03-21T20:20:32.3132869Z [ 12%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:20:32.3133888Z [ 12%] Built target mutex 2025-03-21T20:20:32.3134685Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:20:32.3135966Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:20:32.3137119Z [ 12%] Built target eigen_blas 2025-03-21T20:20:32.3137696Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:20:32.3138577Z [ 12%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:20:32.3139445Z [ 12%] Built target operator-utils 2025-03-21T20:20:32.3140080Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:20:32.3140726Z [ 12%] Built target operator-run 2025-03-21T20:20:32.3141858Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.3143136Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:20:32.3143967Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:20:32.3144603Z [ 12%] Built target reference-ukernels 2025-03-21T20:20:32.3145551Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:20:32.3146685Z [ 13%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:20:32.3147333Z [ 13%] Built target flatcc_cli 2025-03-21T20:20:32.3148160Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:20:32.3149029Z [ 13%] Built target hardware-config 2025-03-21T20:20:32.3149484Z [ 13%] Generating etdump headers 2025-03-21T20:20:32.3149923Z [ 13%] Built target etdump_schema 2025-03-21T20:20:33.3797511Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:20:33.3799710Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:20:33.3802041Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:33.3804185Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:20:33.3805164Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:20:33.3807198Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:20:33.3809146Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:20:33.3810721Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:20:33.3813207Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:20:33.3815547Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:20:33.3817188Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:20:33.3819827Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:20:33.3822729Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:33.3825237Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:20:33.3827931Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:33.3831148Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:20:33.3833030Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:20:33.3834998Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:20:33.3836254Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:20:33.3837215Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:20:33.3838755Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:20:33.3840512Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:20:33.3842244Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:33.3844334Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:20:33.3846380Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:20:33.3848607Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:20:33.3850495Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:20:33.3852764Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-03-21T20:20:33.3854547Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:20:33.3855847Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:20:33.3857417Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:20:33.3858516Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:20:33.3860152Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:20:33.3862286Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:20:33.3863927Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:20:33.3865671Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-03-21T20:20:33.3867982Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:20:33.3870080Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:20:33.3871632Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:20:33.3873073Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:20:33.3874560Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:20:33.3876483Z [ 15%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:33.3879024Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:20:33.3881332Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:20:33.3884023Z [ 15%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:33.3885926Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:20:33.3888109Z [ 15%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:20:33.3890669Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:20:33.3892881Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:20:33.3895194Z [ 15%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:20:33.3897663Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:20:33.3900287Z [ 15%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:20:33.3903293Z [ 15%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:33.3905874Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:33.3908519Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:33.3910981Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:33.3912630Z [ 17%] Built target operators 2025-03-21T20:20:33.3913556Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:20:33.3914578Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:20:33.3915672Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:20:33.3916782Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:20:33.3918607Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:33.3921023Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:33.3922812Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:20:33.3924177Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:20:33.3925999Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:33.3928112Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:20:33.3929327Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:20:33.4907284Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_maxpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:33.4910133Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:28:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:33.4912839Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:33.4913769Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:33.4914521Z | | 2025-03-21T20:20:33.4915090Z | const xnn_float16 * 2025-03-21T20:20:33.4916336Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:33.4918426Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:33.4919622Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:33.4920117Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:33.4921974Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:29:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:33.4923933Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:33.4924714Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:33.4925244Z | | 2025-03-21T20:20:33.4925789Z | const xnn_float16 * 2025-03-21T20:20:33.4926940Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:33.4928947Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:33.4930139Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:33.4930611Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:33.4931786Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:33.4933195Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:20:33.4934287Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:20:33.4936126Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:33.4938950Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:33.4940862Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:33.4941655Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:33.4942274Z | | 2025-03-21T20:20:33.4942813Z | const xnn_float16 * 2025-03-21T20:20:33.4944072Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:33.4946098Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:33.4947570Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:33.4948039Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:33.4950067Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:33.4952010Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:33.4952798Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:33.4953329Z | | 2025-03-21T20:20:33.4953870Z | const xnn_float16 * 2025-03-21T20:20:33.4955045Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:33.4957192Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:33.4958409Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:33.4958881Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:33.4960791Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:239:75: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:33.4963243Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:33.4964252Z | ^~~~~~~~~~ 2025-03-21T20:20:33.4964793Z | | 2025-03-21T20:20:33.4965355Z | const xnn_float16 * 2025-03-21T20:20:33.4966542Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:33.4968571Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:33.4969757Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:33.4970226Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:33.4971338Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:20:33.4973693Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:20:33.4976491Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:33.4978376Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:33.4979155Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:33.4979683Z | | 2025-03-21T20:20:33.4980218Z | const xnn_float16 * 2025-03-21T20:20:33.4981624Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:33.4983730Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:33.4985072Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:33.4985572Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:33.4987440Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:33.4989329Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:33.4992760Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:33.4993321Z | | 2025-03-21T20:20:33.4993863Z | const xnn_float16 * 2025-03-21T20:20:33.4995002Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:34.0299741Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:34.0301084Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:34.0301552Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:34.0303451Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:106:73: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:34.0305780Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:34.0306790Z | ^~~~~~~~~~ 2025-03-21T20:20:34.0307322Z | | 2025-03-21T20:20:34.0307877Z | const xnn_float16 * 2025-03-21T20:20:34.0309038Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:34.0311053Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:34.0312248Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:34.0312742Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:34.0313846Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:20:34.0315875Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2025-03-21T20:20:34.0317902Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:20:34.0319639Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:20:34.0321437Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:20:34.0324228Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c: In function ‘xnn_f16_qs8_vcvt_ukernel__neonfp16arith_u32’: 2025-03-21T20:20:34.0327054Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:32:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:34.0329195Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:34.0329977Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:34.0330507Z | | 2025-03-21T20:20:34.0331030Z | const xnn_float16 * 2025-03-21T20:20:34.0332144Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:12: 2025-03-21T20:20:34.0334154Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:34.0335340Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:34.0335817Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:34.0336903Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:20:34.0339389Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c: In function ‘xnn_f16_raddstoreexpminusmax_ukernel__neonfp16arith_rr2_p2_u32’: 2025-03-21T20:20:34.0342661Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:189:17: warning: passing argument 1 of ‘vst1_lane_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:34.0344707Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-03-21T20:20:34.0345239Z | ^~~ 2025-03-21T20:20:34.0345618Z | | 2025-03-21T20:20:34.0346008Z | xnn_float16 * 2025-03-21T20:20:34.0347299Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:12: 2025-03-21T20:20:34.0349397Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26591:26: note: expected ‘uint16_t *’ {aka ‘short unsigned int *’} but argument is of type ‘xnn_float16 *’ 2025-03-21T20:20:34.0350601Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-03-21T20:20:34.0351183Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:34.0352006Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:20:34.0353617Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2025-03-21T20:20:34.0355149Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:20:34.0355965Z [100%] Linking CXX executable flatc 2025-03-21T20:20:34.0357043Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0358769Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0360203Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:20:34.0361691Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:20:34.0363576Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:20:34.0365238Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-03-21T20:20:34.0366798Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:20:34.0368432Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:20:34.0370176Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-03-21T20:20:34.0371732Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:20:34.0373319Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0374789Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:20:34.0376274Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0377782Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:20:34.0379289Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0380998Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0382718Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0384355Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:20:34.0385643Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:20:34.0387111Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0388841Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0390803Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-03-21T20:20:34.0392406Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:20:34.9295387Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:20:34.9297231Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:20:34.9298892Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-03-21T20:20:34.9300606Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:20:34.9302351Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9304812Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9306592Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:20:34.9308661Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9310400Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:20:34.9312115Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9313922Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:20:34.9315702Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9317394Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:20:34.9319129Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9321034Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:20:34.9322501Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:20:34.9323966Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:20:34.9325691Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9327604Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9329254Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:20:34.9330920Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2025-03-21T20:20:34.9332413Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:20:34.9333728Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:20:34.9335132Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:20:34.9336517Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:20:34.9337928Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:20:34.9339559Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9341294Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9342799Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:20:34.9344242Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:20:34.9345622Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:20:34.9347175Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:20:34.9348023Z [100%] Built target flatc 2025-03-21T20:20:34.9348446Z [ 21%] No install step for 'flatbuffers' 2025-03-21T20:20:34.9349054Z [ 21%] Completed 'flatbuffers' 2025-03-21T20:20:34.9350265Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-03-21T20:20:34.9351915Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:20:34.9352816Z [ 21%] Built target flatbuffers 2025-03-21T20:20:34.9353585Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:20:34.9354992Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9356714Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9358423Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9360113Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9361873Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-03-21T20:20:34.9363013Z [ 23%] Built target subgraph 2025-03-21T20:20:34.9363448Z [ 23%] Generating common_schema headers 2025-03-21T20:20:34.9364681Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2025-03-21T20:20:34.9365929Z [ 23%] Built target common_schema 2025-03-21T20:20:34.9366394Z [ 24%] Generating xnnpack_schema headers 2025-03-21T20:20:34.9367646Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-03-21T20:20:34.9369596Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-03-21T20:20:34.9370769Z [ 24%] Built target xnnpack_schema 2025-03-21T20:20:34.9371927Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-03-21T20:20:34.9373095Z [ 24%] Generating bundled_program headers 2025-03-21T20:20:34.9374453Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-03-21T20:20:34.9375822Z [ 24%] Built target bundled_program_schema 2025-03-21T20:20:34.9377145Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-03-21T20:20:34.9379065Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9380775Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9382485Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-03-21T20:20:34.9384310Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-03-21T20:20:34.9386259Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:20:34.9388098Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-03-21T20:20:34.9389235Z [ 25%] Generating program_schema headers 2025-03-21T20:20:34.9389726Z [ 25%] Built target program_schema 2025-03-21T20:20:34.9394778Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:20:34.9396520Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-03-21T20:20:35.9465851Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:20:35.9467902Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:20:35.9469692Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:20:35.9471438Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:20:35.9473170Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:20:35.9475054Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-03-21T20:20:35.9477025Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-03-21T20:20:35.9478995Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:20:35.9480992Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:35.9482952Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:20:35.9484729Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:20:35.9486497Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-03-21T20:20:35.9488322Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2025-03-21T20:20:35.9490705Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:20:35.9492769Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:20:35.9494730Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:20:35.9496596Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2025-03-21T20:20:35.9498978Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2025-03-21T20:20:35.9500926Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:20:35.9503085Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:20:35.9505109Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2025-03-21T20:20:35.9507033Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2025-03-21T20:20:35.9509057Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:20:35.9510670Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:20:35.9512273Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:20:35.9514043Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:20:35.9515302Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:20:35.9516823Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:20:35.9518732Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:20:35.9520601Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-03-21T20:20:35.9522221Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:20:35.9523867Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-03-21T20:20:35.9525984Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-03-21T20:20:35.9528205Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-03-21T20:20:35.9530366Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:20:35.9532135Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:20:35.9533281Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:20:35.9534888Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:20:35.9537176Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-03-21T20:20:35.9539409Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-03-21T20:20:35.9541609Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:20:35.9544191Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:20:35.9546152Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:20:35.9547979Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-03-21T20:20:35.9549837Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:20:35.9551136Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:20:35.9552305Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:20:35.9554225Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-03-21T20:20:35.9555955Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:20:35.9557646Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:20:35.9559429Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:20:35.9561323Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:20:35.9563073Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:20:35.9585132Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-03-21T20:20:35.9588042Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:20:35.9589126Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:20:35.9590516Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:20:36.7440040Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:20:36.7441067Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:20:36.7442025Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:20:36.7443012Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:20:36.7444594Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-03-21T20:20:36.7446624Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:20:36.7448721Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:20:36.7450587Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-03-21T20:20:36.7452278Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-03-21T20:20:36.7454031Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:20:36.7455649Z [ 30%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:20:36.7456836Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:20:36.7459230Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:36.7460360Z [ 30%] Built target executorch_core 2025-03-21T20:20:36.7461425Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:20:36.7462734Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:20:36.7464130Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:20:36.7465921Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:36.7467959Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:36.7470058Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:36.7472132Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:36.7474191Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:36.7476230Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-03-21T20:20:36.7478247Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:20:36.7480175Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:36.7481933Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:20:36.7483624Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:20:36.7485280Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:20:36.7486902Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:20:36.7488190Z [ 31%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:20:36.7489685Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:36.7496937Z [ 31%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:20:36.7498058Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:20:36.7499070Z [ 31%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:20:36.7500117Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:20:36.7502122Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:36.7504294Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:36.7505818Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:20:36.7507269Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:20:36.7508690Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:20:36.7510070Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:20:36.7511713Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:36.7513063Z [ 31%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:20:36.7514411Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:20:36.7516013Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:20:36.7517103Z [ 32%] Linking CXX static library libextension_tensor.a 2025-03-21T20:20:36.7517648Z [ 32%] Built target extension_tensor 2025-03-21T20:20:36.7518937Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:36.7520320Z [ 32%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:20:36.7521660Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:36.7522919Z [ 32%] Built target extension_threadpool 2025-03-21T20:20:36.7524184Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:36.7526257Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:36.7528328Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:36.7530329Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:36.7532218Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:20:36.7533612Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:20:36.7535090Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:36.7536928Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:20:36.7538831Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:36.7541112Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:37.8450396Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:37.8452917Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:20:37.8455065Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:37.8457111Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:37.8458969Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:20:37.8460724Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-03-21T20:20:37.8461896Z [ 34%] Linking CXX static library libexecutorch.a 2025-03-21T20:20:37.8463088Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-03-21T20:20:37.8464515Z [ 34%] Built target executorch 2025-03-21T20:20:37.8465624Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:20:37.8467491Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-03-21T20:20:37.8469207Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-03-21T20:20:37.8470531Z [ 34%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:20:37.8471475Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:20:37.8472852Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:20:37.8474712Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:37.8476713Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:37.8478162Z [ 34%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:20:37.8479633Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:20:37.8481493Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:37.8483182Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:20:37.8484817Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:20:37.8486607Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:37.8488672Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:37.8493199Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:37.8495541Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:37.8497318Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:20:37.8498575Z [ 36%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:20:37.8499771Z [ 36%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:20:37.8501427Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:37.8502743Z [ 36%] Linking CXX static library libcpublas.a 2025-03-21T20:20:37.8504116Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:20:37.8505344Z [ 36%] Built target cpublas 2025-03-21T20:20:37.8506192Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:20:37.8507304Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:20:37.8508674Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:37.8510014Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:20:37.8510775Z [ 36%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:20:37.8511345Z [ 36%] Built target extension_data_loader 2025-03-21T20:20:37.8512167Z [ 36%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:20:37.8513633Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:20:37.8515358Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:20:37.8516784Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:20:37.8518205Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:20:37.8519632Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:20:37.8520751Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:20:37.8521813Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:20:37.8522634Z [ 36%] Linking CXX static library libbundled_program.a 2025-03-21T20:20:37.8523726Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:20:37.8524776Z [ 36%] Built target bundled_program 2025-03-21T20:20:37.8525988Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:37.8528054Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:37.8530132Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:20:37.8531242Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:37.8532473Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:37.8533992Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:37.8535761Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:20:37.8536879Z [ 39%] Linking CXX static library libetdump.a 2025-03-21T20:20:37.8537362Z [ 39%] Built target etdump 2025-03-21T20:20:37.8538349Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:20:37.8540001Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:37.8541689Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:20:37.8543319Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:20:37.8545290Z [ 39%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:37.8546946Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:20:38.9688543Z [ 39%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:38.9690942Z [ 39%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:38.9693074Z [ 39%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:38.9694744Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:20:38.9695627Z [ 40%] Linking CXX static library libutil.a 2025-03-21T20:20:38.9696883Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:38.9698800Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:20:38.9699956Z [ 40%] Built target util 2025-03-21T20:20:38.9700997Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:20:38.9702867Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:38.9705043Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:38.9707151Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:38.9708703Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:38.9710771Z [ 42%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:38.9713040Z [ 42%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:38.9714942Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:20:38.9716690Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:20:38.9718443Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:20:38.9719934Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:20:38.9721123Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:20:38.9722602Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:20:38.9724399Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:20:38.9726178Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:20:38.9727664Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:20:38.9728785Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:38.9730204Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:20:38.9731610Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:38.9732725Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:20:38.9734211Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:38.9736147Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:38.9738142Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:38.9740010Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:38.9741503Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:20:38.9743139Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:38.9745260Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:38.9747254Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:38.9748835Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:20:38.9750233Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:20:38.9751358Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:38.9752943Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:38.9754917Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:38.9756546Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:20:38.9758219Z [ 43%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:20:38.9760344Z [ 43%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:38.9762352Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:38.9763953Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:20:38.9765115Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:38.9766527Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:38.9767963Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:20:38.9769467Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:38.9771000Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:20:38.9772270Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:20:38.9773486Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:38.9774575Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:3, 2025-03-21T20:20:38.9775512Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:20:38.9778284Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:20:38.9782295Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.6286924Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:39.6287613Z | ^ 2025-03-21T20:20:39.6288677Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:39.6292319Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:20:39.6294435Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:39.6295992Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:39.6297273Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:39.6298414Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:20:39.6300100Z [ 43%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:39.6302045Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-03-21T20:20:39.6303468Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:20:39.6304859Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:20:39.6306061Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:39.6307212Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-03-21T20:20:39.6308399Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:20:39.6309408Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:20:39.6312192Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:20:39.6315997Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.6318036Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:39.6318652Z | ^ 2025-03-21T20:20:39.6319480Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:20:39.6320915Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-03-21T20:20:39.6322366Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:39.6323596Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:20:39.6325094Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:20:39.6326864Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:20:39.6328351Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:20:39.6329594Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:20:39.6331090Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:20:39.6332760Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:39.6333825Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:39.6337294Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:20:39.6343606Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:39.6347299Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:39.6349340Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.6350827Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:39.6351387Z | ^~~~~~~~~~~~~~ 2025-03-21T20:20:39.6354245Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:20:39.6360199Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:39.6363817Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:39.6365890Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.6369933Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:20:39.6375081Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:39.6381787Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:39.6422258Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:39.6424751Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.6426340Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:39.6426933Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:39.6430004Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:20:39.6435098Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:39.6441016Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:39.6444651Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:39.6446647Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.6448083Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:20:39.6448628Z from /usr/include/c++/11/array:38, 2025-03-21T20:20:39.6449280Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:20:39.6450144Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:20:39.6451047Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:20:39.6451948Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:20:39.6455786Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-03-21T20:20:39.6462135Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:39.6467346Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:39.6473269Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:39.6476891Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:39.6478638Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.6479776Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:20:39.6480224Z | ^~~~~~~~~ 2025-03-21T20:20:39.6483628Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-03-21T20:20:39.6489171Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:39.6494443Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:39.6500316Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:39.6504502Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:39.6506579Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.6510218Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:20:39.6513954Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.6515402Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:39.6515987Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:40.6341225Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:20:40.6345357Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.6346975Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:40.6349808Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-03-21T20:20:40.6353147Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.6354656Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:40.6355242Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:40.6359191Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘std::tuple torch::executor::native::opt_native_layer_norm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::runtime::IntArrayRef, executorch::aten::optional&, executorch::aten::optional&, double, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&)’: 2025-03-21T20:20:40.6363768Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.6365716Z 114 | std::tuple opt_native_layer_norm_out( 2025-03-21T20:20:40.6366326Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:40.6368011Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.6370711Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.6373257Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.6374687Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:40.6375258Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:40.6376884Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.6378291Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:40.6378875Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:40.6379676Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:40.6381057Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-03-21T20:20:40.6382522Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:20:40.6384080Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-03-21T20:20:40.6385548Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:20:40.6388268Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:40.6389648Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:40.6392012Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:40.6393723Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:20:40.6395892Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:20:40.6397747Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:20:40.6399595Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:20:40.6401406Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:20:40.6403624Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-03-21T20:20:40.6405668Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:20:40.6407790Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:20:40.6409876Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:20:40.6412009Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-03-21T20:20:40.6413888Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:20:40.6415853Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:20:40.6417962Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-03-21T20:20:40.6419820Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:20:40.6421362Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:20:40.6422967Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:20:40.6424303Z [ 48%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:20:40.6425335Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:20:40.6426650Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:20:40.6428216Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:20:40.6429476Z [ 48%] Built target optimized_kernels 2025-03-21T20:20:40.6430566Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-03-21T20:20:40.6432269Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:20:40.6433887Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:20:40.6435065Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:20:40.6436435Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:20:40.6437888Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-03-21T20:20:40.6439510Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:20:40.6441354Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:20:40.6442579Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:42.4099215Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2025-03-21T20:20:42.4101057Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2025-03-21T20:20:42.4102602Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:20:42.4103910Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:20:42.4105077Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:20:42.4106554Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2025-03-21T20:20:42.4108803Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2025-03-21T20:20:42.4110294Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:20:42.4111662Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:42.4113110Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:20:42.4114796Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:20:42.4116261Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:20:42.4117725Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:20:42.4119153Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:20:42.4120546Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-03-21T20:20:42.4121923Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:20:42.4123304Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:20:42.4124682Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:20:42.4125846Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:20:42.4127232Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-03-21T20:20:42.4128829Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:20:42.4130273Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:20:42.4131748Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-03-21T20:20:42.4133173Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:20:42.4134554Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:20:42.4135931Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:20:42.4137133Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:20:42.4138333Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:20:42.4139773Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-03-21T20:20:42.4141191Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:20:42.4142339Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:42.4143837Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:20:42.4145229Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:20:42.4146836Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-03-21T20:20:42.4148213Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:20:42.4149493Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:20:42.4150732Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:20:42.4151945Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:20:42.4153360Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:20:42.4154791Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:20:42.4156247Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-03-21T20:20:42.4157632Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:20:42.4158806Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:20:42.4159964Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:42.4161148Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:20:42.4162411Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:20:42.4163869Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:20:42.4165385Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:20:42.4166874Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-03-21T20:20:42.4168246Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:20:42.4169412Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:20:42.4170589Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:20:42.4171981Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:20:42.4173578Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-03-21T20:20:42.4174970Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:20:42.4176363Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:20:42.4177800Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:42.4179050Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:20:42.4180463Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-03-21T20:20:42.4181872Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:20:42.4183319Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:20:42.4184673Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:20:42.4185885Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:20:42.4187389Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:20:42.4188796Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:20:42.4190382Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-03-21T20:20:42.4191816Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:20:44.1764230Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:20:44.1765598Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:20:44.1766814Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:20:44.1768239Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:20:44.1769767Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:20:44.1771226Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:20:44.1772786Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-03-21T20:20:44.1774211Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:20:44.1775388Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:20:44.1776552Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:20:44.1777717Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:20:44.1779138Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:20:44.1780524Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:44.1781900Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-03-21T20:20:44.1783297Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:44.1784654Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:20:44.1786224Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:20:44.1787707Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:20:44.1789011Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:20:44.1790609Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:44.1792140Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2025-03-21T20:20:44.1794033Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:20:44.1795190Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:44.1796768Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:20:44.1798210Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:20:44.1799635Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2025-03-21T20:20:44.1801039Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:20:44.1802250Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:20:44.1803521Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:20:44.1804793Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:20:44.1806265Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:20:44.1807905Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2025-03-21T20:20:44.1809353Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:20:44.1810831Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:20:44.1812235Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:20:44.1813633Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-03-21T20:20:44.1815381Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:20:44.1817041Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-03-21T20:20:44.1818683Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:20:44.1819909Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:20:44.1821516Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:20:44.1823086Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:20:44.1824617Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-03-21T20:20:44.1826274Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:20:44.1827727Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:20:44.1829030Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:20:44.1830476Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-03-21T20:20:44.1832064Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:20:44.1833474Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:20:44.1835015Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:20:44.1836254Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:20:44.1837662Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-03-21T20:20:44.1839272Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:20:44.1840739Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:20:44.1842051Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:20:44.1843490Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-03-21T20:20:44.1844934Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:20:44.1846395Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:20:44.1847864Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:20:44.1849106Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:20:44.1850328Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:20:44.1851775Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-03-21T20:20:44.1853171Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:20:44.1854345Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:20:44.1855759Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:20:44.1857435Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-03-21T20:20:45.8232275Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:20:45.8233614Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:20:45.8235056Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:20:45.8236524Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:20:45.8237978Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-03-21T20:20:45.8239658Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:20:45.8241127Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:20:45.8242382Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:20:45.8244330Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2025-03-21T20:20:45.8246086Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-03-21T20:20:45.8247758Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:45.8249004Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:20:45.8250152Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:20:45.8251573Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-03-21T20:20:45.8253289Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:20:45.8255038Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:20:45.8256493Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:20:45.8257865Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:20:45.8259549Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2025-03-21T20:20:45.8261341Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:20:45.8262852Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:20:45.8264350Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:20:45.8265828Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-03-21T20:20:45.8267248Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:20:45.8268671Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:20:45.8270358Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2025-03-21T20:20:45.8271834Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:20:45.8273137Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:20:45.8274704Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:20:45.8276390Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-03-21T20:20:45.8277805Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:20:45.8279022Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:20:45.8280244Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:20:45.8281409Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:45.8283099Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:20:45.8284492Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:20:45.8285780Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:20:45.8287342Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:20:45.8288857Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:20:45.8292263Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:20:45.8293465Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:20:45.8294644Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:20:45.8296136Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2025-03-21T20:20:45.8297686Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:20:45.8299258Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2025-03-21T20:20:45.8300974Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:20:45.8302539Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-03-21T20:20:45.8303979Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:20:45.8305376Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-03-21T20:20:45.8306756Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:20:45.8307969Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:20:45.8309210Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:20:45.8310661Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:20:45.8312310Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:20:45.8313793Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:20:45.8315222Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2025-03-21T20:20:45.8316809Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2025-03-21T20:20:45.8318285Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:20:45.8319624Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:20:45.8320865Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:20:45.8322052Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:20:45.8323867Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:20:45.8325707Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:20:45.8327153Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:47.2443512Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2025-03-21T20:20:47.2445077Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:20:47.2446554Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:20:47.2448262Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2025-03-21T20:20:47.2449943Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:20:47.2451661Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:20:47.2453912Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:20:47.2455430Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:20:47.2456936Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:20:47.2458446Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:20:47.2460073Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2025-03-21T20:20:47.2461646Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2025-03-21T20:20:47.2463093Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:20:47.2464666Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:20:47.2466139Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:20:47.2467461Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:20:47.2468970Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:20:47.2470640Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2025-03-21T20:20:47.2472340Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:20:47.2473834Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:20:47.2475338Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:20:47.2477173Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2025-03-21T20:20:47.2479599Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2025-03-21T20:20:47.2481775Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:20:47.2483637Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2025-03-21T20:20:47.2485148Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:20:47.2486407Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:20:47.2487866Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:20:47.2489587Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2025-03-21T20:20:47.2491563Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:20:47.2493232Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-03-21T20:20:47.2494660Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:20:47.2496100Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:20:47.2497646Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-03-21T20:20:47.2499202Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:20:47.2500781Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-03-21T20:20:47.2502212Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:20:47.2503732Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:20:47.2505226Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:20:47.2506804Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-03-21T20:20:47.2508764Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:20:47.2510880Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:47.2512583Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:20:47.2514280Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:47.2515911Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:20:47.2517610Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:47.2519993Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:47.2522293Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:20:47.2524067Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:20:47.2525808Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:20:47.2527558Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:20:47.2529277Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:47.2531336Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:47.2535856Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:47.2537530Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:20:47.2538807Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:20:47.2540441Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.1953814Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:20:48.1956047Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.1958109Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.1960129Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:20:48.1962190Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.1964403Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:20:48.1966575Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:48.1968951Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2025-03-21T20:20:48.1971241Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.1973276Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.1975784Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.1977169Z [ 71%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:20:48.1978753Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.1980831Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.1982905Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:20:48.1985282Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.1987432Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:20:48.1989704Z [ 73%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:48.1992295Z [ 73%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:48.1994486Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.1996562Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.1998622Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.2000700Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:20:48.2002700Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.2003949Z [ 73%] Built target optimized_portable_kernels 2025-03-21T20:20:48.2004452Z [ 73%] Merging kernel yaml files 2025-03-21T20:20:48.2005644Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.2007596Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:48.2009527Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.2011489Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.2013426Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:48.2015391Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:20:48.2017252Z [ 74%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:20:48.2018679Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:20:48.2020851Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.2022834Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.2024853Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:48.2026765Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.2028731Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.2030663Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:48.2032617Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:20:48.2034601Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.2036576Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.2038510Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:20:48.2040403Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:48.2042342Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:20:48.2044289Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:20:48.2046200Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:20:48.2048145Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:20:48.2050300Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:49.0742648Z [ 75%] Generating code for kernel registration 2025-03-21T20:20:49.0744305Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:49.0746431Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:20:49.0748435Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:49.0751298Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:49.0753410Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:20:49.0755409Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:20:49.0757404Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:49.0759368Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:20:49.0761298Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:49.0763283Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:20:49.0765269Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:20:49.0767213Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:20:49.0769191Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:20:49.0771387Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:49.0773707Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:49.0775840Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:20:49.0777836Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:49.0779798Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:49.0781764Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:20:49.0783911Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c.o 2025-03-21T20:20:49.0785981Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-03-21T20:20:49.0788029Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:20:49.0791488Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:20:49.0793926Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c.o 2025-03-21T20:20:49.0795946Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:20:49.0817621Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:20:49.0819831Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:49.0821770Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:49.0823844Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:20:49.0825874Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:20:49.0827836Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:20:49.0829767Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:49.0831693Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:49.0833544Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:20:49.0835275Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2025-03-21T20:20:49.0837152Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:20:49.0838833Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:20:49.0840556Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:20:49.0842321Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:20:49.0844263Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:20:49.0846363Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:20:49.0848433Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:49.0850500Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:49.0852569Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:20:49.0854655Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:20:49.0856988Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:20:49.0859182Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:20:49.0861289Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:20:49.8406392Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:49.8408500Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:49.8410627Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:20:49.8412734Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:20:49.8414809Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:20:49.8416864Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:49.8418921Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:49.8420971Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:20:49.8422951Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8425088Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:20:49.8427050Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:49.8429032Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:49.8431021Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:20:49.8433008Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:20:49.8434966Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8437127Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:20:49.8439432Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:20:49.8442079Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:20:49.8444324Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:49.8446321Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:20:49.8448317Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:20:49.8450512Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:20:49.8452990Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:20:49.8455206Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:20:49.8457267Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:49.8459423Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:20:49.8461752Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:20:49.8464163Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:49.8466436Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:49.8468495Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8470431Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:20:49.8472358Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8474355Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:20:49.8476374Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8478336Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:20:49.8480325Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:49.8482334Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:49.8484563Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:20:49.8486708Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:20:49.8488718Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8491094Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:20:49.8493437Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:20:49.8495644Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:20:49.8497735Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:49.8499739Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:20:49.8501748Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:20:50.4385431Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:20:50.4387871Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:20:50.4390237Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:20:50.4392360Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:50.4394577Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:20:50.4396948Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:20:50.4399281Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:50.4401579Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:50.4403685Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:50.4405649Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:20:50.4407616Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:50.4410043Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:20:50.4412074Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2025-03-21T20:20:50.4413933Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:20:50.4415673Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2025-03-21T20:20:50.4417320Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2025-03-21T20:20:50.4418958Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:20:50.4420614Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:20:50.4422341Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:20:50.4424141Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:20:50.4425840Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:20:50.4427553Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:20:50.4429310Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:20:50.4431039Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:20:50.4432755Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:20:50.4434389Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-03-21T20:20:50.4435952Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:20:50.4437532Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:20:50.4439134Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-03-21T20:20:50.4440811Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:20:50.4442550Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:20:50.4444291Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:20:50.4446064Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:20:50.4447849Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:20:50.4449872Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:20:50.4452083Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c: In function ‘xnn_qs8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:20:50.4454629Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:29:53: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:50.4456386Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-03-21T20:20:50.4457113Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:50.4457635Z | | 2025-03-21T20:20:50.4458157Z | const int32_t * {aka const int *} 2025-03-21T20:20:50.4459197Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:50.4461134Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:50.4462318Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:50.4462775Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:50.4464747Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:50.4466480Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:20:50.4467221Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:50.4467751Z | | 2025-03-21T20:20:50.4468279Z | const int32_t * {aka const int *} 2025-03-21T20:20:50.4469320Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:50.4471232Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:50.4472428Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:50.4472893Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:50.4474024Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2025-03-21T20:20:50.4475919Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:20:50.4477779Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2025-03-21T20:20:51.3080673Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:20:51.3082671Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:20:51.3084608Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:51.3086565Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:51.3088945Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:20:51.3091346Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:20:51.3093343Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:20:51.3095258Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:51.3097176Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:51.3098965Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2025-03-21T20:20:51.3100636Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:20:51.3102311Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:20:51.3104348Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.3106228Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:51.3108069Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:51.3110019Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.3111887Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:51.3113724Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:51.3115578Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.3117683Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:20:51.3120041Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:20:51.3122358Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:20:51.3125057Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.3126968Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.3128858Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:51.3131111Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:51.3133019Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.3135026Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:20:51.3136929Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:20:51.3138837Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.3140986Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:20:51.3143378Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:20:51.3145831Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:20:51.3147953Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.3149747Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2025-03-21T20:20:51.3151468Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2025-03-21T20:20:51.3153251Z [ 89%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:20:51.3154991Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:20:51.3156587Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2025-03-21T20:20:51.3158194Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:20:51.3159843Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:20:51.3161564Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:20:51.3163332Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:20:51.3165014Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:20:51.3166738Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:20:51.3168504Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:20:51.3170241Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:20:51.3171950Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:20:51.3173801Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-03-21T20:20:51.3174943Z [ 90%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:20:51.3176187Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:20:51.3177789Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:20:51.3178851Z [ 90%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:20:51.6339467Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-03-21T20:20:51.6341202Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:20:51.6342993Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:20:51.6344885Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:20:51.6346662Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:20:51.6348440Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:20:51.6350229Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:20:51.6351953Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2025-03-21T20:20:51.6353558Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:20:51.6355205Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-03-21T20:20:51.6357011Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-03-21T20:20:51.6359106Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c: In function ‘xnn_qu8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:20:51.6361583Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:29:54: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.6363325Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-03-21T20:20:51.6364062Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.6364587Z | | 2025-03-21T20:20:51.6365115Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.6366144Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:51.6368102Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.6369354Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:51.6370289Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.6372027Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.6374032Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:20:51.6374798Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.6375325Z | | 2025-03-21T20:20:51.6375858Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.6376897Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:51.6378810Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.6380019Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:51.6380490Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.6381573Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:20:51.6383291Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:20:51.6385134Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:20:51.6386778Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-03-21T20:20:51.6388439Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:20:51.6390222Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-03-21T20:20:51.6391912Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-03-21T20:20:51.6393589Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:20:51.6395231Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:20:51.6396888Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:20:51.6399006Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_s8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:20:51.6401547Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:28:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.6403225Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:20:51.6403850Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.6404339Z | | 2025-03-21T20:20:51.6404850Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.6405931Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:20:51.6407878Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.6409403Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:51.6409863Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.6411815Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:29:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.6413509Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:20:51.6414149Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.6414646Z | | 2025-03-21T20:20:51.6415157Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.6416243Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:20:51.6418221Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.6419413Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:51.6419893Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.6421012Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:20:51.6422917Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c: In function ‘xnn_s8_vclamp_ukernel__neon_u64’: 2025-03-21T20:20:51.6425309Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:24:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.6426940Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:20:51.6427564Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.6428052Z | | 2025-03-21T20:20:51.6428576Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.6429555Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:20:51.9168284Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.9169565Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:51.9170020Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9171678Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:25:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9173310Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:20:51.9173938Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9174456Z | | 2025-03-21T20:20:51.9174977Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.9175948Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:20:51.9177812Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.9178999Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:51.9179896Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9180882Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-03-21T20:20:51.9182397Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:20:51.9184252Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-03-21T20:20:51.9185843Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:20:51.9187594Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:20:51.9189473Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:20:51.9191566Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:20:51.9193830Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_u8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:20:51.9196369Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:31:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9198032Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:20:51.9198667Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9199152Z | | 2025-03-21T20:20:51.9199709Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:51.9200817Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:20:51.9202863Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:51.9204125Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:51.9204585Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9206320Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:32:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9207991Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:20:51.9208937Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9209453Z | | 2025-03-21T20:20:51.9209995Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:51.9211273Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:20:51.9213370Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:51.9214622Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:51.9215086Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9216205Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:20:51.9218081Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2025-03-21T20:20:51.9220100Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c: In function ‘xnn_u8_vclamp_ukernel__neon_u64’: 2025-03-21T20:20:51.9222761Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:24:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9224560Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:20:51.9225181Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9225669Z | | 2025-03-21T20:20:51.9226204Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:51.9227230Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:20:51.9229167Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:51.9230445Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:51.9230908Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9232529Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:25:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9234115Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:20:51.9234753Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9235244Z | | 2025-03-21T20:20:51.9235799Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:51.9236792Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:20:51.9238713Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:51.9239957Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:51.9240418Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9241511Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:20:51.9243256Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-03-21T20:20:51.9245344Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:20:51.9247100Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-03-21T20:20:51.9248989Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2025-03-21T20:20:51.9250897Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:20:51.9252755Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:20:51.9254637Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:20:51.9256607Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:20:53.2059935Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:20:53.2061902Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2025-03-21T20:20:53.2063893Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:20:53.2065597Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-03-21T20:20:53.2067155Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:20:53.2068665Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-03-21T20:20:53.2070175Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:20:53.2071650Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-03-21T20:20:53.2073130Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:20:53.2074614Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-03-21T20:20:53.2076103Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:20:53.2077597Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-03-21T20:20:53.2079081Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:20:53.2080797Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2025-03-21T20:20:53.2082713Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2025-03-21T20:20:53.2084578Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:20:53.2086346Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2025-03-21T20:20:53.2088450Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:20:53.2090455Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2025-03-21T20:20:53.2092197Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:20:53.2093908Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:20:53.2095663Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:20:53.2097432Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:20:53.2099160Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:20:53.2100996Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2025-03-21T20:20:53.2102917Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:20:53.2104701Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-03-21T20:20:53.2106183Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:20:53.2107657Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-03-21T20:20:53.2109121Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:20:53.2110590Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-03-21T20:20:53.2112075Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:20:53.2113543Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-03-21T20:20:53.2115002Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:20:53.2116529Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:20:53.2118070Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-03-21T20:20:53.2119578Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:20:53.2121117Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-03-21T20:20:53.2122651Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:20:53.2124320Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:20:53.2125939Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:20:53.2127750Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:20:53.2129259Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:20:53.2130892Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:20:53.2132614Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:20:53.2134143Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:20:53.2135659Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:20:53.2137196Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:20:53.2138621Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:20:53.2139579Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:20:53.2140139Z [ 97%] Built target microkernels-prod 2025-03-21T20:20:53.2140616Z [ 97%] Generating build_identifier.c 2025-03-21T20:20:53.2141513Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:20:53.2142845Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:20:53.2144329Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:20:53.2145785Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:20:53.2147105Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:20:53.2148434Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:20:53.2149774Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:20:53.2151138Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:20:53.2152452Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:20:53.2153778Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:21:05.3481250Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:21:05.3482762Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:21:05.3484089Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:21:05.3485427Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:21:05.3486746Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:21:05.3488160Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:21:05.3489569Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:21:05.3491485Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:21:05.3492761Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:21:05.3494080Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:21:05.3495681Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:21:05.3497102Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:21:05.3498423Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:21:05.3499755Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:21:05.3501076Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:21:05.3502384Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:21:05.3503872Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:21:05.3505057Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:21:05.3506159Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:21:05.3507304Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:21:05.3508174Z [100%] Linking CXX static library libXNNPACK.a 2025-03-21T20:21:05.3508670Z [100%] Built target XNNPACK 2025-03-21T20:21:05.3509434Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:21:05.3510587Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:21:05.3511737Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:21:05.3512924Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:21:05.3514159Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:21:05.3515367Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:21:05.3517733Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp: In function ‘std::pair executorch::backends::xnnpack::delegate::getOutputMinMax(executorch::backends::xnnpack::delegate::NodePtr)’: 2025-03-21T20:21:05.3520361Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp:87:61: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:21:05.3521871Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-03-21T20:21:05.3522520Z | ^~~~~~~~ 2025-03-21T20:21:05.3523093Z [100%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:21:05.3523630Z [100%] Built target xnnpack_backend 2025-03-21T20:21:05.3524406Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:21:05.3525361Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-03-21T20:21:05.3526172Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-03-21T20:21:05.3526779Z [100%] Built target portable_lib 2025-03-21T20:21:05.3527215Z [ 1%] Built target flatbuffers 2025-03-21T20:21:05.3528000Z [ 2%] Built target pthreadpool 2025-03-21T20:21:05.3528446Z [ 2%] Built target flatccrt 2025-03-21T20:21:05.3528872Z [ 2%] Built target common_schema 2025-03-21T20:21:05.3529312Z [ 4%] Built target cpuinfo 2025-03-21T20:21:05.3529712Z [ 6%] Built target flatcc 2025-03-21T20:21:05.3530152Z [ 6%] Built target bundled_program_schema 2025-03-21T20:21:05.3530764Z [ 7%] Built target xnnpack_schema 2025-03-21T20:21:05.3531237Z [ 9%] Built target eigen_blas 2025-03-21T20:21:05.3531677Z [ 9%] Built target program_schema 2025-03-21T20:21:05.3532111Z [ 10%] Built target logging 2025-03-21T20:21:05.3532538Z [ 10%] Built target indirection 2025-03-21T20:21:05.3532997Z [ 10%] Built target microparams-init 2025-03-21T20:21:05.3533458Z [ 10%] Built target datatype 2025-03-21T20:21:05.3533875Z [ 10%] Built target normalization 2025-03-21T20:21:05.3534326Z [ 10%] Built target reference-ukernels 2025-03-21T20:21:05.3534803Z [ 12%] Built target flatcc_cli 2025-03-21T20:21:05.3535260Z [ 12%] Built target hardware-config 2025-03-21T20:21:05.3535717Z [ 12%] Built target packing 2025-03-21T20:21:05.3536132Z [ 12%] Built target allocator 2025-03-21T20:21:05.3536542Z [ 12%] Built target cache 2025-03-21T20:21:05.3536959Z [ 12%] Built target microkernel-utils 2025-03-21T20:21:05.3537422Z [ 12%] Built target memory 2025-03-21T20:21:05.3537846Z [ 13%] Built target operator-utils 2025-03-21T20:21:05.3538298Z [ 13%] Built target mutex 2025-03-21T20:21:05.3538696Z [ 13%] Built target operator-run 2025-03-21T20:21:05.3539141Z [ 13%] Built target etdump_schema 2025-03-21T20:21:05.3539595Z [ 14%] Built target executorch_core 2025-03-21T20:21:05.3540051Z [ 15%] Built target operators 2025-03-21T20:21:05.3540493Z [ 15%] Built target extension_tensor 2025-03-21T20:21:05.3540970Z [ 15%] Built target extension_threadpool 2025-03-21T20:21:05.3541440Z [ 15%] Built target executorch 2025-03-21T20:21:05.3541890Z [ 16%] Built target extension_data_loader 2025-03-21T20:21:05.3542370Z [ 16%] Built target cpublas 2025-03-21T20:21:05.3542794Z [ 16%] Built target etdump 2025-03-21T20:21:05.3543199Z [ 19%] Built target subgraph 2025-03-21T20:21:05.3543738Z [ 19%] Built target bundled_program 2025-03-21T20:21:05.3544220Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:05.3544669Z [ 22%] Built target util 2025-03-21T20:21:05.3545090Z [ 80%] Built target microkernels-prod 2025-03-21T20:21:05.3545557Z [ 83%] Built target XNNPACK 2025-03-21T20:21:05.3545986Z [ 83%] Built target xnnpack_backend 2025-03-21T20:21:05.3546476Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:21:05.3547029Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:05.3547549Z [ 98%] Built target portable_lib 2025-03-21T20:21:05.3548354Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:21:05.3549564Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:21:05.3550765Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:21:05.3552011Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:21:05.3553309Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:21:05.3554584Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_neon.c.o 2025-03-21T20:21:05.3555838Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:21:05.3557179Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-03-21T20:21:05.3558323Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:21:05.3559864Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:21:05.3561338Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3562865Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3565154Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h: In instantiation of ‘void hadamard_mult_28_strided(T*, int) [with T = c10::Half]’: 2025-03-21T20:21:05.3568031Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:133:29: required from ‘void executorch::fast_hadamard_transform_28N(T*, int) [with T = c10::Half]’ 2025-03-21T20:21:05.3569933Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-03-21T20:21:05.3572147Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3574349Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.3575135Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3585693Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3587042Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3588538Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3592142Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3593430Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3594791Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3596067Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3597842Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:05.3598981Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:05.3599563Z | ^~~~~~~~ 2025-03-21T20:21:05.3600675Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3602067Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3604153Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3606039Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.3606814Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3609049Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3611419Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.3612224Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3612951Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3614121Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3615440Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3616775Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3617982Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3619334Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3620615Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3622300Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:05.3623437Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:05.3624230Z | ^~~~~~~~ 2025-03-21T20:21:05.3625359Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3626748Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3628860Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3630710Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.3631475Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3633266Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3635437Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:05.3636211Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3636933Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3638106Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3639426Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3640991Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3642205Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3643671Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3644966Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3646624Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:05.3647758Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:05.3648319Z | ^~~~~~~~ 2025-03-21T20:21:05.3649420Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3650816Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3652879Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3654744Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:05.3655524Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3657326Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3659486Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:21:05.3660266Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3660989Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3662158Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3663476Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3664899Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3666115Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3667453Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3707707Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3709622Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:05.3710764Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:05.3711329Z | ^~~~~~~~ 2025-03-21T20:21:05.3712437Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3714261Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3716520Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3718441Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:21:05.3719212Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3721023Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3723203Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:05.3723980Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3724720Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3725894Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3727220Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3728542Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3729766Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3731126Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3732420Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3734091Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:05.3735239Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:05.3735814Z | ^~~~~~~~ 2025-03-21T20:21:05.3736916Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3738321Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3740399Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3742271Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:05.3743047Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3744953Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3747317Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:21:05.3748106Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3748947Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3750134Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3751446Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3752758Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3753957Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3755306Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3756574Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3758240Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:05.3759388Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:05.3759954Z | ^~~~~~~~ 2025-03-21T20:21:05.3761053Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3762443Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3764528Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3766392Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:21:05.3767163Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3768959Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3771098Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:21:05.3771881Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3772601Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3773768Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3775083Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3776399Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3777598Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3778942Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3780452Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3782157Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:05.3783327Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:05.3784008Z | ^~~~~~~~ 2025-03-21T20:21:05.3785122Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3786521Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3822431Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3824569Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:21:05.3825351Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3827146Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3829291Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:05.3830063Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3830787Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3831952Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3833261Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3834582Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3835796Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3837131Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3838403Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3840068Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:05.3841204Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:05.3841767Z | ^~~~~~~~ 2025-03-21T20:21:05.3842870Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3844256Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3846298Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3848564Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:05.3849522Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3851347Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3853510Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.3854290Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3855016Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3856179Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3857498Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3858811Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3860009Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3861648Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3863462Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3865416Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:05.3866727Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:05.3867309Z | ^~~~~~~~ 2025-03-21T20:21:05.3868577Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3870106Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3872387Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3874488Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.3875422Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3877417Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.3879743Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:05.3880680Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.3881835Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.3883027Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.3884698Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.3886230Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.3887618Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.3889148Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.3891755Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.3893903Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:05.3895076Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:05.3895799Z | ^~~~~~~~ 2025-03-21T20:21:05.3896930Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.3898518Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.3900913Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.3902800Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:05.3903684Z | ~~~~~~~^~~~ 2025-03-21T20:21:07.2523588Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:07.2525828Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:07.2526605Z | ~~~~~~~^~~~ 2025-03-21T20:21:07.2527344Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:07.2528572Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:07.2529891Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:07.2531223Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:07.2532433Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:07.2558111Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:07.2559521Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:07.2561454Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:07.2563002Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:07.2563583Z | ^~~~~~~~ 2025-03-21T20:21:07.2564902Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:07.2566380Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:07.2568497Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:07.2570421Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:07.2571209Z | ~~~~~~~^~~~ 2025-03-21T20:21:07.2573021Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:07.2575186Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:07.2575956Z | ~~~~~~~^~~~ 2025-03-21T20:21:07.2576690Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:07.2577857Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:07.2579188Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:07.2580519Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:07.2581735Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:07.2583106Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:07.2584534Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:07.2586174Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:07.2587328Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:07.2587892Z | ^~~~~~~~ 2025-03-21T20:21:07.2588999Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:07.2590587Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:07.2592668Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:07.2594555Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:07.2595692Z | ~~~~~~~^~~~ 2025-03-21T20:21:07.2597687Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:07.2599917Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:07.2600693Z | ~~~~~~~^~~~ 2025-03-21T20:21:07.2601412Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:07.2602582Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:07.2603909Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:07.2605231Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:07.2606443Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:07.2607790Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:07.2609082Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:07.2610734Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:07.2611858Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:07.2612440Z | ^~~~~~~~ 2025-03-21T20:21:07.2613541Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:07.2618011Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:07.2620192Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:07.2622059Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:07.2622843Z | ~~~~~~~^~~~ 2025-03-21T20:21:07.2623754Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:21:07.2624695Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:21:07.2625256Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:21:07.2625727Z [ 1%] Built target flatbuffers 2025-03-21T20:21:07.2626181Z [ 1%] Built target flatccrt 2025-03-21T20:21:07.2626623Z [ 2%] Built target pthreadpool 2025-03-21T20:21:07.2627060Z [ 4%] Built target cpuinfo 2025-03-21T20:21:07.2627473Z [ 5%] Built target flatcc 2025-03-21T20:21:07.2627891Z [ 8%] Built target eigen_blas 2025-03-21T20:21:07.2628344Z [ 8%] Built target common_schema 2025-03-21T20:21:07.2628791Z [ 9%] Built target xnnpack_schema 2025-03-21T20:21:07.2629269Z [ 9%] Built target bundled_program_schema 2025-03-21T20:21:07.2629745Z [ 10%] Built target logging 2025-03-21T20:21:07.2630165Z [ 10%] Built target indirection 2025-03-21T20:21:07.2630990Z [ 10%] Built target microparams-init 2025-03-21T20:21:07.2631462Z [ 10%] Built target normalization 2025-03-21T20:21:07.2631912Z [ 10%] Built target datatype 2025-03-21T20:21:07.2632350Z [ 10%] Built target reference-ukernels 2025-03-21T20:21:16.4503890Z [ 11%] Built target flatcc_cli 2025-03-21T20:21:16.4504495Z [ 11%] Built target program_schema 2025-03-21T20:21:16.4505316Z [ 11%] Built target allocator 2025-03-21T20:21:16.4505787Z [ 11%] Built target hardware-config 2025-03-21T20:21:16.4506258Z [ 11%] Built target packing 2025-03-21T20:21:16.4506674Z [ 11%] Built target cache 2025-03-21T20:21:16.4507070Z [ 11%] Built target memory 2025-03-21T20:21:16.4507499Z [ 11%] Built target microkernel-utils 2025-03-21T20:21:16.4507974Z [ 13%] Built target operator-utils 2025-03-21T20:21:16.4508415Z [ 13%] Built target mutex 2025-03-21T20:21:16.4508819Z [ 13%] Built target operator-run 2025-03-21T20:21:16.4509261Z [ 13%] Built target etdump_schema 2025-03-21T20:21:16.4509727Z [ 14%] Built target operators 2025-03-21T20:21:16.4510165Z [ 15%] Built target executorch_core 2025-03-21T20:21:16.4510625Z [ 15%] Built target executorch 2025-03-21T20:21:16.4511060Z [ 15%] Built target extension_tensor 2025-03-21T20:21:16.4511530Z [ 15%] Built target extension_threadpool 2025-03-21T20:21:16.4512003Z [ 17%] Built target subgraph 2025-03-21T20:21:16.4512453Z [ 19%] Built target extension_data_loader 2025-03-21T20:21:16.4512930Z [ 19%] Built target cpublas 2025-03-21T20:21:16.4513359Z [ 19%] Built target bundled_program 2025-03-21T20:21:16.4513795Z [ 19%] Built target etdump 2025-03-21T20:21:16.4514219Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:16.4514669Z [ 22%] Built target util 2025-03-21T20:21:16.4515092Z [ 79%] Built target microkernels-prod 2025-03-21T20:21:16.4515547Z [ 82%] Built target XNNPACK 2025-03-21T20:21:16.4515997Z [ 97%] Built target optimized_portable_kernels 2025-03-21T20:21:16.4516511Z [ 97%] Built target xnnpack_backend 2025-03-21T20:21:16.4517020Z [ 97%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:16.4517525Z [ 97%] Built target portable_lib 2025-03-21T20:21:16.4518371Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:16.4519612Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:16.4520854Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:16.4522145Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:16.4523406Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:16.4524673Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:16.4525967Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:16.4527255Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:16.4528530Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:16.4529769Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:16.4530760Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:21:16.4531408Z [ 98%] Built target quantized_pybind_kernels_lib 2025-03-21T20:21:16.4532067Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:21:16.4532715Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:16.4533908Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:16.4535521Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:21:16.4536130Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:21:16.4536754Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:21:16.4540699Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T20:21:16.4544531Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:16.4545557Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:21:16.4546997Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:21:16.4548280Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:16.4549418Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:16.4550584Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:16.4551790Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:16.4553129Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:16.4554329Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:16.4555511Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:16.4556712Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:16.4557879Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:16.4559033Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:16.4560301Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:16.4561752Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:21:16.4562871Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:21:16.4563446Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:21:16.4563908Z running build_py 2025-03-21T20:21:16.4564459Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4565448Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4566556Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4567678Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4568876Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4570067Z copying backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4571204Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4572595Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4573782Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4575103Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4576333Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4577516Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:16.4578518Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:16.4579603Z copying backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:16.4580948Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:16.4582288Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:16.4583743Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:16.4584879Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:16.4585925Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:16.4587167Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:16.4588446Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:16.4589522Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:16.4590819Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:16.4591919Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4593000Z copying backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4594323Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4595711Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4597093Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4705097Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4706757Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4708205Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4709649Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4711162Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4712521Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4713858Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4715213Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4717031Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4718425Z copying backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4720012Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:16.4721236Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:16.4722244Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:16.4723443Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:16.4724669Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:16.4725853Z copying backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:16.4727073Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:16.4728164Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:16.4729180Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:16.4730442Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:16.4731557Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:16.4732606Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:16.4733893Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:16.4735086Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:16.4736397Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:16.4738029Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:16.4739405Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:16.4740720Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:16.4742386Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:16.4743897Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:16.4745214Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:16.4746873Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:16.4748222Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:16.4749546Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:16.4751200Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:16.4752610Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:16.4754363Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:16.4755844Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:16.4757438Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:16.4758906Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4760172Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4761746Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4763343Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4764899Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4766465Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4768089Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4769713Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4771329Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4772944Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4774591Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4776187Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4777723Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4779296Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4780877Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4782401Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4784034Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4785603Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4787169Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4788719Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4790449Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.4791721Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:16.4792964Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:16.4794792Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:16.4796136Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:16.4797713Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:16.4799497Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:16.4891350Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:16.4892662Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:16.4894171Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:16.4895691Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:16.4897210Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:16.4898682Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:16.4900166Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:16.4901633Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:16.4902844Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:16.4904149Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:16.4905606Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:16.4906935Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4908071Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4909528Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4911071Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4912497Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4913848Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4915180Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4916565Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4918053Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4919574Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4921068Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4922922Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4924342Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4925973Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4927569Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4928985Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4930415Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4931844Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4933296Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4934729Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4936140Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4937554Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4939052Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4940511Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4941999Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4943498Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4945024Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4946497Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4947956Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4949349Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4950775Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4952233Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4953682Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4955085Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4956422Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4957853Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4959291Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4961007Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4962569Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:16.4964016Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4965320Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4966921Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4968563Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4970166Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4971786Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4973440Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4975091Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4976710Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4978366Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:16.4979708Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.4980839Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.4982195Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5083426Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5085262Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5086615Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5087961Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5089314Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5090843Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5092218Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5093537Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5094863Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5096261Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5097666Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5099379Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5100702Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5102216Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5103748Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5105119Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5106465Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5107771Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5109130Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5110445Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5111834Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5113252Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5114654Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5116014Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5117392Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5118821Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5120225Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5121639Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5123036Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5124426Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5125800Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5127172Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5128532Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5129851Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5131199Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5132557Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5133913Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5135336Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5136786Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5138487Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5139927Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5141402Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5142812Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:16.5144058Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:16.5145195Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:16.5146576Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:16.5148038Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:16.5149573Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:16.5151111Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:16.5152313Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:16.5153352Z copying backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:16.5154579Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:16.5155837Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:16.5157108Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:16.5158170Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:16.5159282Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:16.5160422Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5161650Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5163124Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5164590Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5166075Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5167560Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5169069Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5170608Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5172229Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5173801Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:16.5175202Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5176443Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5278949Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5280510Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5281960Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5283460Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5284989Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5286506Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5288024Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5289523Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:16.5290964Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5292082Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5293395Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5294719Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5296058Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5297383Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5298735Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5300128Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5301510Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5302849Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5304356Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5305698Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5307058Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5308462Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5309863Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5311216Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5312596Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5314392Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5315789Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5317270Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5318605Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5319957Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5321311Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5322662Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5323979Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5325287Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5326659Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5328078Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5329474Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5330867Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5332211Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5333542Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5334884Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5336241Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5337648Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5339005Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5340349Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5341726Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5343248Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5344708Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5346052Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5347365Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5348726Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5350117Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5351484Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5353065Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5354431Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5355905Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5357293Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5358665Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5360023Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5361438Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5362886Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5364265Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5365631Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5367001Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5368370Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5369722Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5371043Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5442706Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5444155Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5445541Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5446991Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5448404Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5449725Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:16.5450887Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5452145Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5453705Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5455240Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5456790Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5458401Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5460032Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5462023Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5464002Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5465635Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5467277Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:16.5468633Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:21:16.5469958Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:21:16.5471278Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:16.5472457Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:16.5473942Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:16.5475441Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:16.5476905Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:16.5478139Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:16.5479340Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:16.5480666Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:16.5482185Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:16.5483834Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:16.5485717Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:16.5488116Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:16.5490344Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5492321Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5494706Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5496956Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5499256Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5501854Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5504272Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5506811Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5509090Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5511314Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5513688Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5516092Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5518396Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5520690Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5522909Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5525118Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5527419Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5529709Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5532025Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5534359Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5536694Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5538979Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5636318Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5638738Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5641445Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5643962Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5646261Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5648530Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5650794Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5653053Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5655371Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5657785Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5660105Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5662386Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5664760Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.5666529Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:16.5668365Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:16.5670225Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:16.5672134Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:16.5673770Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5674850Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5676164Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5677571Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5679034Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5680364Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5681764Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5683473Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5684925Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5686442Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5687845Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5689163Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5690728Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5692145Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5693492Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5694826Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5696192Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5697511Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.5698638Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:16.5699814Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:16.5701219Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:16.5702663Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:16.5704159Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:16.5705326Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:16.5706494Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:16.5707881Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:16.5709306Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:16.5710546Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.5711882Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.5713500Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.5715117Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.5716707Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.5717985Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5719286Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5721200Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5722792Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5724545Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5726149Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5727770Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5729398Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5731031Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5732361Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:16.5786340Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:16.5787790Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:16.5789296Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:16.5791443Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:16.5792923Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:16.5794409Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:16.5796246Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:16.5798100Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:16.5799550Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:16.5800913Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:16.5802342Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:16.5803912Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:16.5805474Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.5806994Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.5808850Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.5810749Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.5812648Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.5814699Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:16.5816480Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:16.5818862Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:16.5821083Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:16.5822849Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.5824712Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.5826920Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.5829106Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.5831273Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.5833040Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.5834824Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.5837063Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.5839309Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.5841538Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.5843292Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:16.5844986Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:16.5847092Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:16.5848791Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:16.5850489Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:16.5852640Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:16.5854408Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.5856168Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.5858582Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.5860934Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.5863156Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.5865447Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.5867631Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.5869815Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.5871507Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5873144Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5875224Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5877325Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5879437Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5881509Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5883575Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5952950Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5955081Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5957121Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5959264Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5961308Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5963399Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5965518Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5967579Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5969956Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5971810Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:16.5973518Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:16.5975700Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:16.5977360Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5978818Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5980521Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5982157Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5983915Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5985621Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5987292Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5988964Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5990791Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5992422Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5994047Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:16.5995355Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:16.5996540Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:16.5998124Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:16.5999510Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:16.6000743Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:16.6002237Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:16.6003771Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:16.6005289Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:16.6006541Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6008017Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6009514Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6011268Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6012826Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6014341Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6015900Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6017557Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6019203Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6020721Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6022238Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6023935Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6025551Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6027145Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6028699Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6030242Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6031804Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6033312Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6034847Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6036441Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6038101Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6039678Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6041217Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6042790Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6044343Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6045907Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6047670Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6130991Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6132869Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.6134093Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6135313Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6136803Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6138284Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6139822Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6141356Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6142813Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6144385Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6145869Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6147403Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6148891Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6150323Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6151762Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6153224Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6154705Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6156161Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6157644Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6159197Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6160684Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6162359Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6163837Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6165284Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6166739Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6168506Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6169975Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6171531Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6173035Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6174519Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6176007Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6177538Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6179053Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6180529Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6182005Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6183601Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6185165Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6186642Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6188093Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6189541Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6194255Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6195814Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6197307Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6198760Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6200223Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6201694Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6203203Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6204659Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6206089Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6207507Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6231644Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6233508Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6234948Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6236613Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6238086Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6239580Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6241057Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6242520Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6244015Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6245515Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6246988Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6248486Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6249993Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6319863Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6321430Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6322931Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6324447Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6326090Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6327643Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6329150Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6330624Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6332076Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6333561Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6335039Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6336475Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6337906Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6339384Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6341275Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6342868Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6344783Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6346357Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6347864Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6349356Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.6350604Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:16.6351817Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:16.6353037Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:16.6354313Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:16.6355884Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:16.6357417Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:16.6358653Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:16.6359938Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:16.6361529Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:16.6363095Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:16.6364609Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:16.6365894Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:16.6367230Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:16.6368902Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:16.6370245Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:16.6371406Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:16.6372841Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:16.6374333Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:16.6375564Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:16.6376829Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:16.6378262Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:16.6379736Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:16.6381319Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:16.6382900Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:16.6384484Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:16.6386247Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:16.6387868Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:16.6389107Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.6390432Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.6391851Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.6393389Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.6394890Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.6396390Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.6397938Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.6399478Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.6400989Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.6402227Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:16.6403550Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:16.6404855Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:16.6406116Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:16.6407362Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:16.6408565Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:16.6409784Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:16.6411151Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:16.6412846Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:16.6538003Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:16.6539385Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:16.6540552Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:16.6542382Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:16.6544023Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:16.6545511Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:16.6546794Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:16.6548378Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:16.6550093Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:16.6551522Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.6552906Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.6554625Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.6556380Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.6558166Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.6559949Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.6561681Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.6563047Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:16.6564397Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:16.6565862Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.6567643Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.6569852Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.6572050Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.6574224Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.6576346Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.6578419Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.6580558Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.6582665Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:16.6584676Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:16.6586763Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:16.6588981Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:16.6590979Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6592154Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6593688Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6595306Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6596831Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6598315Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6599870Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6601430Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6602942Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6604498Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6606045Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6607554Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6609062Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6610550Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.6611771Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6612989Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6614490Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6615983Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6617427Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6618881Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6620398Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6622171Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6623722Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6625388Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6626899Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6628376Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6629833Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6631462Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6633115Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6718507Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6720076Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6721596Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6723122Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6724633Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6726148Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6727723Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6729305Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6730817Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6732318Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6733811Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6735315Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6736814Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6738312Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6739795Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6741271Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6742774Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6744453Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6746317Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6747981Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6749484Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6750970Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6752464Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6753964Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6755449Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6756955Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6758472Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6760032Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6761684Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6763245Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6764705Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6766201Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.6767456Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:16.6768699Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:16.6770266Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:16.6771568Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:16.6772861Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:16.6774491Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:16.6775830Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.6777209Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.6778969Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.6780312Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:16.6781487Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:16.6782981Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:16.6784560Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:16.6785964Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:16.6787444Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:16.6788632Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:16.6790318Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:16.6791701Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:16.6793096Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:16.6794380Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.6795733Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.6797406Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.6799177Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.6800940Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.6802703Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.6804494Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.6805903Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:16.6807315Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:16.6808993Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:16.6810289Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6811554Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6813052Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6895752Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6897433Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6899005Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6900598Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6902193Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6903913Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6905849Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6907385Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6909127Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6910754Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6912254Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.6913475Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6914693Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6916124Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6917613Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6919141Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6920623Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6922055Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6923498Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6925037Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6926572Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6928037Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6929509Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6930968Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6932406Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6933867Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6935353Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6936874Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6938376Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6939870Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6941327Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6942791Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6944554Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6946061Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6947688Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6949211Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6950716Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6952211Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6953700Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6955164Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6956621Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6958164Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6959693Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6961137Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6962590Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6964065Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6965570Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6967083Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6968556Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6970019Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6971569Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6973099Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.6974322Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.6975678Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.6977358Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.6979086Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.6980822Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.6982687Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.6984503Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.6986323Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.6987723Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:16.6989141Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:16.7079747Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:16.7081627Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:16.7083063Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:16.7084554Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:16.7086385Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:16.7087781Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:16.7089153Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:16.7090858Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:16.7092176Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:16.7093561Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:16.7094953Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:16.7096359Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:16.7097768Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:16.7099197Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:16.7100657Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:16.7102201Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:16.7103912Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:16.7105539Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:16.7107495Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:16.7109435Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:16.7111033Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:16.7113081Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:16.7114698Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.7116515Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.7118590Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.7120726Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.7122859Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.7124472Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7126145Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7128270Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7130412Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7132636Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7134869Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7137033Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7139119Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7141215Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7143344Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7145543Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7147605Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7149723Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7151900Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7154117Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7156559Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7158772Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7160872Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7162938Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7165209Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7167310Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7169499Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7171700Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7173809Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7175779Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7177755Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7642429Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7644437Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.7646026Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:16.7647718Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:16.7650001Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:16.7652171Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:16.7653849Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:16.7655497Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:16.7656908Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:16.7657757Z copying codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:16.7658643Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:16.7659949Z copying codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:16.7661106Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:16.7662504Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:16.7663963Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:16.7665188Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:16.7666403Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:16.7667526Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:16.7668531Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:16.7669651Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:16.7670982Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:16.7672367Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:16.7673820Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:16.7675051Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.7676291Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.7677842Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.7679372Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.7680818Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.7682277Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.7683500Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.7684704Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.7686169Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.7687714Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.7689198Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.7690940Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.7692107Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:16.7693100Z copying examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:16.7694284Z copying examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:16.7695494Z copying examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:16.7697067Z copying examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:16.7698202Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:16.7699411Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:16.7700991Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:16.7702185Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:16.7703287Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:16.7704655Z copying examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:16.7705798Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:16.7707073Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:16.7708561Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:16.7709827Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:16.7711085Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:16.7712577Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:16.7713821Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:16.7715051Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:16.7716516Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:16.7717734Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:16.7718972Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:16.7720437Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:16.7721627Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7722731Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7724069Z copying examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7725433Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7726799Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7728196Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7729602Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7730989Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7732445Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7733904Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7735514Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7826794Z copying examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7828547Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7829908Z copying examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7831197Z copying examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7832604Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:16.7833846Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:16.7835151Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:16.7836370Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:16.7837494Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:16.7838851Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:16.7840221Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:16.7841544Z copying examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:16.7842643Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:16.7843740Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:16.7845010Z copying examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:16.7846147Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:16.7847358Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:16.7848804Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:16.7850028Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:16.7851306Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:16.7852783Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:16.7854017Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:16.7855245Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:16.7856710Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:16.7857958Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:16.7859290Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:16.7860591Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.7862088Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.7863618Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.7865299Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.7866839Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.7868315Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.7869556Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:16.7870759Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:16.7872261Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:16.7873511Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:16.7874696Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:16.7876081Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:16.7877278Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:16.7878409Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:16.7879740Z copying examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:16.7880868Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:16.7881950Z copying examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:16.7883244Z copying examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:16.7884437Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:16.7885742Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:16.7887393Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:16.7888653Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:16.7890032Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:16.7891453Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:16.7892635Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:16.7893858Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:16.7895302Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:16.7896670Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.7898380Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.7900741Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.7902975Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.7905383Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.7907467Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.7909506Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.7911087Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:16.7912369Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:16.7913942Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:16.7915284Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:16.7916695Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:16.7918430Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:16.7920153Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:16.7992166Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:16.7993628Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:16.7994910Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:16.7996443Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:16.7997990Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:16.7999345Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8000913Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8002865Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8004855Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8006814Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8008741Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8010682Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8013032Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8015162Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8017165Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8019137Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8021065Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8022935Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8024951Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8026941Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8028983Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8031093Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8033153Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.8034606Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:16.8035998Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:16.8037680Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:16.8039294Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:16.8040624Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:16.8041965Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:16.8043378Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.8044891Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.8046787Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.8048685Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.8050567Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.8052299Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.8053712Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.8055555Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.8057363Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.8059211Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.8060674Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:16.8062218Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:16.8063846Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:16.8065444Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:16.8067335Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:16.8068911Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:16.8070535Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:16.8072570Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:16.8074265Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:16.8075937Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:16.8078037Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:16.8079623Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:16.8080853Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:16.8082345Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:16.8083584Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:16.8084821Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:16.8085930Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8086733Z copying exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8217621Z copying exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8218640Z copying exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8219568Z copying exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8220921Z copying exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8221878Z copying exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8222848Z copying exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8224068Z copying exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8224975Z copying exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8225878Z copying exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8226874Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8227846Z copying exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8228774Z copying exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8229724Z copying exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8230651Z copying exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8231602Z copying exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8232655Z copying exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8233663Z copying exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8234552Z copying exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8235505Z copying exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8236386Z copying exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8237259Z copying exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8238140Z copying exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8239011Z copying exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.8239857Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8240840Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8241945Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8243067Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8244221Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8245422Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8246601Z copying exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8247751Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8248946Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8250130Z copying exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.8251108Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:16.8252067Z copying exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:16.8253219Z copying exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:16.8254414Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:16.8255851Z copying exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:16.8257039Z copying exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:16.8258326Z copying exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:16.8259285Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:16.8260220Z copying exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:16.8261295Z copying exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:16.8262362Z copying exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:16.8263420Z copying exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:16.8264479Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:16.8265422Z copying exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:16.8266485Z copying exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:16.8267406Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:16.8268288Z copying exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:16.8269304Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:16.8270330Z copying exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:16.8271245Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:16.8272210Z copying exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:16.8273314Z copying exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:16.8274390Z copying exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:16.8275338Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8276264Z copying exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8277457Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8278697Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8279876Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8281123Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8282395Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8283830Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8285132Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8286424Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8287634Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8288903Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8290386Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8291946Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8293216Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8294685Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8295952Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8297172Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8298399Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8299575Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8300810Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8302109Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8303353Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8304677Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8306048Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8307433Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8431502Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8432939Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8434344Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8435546Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8436718Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8437897Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8439114Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:16.8440144Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:16.8441084Z copying exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:16.8442202Z copying exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:16.8443323Z copying exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:16.8444275Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:16.8445188Z copying exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:16.8446264Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:16.8447356Z copying exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:16.8448415Z copying exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:16.8449494Z copying exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:16.8450938Z copying exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:16.8451980Z copying exir/serde/upgrade.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:16.8452897Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8454032Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8455110Z copying exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8456200Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8457381Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8458485Z copying exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8459577Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8460685Z copying exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8461761Z copying exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8462856Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8464086Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8465330Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8466511Z copying exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8467613Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8468818Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8470095Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8471420Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8472679Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8473830Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8474943Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8476030Z copying exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8477165Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8478394Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8479641Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8480823Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8481996Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8483187Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8484305Z copying exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8485371Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8486650Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8487784Z copying exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8489037Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8490350Z copying exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:16.8491336Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:16.8492422Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:16.8493679Z copying exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:16.8494930Z copying exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:16.8496210Z copying exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:16.8497280Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:16.8498350Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:16.8499590Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:16.8500890Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:16.8502262Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:16.8503694Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:16.8504933Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.8506399Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.8508286Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.8510335Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.8512230Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.8513599Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8514770Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8516255Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8517740Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8519145Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8520510Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8521834Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8693207Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8695102Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8696444Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8698021Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8699419Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8700773Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8702161Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8703656Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8705054Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8706449Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8707742Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8708981Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:16.8710070Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:16.8711321Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:16.8712881Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:16.8731508Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:16.8732971Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:16.8734726Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:16.8736335Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:16.8737532Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:16.8738619Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:16.8739712Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:16.8740732Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:16.8741761Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:16.8742901Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:16.8744175Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:21:16.8745445Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:21:16.8746676Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:16.8747792Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:16.8749409Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:16.8750535Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:16.8751847Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:16.8753318Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:16.8754737Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:16.8755890Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:16.8756961Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:16.8758295Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:16.8759451Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:16.8760578Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:16.8761915Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:16.8763057Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:16.8764247Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:16.8765669Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:16.8766870Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:16.8768102Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:16.8769252Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:16.8770242Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:16.8771253Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:16.8772344Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:16.8773435Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:16.8774468Z copying exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:16.8775728Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:16.8777045Z copying exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:16.8778162Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:16.8779354Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:16.8780549Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:16.8781689Z copying extension/android_test/add_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:16.8782809Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:16.8784914Z copying extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:16.8786489Z copying extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:16.8787597Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:16.8788691Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:16.8790196Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:16.8791346Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:16.8792633Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:16.8793894Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:16.8794976Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:16.8796123Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:16.8797230Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:16.8798251Z copying extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:16.8799284Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:16.8800339Z copying extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:16.8801470Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.8802754Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.8899419Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.8901199Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.8902495Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:16.8903845Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:16.8905130Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:16.8906461Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:16.8907758Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.8908920Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.8910320Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.8911752Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.8913217Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.8914732Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.8916307Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.8917876Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.8919787Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.8920997Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:16.8922277Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:16.8923591Z copying extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:16.8924938Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:16.8926332Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:16.8927727Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:16.8929132Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:16.8930310Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:16.8931438Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:16.8932841Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:16.8934267Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:16.8935629Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:16.8936765Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:16.8937952Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:16.8939372Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:16.8940807Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:16.8942196Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:16.8943351Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:16.8944643Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:16.8945886Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:16.8947635Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:16.8949256Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:16.8950982Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:16.8953050Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:16.8954558Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:16.8955768Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:16.8957260Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:16.8959010Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:16.8960723Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:16.8962076Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:16.8963386Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:16.8964797Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.8966354Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.8968283Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.8970229Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.8972171Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.8973833Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:16.8975659Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:16.8977931Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:16.8979641Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:16.8981124Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:16.8982517Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:16.8983855Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:16.8985428Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:16.8987025Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:16.8988268Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:16.8989363Z copying extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:16.8990692Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:16.8992032Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:16.8993372Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:16.9101970Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:16.9103767Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:16.9105518Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:16.9106988Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:16.9108782Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:16.9110188Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:16.9111459Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:16.9112501Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:16.9113689Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:16.9114893Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:16.9116419Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:16.9117588Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:16.9118463Z copying devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:16.9119407Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:16.9120520Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:16.9121882Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:16.9123067Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:16.9124248Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:16.9125613Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:16.9127112Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:16.9128275Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:16.9129403Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:16.9130717Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:16.9131793Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:16.9132842Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:16.9134077Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:16.9135116Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:16.9136158Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:16.9137366Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:16.9138422Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:16.9139469Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:16.9140714Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:16.9142245Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:16.9143689Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:16.9144856Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:16.9146288Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:16.9147921Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:16.9149203Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:16.9150343Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:16.9151770Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:16.9153335Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:16.9154620Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:21:16.9155936Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:21:16.9157268Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.9158559Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.9160206Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.9161620Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:16.9163004Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:16.9164331Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:16.9165647Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:16.9167228Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:16.9168787Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:16.9170073Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:16.9171346Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:16.9172664Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:16.9174092Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:16.9175532Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:16.9177043Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:16.9178432Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:16.9179604Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:16.9180973Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:16.9182185Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:16.9183500Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:16.9185040Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:16.9186570Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:16.9188112Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:16.9189585Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:16.9191096Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:16.9192470Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:16.9193947Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.9195589Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:17.9204770Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:17.9206434Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:17.9208061Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:17.9209614Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:17.9211210Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:17.9212836Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:17.9214630Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:17.9215947Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:17.9216799Z copying runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:17.9217682Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:17.9218656Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:17.9219587Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:17.9220521Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:17.9221552Z copying util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:17.9222510Z copying util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:17.9223227Z running egg_info 2025-03-21T20:21:17.9223691Z creating executorch.egg-info 2025-03-21T20:21:17.9224142Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:21:17.9224784Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:21:17.9225913Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:21:17.9226612Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:21:17.9227300Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:21:17.9227970Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:17.9228816Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:17.9229392Z adding license file 'LICENSE' 2025-03-21T20:21:17.9229912Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:17.9230994Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:21:17.9232576Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:17.9234040Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:17.9235714Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:17.9237409Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.9238826Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.9240263Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.9241826Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:17.9243157Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:17.9244342Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:17.9245806Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:17.9247161Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9248712Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9250684Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9252642Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9254527Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9256360Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9258238Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9260101Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9262086Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9264223Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9266334Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9268336Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9270177Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9272007Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9273838Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9275753Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9277751Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9279786Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9281809Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9283729Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9285626Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9287672Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9289727Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9291803Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9293729Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9295656Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9297499Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9299293Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9353244Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9355219Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9357093Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9359422Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9361365Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9363428Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9365340Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9367352Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9369345Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9371222Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9373044Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9374856Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9376744Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9378613Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9380440Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9382258Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9384255Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9386142Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9388000Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9390096Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9392162Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9394178Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9396158Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9398066Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9399987Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9402152Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9404221Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9406157Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9408064Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9409955Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9411888Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9413773Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9415606Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9417495Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9419364Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:17.9420735Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:17.9421985Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:17.9423273Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:17.9424947Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:17.9426751Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:17.9428517Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:17.9430270Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:17.9432107Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:17.9433926Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:17.9435639Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:17.9437277Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:17.9438947Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:17.9440651Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:17.9442508Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:17.9444230Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:17.9446110Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:17.9448171Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:17.9495474Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:17.9497139Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9498766Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9500769Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9502762Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9504880Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9506956Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9508999Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9510980Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9512948Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9514937Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9516926Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9518918Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9520977Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9522990Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9524881Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9526787Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9528692Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9531044Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9533249Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9535300Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9537276Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9539237Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9541234Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9543250Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9545345Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9547303Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9549227Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9551184Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9553205Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9555195Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9557176Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9559150Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9561089Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9563047Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9565061Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9567108Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9569124Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9571295Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9573316Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9575447Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9577551Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9579591Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9581492Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9583389Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9585392Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9587300Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9589237Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9591420Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9645077Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9647430Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9649494Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9651583Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9653671Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9655784Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9657886Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9659974Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9662065Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9664238Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9666706Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9669010Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9671132Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9673266Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9675362Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9677343Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9679314Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9681372Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9683437Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9685499Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9687503Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9689399Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9691516Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9693466Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9695406Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9697309Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9699182Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:17.9701186Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9703290Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9705487Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9707664Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9710154Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9712510Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9714635Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9716720Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9718846Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9720943Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9722986Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9725085Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9727248Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9729449Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9731657Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9733742Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9735795Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9737829Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9739888Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.9741986Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.0681866Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.0684203Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.0686335Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.0688462Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.0691412Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:18.0693775Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:18.0695957Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:18.0698020Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:18.0699844Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.0701439Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.0703038Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.0704773Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:18.0706010Z copying exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:18.0707096Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:18.0708402Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:18.0709903Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:18.0711524Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:18.0713150Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:18.0714630Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:18.0716132Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:18.0717288Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:18.0718131Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:18.0719116Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:18.0720290Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:18.0721570Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:18.0723070Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.0724749Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.0726442Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.0728131Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.0729695Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:18.0730837Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:18.0732196Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:18.0733323Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:18.0734856Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:18.0736674Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:18.0737920Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-03-21T20:21:18.0739171Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:21:18.0740529Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0741728Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0743075Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0744525Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0745905Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0747221Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0748571Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0749978Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0751475Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0752962Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0754436Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0755900Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0757305Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0758661Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0759953Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0761236Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0762666Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0764104Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.0765430Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:18.0766811Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:18.0768502Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:18.0770290Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:18.0772268Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:18.0773856Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.0775357Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.0832046Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.0834023Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.0835918Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.0837728Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.0839225Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0840708Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0842465Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0844198Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0845908Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0847592Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0849249Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0850933Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0852657Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0854358Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0856067Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0857801Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0859501Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0861201Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0863406Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.0865268Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:18.0867262Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:18.0869370Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:18.0871122Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0872876Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0874977Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0877053Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0879084Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0881084Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0883416Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0885523Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0887629Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0889727Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.0891446Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.0892730Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.0894249Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.0895793Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.0897365Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.0898731Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:18.0900061Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:18.0901380Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0902641Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0904515Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0905944Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0907627Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0909146Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0910579Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0911997Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0913465Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0914936Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0916370Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0917809Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.0919099Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:18.0920514Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:18.0921919Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:18.0923412Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:18.0925155Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:18.0926759Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:18.0928085Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.1516404Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.1517970Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.1519461Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.1521002Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.1522342Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:18.1523747Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:18.1525357Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:18.1526987Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:18.1528037Z running build_ext 2025-03-21T20:21:18.1528670Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:18.1529692Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:18.1531352Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:21:18.1533709Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:18.1536385Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:18.1538834Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:18.1541275Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:18.1542721Z installing to pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:18.1543225Z running install 2025-03-21T20:21:18.1543665Z running install_lib 2025-03-21T20:21:18.1544098Z creating pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:18.1544685Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-03-21T20:21:18.1545364Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-03-21T20:21:18.1546116Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-03-21T20:21:18.1547361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1549077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1550814Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1552624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1554429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1556181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1557920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1559694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1561492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1563295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1565069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:18.1566356Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-03-21T20:21:18.1567747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1569802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1572156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1574317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1576298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1578260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1580237Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1582328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1584551Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1586683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1588732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1591063Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1593113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1595128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1597154Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1599191Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1601224Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1603296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1605351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1607362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1609384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1611493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1613924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1616161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1618320Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1620357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1622502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1624675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1626678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1628713Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1630760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1632810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1634804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1636749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1638902Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1640954Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1643040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1645199Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:18.1646787Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:21:18.1648334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:18.1650530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:18.1652779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:18.1655187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:18.1657537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:18.1659828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:18.1662104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:18.1664415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:18.1666710Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:18.1668314Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-03-21T20:21:18.1669730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1671707Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1673687Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1675625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1677570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1679512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1681443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1683411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1685378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1687314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1689256Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1691416Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1693428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1695669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1697743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1699710Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1701653Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1703691Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1705658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1707586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1716470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1718417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1720378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1722403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1724402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1726360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1728320Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1730321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1732317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1734299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1736284Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1738251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1740221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1742187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1744451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1746513Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1748488Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1750465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1752425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1754451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1756505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1758585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1760624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1762597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1764592Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:18.1766025Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:21:18.1767450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:18.1769707Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:18.1771766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:18.1788011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:18.1790572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:18.1792076Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-03-21T20:21:18.1793414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:18.1795252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:18.1797133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:18.1798993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:18.1800727Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:21:18.1802410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:18.1804533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:18.1806633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:18.1808735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:18.1810849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:18.1812993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:18.1815143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:18.1817374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:18.1819563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:18.1821044Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-03-21T20:21:18.1822554Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:18.1824745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:18.1826788Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:18.1828898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:18.1831021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:18.1833166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:18.1835284Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:18.1837402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:18.1839506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:18.1841141Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:21:18.1842572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1844609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1846571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1848533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1850467Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1852447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1854457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1856458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1858417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1860345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1862300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1864344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1866395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1868423Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1870407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1872415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1874465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1876473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1878399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1880325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1882288Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1884455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1886513Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1888475Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1890559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1892534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1894570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1896579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1898580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1900537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1902480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1904528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1906499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1908510Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1910481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1912437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1914438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1916442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1918451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1920409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1922337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1924638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1926642Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1928798Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1930789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1932774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1934730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1936703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1938691Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1940674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1942692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1944825Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1946853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1948828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1950803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1952761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1954716Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1956644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1958580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1960534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1962527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1964591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1966787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1968875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:18.1970339Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:21:18.1971875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1974023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1976156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1978321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1980539Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1982761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1985064Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1987312Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1989514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1991941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:18.1993559Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:21:18.1995170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:21:18.1996768Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:21:18.1998204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:18.2000277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:18.2002375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:18.2004429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:18.2005924Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:21:18.2007679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:21:18.2009120Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-03-21T20:21:18.2010694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/util 2025-03-21T20:21:18.2012160Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-03-21T20:21:18.2013207Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:18.2015006Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:18.2016841Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:21:18.2018177Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:18.2020399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:18.2023412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:18.2025692Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2027954Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2030958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2033793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2036664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2039551Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2042516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2045389Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2048203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2051192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2054251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2057271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2060176Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2063069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2065959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2068745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2071599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2074475Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2077379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2080298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2083201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2086069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2088928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2091973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2094856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2097971Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2100986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2103910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2106775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2109618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2112523Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2115520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2118423Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2121355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2124206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:18.2126184Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:21:18.2127449Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:18.2129565Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:18.2131700Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:18.2133887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:18.2135985Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:18.2137933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:18.2139857Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-03-21T20:21:18.2141247Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:18.2143288Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:18.2145364Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:18.2147323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:18.2148926Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:18.2150898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:18.2153689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:18.2155624Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-03-21T20:21:18.2157363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2159675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2161919Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2164194Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2166465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2168745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2171012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2173271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2175507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2177742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:18.2179292Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-03-21T20:21:18.2180612Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:18.2182685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:18.2184820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:18.2186266Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:21:18.2187723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:21:18.2190022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:21:18.2191727Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:21:18.2193263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:18.2195388Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:18.2197526Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:18.2199664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:18.2201146Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-03-21T20:21:18.2202532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm 2025-03-21T20:21:18.2203951Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2205415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2207493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2209662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2211789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2213908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2216049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2218357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2220591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2222686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2225220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2227579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2229785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2231953Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2234110Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2236226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2238379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2240472Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2242595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2244784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2247020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2249183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2251297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2253435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2255589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2257744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2259895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2262001Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2264257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:18.2265937Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2267439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2269633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2271756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2273913Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2276061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2278125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2280216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2282322Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2284447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2286537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2288580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2290781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2292844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2294916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2296976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2299070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2301223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2303315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2305476Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2307812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2309872Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2312115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2314285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2316346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2318393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2320480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2322553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2324639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2326778Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2328899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2330996Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2333073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2335210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2337350Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2339429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2341487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2343629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2345738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2347867Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2350141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2352328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2354439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2356534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2358639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2360712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2362757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2364786Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2366812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2368843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2370874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2372922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2374978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2377065Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2379142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2381216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2383309Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2385484Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2387563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2389657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2392078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2394364Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2396468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2398601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2400713Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2402850Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2405027Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2407149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2409217Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2411338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2413417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2415512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2417553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2419595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2421683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2423904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2426114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2428347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2430493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2432598Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2434935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:18.2436422Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:21:18.2438021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:21:18.2439557Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:21:18.2441132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:18.2443317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:18.2445465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:18.2446980Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:18.2448541Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:18.2450745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:18.2452921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:18.2455056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:18.2456675Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:18.2458523Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:18.2460314Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:21:18.2461930Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:18.2464302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:18.2466669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:18.2468288Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:21:18.2469733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:18.2471772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:18.2473805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:18.2475414Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:21:18.2476900Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:21:18.2478996Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:21:18.2480469Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:21:18.2481380Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:18.2482830Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:18.2484245Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-03-21T20:21:18.2485606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2487544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2489557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2491695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2493769Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2495887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2497932Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2499957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2501941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2503985Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2505943Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2507963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2510021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2512002Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2514005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:18.2515835Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-03-21T20:21:18.2517512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:18.2520029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:18.2522277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:18.2523757Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-03-21T20:21:18.2525034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:18.2526839Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:18.2528664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:18.2530454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:18.2532289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:18.2533694Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:21:18.2535105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:18.2537119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:18.2539249Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:18.2541336Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:18.2543444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:18.2545673Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:18.2547799Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:18.2549917Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:18.2551434Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:21:18.2553043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:21:18.2554622Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:21:18.2556165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:21:18.2557866Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:21:18.2559457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:21:18.2561008Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:21:18.2562032Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:21:18.2563098Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2564941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2567534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2570118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2572601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2575045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2577532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2580057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2582691Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2585448Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2587976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2590572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2592996Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2595419Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2597847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2600613Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2603357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2606089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2608723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2611276Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2613805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2616465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2619130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2621650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2624278Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2626839Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2629324Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2631715Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2634146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2636625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2639107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2641634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2644165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2646837Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2649475Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2652146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2654779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2657275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2659710Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2662138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2664727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2667241Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2669695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2672135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2674642Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2677138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2679622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2682189Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2684753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2687373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2690254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2692986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2695551Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2698067Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2700597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2703101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2705758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2708268Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2710797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2713328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2715773Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2718279Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2720753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.2722441Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:21:18.2724119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:18.2726432Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:18.2728753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:18.2731010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:18.2732791Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-03-21T20:21:18.2734264Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:18.2736415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:18.2738544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:18.2740109Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:18.2741643Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:18.2743923Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:18.2746272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:18.2747981Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:18.2749658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:18.2751973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:18.2754338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:18.2756738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:18.2759121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:18.2761460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:18.2763065Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:18.2764588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:21:18.2766115Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:21:18.2767108Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:18.2768741Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:18.2770434Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:21:18.2771649Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:18.2773886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:18.2776814Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:18.2779608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:18.2782351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:18.2785136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:18.2787803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:18.2790676Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:18.2792803Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:18.2795000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:18.2797113Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:21:18.2798412Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:21:18.2799852Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:18.2802379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:18.2804503Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:21:18.2805444Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:21:18.2806457Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.2808184Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.2810616Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.2813011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.2815377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.2818117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.2820724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.2822347Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-03-21T20:21:18.2823752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-03-21T20:21:18.2825626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-03-21T20:21:18.2827061Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2828500Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2830613Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2832815Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2834931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2836988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2839137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2841280Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2843365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2845512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2847637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2849732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2851829Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2853903Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:18.2855386Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2856879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2859177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2861359Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2863439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2865575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2867686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2869792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2871841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2873906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2875977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2878053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2880121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2882282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2884540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2886682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2888738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2890998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2893126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2895237Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2897338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2899567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2902030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2904377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2906525Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2908621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2910717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2912835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2914938Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2917031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2919119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2921241Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2923359Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2925423Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2927493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2929571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2931667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2933781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2935899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2937998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2940113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2942458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2944746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2947100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2949304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2951367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2953485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:18.2955011Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:21:18.2956533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:21:18.2958702Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:21:18.2960340Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:18.2961983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:18.2964266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:18.2966657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:18.2969037Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:18.2971420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:18.2973813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:18.2975518Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:18.2977210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:18.2979497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:18.2981080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:18.2982649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:21:18.2985157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:21:18.2986789Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:21:18.2988564Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:18.2991158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:18.2993512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:18.2995772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:18.2997380Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:21:18.2998866Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:21:18.3000977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:21:18.3002538Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3004116Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3006268Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3008448Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3010671Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3012884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3015123Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3017359Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3019580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3021797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3024067Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3026252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3028764Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3031063Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:18.3032588Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3034071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3036112Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3038202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3040330Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3042425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3044468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3046508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3048649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3050791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3052874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3054958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3057024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3059072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3061124Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3063230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3065453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3067564Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3069835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3071926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3074089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3076214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3078321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3080433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3082529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3084629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3086726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3088805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3091034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3093098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3095298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3097438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3099499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3101567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3103728Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3105872Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3107980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3110054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3112384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3114693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3116868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:18.3118377Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:18.3120020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:18.3122340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:18.3124714Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:18.3127086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:18.3129396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:18.3131726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:18.3134074Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:18.3135733Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:18.3137454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:18.3139842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:18.3142234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:18.3144080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:18.3145875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:18.3148326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:18.3150015Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:18.3151557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:21:18.3153670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:21:18.3155411Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:21:18.3156431Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:18.3158209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:18.3159984Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:21:18.3161177Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:18.3163059Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:18.3165604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:18.3168141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:18.3169973Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:21:18.3171138Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:18.3173035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:18.3175452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:18.3177103Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:18.3178804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:18.3181108Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:18.3182781Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:18.3184598Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:18.3186373Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:18.3188319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:18.3231182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:18.3234007Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:18.3236305Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:21:18.3237487Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:18.3239617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:18.3242254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:18.3244708Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:18.3246435Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:18.3248239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:18.3250687Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:18.3252435Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:21:18.3253555Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:18.3255443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:18.3258062Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:18.3260779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:18.3263502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:18.3265517Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3267347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3269829Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3272331Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3274972Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3277683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3280570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3283482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3286314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3289080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3291928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3294621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3297341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3300021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3302667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3305455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3308211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3311001Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3313802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3316485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3319120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3321742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3324638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3327470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3330272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3333071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3335783Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3338435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.3340333Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3342216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3344903Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3347494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3350123Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3352791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3355417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3357980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3360550Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3363143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3365720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3368478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3371261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3373905Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3376381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3378873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3381381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3383986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3386591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3389191Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3391892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3394441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3397017Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3399609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3402208Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3404760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3407259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3409801Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3412674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3415409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3418000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3420562Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3423076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3425711Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3428311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3430993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3433594Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3436156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3438739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3441327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3443960Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3446568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3449045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3451511Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3453999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3456680Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3459333Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3461987Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3464743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3467418Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3470079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3472776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3475474Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3478165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3480881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3483594Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3486297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3489001Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3492024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3494704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3497393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3500098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3503198Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3505890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3508443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3511071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3513722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3516377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3518947Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3521428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3523931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3526461Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3528980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3531470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3533921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.3536338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:21:18.3537962Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:21:18.3539390Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:18.3541380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:18.3543340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:18.3545611Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:18.3547185Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-03-21T20:21:18.3548025Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-03-21T20:21:18.3549368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-03-21T20:21:18.3551251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-03-21T20:21:18.3552700Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3554245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3556410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3558614Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3560773Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3562946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3565182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3567415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3569657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3571885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3574125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3576342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3578483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3580670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3582855Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3585096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3587443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3589749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3592151Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3594311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3596473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:18.3598038Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:21:18.3599573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:21:18.3601740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:21:18.3603357Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:21:18.3605035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:18.3607395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:18.3609707Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:18.3611280Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:21:18.3612730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:18.3614774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:18.3616880Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:18.3618981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:18.3621043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:18.3623120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:18.3625347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:18.3626821Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:21:18.3628626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:21:18.3630840Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:21:18.3632333Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-03-21T20:21:18.3633294Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:18.3634879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:21:18.3637126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:21:18.3638803Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:21:18.3640416Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:21:18.3642703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:21:18.3644378Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:18.3645979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:18.3648252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:18.3649884Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:21:18.3651496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:21:18.3653748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:21:18.3655356Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:21:18.3656412Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:18.3658202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:18.3659953Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:18.3661725Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:18.3664124Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:21:18.3665620Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-03-21T20:21:18.3666464Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-03-21T20:21:18.3667841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3669950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3672013Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3674061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3676011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3677958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3679990Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3682024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3684050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3686034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3687957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3690106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3692142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3694096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3696044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3698000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3699933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3701360Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:18.3702976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:18.3705275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:18.3707494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:18.3709679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:18.3711486Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:21:18.3713249Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:18.3715487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:18.3717668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:18.3719831Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:18.3722094Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:18.3724328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:18.3726567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:18.3728810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:18.3730929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3732962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3735007Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:18.3736466Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:21:18.3737905Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:18.3739909Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:18.3741935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:18.3744016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:18.3745479Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-03-21T20:21:18.3746924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:18.3748899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:18.3750922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:18.3752611Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:18.3754153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:18.3755851Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:18.3757655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:18.3760093Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:18.3761843Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:18.3763596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:18.3766038Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:18.3768496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:18.3770223Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:18.3771880Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:18.3773590Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:18.3775442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:18.3777347Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:18.3779404Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:18.3782225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:18.3785115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:18.3787136Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:18.3789175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:18.3792107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:18.3794901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:18.3798118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:18.3800223Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:18.3802304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:18.3805167Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:18.3808025Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:18.3810874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:18.3812922Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:18.3814918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:18.3817637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:18.3819617Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:18.3821653Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:18.3824491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:18.3826553Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:18.3828591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:18.3831425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:18.3834244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:18.3837026Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:18.3839818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:18.3842843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:18.3845649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:18.3847626Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:18.3849404Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:18.3851859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:18.3854346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:18.3856845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:18.3858610Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:21:18.3859701Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3861605Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3864365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3867092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3869787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3872449Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3875106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3877761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3880402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3883021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3885778Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3888514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3891487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3894191Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3896867Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3899519Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:18.3901208Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-03-21T20:21:18.3902341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-03-21T20:21:18.3903505Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-03-21T20:21:18.3904820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:18.3906574Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:18.3908351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:18.3910099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:18.3911929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:18.3913765Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:18.3915516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:18.3916807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-03-21T20:21:18.3918226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:18.3920243Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:18.3922234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:18.3924315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:18.3925992Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-03-21T20:21:18.3926771Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-03-21T20:21:18.3927608Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-03-21T20:21:18.3928704Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:21:18.3930268Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:18.3932450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:18.3934591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:18.3936650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:18.3938726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:18.3940234Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.3941717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.3943863Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.3946015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.3948102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.3950154Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.3952317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.3954491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.3956615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:18.3958089Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-03-21T20:21:18.3959375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:18.3961168Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:18.3962984Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:18.3964808Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:18.3966342Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:21:18.3967834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:21:18.3969950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:21:18.3971433Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-03-21T20:21:18.3972825Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-03-21T20:21:18.3974703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-03-21T20:21:18.3976139Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:21:18.3977685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:21:18.3979798Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:21:18.3981490Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:18.3983473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:18.3986285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:18.3989005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:18.3991895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:18.3994532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:18.3997144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:18.3998992Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:18.4000537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:21:18.4002629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:21:18.4004161Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:21:18.4005689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:21:18.4008034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:21:18.4009569Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:21:18.4011251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:21:18.4013377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:21:18.4014873Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-03-21T20:21:18.4016343Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4018305Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4020282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4022274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4024373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4026410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4028428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4030508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4032593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4034620Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4036612Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4038562Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4040491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4042393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4044382Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:18.4045906Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:21:18.4047492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:21:18.4049885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:21:18.4051521Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:21:18.4053334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:18.4055715Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:18.4058075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:18.4060447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:18.4062119Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:21:18.4063758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:18.4065939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:18.4068100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:18.4069754Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4071577Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4072836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4074043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4075259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4076423Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4077651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4078851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4080028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4081416Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4082712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4083896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4085055Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4086245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4087487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4088751Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4090235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4091504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:18.4091922Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:21:18.4093077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:18.4094104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:18.4095170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:18.4095589Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:18.4096658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:21:18.4097080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:18.4098081Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:21:18.4098592Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:18.4099726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:18.4100949Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:18.4102311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:18.4103746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:18.4104247Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:18.4105348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:18.4106445Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:18.4107570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:18.4108656Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:18.4109169Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:18.4110306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:18.4110863Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:18.4112066Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:18.4113346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:18.4113865Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:18.4115038Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:18.4116208Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:18.4116769Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:18.4118005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:18.4119328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:18.4119686Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-03-21T20:21:18.4120575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:18.4121627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:18.4122636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:18.4123556Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:18.4123953Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-03-21T20:21:18.4124946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:21:18.4125919Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:21:18.4126282Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-03-21T20:21:18.4127155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-03-21T20:21:18.4128034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-03-21T20:21:18.4128424Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:21:18.4129386Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:21:18.4130354Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:21:18.4130771Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:18.4131743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:21:18.4132720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:21:18.4133131Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:18.4134103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:21:18.4135080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:21:18.4135516Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:18.4159980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:18.4160438Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:21:18.4161379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:18.4162329Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:18.4163491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:18.4164592Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:18.4165621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:18.4166031Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:21:18.4166980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:21:18.4167986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:21:18.4168367Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:21:18.4169267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:21:18.4170235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:21:18.4170611Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-03-21T20:21:18.4171513Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-03-21T20:21:18.4172417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-03-21T20:21:18.4172786Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-03-21T20:21:18.4173655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-03-21T20:21:18.4174581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-03-21T20:21:18.4175007Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:21:18.4176017Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:21:18.4177029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:21:18.4177409Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-03-21T20:21:18.4178334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:21:18.4179249Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:21:18.4179641Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:21:18.4180588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:21:18.4181708Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:21:18.4182079Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-03-21T20:21:18.4182470Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:21:18.4183748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:21:18.4184082Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-03-21T20:21:18.4184739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4185422Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4186101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4186795Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4187482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4188187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4188888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4189535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4190343Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4191043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4191806Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4192460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4193181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4193848Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4194544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4195251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4195934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4196599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4197253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4197920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4198571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4199491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4200168Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4200959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4201314Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-03-21T20:21:18.4202111Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4202884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4270362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4271281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4272147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4272949Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4273764Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4274604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4275414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4275776Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-03-21T20:21:18.4276633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:18.4277499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:18.4278401Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:18.4279332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:18.4280222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:18.4281055Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4281859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:18.4282177Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-03-21T20:21:18.4282977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:18.4283805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:18.4284898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:18.4285864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:18.4286702Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:18.4287477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:18.4287936Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:18.4289091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:18.4290467Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:18.4291667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:18.4292851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:18.4293190Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-03-21T20:21:18.4294148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4295153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4296112Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4297024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4297933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4298816Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4299797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4300672Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4301591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4302500Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4303421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4304740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4305874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4306827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4307804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4308706Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4309590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4310441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:18.4310824Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:21:18.4311847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:21:18.4312851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:21:18.4313254Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:18.4314380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:18.4402195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:18.4403250Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:18.4403576Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-03-21T20:21:18.4404344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:18.4405136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:18.4405914Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:18.4406691Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:18.4407008Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-03-21T20:21:18.4407791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-03-21T20:21:18.4408544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-03-21T20:21:18.4408918Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-03-21T20:21:18.4410139Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:21:18.4410542Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:21:18.4411731Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:21:18.4412110Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-03-21T20:21:18.4412940Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:21:18.4413307Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:21:18.4414211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:21:18.4415105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:21:18.4415493Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:18.4416430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:18.4417396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:18.4418323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:18.4418691Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:21:18.4419565Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:21:18.4420505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:21:18.4420896Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:18.4421863Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:21:18.4422233Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:21:18.4423123Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:21:18.4424156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:21:18.4424532Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:21:18.4425493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:21:18.4426447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:21:18.4427300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:21:18.4427644Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-03-21T20:21:18.4428728Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/test 2025-03-21T20:21:18.4429034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-03-21T20:21:18.4429852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:18.4430631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:18.4431365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:18.4431689Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-03-21T20:21:18.4432494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit/test 2025-03-21T20:21:18.4432836Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-03-21T20:21:18.4433632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:18.4434419Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:18.4435181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:18.4435535Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-03-21T20:21:18.4436424Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator/test 2025-03-21T20:21:18.4436747Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-03-21T20:21:18.4437492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4438408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4439212Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4440047Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4440924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4441771Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4442633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4443531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4444405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4445219Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4518671Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4519925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4520997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4521897Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4522804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4523605Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4524481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4525297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4526123Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4526992Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4527883Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4528692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4529604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4530566Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4531469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4532322Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4533227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4534076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4534887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4535712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4536532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4537390Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:18.4537847Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-03-21T20:21:18.4538628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:18.4539518Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:18.4540332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:18.4540675Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-03-21T20:21:18.4541506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:18.4542401Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:18.4543280Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:18.4543675Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-03-21T20:21:18.4544427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:18.4545227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:18.4545965Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:18.4546744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:18.4547510Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:18.4548241Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:18.4548989Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:18.4549299Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-03-21T20:21:18.4550048Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4550787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4551610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4552443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4553186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4553999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4554767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4555526Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4556456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4557282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4558264Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4559035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4559844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4560706Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4561597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4562491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4742865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4743785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4744591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4745412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4746239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4747138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4747978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4748789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4749610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4750432Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4751198Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4751960Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4752723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4753527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4754305Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4755437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:18.4755789Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-03-21T20:21:18.4756845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:18.4757715Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:18.4758609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:18.4759460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:18.4759840Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-03-21T20:21:18.4760793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification/test 2025-03-21T20:21:18.4761482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:18.4761780Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-03-21T20:21:18.4762154Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/android_test 2025-03-21T20:21:18.4763050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/android_test 2025-03-21T20:21:18.4763419Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-03-21T20:21:18.4764285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-03-21T20:21:18.4765162Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-03-21T20:21:18.4765519Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-03-21T20:21:18.4766378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:21:18.4766808Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:18.4767794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:18.4768862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:18.4769883Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:18.4770920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:18.4771947Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:18.4772342Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:21:18.4773493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:21:18.4773860Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-03-21T20:21:18.4774875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:18.4775782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:18.4776641Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:18.4777063Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:21:18.4778113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:21:18.4778472Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-03-21T20:21:18.4779422Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:18.4779842Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-03-21T20:21:18.4780811Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:18.4781857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:18.4782875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:18.4783922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:18.4785043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:18.4785382Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-03-21T20:21:18.4786204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree 2025-03-21T20:21:18.4786571Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-03-21T20:21:18.4861458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree/test 2025-03-21T20:21:18.4861868Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-03-21T20:21:18.4862768Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training 2025-03-21T20:21:18.4863198Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-03-21T20:21:18.4864360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:21:18.4864825Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:21:18.4865912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:21:18.4867364Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:21:18.4867979Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-03-21T20:21:18.4868435Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:21:18.4869509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:21:18.4870559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:21:18.4871030Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:18.4872166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:21:18.4872491Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-03-21T20:21:18.4872877Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4873791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4874734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4875696Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4876664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4877674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4878718Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4879713Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4880699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4881145Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:18.4882318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:18.4882855Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:21:18.4883420Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:18.4884723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:18.4886115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:18.4887218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:18.4887597Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-03-21T20:21:18.4888489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:18.4889382Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:18.4890485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:18.4891441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:18.4892385Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:18.4893332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:18.4893705Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-03-21T20:21:18.4894591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:18.4895574Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:18.4896502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:18.4897402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:18.4897790Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:21:18.4898745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:18.4899756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:18.4900759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:18.4901827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:18.4902198Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:21:18.4903109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:18.4904147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:18.4905356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:18.4906415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:18.4906857Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:18.4979379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:21:18.4979835Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:21:18.4980772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:21:18.4981325Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:18.4982510Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:18.4983803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:18.4985005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:18.4986211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:18.4986776Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:21:18.4987392Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:18.4988764Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:18.4990454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:18.4990885Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:21:18.4991379Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:18.4992516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:18.4992823Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-03-21T20:21:18.4993165Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-03-21T20:21:18.4993993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:18.4994379Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-03-21T20:21:18.4995349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:18.4996740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:18.4997945Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:18.4998853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:18.4999803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:18.5000104Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-03-21T20:21:18.5000806Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-03-21T20:21:18.5001189Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-03-21T20:21:18.5002070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:21:18.5003022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:21:18.5003427Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:21:18.5004475Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:21:18.5004869Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-03-21T20:21:18.5005302Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.5005771Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:18.5006875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:18.5007878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.5008979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.5010097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.5011146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.5011603Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:18.5012092Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:18.5013258Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:18.5014297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:18.5015615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:18.5016808Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:18.5017253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:21:18.5018285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:18.5019299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:18.5020329Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:18.5020743Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:21:18.5021736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:21:18.5022644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:18.5023631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:18.5109610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:18.5110100Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-03-21T20:21:18.5111118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-03-21T20:21:18.5112028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-03-21T20:21:18.5112374Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-03-21T20:21:18.5113251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:18.5114097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:18.5114475Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:21:18.5115429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:21:18.5116356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:18.5117209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:18.5117557Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-03-21T20:21:18.5118398Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-03-21T20:21:18.5119695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-03-21T20:21:18.5120076Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:21:18.5121230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:21:18.5121600Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-03-21T20:21:18.5122454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:18.5123327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:18.5124246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:18.5125153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:18.5125538Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:21:18.5126542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:18.5127529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:18.5128557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:18.5128965Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:21:18.5129988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:21:18.5131020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:21:18.5131398Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-03-21T20:21:18.5132299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:18.5133312Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:18.5134346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:18.5134653Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-03-21T20:21:18.5135360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-03-21T20:21:18.5135674Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-03-21T20:21:18.5136487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/test 2025-03-21T20:21:18.5136813Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-03-21T20:21:18.5137170Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-03-21T20:21:18.5138226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:21:18.5138510Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-03-21T20:21:18.5139416Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:18.5140144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:18.5140869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:18.5141152Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-03-21T20:21:18.5141871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-03-21T20:21:18.5142612Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-03-21T20:21:18.5143233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-03-21T20:21:18.5143516Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-03-21T20:21:18.5144104Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-03-21T20:21:18.5144979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-aarch64/wheel/./executorch/share/cmake 2025-03-21T20:21:18.5145276Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-03-21T20:21:18.5145622Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-03-21T20:21:18.5146022Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-03-21T20:21:18.5146463Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5147505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5148563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5149603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5150620Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5151649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5152717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5153803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5202694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5203846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5205371Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5206651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5207748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5208922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5209947Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5210951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5212027Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5213139Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:18.5213643Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:18.5214794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:18.5215395Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:18.5216752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:18.5218092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:18.5218621Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.5219867Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.5221128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.5222439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.5223808Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.5225053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:18.5225739Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5227111Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5228382Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5229617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5230833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5232043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5233233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5234460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5235683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5236899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5238129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5239364Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5240570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5241809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5243059Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:18.5243620Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:21:18.5244202Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:21:18.5244834Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:18.5246437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:18.5247941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:18.5248577Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5292071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5293551Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5295003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5296395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5297757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5299218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5300606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5302064Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5303637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:18.5304095Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.5305226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.5306391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.5307527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.5308701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:18.5309564Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:18.5310702Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:18.5311379Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5312494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5313587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5314664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5315803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5316908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5317980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5319083Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5320566Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5333046Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5334321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5335420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:18.5335906Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:18.5337112Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:18.5337522Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-03-21T20:21:18.5338013Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:18.5339290Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:18.5340479Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:18.5341618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:18.5342333Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.5343678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.5344853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.5345979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.5347115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:18.5347618Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:18.5348805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:18.5349984Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:18.5976360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:18.5976731Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-03-21T20:21:18.5977074Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-03-21T20:21:18.5977802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-03-21T20:21:18.5978507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-03-21T20:21:18.5978680Z running install_egg_info 2025-03-21T20:21:18.5979239Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:21:18.5979403Z running install_scripts 2025-03-21T20:21:18.5979828Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:21:18.5980681Z creating '/tmp/pip-wheel-z8axx1gt/.tmp-9rswpfo_/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-03-21T20:21:18.5980863Z adding 'executorch/version.py' 2025-03-21T20:21:18.5981166Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:21:18.5981461Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:21:18.5981813Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:21:18.5982128Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:21:18.5982492Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:21:18.5982792Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:21:18.5983140Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:21:18.5983473Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:21:18.5983955Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:21:18.5984316Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:21:18.5985083Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:21:18.5985311Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:21:18.5985585Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:21:18.5985861Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:21:18.5986369Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:21:18.5986691Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:21:18.5986983Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:21:18.5987296Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:21:18.5987626Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:21:18.5987941Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:21:18.5988289Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:21:18.5988593Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:21:18.5988938Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:21:18.5989218Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:21:18.5989521Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:21:18.5990012Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:21:18.5990349Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:21:18.5990631Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:21:18.5990933Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:21:18.5991232Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:21:18.5991523Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:21:18.5991823Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:21:18.5992101Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:21:18.5992387Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:21:18.5992716Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:21:18.5993075Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:21:18.5993458Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:21:18.5993811Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:21:18.5994064Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:21:18.5994376Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:21:18.5994709Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:21:18.5994995Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:21:18.5995288Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:21:18.5995600Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:21:18.5995879Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:21:18.5996147Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:21:18.5996420Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:21:18.5996635Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:21:18.5996832Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:21:18.5997053Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:21:18.5997305Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:21:18.5997520Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:21:18.5997736Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:21:18.5997949Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:21:18.5998395Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:21:18.5998640Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:21:18.5998889Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:21:18.5999097Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:21:18.5999488Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:21:18.5999911Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:21:18.6000249Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:21:18.6000519Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:21:18.6000798Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:21:18.6001061Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:21:18.6001370Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:18.6001748Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:21:18.6002104Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:21:18.6002454Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:21:18.6002747Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:21:18.6003060Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:21:18.6003378Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:21:18.6003658Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:21:18.6003978Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:21:18.6004270Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:21:18.6004591Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:21:18.6004902Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:21:18.6005216Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:21:18.6005485Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:21:18.6005807Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:21:18.6006168Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:21:18.6006456Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:21:18.6006842Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:21:18.6007154Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:21:18.6007458Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:21:18.6007810Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:21:18.6008122Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:21:18.6008391Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:21:18.6008758Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:21:18.6009054Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:21:18.6009404Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:21:18.6009664Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:21:18.6009939Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:21:18.6010272Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:21:18.6010582Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:21:18.6010932Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:18.6011308Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:21:18.6011775Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:21:18.6012140Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:21:18.6012457Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:21:18.6012878Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:21:18.6013246Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:21:18.6013607Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:21:18.6013949Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:21:18.6014281Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:21:18.6014660Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:21:18.6014905Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:21:18.6420778Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:21:18.6421069Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:21:18.6421459Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:21:18.6421729Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:21:18.6422013Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:21:18.6422346Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:21:18.6422629Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:21:18.6422857Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:21:18.6423089Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:21:18.6423344Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:21:18.6423713Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:21:18.6423976Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:21:18.6424212Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:21:18.6424448Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:21:18.6424681Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:21:18.6424901Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:21:18.6425173Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:21:18.6425391Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:21:18.6425615Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:21:18.6425842Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:21:18.6426063Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:21:18.6426337Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:21:18.6426590Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:21:18.6426908Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:21:18.6427140Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:21:18.6427400Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:21:18.6427670Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:21:18.6427924Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:21:18.6428188Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:21:18.6428444Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:21:18.6428686Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:21:18.6428939Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:21:18.6429185Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:21:18.6429412Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:21:18.6429652Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:21:18.6429895Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:21:18.6430561Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:21:18.6430826Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:21:18.6431140Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:21:18.6431428Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:21:18.6431942Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:21:18.6432208Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:21:18.6432477Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:21:18.6432731Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:21:18.6432974Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:21:18.6433243Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:21:18.6433558Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:21:18.6433898Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:21:18.6434218Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:21:18.6434427Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:21:18.6434651Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:21:18.6434894Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:21:18.6435114Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:21:18.6435442Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:21:18.6435728Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:21:18.6436051Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:21:18.6436354Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:21:18.6436683Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:21:18.6437025Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:21:18.6437347Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:21:18.6437787Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:21:18.6438069Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:21:18.6438365Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:21:18.6438633Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:21:18.6438898Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:21:18.6439172Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:21:18.6439499Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:21:18.6439819Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:21:18.6440111Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:21:18.6440451Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:21:18.6440720Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:21:18.6440960Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:21:18.6441191Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:21:18.6441438Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:21:18.6441690Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:21:18.6441923Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:21:18.6442209Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:21:18.6442478Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:21:18.6442740Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:21:18.6442970Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:21:18.6443376Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:21:18.6443639Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:21:18.6443894Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:21:18.6444213Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:21:18.6444573Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:21:18.6444853Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:21:18.6445140Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:21:18.6445444Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:21:18.6445680Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:21:18.6445905Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:21:18.6446138Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:21:18.6446392Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:21:18.6446644Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:21:18.6446891Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:21:18.6447119Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:21:18.6447354Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:21:18.6447637Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:21:18.6447914Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:21:18.6448177Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:21:18.6448446Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:21:18.6448678Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:21:18.6448925Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:21:18.6449161Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:21:18.6449424Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:21:18.6449707Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:21:18.6449937Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:21:18.6450198Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:21:18.6450466Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:21:18.6450727Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:21:18.6450991Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:21:18.6451218Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:21:18.6451458Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:21:18.6451712Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:21:18.6451985Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:21:18.6452230Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:21:18.6452491Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:21:18.6452747Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:21:18.6452993Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:21:18.6453260Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:21:18.6453517Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:21:18.6453772Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:21:18.6454067Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:21:18.6454362Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:21:18.6454621Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:21:18.6454877Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:21:18.6455122Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:21:18.6455543Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:21:18.6455784Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:21:18.6456024Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:21:18.6456260Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:21:18.6456523Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:21:18.6456882Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:21:18.6457249Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:21:18.6457501Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:21:18.6457740Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:21:18.6458078Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:21:18.6892337Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:21:18.6892749Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:21:18.6893339Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:21:18.6893741Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:21:18.6894108Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:21:18.6894492Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:21:18.6895081Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:21:18.6895405Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:21:18.6895810Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:18.6896173Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:21:18.6896434Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:21:18.6896759Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:21:18.6897043Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:21:18.6897327Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:21:18.6897594Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:21:18.6897947Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:21:18.6898429Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:21:18.6898948Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:21:18.6899536Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:21:18.6899980Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:21:18.6900445Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:21:18.6900928Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:21:18.6901407Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:21:18.6901879Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:21:18.6902367Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:21:18.6902908Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:21:18.6903380Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:21:18.6904322Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:21:18.6904827Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:21:18.6905811Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:21:18.6906313Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:21:18.6906710Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:21:18.6907375Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:21:18.6907866Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:21:18.6908329Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:21:18.6908832Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:21:18.6909317Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:21:18.6909808Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:21:18.6910246Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:21:18.6910720Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:21:18.6911195Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:21:18.6911673Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:21:18.6912145Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:21:18.6912580Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:21:18.6913040Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:21:18.6913479Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:21:18.6914030Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:21:18.6914540Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:21:18.6915089Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:21:18.6915506Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:21:18.6916012Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:21:18.6916435Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:21:18.6916818Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:21:18.6917303Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:21:18.6917760Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:21:18.6918059Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:21:18.6918289Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:21:18.6918529Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:21:18.6918795Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:21:18.6919060Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:21:18.6919319Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:21:18.6919629Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:21:18.6919910Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:21:18.6920141Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:21:18.6920404Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:21:18.6921087Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:21:18.6921449Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:21:18.6921752Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:21:18.6922073Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:21:18.6922422Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:21:18.6922814Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:21:18.6923182Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:21:18.6923512Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:21:18.6923776Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:21:18.6924035Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:21:18.6924357Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:21:18.6924776Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:21:18.6925150Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:21:18.6925515Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:21:18.6925787Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:21:18.6926143Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:21:18.6926468Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:21:18.6926798Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:21:18.6927241Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:21:18.6927617Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:21:18.6927976Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:21:18.6928398Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:21:18.6928875Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:21:18.6929136Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:21:18.6929453Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:21:18.6929762Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:21:18.6930139Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:21:18.6930473Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:21:18.6930872Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:21:18.6931226Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:21:18.6931640Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:21:18.6931996Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:21:18.6932321Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:21:18.6932660Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:21:18.6933035Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:21:18.6933479Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:21:18.6933794Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:21:18.6934165Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:21:18.6934597Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:21:18.6935017Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:21:18.6935416Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:21:18.7260628Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:21:18.7261120Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:21:18.7261956Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:21:18.7262382Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:21:18.7262819Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:21:18.7263440Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:21:18.7263969Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:21:18.7264388Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:21:18.7264799Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:21:18.7265182Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:21:18.7265601Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:21:18.7266064Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:21:18.7266496Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:21:18.7266940Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:21:18.7267338Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:21:18.7267762Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:21:18.7268173Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:21:18.7268585Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:21:18.7269001Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:21:18.7269336Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:21:18.7269698Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:21:18.7270046Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:21:18.7270408Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:21:18.7270856Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:21:18.7271333Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:21:18.7271805Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:21:18.7272272Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:21:18.7272704Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:21:18.7273151Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:21:18.7273607Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:21:18.7274023Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:21:18.7274467Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:21:18.7274848Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:21:18.7275315Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:21:18.7275787Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:21:18.7276235Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:21:18.7276667Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:21:18.7277096Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:21:18.7277522Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:21:18.7277809Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:21:18.7278078Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:21:18.7278476Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:21:18.7278961Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:21:18.7279483Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:21:18.7279866Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:21:18.7280164Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:21:18.7280466Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:21:18.7280799Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:21:18.7281107Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:21:18.7281417Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:21:18.7281720Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:21:18.7282030Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:21:18.7282317Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:21:18.7282611Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:21:18.7282830Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:21:18.7283066Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:21:18.7283307Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:21:18.7283562Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:21:18.7284000Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:21:18.7284278Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:21:18.7284554Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:21:18.7284825Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:21:18.7285109Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:21:18.7285370Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:21:18.7285623Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:21:18.7285949Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:21:18.7286281Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:21:18.7286570Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:21:18.7286893Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:21:18.7287231Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:21:18.7287661Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:21:18.7287973Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:21:18.7288258Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:21:18.7288578Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:21:18.7288954Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:21:18.7289256Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:21:18.7289640Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:21:18.7290051Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:21:18.7290444Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:21:18.7291028Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:21:18.7291356Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:21:18.7291669Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:21:18.7292104Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:21:18.7292608Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:21:18.7292938Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:21:18.7293263Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:21:18.7293602Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:21:18.7293929Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:21:18.7294282Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:21:18.7294617Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:21:18.7294931Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:21:18.7295178Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:21:18.7295415Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:21:18.7295685Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:21:18.7295975Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:21:18.7296228Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:21:18.7296585Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:21:18.7296835Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:21:18.7297118Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:21:18.7297384Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:21:18.7297691Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:21:18.7297992Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:21:18.7298244Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:21:18.7298501Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:21:18.7298756Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:21:18.7299034Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:21:18.7299303Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:21:18.7299567Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:21:18.7299884Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:21:18.7300182Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:21:18.7300441Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:21:18.7717983Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:21:18.7718847Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:21:18.7719521Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:21:18.7720200Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:21:18.7720897Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:21:18.7721607Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:21:18.7722275Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:21:18.7722981Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:21:18.7723676Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:21:18.7724385Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:21:18.7725147Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:21:18.7725871Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:21:18.7726997Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:21:18.7727693Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:21:18.7728438Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:21:18.7729186Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:21:18.7730070Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:21:18.7730757Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:21:18.7731424Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:21:18.7732118Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:21:18.7732867Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:21:18.7733554Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:21:18.7734215Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:21:18.7734889Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:21:18.7735577Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:21:18.7736300Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:21:18.7736971Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:21:18.7737624Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:21:18.7738274Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:21:18.7738917Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:21:18.7739558Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:21:18.7740208Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:21:18.7740842Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:21:18.7741502Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:21:18.7742195Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:21:18.7742888Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:21:18.7743678Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:21:18.7744387Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:21:18.7745091Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:21:18.7745790Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:21:18.7746504Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:21:18.7747236Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:21:18.7747913Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:21:18.7748588Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:21:18.7749310Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:21:18.7750039Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:21:18.7750793Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:21:18.7751597Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:21:18.7752329Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:21:18.7753008Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:21:18.7753692Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:21:18.7754416Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:21:18.7755130Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:21:18.7755782Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:21:18.7756424Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:21:18.7757123Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:21:18.7757851Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:21:18.7758884Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:21:18.7759755Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:21:18.7760518Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:21:18.7761229Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:21:18.7762055Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:21:18.7762727Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:21:18.7763427Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:21:18.7764187Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:21:18.7764904Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:21:18.7765588Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:21:18.7766352Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:21:18.7767104Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:21:18.7767792Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:21:18.7768663Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:21:18.7769630Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:21:18.7770445Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:21:18.7771264Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:21:18.7772020Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:21:18.7772705Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:21:18.7773377Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:21:18.7774011Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:21:18.7774648Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:21:18.7775242Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:21:18.7775891Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:21:18.7776610Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:21:18.7777304Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:21:18.7778074Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:18.7778905Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:18.7779672Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:21:18.7780398Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:21:18.7781080Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:21:18.7781755Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:21:18.7782431Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:21:18.7783119Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:21:18.7783993Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:21:18.7784682Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:21:18.7785413Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:21:18.7786369Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:21:18.7787386Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:18.7788286Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:21:18.7788972Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:21:18.7789554Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:21:18.7790354Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:21:18.7791236Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:21:18.7791847Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:21:18.7792494Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:21:18.7793207Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:21:18.7794188Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:21:18.7794992Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:21:18.7795782Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:21:18.7796616Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:21:18.7797420Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:21:18.7798218Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:21:18.7799019Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:21:18.7799817Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:21:18.7800550Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:21:18.7801384Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:21:18.7802390Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:21:18.7803367Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:21:18.7804251Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:21:18.7805102Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:21:18.7805974Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:21:18.7806831Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:21:18.7807847Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:21:18.7808922Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:21:18.7809861Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:21:18.7810720Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:21:18.8114172Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:21:18.8115059Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:21:18.8115902Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:21:18.8116887Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:21:18.8117944Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:21:18.8119017Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:21:18.8120092Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:21:18.8121041Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:21:18.8121955Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:21:18.8123034Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:21:18.8124119Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:21:18.8125057Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:21:18.8126017Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:21:18.8126968Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:21:18.8127810Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:21:18.8129019Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:21:18.8129886Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:21:18.8130783Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:21:18.8131895Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:21:18.8132887Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:21:18.8133878Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:21:18.8134802Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:21:18.8135733Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:21:18.8136807Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:21:18.8137876Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:21:18.8138797Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:21:18.8139663Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:21:18.8140533Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:21:18.8141479Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:21:18.8142392Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:21:18.8143266Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:21:18.8144278Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:21:18.8145328Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:21:18.8146258Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:21:18.8147149Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:21:18.8148109Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:21:18.8149091Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:21:18.8150157Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:21:18.8151213Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:21:18.8152174Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:21:18.8153267Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:21:18.8154226Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:21:18.8155183Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:21:18.8156141Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:21:18.8157086Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:21:18.8158033Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:21:18.8159009Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:21:18.8159937Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:21:18.8160795Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:21:18.8161722Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:21:18.8162626Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:21:18.8163383Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:21:18.8164394Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:21:18.8165277Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:21:18.8166160Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:21:18.8166980Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:21:18.8167842Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:21:18.8168667Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:21:18.8169461Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:21:18.8170160Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:21:18.8170935Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:21:18.8171864Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:21:18.8172761Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:21:18.8173602Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:21:18.8174480Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:21:18.8175389Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:21:18.8176309Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:21:18.8177171Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:21:18.8178112Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:21:18.8179158Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:21:18.8180169Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:21:18.8181186Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:21:18.8182170Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:21:18.8183107Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:21:18.8184224Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:21:18.8185300Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:21:18.8186495Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:21:18.8187544Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:21:18.8188353Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:21:18.8189253Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:21:18.8190329Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:21:18.8191186Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:21:18.8192109Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:21:18.8193005Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:21:18.8193711Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:21:18.8194342Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:21:18.8195016Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:21:18.8195800Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:21:18.8196681Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:18.8197468Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:21:18.8198212Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:21:18.8199370Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:21:18.8200200Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:21:18.8200946Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:21:18.8201773Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:18.8202830Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:21:18.8203626Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:21:18.8204421Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:21:18.8205175Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:21:18.8205865Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:21:18.8206569Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:21:18.8207276Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:21:18.8207942Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:21:18.8208610Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:21:18.8209336Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:21:18.8539261Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:21:18.8540085Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:21:18.8540782Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:21:18.8541474Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:21:18.8542161Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:21:18.8542833Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:21:18.8543681Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:21:18.8544578Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:21:18.8545362Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:21:18.8546028Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:21:18.8546737Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:21:18.8547457Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:21:18.8548190Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:21:18.8548906Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:21:18.8549691Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:21:18.8550487Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:21:18.8551344Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:21:18.8552072Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:21:18.8552791Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:21:18.8553494Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:21:18.8554200Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:21:18.8554904Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:21:18.8555601Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:21:18.8556299Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:21:18.8557031Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:21:18.8557757Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:21:18.8558427Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:21:18.8559094Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:21:18.8559783Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:21:18.8560509Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:21:18.8562140Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:21:18.8562875Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:21:18.8563568Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:21:18.8564283Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:21:18.8565213Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:21:18.8566017Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:21:18.8566925Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:21:18.8567724Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:21:18.8568392Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:21:18.8569110Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:21:18.8569824Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:21:18.8570571Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:21:18.8571366Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:21:18.8572153Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:21:18.8573021Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:21:18.8573890Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:21:18.8574757Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:21:18.8575639Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:21:18.8576470Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:21:18.8577232Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:21:18.8577985Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:21:18.8578827Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:21:18.8579676Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:21:18.8580443Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:21:18.8581251Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:21:18.8582157Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:21:18.8582996Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:21:18.8583909Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:21:18.8584716Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:21:18.8585406Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:21:18.8586113Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:21:18.8586873Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:21:18.8587627Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:21:18.8588410Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:21:18.8589183Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:21:18.8590088Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:21:18.8590861Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:21:18.8591572Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:21:18.8592306Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:21:18.8593092Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:21:18.8593802Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:21:18.8594452Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:21:18.8595450Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:21:18.8596165Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:21:18.8596913Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:21:18.8597616Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:21:18.8598437Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:21:18.8599138Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:21:18.8599886Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:21:18.8600649Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:21:18.8601331Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:21:18.8602021Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:21:18.8602690Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:21:18.8603344Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:21:18.8604010Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:21:18.8604720Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:21:18.8605447Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:21:18.8606184Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:21:18.8606901Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:21:18.8607571Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:21:18.8608257Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:21:18.8608956Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:21:18.8609669Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:21:18.8610392Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:21:18.8611096Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:21:18.8611804Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:21:18.8612508Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:21:18.8613201Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:21:18.8613887Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:21:18.8614557Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:21:18.8615318Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:21:18.8616089Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:21:18.8616759Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:21:18.8617433Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:21:18.8618119Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:21:18.8618846Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:21:18.8619569Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:21:18.8620255Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:21:18.8620931Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:21:18.8621765Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:21:18.8622522Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:21:18.8623280Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:21:18.8624278Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:21:18.8625237Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:21:18.8626191Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:21:18.8627311Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:21:18.8628230Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:21:18.8629149Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:21:18.8630193Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:21:18.8631133Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:21:18.8632055Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:21:18.8632983Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:21:18.8870692Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:21:18.8871591Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:21:18.8872281Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:21:18.8873128Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:21:18.8873994Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:21:18.8874756Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:21:18.8875597Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:21:18.8876484Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:21:18.8877335Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:21:18.8878207Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:21:18.8879044Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:21:18.8879821Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:21:18.8880669Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:21:18.8881663Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:21:18.8882738Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:21:18.8883792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:21:18.8884783Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:21:18.8885765Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:21:18.8886747Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:21:18.8887767Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:21:18.8888823Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:21:18.8889999Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:21:18.8890984Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:21:18.8891951Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:21:18.8893070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:21:18.8894050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:21:18.8895010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:21:18.8896052Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:21:18.8897039Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:21:18.8897919Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:21:18.8898822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:21:18.8900112Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:21:18.8901050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:21:18.8902071Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:21:18.8903273Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:21:18.8904360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:21:18.8905325Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:21:18.8906313Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:21:18.8907308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:21:18.8908308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:21:18.8909288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:21:18.8910208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:21:18.8911154Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:21:18.8912169Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:21:18.8913142Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:21:18.8914121Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:21:18.8915097Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:21:18.8916031Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:21:18.8916974Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:21:18.8917998Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:18.8919024Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:18.8920038Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:21:18.8921018Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:21:18.8922006Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:21:18.8923008Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:21:18.8924046Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:21:18.8925048Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:21:18.8925943Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:21:18.8926832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:21:18.8927740Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:21:18.8928644Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:21:18.8929582Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:21:18.8930592Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:21:18.8931647Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:21:18.8932676Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:21:18.8933721Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:18.8935060Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:18.8936158Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:18.8937254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:18.8938442Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:18.8939551Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:18.8940653Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:18.8941749Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:18.8942841Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:18.8944032Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:18.8945135Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:21:18.8946237Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:21:18.8947315Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:21:18.8948286Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:21:18.8949242Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:21:18.8950281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:21:18.8951327Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:21:18.8952384Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:21:18.8953372Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:21:18.8954258Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:21:18.8955161Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:21:18.8967011Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:21:18.8968164Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:21:18.8969078Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:21:18.8969939Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:21:18.8970929Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:21:18.8972008Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:21:18.8973094Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:21:18.8974250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:21:18.8975412Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:21:18.8976547Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:21:19.2160997Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:21:19.2162207Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:21:19.2163323Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:21:19.2164404Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:21:19.2165439Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:21:19.2166943Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:21:19.2168088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:21:19.2169258Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:21:19.2170610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:21:19.2171692Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:21:19.2172720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:21:19.2173739Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:21:19.2174763Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:21:19.2175834Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:21:19.2176975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:21:19.2178144Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:21:19.2179226Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:21:19.2180177Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:21:19.2181115Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:21:19.2182046Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:21:19.2182904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:21:19.2183866Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:21:19.2184700Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:21:19.2185558Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:21:19.2186484Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:21:19.2187461Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:21:19.2188541Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:21:19.2189635Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:21:19.2190797Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:21:19.2191658Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:21:19.2192392Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:21:19.2193030Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:21:19.2193658Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:21:19.2194330Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:21:19.2195051Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:21:19.2195567Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:21:19.2196141Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:21:19.2196711Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:21:19.2197275Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:21:19.2197907Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:21:19.2198543Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:21:19.2199098Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:21:19.2199728Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:21:19.2200403Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:21:19.2201450Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:21:19.2202277Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:21:19.2202955Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:21:19.2203446Z adding 'executorch/data/bin/flatc' 2025-03-21T20:21:19.2203916Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:21:19.2204651Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:21:19.2205352Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:21:19.2206138Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:21:19.2206881Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:21:19.2207488Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:21:19.2208111Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:21:19.2208416Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:21:19.2208805Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:21:19.2209188Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:21:19.2209502Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:21:19.2209843Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:21:19.2210162Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:21:19.2210565Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:21:19.2210904Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:21:19.2211279Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:21:19.2211613Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:21:19.2211908Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:21:19.2212216Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:21:19.2212517Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:21:19.2212768Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:21:19.2213013Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:21:19.2213292Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:21:19.2213522Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:21:19.2213753Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:21:19.2213965Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:21:19.2214241Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:21:19.2214451Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:21:19.2214673Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:21:19.2214954Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:21:19.2215180Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:21:19.2215409Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:21:19.2215674Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:21:19.2215933Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:21:19.2216245Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:21:19.2216542Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:21:19.2216864Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:21:19.2217193Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:21:19.2217544Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:21:19.2217787Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:21:19.2218284Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:21:19.2218636Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:21:19.2218910Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:21:19.2219243Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:21:19.2219613Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:21:19.2219891Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:21:19.2220146Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:21:19.2220414Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:21:19.2220714Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:21:19.2221037Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:21:19.2221396Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:21:19.2221711Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:21:19.2222025Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:21:19.2222280Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:21:19.2222577Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:21:19.2222786Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:21:19.2223008Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:21:19.2223217Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:21:19.2223457Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:21:19.2223839Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:21:19.2224097Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:21:19.2224331Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:21:19.2224543Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:21:19.2224836Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:21:19.2225097Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:21:19.2225570Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:21:19.2226020Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:21:19.2226494Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:21:19.2226976Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:21:19.2227339Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:21:19.2642202Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:21:19.2643656Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:21:19.2644404Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:21:19.2645170Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:21:19.2646147Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:21:19.2646830Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:21:19.2647529Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:21:19.2648306Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:21:19.2648933Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:21:19.2649574Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:21:19.2650236Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:21:19.2650908Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:21:19.2651585Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:21:19.2652252Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:21:19.2654168Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:21:19.2654965Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:21:19.2655646Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:21:19.2656307Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:21:19.2657497Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:21:19.2658142Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:21:19.2658736Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:21:19.2659588Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:21:19.2660305Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:21:19.2661040Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:21:19.2662052Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:21:19.2662898Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:21:19.2663828Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:21:19.2664836Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:21:19.2665606Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:21:19.2666308Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:21:19.2667010Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:21:19.2667795Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:21:19.2668774Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:21:19.2669770Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:21:19.2670707Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:21:19.2671629Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:21:19.2672757Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:21:19.2673741Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:21:19.2674864Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:21:19.2675846Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:21:19.2676790Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:21:19.2677662Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:21:19.2678504Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:21:19.2679382Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:21:19.2680348Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:21:19.2681410Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:21:19.2682535Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:21:19.2683602Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:21:19.2684587Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:21:19.2685484Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:21:19.2686303Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:21:19.2687101Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:21:19.2687824Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:21:19.2688622Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:21:19.2690082Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:21:19.2691025Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:21:19.2691925Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:21:19.2693079Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:21:19.2693903Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:21:19.2694762Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:21:19.2695584Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:21:19.2696408Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:21:19.2697304Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:21:19.2698305Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:21:19.2699283Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:21:19.2700177Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:21:19.2701099Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:21:19.2702132Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:21:19.2702987Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:21:19.2703726Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:21:19.2704381Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:21:19.2704995Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:21:19.2705631Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:21:19.2706314Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:21:19.2706960Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:21:19.2707541Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:21:19.2708167Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:21:19.2708825Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:21:19.2709491Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:21:19.2710168Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:21:19.2710836Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:21:19.2711499Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:21:19.2712166Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:21:19.2712838Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:21:19.2713494Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:21:19.2714211Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:21:19.2714943Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:21:19.2715643Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:21:19.2716392Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:21:19.2717128Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:21:19.2717842Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:21:19.2718541Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:21:19.2719207Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:21:19.2719882Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:21:19.2720494Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:21:19.2721088Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:21:19.2722051Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:21:19.2722755Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:21:19.2723470Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:21:19.2724149Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:21:19.2724791Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:21:19.2725606Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:21:19.2726294Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:21:19.2726875Z adding 'executorch/exir/__init__.py' 2025-03-21T20:21:19.2727353Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:21:19.2727838Z adding 'executorch/exir/common.py' 2025-03-21T20:21:19.2728315Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:21:19.2728809Z adding 'executorch/exir/delegate.py' 2025-03-21T20:21:19.2729281Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:21:19.2729791Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:21:19.2730313Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:21:19.2730804Z adding 'executorch/exir/error.py' 2025-03-21T20:21:19.2731267Z adding 'executorch/exir/graph.py' 2025-03-21T20:21:19.2731734Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:21:19.2732271Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:21:19.2732808Z adding 'executorch/exir/memory.py' 2025-03-21T20:21:19.2733304Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:21:19.2733822Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:21:19.2734309Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:21:19.2734822Z adding 'executorch/exir/print_program.py' 2025-03-21T20:21:19.2735330Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:21:19.2735823Z adding 'executorch/exir/schema.py' 2025-03-21T20:21:19.2736291Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:21:19.2736808Z adding 'executorch/exir/tensor.py' 2025-03-21T20:21:19.2737274Z adding 'executorch/exir/tracer.py' 2025-03-21T20:21:19.2737736Z adding 'executorch/exir/types.py' 2025-03-21T20:21:19.2738207Z adding 'executorch/exir/version.py' 2025-03-21T20:21:19.2738677Z adding 'executorch/exir/wrap.py' 2025-03-21T20:21:19.2739160Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:21:19.2739713Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:21:19.3359536Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:21:19.3360264Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:21:19.3360892Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:21:19.3361503Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:21:19.3362074Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:21:19.3362680Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:21:19.3363273Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:21:19.3363901Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:21:19.3364486Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:21:19.3365080Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:21:19.3365686Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:21:19.3366335Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:21:19.3367061Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:21:19.3367761Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:21:19.3368368Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:21:19.3368945Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:21:19.3369556Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:21:19.3370176Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:21:19.3370771Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:21:19.3371760Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:21:19.3372489Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:21:19.3373479Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:21:19.3374508Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:21:19.3375700Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:21:19.3376614Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:21:19.3377450Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:21:19.3378285Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:21:19.3379039Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:21:19.3379731Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:21:19.3380415Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:21:19.3381162Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:21:19.3381901Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:21:19.3382566Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:21:19.3383272Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:21:19.3384154Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:21:19.3384875Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:21:19.3385617Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:21:19.3386359Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:21:19.3387116Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:21:19.3387855Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:21:19.3388493Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:21:19.3389090Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:21:19.3389994Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:21:19.3390827Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:21:19.3391695Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:21:19.3392630Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:21:19.3393432Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:21:19.3394036Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:21:19.3394566Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:21:19.3395091Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:21:19.3395605Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:21:19.3396128Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:21:19.3396659Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:21:19.3397195Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:21:19.3397862Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:21:19.3398518Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:21:19.3399069Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:21:19.3399637Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:21:19.3400212Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:21:19.3400817Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:21:19.3401461Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:21:19.3402095Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:21:19.3402675Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:21:19.3403283Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:21:19.3404308Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:21:19.3404951Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:21:19.3405538Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:21:19.3406192Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:21:19.3407092Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:21:19.3407836Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:21:19.3408457Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:21:19.3408975Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:21:19.3409507Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:21:19.3410029Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:21:19.3410581Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:21:19.3411107Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:21:19.3411780Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:21:19.3412348Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:21:19.3412939Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:21:19.3413596Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:21:19.3414282Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:21:19.3414892Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:21:19.3415549Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:21:19.3416242Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:21:19.3416905Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:21:19.3417609Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:21:19.3418314Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:21:19.3418957Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:21:19.3419659Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:21:19.3420402Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:21:19.3421054Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:21:19.3421715Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:21:19.3422437Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:21:19.3423089Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:21:19.3423836Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:21:19.3424499Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:21:19.3425112Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:21:19.3425756Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:21:19.3426490Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:21:19.3427153Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:21:19.3427820Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:21:19.3428623Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:21:19.3429454Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:21:19.3430171Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:21:19.3430899Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:21:19.3431624Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:21:19.3432237Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:21:19.3432846Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:21:19.3433465Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:21:19.3434101Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:21:19.3434709Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:21:19.3435487Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:21:19.3436067Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:21:19.3436626Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:21:19.3437252Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:21:19.3437890Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:21:19.3438580Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:21:19.3439156Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:21:19.3439705Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:21:19.3440230Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:21:19.3440765Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:21:19.3441274Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:21:19.3441780Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:21:19.3442300Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:21:19.3442828Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:21:19.3443374Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:21:19.3443995Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:21:19.3444565Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:21:19.3445119Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:21:19.3445705Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:21:19.3446251Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:21:19.3446806Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:21:19.3447399Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:21:19.3448085Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:21:19.3448733Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:21:19.3449290Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:21:19.3449927Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:21:19.3450672Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:21:19.3451452Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:21:19.3452161Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:21:19.3452760Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:21:19.7855259Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:21:19.7857470Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:21:19.7858170Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:21:19.7858845Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:21:19.7859536Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:21:19.7860150Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:21:19.7860753Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:21:19.7861406Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:21:19.7861992Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:21:19.7862526Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:21:19.7863061Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:21:19.7863705Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:21:19.7864306Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:21:19.7864854Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:21:19.7865438Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:21:19.7866042Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:21:19.7866634Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:21:19.7867219Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:21:19.7867847Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:21:19.7868508Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:21:19.7869563Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:21:19.7870172Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:21:19.7870762Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:21:19.7871429Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:21:19.7872385Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:21:19.7873232Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:21:19.7874061Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:21:19.7874991Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:21:19.7875749Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:21:19.7876445Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:21:19.7877067Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:21:19.7877681Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:21:19.7878379Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:21:19.7879100Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:21:19.7879755Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:21:19.7880493Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:21:19.7881253Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:21:19.7881976Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:21:19.7882752Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:21:19.7883583Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:21:19.7884432Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:21:19.7885227Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:21:19.7886098Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:21:19.7887073Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:21:19.7888010Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:21:19.7888787Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:21:19.7889382Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:21:19.7890376Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:21:19.7891068Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:21:19.7891742Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:21:19.7892426Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:21:19.7893088Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:21:19.7893791Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:21:19.7894492Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:21:19.7895117Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:21:19.7895747Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:21:19.7896456Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:21:19.7897206Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:21:19.7898010Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:21:19.7898771Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:21:19.7899436Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:21:19.7900102Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:21:19.7900735Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:21:19.7901429Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:21:19.7902450Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:21:19.7903210Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:21:19.7904225Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:21:19.7905338Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:21:19.7906261Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:21:19.7907251Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:21:19.7908314Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:19.7909252Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:19.7910169Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-03-21T20:21:19.7911036Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:21:19.7911691Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:21:19.7912350Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:21:19.7913111Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:21:19.7913923Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:21:19.7914575Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:21:19.7915144Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:21:19.7915724Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:21:19.7916402Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:21:19.7917152Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:21:19.7917912Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:21:19.7918733Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:21:19.7919532Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:21:19.7920302Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:21:19.7921223Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:21:19.7922269Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:21:19.7923165Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:21:19.7923970Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:21:19.7924778Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:21:19.7925621Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:21:19.7926460Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:21:19.7927361Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:21:19.7928234Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:21:19.7929133Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:21:19.7929966Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:21:19.7930723Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:21:19.7931452Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:21:19.7932148Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:21:19.7932828Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:21:19.7933554Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:21:19.7934361Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:21:19.7935262Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:21:19.7936423Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:21:19.7937286Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:21:19.7938155Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:21:19.7939073Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:21:19.7939851Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:21:19.7940550Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:21:19.7941215Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:21:19.7941930Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:21:19.7942770Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:21:19.7943762Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:21:19.7944767Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:21:19.7945847Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:21:19.7946860Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:21:19.7947853Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:21:19.7948898Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:21:19.7950001Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:21:24.5482924Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:21:24.5484016Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:21:24.5484959Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:21:24.5485965Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:21:24.5486889Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:21:24.5487782Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:21:24.5488672Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:21:24.5489558Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:21:24.5490648Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:21:24.5491565Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:21:24.5492480Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:21:24.5493428Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:21:24.5494367Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:21:24.5495291Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:21:24.5496260Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:21:24.5497301Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:21:24.5498368Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:21:24.5499462Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:21:24.5500585Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:21:24.5501679Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:21:24.5502736Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:21:24.5504850Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:21:24.5505953Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:21:24.5507275Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:21:24.5508441Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:21:24.5509584Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:21:24.5510518Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:21:24.5511408Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:21:24.5512312Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:21:24.5513240Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:21:24.5514143Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:21:24.5514930Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:21:24.5515667Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:21:24.5516423Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:21:24.5517216Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:21:24.5518037Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:21:24.5518780Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:21:24.5519523Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:21:24.5520300Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:21:24.5521070Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:21:24.5521837Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:21:24.5522589Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:21:24.5523414Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:21:24.5524160Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:21:24.5524833Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:21:24.5525527Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:21:24.5526246Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:21:24.5527032Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:21:24.5527832Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:21:24.5528516Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:21:24.5529078Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:21:24.5529685Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:21:24.5530225Z adding 'executorch/schema/program.fbs' 2025-03-21T20:21:24.5530732Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:21:24.5531310Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:21:24.5531965Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:21:24.5532530Z adding 'executorch/util/collect_env.py' 2025-03-21T20:21:24.5533052Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:21:24.5533624Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:21:24.5534246Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:21:24.5534862Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:21:24.5535516Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:21:24.5536221Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:21:24.5537110Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:21:24.5537684Z removing pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:24.5538613Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:21:24.5540178Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl size=7062144 sha256=f32569d923f4a9548c86a2a0ca1c16e7569f4d47345bf5ae64dab6caba4e9d71 2025-03-21T20:21:24.5541968Z Stored in directory: /tmp/pip-ephem-wheel-cache-in2t1h83/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:21:24.5542937Z Successfully built executorch 2025-03-21T20:21:24.5543910Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:21:24.5544940Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:21:24.5545510Z Attempting uninstall: pytest 2025-03-21T20:21:24.5545974Z Found existing installation: pytest 7.2.0 2025-03-21T20:21:24.5546479Z Uninstalling pytest-7.2.0: 2025-03-21T20:21:24.5547024Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:21:24.5547728Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:21:24.5548692Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:21:24.5549808Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:21:24.5550768Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:21:24.5551830Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:21:24.5552886Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:21:24.5553637Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:21:24.5554219Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:21:24.5554875Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:21:24.5555518Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:21:24.5556724Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:21:24.5557809Z + pip list 2025-03-21T20:21:24.5558240Z Package Version Editable project location 2025-03-21T20:21:24.5558908Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:21:24.5559477Z alabaster 0.7.16 2025-03-21T20:21:24.5559912Z attrs 25.3.0 2025-03-21T20:21:24.5560335Z babel 2.17.0 2025-03-21T20:21:24.5560769Z beautifulsoup4 4.13.3 2025-03-21T20:21:24.5561196Z breathe 4.34.0 2025-03-21T20:21:24.5561625Z bs4 0.0.2 2025-03-21T20:21:24.5562046Z certifi 2025.1.31 2025-03-21T20:21:24.5562497Z charset-normalizer 3.4.1 2025-03-21T20:21:24.5562931Z cmake 3.31.6 2025-03-21T20:21:24.5563349Z contourpy 1.3.1 2025-03-21T20:21:24.5563771Z coverage 7.7.0 2025-03-21T20:21:24.5564206Z cycler 0.12.1 2025-03-21T20:21:24.5564637Z docutils 0.16 2025-03-21T20:21:24.5565072Z exceptiongroup 1.2.2 2025-03-21T20:21:24.5565498Z execnet 2.1.1 2025-03-21T20:21:24.5565952Z executorch 0.6.0a0+be92d7d 2025-03-21T20:21:24.5566422Z exhale 0.2.3 2025-03-21T20:21:24.5566846Z expecttest 0.1.6 2025-03-21T20:21:24.5567271Z filelock 3.18.0 2025-03-21T20:21:24.5567703Z flatbuffers 25.2.10 2025-03-21T20:21:24.5568385Z fonttools 4.56.0 2025-03-21T20:21:24.5568826Z fsspec 2025.3.0 2025-03-21T20:21:24.5569265Z huggingface-hub 0.29.3 2025-03-21T20:21:24.5569707Z hypothesis 6.84.2 2025-03-21T20:21:24.5570127Z idna 3.10 2025-03-21T20:21:24.5570545Z imagesize 1.4.1 2025-03-21T20:21:24.5571083Z iniconfig 2.1.0 2025-03-21T20:21:24.5571525Z Jinja2 3.1.6 2025-03-21T20:21:24.5571960Z kiwisolver 1.4.8 2025-03-21T20:21:24.5572375Z lxml 5.3.1 2025-03-21T20:21:24.5572805Z markdown-it-py 2.2.0 2025-03-21T20:21:24.5573244Z MarkupSafe 3.0.2 2025-03-21T20:21:24.5573675Z matplotlib 3.10.1 2025-03-21T20:21:24.5574116Z mdit-py-plugins 0.3.5 2025-03-21T20:21:24.5574537Z mdurl 0.1.2 2025-03-21T20:21:24.5574954Z mpmath 1.3.0 2025-03-21T20:21:24.5575387Z myst-parser 0.18.1 2025-03-21T20:21:24.5575823Z networkx 3.4.2 2025-03-21T20:21:24.5576243Z numpy 2.2.4 2025-03-21T20:21:24.5576664Z packaging 24.2 2025-03-21T20:21:24.5577087Z pandas 2.2.3 2025-03-21T20:21:24.5577521Z parameterized 0.9.0 2025-03-21T20:21:24.5577963Z pillow 11.1.0 2025-03-21T20:21:24.5578387Z pip 25.0 2025-03-21T20:21:29.7744780Z pluggy 1.5.0 2025-03-21T20:21:29.7745368Z Pygments 2.19.1 2025-03-21T20:21:29.7745822Z pyparsing 3.2.1 2025-03-21T20:21:29.7746259Z pytest 8.3.5 2025-03-21T20:21:29.7746699Z pytest-cov 4.1.0 2025-03-21T20:21:29.7747156Z pytest-rerunfailures 15.0 2025-03-21T20:21:29.7747604Z pytest-xdist 3.6.1 2025-03-21T20:21:29.7748072Z python-dateutil 2.9.0.post0 2025-03-21T20:21:29.7748764Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:21:29.7749407Z pytz 2025.1 2025-03-21T20:21:29.7749838Z PyYAML 6.0.1 2025-03-21T20:21:29.7750260Z regex 2024.11.6 2025-03-21T20:21:29.7750706Z requests 2.32.3 2025-03-21T20:21:29.7751165Z ruamel.yaml 0.17.32 2025-03-21T20:21:29.7751625Z ruamel.yaml.clib 0.2.12 2025-03-21T20:21:29.7752072Z safetensors 0.5.3 2025-03-21T20:21:29.7752503Z setuptools 75.8.0 2025-03-21T20:21:29.7752935Z six 1.17.0 2025-03-21T20:21:29.7753371Z snowballstemmer 2.2.0 2025-03-21T20:21:29.7753820Z sortedcontainers 2.4.0 2025-03-21T20:21:29.7754267Z soupsieve 2.6 2025-03-21T20:21:29.7754686Z Sphinx 5.3.0 2025-03-21T20:21:29.7755148Z sphinx-copybutton 0.5.0 2025-03-21T20:21:29.7755595Z sphinx_design 0.4.1 2025-03-21T20:21:29.7756039Z sphinx-gallery 0.14.0 2025-03-21T20:21:29.7756500Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:21:29.7756973Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:21:29.7757441Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:21:29.7757910Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:21:29.7758386Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:21:29.7759102Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:21:29.7759698Z sympy 1.13.3 2025-03-21T20:21:29.7760240Z tabulate 0.9.0 2025-03-21T20:21:29.7761044Z timm 1.0.7 2025-03-21T20:21:29.7761582Z tokenizers 0.21.1 2025-03-21T20:21:29.7762210Z tomli 2.0.1 2025-03-21T20:21:29.7762775Z torch 2.7.0a0+git295f2ed 2025-03-21T20:21:29.7776464Z torchao 0.10.0+git64bcf4c 2025-03-21T20:21:29.7777441Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:21:29.7777901Z torchsr 1.0.4 2025-03-21T20:21:29.7778363Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:21:29.7778830Z tqdm 4.67.1 2025-03-21T20:21:29.7779266Z transformers 4.47.1 2025-03-21T20:21:29.7779961Z typing_extensions 4.12.2 2025-03-21T20:21:29.7780423Z tzdata 2025.1 2025-03-21T20:21:29.7780859Z urllib3 2.3.0 2025-03-21T20:21:29.7781288Z wheel 0.45.1 2025-03-21T20:21:29.7781717Z zstd 1.5.5.1 2025-03-21T20:21:29.7782174Z + build_executorch_runner cmake Release 2025-03-21T20:21:29.7783028Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:21:29.7783718Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:21:29.7784161Z + build_executorch_runner_cmake Release 2025-03-21T20:21:29.7784635Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:21:29.7785081Z + clean_executorch_install_folders 2025-03-21T20:21:29.7785601Z + ./install_executorch.sh --clean 2025-03-21T20:21:29.7786124Z Cleaning build artifacts... 2025-03-21T20:21:29.7786529Z Cleaning pip-out/... 2025-03-21T20:21:29.7786924Z Done cleaning build artifacts. 2025-03-21T20:21:29.7787333Z + mkdir cmake-out 2025-03-21T20:21:29.7787670Z + pushd cmake-out 2025-03-21T20:21:29.7788100Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:21:29.7788627Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:21:29.7789025Z + CXXFLAGS= 2025-03-21T20:21:29.7789337Z + CXXFLAGS= 2025-03-21T20:21:29.7790613Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:29.7791566Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:29.7792215Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:21:29.7792761Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:29.7793285Z -- Detecting C compiler ABI info 2025-03-21T20:21:29.7793758Z -- Detecting C compiler ABI info - done 2025-03-21T20:21:29.7794331Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:21:29.7794899Z -- Detecting C compile features 2025-03-21T20:21:29.7795349Z -- Detecting C compile features - done 2025-03-21T20:21:29.7795832Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:29.7796302Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:29.7796911Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:29.7797493Z -- Detecting CXX compile features 2025-03-21T20:21:29.7797974Z -- Detecting CXX compile features - done 2025-03-21T20:21:29.7799213Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:29.7800253Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:29.7800876Z CMake. 2025-03-21T20:21:29.7801056Z 2025-03-21T20:21:29.7801388Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:29.7802205Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:29.7802909Z to work with policies introduced by or earlier. 2025-03-21T20:21:29.7803283Z 2025-03-21T20:21:29.7803483Z  2025-03-21T20:21:29.7804356Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:29.7805427Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:29.7806039Z CMake. 2025-03-21T20:21:29.7806218Z 2025-03-21T20:21:29.7806557Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:29.7807359Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:29.7808057Z to work with policies introduced by or earlier. 2025-03-21T20:21:29.7808443Z 2025-03-21T20:21:29.7808625Z  2025-03-21T20:21:29.7808995Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:21:29.7810048Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:21:29.7810584Z -- Found Threads: TRUE 2025-03-21T20:21:29.7811597Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:29.7812684Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:29.7813375Z CMake. 2025-03-21T20:21:29.7813782Z 2025-03-21T20:21:29.7814136Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:29.7814945Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:29.7815659Z to work with policies introduced by or earlier. 2025-03-21T20:21:29.7816035Z 2025-03-21T20:21:29.7816231Z  2025-03-21T20:21:29.7816570Z -- Using python executable 'python' 2025-03-21T20:21:29.7817542Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051. 2025-03-21T20:21:29.7818522Z -- Killing buck2 daemon 2025-03-21T20:21:29.7819373Z '/pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 killall' 2025-03-21T20:21:29.7820315Z -- executorch: Generating source lists 2025-03-21T20:21:29.7821069Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:29.7822061Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:29.7822787Z -- executorch: Using PAL default 'posix' 2025-03-21T20:21:29.7823272Z -- Generating operator lib: 2025-03-21T20:21:29.7823820Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:29.7824425Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:29.7825039Z -- ROOT_OPS: 2025-03-21T20:21:29.7825383Z -- INCLUDE_ALL_OPS: 2025-03-21T20:21:29.7827149Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:21:29.7828901Z -- Generating kernel bindings: 2025-03-21T20:21:29.7829331Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:29.7829946Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:29.7830574Z -- CUSTOM_OPS_YAML: 2025-03-21T20:21:29.7830974Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:21:29.7833349Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:21:29.7835440Z -- Generating operator lib: 2025-03-21T20:21:29.7835863Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:29.7836292Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:21:29.7836730Z -- DEPS: executorch 2025-03-21T20:21:29.7837560Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:21:29.7838507Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:29.7839115Z CMake. 2025-03-21T20:21:29.7839299Z 2025-03-21T20:21:29.7839629Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:29.7840447Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:29.7841163Z to work with policies introduced by or earlier. 2025-03-21T20:21:29.7841534Z 2025-03-21T20:21:29.7841708Z  2025-03-21T20:21:29.7842044Z -- Looking for C++ include unistd.h 2025-03-21T20:21:29.7842527Z -- Looking for C++ include unistd.h - found 2025-03-21T20:21:29.7843010Z -- Looking for C++ include stdint.h 2025-03-21T20:21:29.7843482Z -- Looking for C++ include stdint.h - found 2025-03-21T20:21:29.7843969Z -- Looking for C++ include inttypes.h 2025-03-21T20:21:29.7844782Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:21:29.7845304Z -- Looking for C++ include sys/types.h 2025-03-21T20:21:29.7845806Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:21:29.7846308Z -- Looking for C++ include sys/stat.h 2025-03-21T20:21:29.7846787Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:21:29.7847282Z -- Looking for C++ include fnmatch.h 2025-03-21T20:21:29.7847903Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:21:29.7848418Z -- Looking for C++ include stddef.h 2025-03-21T20:21:29.7848897Z -- Looking for C++ include stddef.h - found 2025-03-21T20:21:29.7849358Z -- Check size of uint32_t 2025-03-21T20:21:29.7849783Z -- Check size of uint32_t - done 2025-03-21T20:21:29.7850198Z -- Looking for strtoll 2025-03-21T20:21:29.7850591Z -- Looking for strtoll - found 2025-03-21T20:21:29.7850974Z -- 2025-03-21T20:21:29.7851287Z -- ******** Summary ******** 2025-03-21T20:21:29.7851712Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:21:29.7852204Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:21:29.7852666Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:21:29.7853143Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:21:29.7854061Z -- BUCK2 : /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 2025-03-21T20:21:29.7855007Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:21:29.7855714Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:21:29.7856456Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:21:29.7856993Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:21:29.7857530Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:21:29.7858061Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:21:29.7858602Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:21:29.7859136Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:21:29.7859658Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:21:29.7860178Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:21:29.7860701Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:21:29.7861227Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:21:29.7861763Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:21:29.7862308Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:21:29.7862832Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:21:29.7863347Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:21:29.7864021Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:21:30.8606271Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:21:30.8606904Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:21:30.8607431Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:21:30.8607944Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:21:30.8608494Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:21:30.8609023Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:21:30.8609608Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:21:30.8610146Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:21:30.8610678Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:21:30.8611219Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:21:30.8611740Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:21:30.8612265Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:21:30.8612787Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:21:30.8613302Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:21:30.8613813Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:21:30.8614331Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:21:30.8614849Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:21:30.8615752Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:21:30.8616258Z -- Configuring done (4.8s) 2025-03-21T20:21:30.8616664Z -- Generating done (0.1s) 2025-03-21T20:21:30.8617211Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:21:30.8617776Z + popd 2025-03-21T20:21:30.8618093Z /pytorch/executorch 2025-03-21T20:21:30.8618444Z ++ uname 2025-03-21T20:21:30.8619029Z + '[' Linux == Darwin ']' 2025-03-21T20:21:30.8619434Z ++ nproc 2025-03-21T20:21:30.8619743Z + CMAKE_JOBS=7 2025-03-21T20:21:30.8620098Z + cmake --build cmake-out -j 7 2025-03-21T20:21:30.8620877Z [ 2%] Creating directories for 'flatbuffers' 2025-03-21T20:21:30.8621972Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:21:30.8623475Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:21:30.8625136Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:21:30.8626581Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:21:30.8628023Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:21:30.8629403Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:21:30.8630411Z [ 3%] No download step for 'flatbuffers' 2025-03-21T20:21:30.8631056Z [ 3%] No update step for 'flatbuffers' 2025-03-21T20:21:30.8631685Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:21:30.8632352Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:21:30.8632956Z CMake Warning: 2025-03-21T20:21:30.8633414Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:21:30.8633822Z 2025-03-21T20:21:30.8633998Z  2025-03-21T20:21:30.8634379Z fatal: No names found, cannot describe anything. 2025-03-21T20:21:30.8635045Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:21:30.8635606Z git describe failed with exit code: 128 2025-03-21T20:21:30.8635932Z 2025-03-21T20:21:30.8636187Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:21:30.8636757Z Call Stack (most recent call first): 2025-03-21T20:21:30.8637213Z CMakeLists.txt:5 (include) 2025-03-21T20:21:30.8637476Z 2025-03-21T20:21:30.8637652Z  2025-03-21T20:21:30.8638001Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:21:30.8639030Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:21:30.8640465Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:21:30.8641391Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:30.8642388Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:21:30.8643766Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:21:30.8644685Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:30.8645684Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:21:30.8647098Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:21:30.8648567Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:21:30.8649952Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:21:30.8651363Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:21:30.8653047Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:21:30.8654387Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:21:30.8655549Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:21:30.8656629Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:21:30.8658061Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:21:30.8659205Z [ 6%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:21:30.8659777Z [ 6%] Built target pthreadpool 2025-03-21T20:21:30.8660734Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:21:30.8662194Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:30.8663121Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:30.8664323Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:30.8665344Z [ 7%] Built target gflags_nothreads_static 2025-03-21T20:21:30.8666459Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:30.8667593Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:30.8668178Z -- Detecting CXX compile features 2025-03-21T20:21:30.8668648Z -- Detecting CXX compile features - done 2025-03-21T20:21:30.8669235Z -- Looking for strtof_l 2025-03-21T20:21:30.8670275Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:30.8671771Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-03-21T20:21:30.8673301Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:30.8674795Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:30.8676408Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:21:30.8677849Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:21:30.8679254Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:21:30.8680793Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:30.8682320Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:21:30.8683857Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:30.8685484Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:30.8686465Z -- Looking for strtof_l - found 2025-03-21T20:21:30.8686888Z -- Looking for strtoull_l 2025-03-21T20:21:30.8687906Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:30.8689458Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:30.8691269Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:30.8692813Z [ 11%] Linking C static library libcpuinfo.a 2025-03-21T20:21:30.8693961Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:21:30.8695717Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:21:30.8696691Z [ 11%] Built target cpuinfo 2025-03-21T20:21:30.8697720Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:21:30.8699296Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:21:30.8700263Z -- Looking for strtoull_l - found 2025-03-21T20:21:30.8700691Z -- Looking for realpath 2025-03-21T20:21:30.8701275Z [ 12%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:21:30.8701863Z [ 12%] Built target cpuinfo_internals 2025-03-21T20:21:30.8702315Z -- Looking for realpath - found 2025-03-21T20:21:30.8702813Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:21:30.8703340Z -- Configuring done (0.7s) 2025-03-21T20:21:30.8703864Z -- Generating done (0.0s) 2025-03-21T20:21:30.8704521Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:21:30.8705409Z [ 12%] Performing build step for 'flatbuffers' 2025-03-21T20:21:30.8706229Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:21:30.8707149Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:21:30.8708068Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:21:30.8708948Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:21:34.3665800Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:21:34.3666886Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:21:34.3667842Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:21:34.3668805Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:21:34.3669758Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:21:34.3670731Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:21:34.3671699Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:21:34.3672614Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:21:34.3673537Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:21:34.3674460Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:21:34.3675408Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:21:34.3676367Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:21:34.3677318Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:21:34.3678254Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:21:34.3679186Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:21:34.3680191Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:21:34.3681176Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:21:34.3682230Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:21:34.3683321Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:21:34.3684694Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:21:34.3685583Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:21:34.3686458Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:21:34.3687599Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:21:34.3688676Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:21:34.3689676Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:21:34.3691457Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:21:34.3692413Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:21:34.3693451Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:21:34.3694567Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:21:34.3695685Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:21:34.3696814Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:21:34.3697932Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:21:34.3699051Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:21:34.3699905Z [100%] Linking CXX executable flatc 2025-03-21T20:21:34.3700376Z [100%] Built target flatc 2025-03-21T20:21:34.3700888Z [ 12%] No install step for 'flatbuffers' 2025-03-21T20:21:34.3701496Z [ 12%] Completed 'flatbuffers' 2025-03-21T20:21:34.3701972Z [ 12%] Built target flatbuffers 2025-03-21T20:21:34.3702516Z [ 12%] Generating common_schema headers 2025-03-21T20:21:34.3703022Z [ 12%] Built target common_schema 2025-03-21T20:21:34.3703692Z [ 12%] Generating program_schema headers 2025-03-21T20:21:34.3704205Z [ 12%] Built target program_schema 2025-03-21T20:21:34.3705054Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:21:34.3706192Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:21:34.3707504Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:21:34.3708996Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:21:34.3710403Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:21:34.3711601Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:21:34.3712744Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:21:34.3713907Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:21:34.3715103Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:21:34.3716304Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:21:34.3717485Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:21:34.3718796Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:21:34.3720145Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:21:34.3721470Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:21:34.3723036Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:21:34.3724157Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:21:34.3725551Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:21:34.3726774Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:21:34.3727915Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:21:34.3729097Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:21:34.3730086Z [ 17%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:21:34.3730663Z [ 17%] Built target executorch_core 2025-03-21T20:21:34.3731606Z [ 17%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:21:34.3732868Z [ 17%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:21:34.3734184Z [ 17%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:21:34.3735623Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:21:34.3736891Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:21:34.3738149Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:21:34.3739440Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:21:34.3740466Z [ 19%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:21:34.3741086Z [ 19%] Built target extension_threadpool 2025-03-21T20:21:34.3741738Z [ 19%] Linking CXX static library libexecutorch.a 2025-03-21T20:21:34.3742277Z [ 19%] Built target executorch 2025-03-21T20:21:34.3743277Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:34.3744811Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:34.3746121Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:34.3747367Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:34.3748625Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:34.3749845Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:34.3751250Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:34.3752714Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:34.3754007Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:34.3755313Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:34.3756588Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:34.3757817Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:34.3759066Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:34.3760493Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:34.3762182Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:34.3763458Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:34.3764850Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:36.8668421Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:36.8670322Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:36.8671826Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:36.8673354Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:36.8675417Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:36.8677517Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:36.8678919Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:36.8680506Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:36.8682154Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:36.8683546Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:36.8685036Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:36.8686483Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:36.8687892Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:36.8689275Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:36.8690767Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:36.8692087Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:36.8693458Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:36.8694887Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:36.8696276Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:36.8697674Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:36.8699054Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:36.8700493Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:36.8701951Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:36.8703355Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:36.8704755Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:36.8706044Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:36.8707300Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:36.8709039Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:36.8710382Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:36.8711923Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:36.8713307Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:36.8714717Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:36.8716054Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:36.8717408Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:36.8718784Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:36.8720079Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:36.8721429Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:36.8722733Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:36.8724038Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:36.8725397Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:36.8726710Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:36.8727976Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:36.8729828Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:36.8731170Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:36.8732546Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:36.8733943Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:36.8735279Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:36.8736531Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:36.8737842Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:36.8739201Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:36.8740585Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:36.8742049Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:36.8743497Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:36.8744925Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:36.8746183Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:36.8747513Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:36.8749147Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:36.8750431Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:36.8751767Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:36.8753309Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:36.8754739Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:36.8756056Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:36.8757412Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:36.8758745Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:36.8760117Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:36.8761570Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:36.8763051Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:36.8764405Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:36.8765772Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:36.8767164Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:36.8768450Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:36.8769811Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:36.8771236Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:36.8772593Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:39.2177749Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:39.2179420Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:39.2180997Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:39.2182507Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:39.2184194Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:39.2185854Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:39.2187424Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:39.2189028Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:39.2190840Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:39.2192386Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:39.2193921Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:39.2195916Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:39.2197488Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:39.2199231Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:39.2200811Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:39.2202434Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:39.2204022Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:39.2205505Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:39.2207062Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:39.2208630Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:39.2210080Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:39.2211553Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:39.2213078Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:39.2214601Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:39.2216112Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:39.2217663Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:39.2219249Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:39.2220826Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:39.2222401Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:39.2224039Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:39.2225584Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:39.2227057Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:39.2228526Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:39.2230061Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:39.2231481Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:39.2233049Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:39.2234625Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:39.2236093Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:39.2237578Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:39.2239173Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:39.2241011Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:39.2242628Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:39.2244474Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:39.2246049Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:39.2247537Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:39.2249045Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:39.2250437Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:39.2251803Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:39.2253149Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:39.2254490Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:39.2255788Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:39.2257136Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:39.2258555Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:39.2259978Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:39.2261325Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:39.2262699Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:39.2264241Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:39.2265623Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:39.2267020Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:39.2268390Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:39.2269759Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:39.2271043Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:39.2272361Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:39.2273784Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:39.2275355Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:39.2276797Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:39.2278193Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:39.2279683Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:39.2281062Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:39.2282589Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:39.2284032Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:39.2285617Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:41.6383886Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:41.6385567Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:41.6387141Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:41.6388645Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:41.6390223Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:41.6392496Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:41.6393863Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:41.6395301Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:41.6396782Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:41.6398250Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:41.6399704Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:41.6401139Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:41.6402580Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:41.6404013Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:41.6405472Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:41.6406911Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:41.6408309Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:41.6409605Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:41.6410948Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:41.6412318Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:41.6413580Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:41.6415006Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:41.6416511Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:41.6417957Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:41.6419281Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:41.6420586Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:41.6422562Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:41.6424188Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:41.6425974Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:41.6427592Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:41.6428974Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:41.6430362Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:41.6431719Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:41.6433132Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:41.6434536Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:41.6435957Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:41.6437338Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:41.6438659Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:41.6440021Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:41.6441428Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:41.6442865Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:41.6444417Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:41.6445988Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:41.6447453Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:41.6448815Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:41.6450212Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:41.6451588Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:41.6453005Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:41.6454423Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:41.6455844Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:41.6457291Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:41.6458755Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:41.6460085Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:41.6461463Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:41.6463123Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:41.6464647Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:41.6466284Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:41.6467852Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:41.6469206Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:41.6470615Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:41.6472035Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:41.6473444Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:41.6474823Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:41.6476262Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:41.6477718Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:41.6479033Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:41.6480289Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:41.6481534Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:41.6482802Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:41.6484225Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:41.6485776Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:43.9806080Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:43.9807480Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:43.9808829Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:43.9810194Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:43.9811568Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:43.9813035Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:43.9814476Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:43.9815833Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:43.9817134Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:43.9818485Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:43.9819838Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:43.9821068Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:43.9822855Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:43.9824530Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:43.9826228Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:43.9827627Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:43.9829094Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:43.9830517Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:43.9832070Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:43.9833548Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:43.9835072Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:43.9836475Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:43.9837763Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:43.9839244Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:43.9840660Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:43.9841924Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:43.9843167Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:43.9844467Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:43.9845797Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:43.9847051Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:43.9848364Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:43.9849690Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:43.9850968Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:43.9852236Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:43.9853575Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:43.9854978Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:43.9856275Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:43.9857600Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:43.9858902Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:43.9860205Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:21:43.9861549Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:21:43.9863271Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:43.9864837Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:21:43.9866267Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:21:43.9867852Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:43.9869316Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:21:43.9870632Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:21:43.9871922Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:21:43.9873328Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:43.9874705Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:21:43.9875967Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:21:43.9877357Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:43.9878845Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:21:43.9880378Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:21:43.9882089Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:21:43.9883715Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:43.9885229Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:21:43.9886716Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:21:43.9888172Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:43.9889593Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:21:43.9891303Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:21:43.9892713Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:21:43.9894140Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:43.9895514Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:21:43.9896883Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:21:43.9898239Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:43.9899613Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:21:43.9900977Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:21:43.9902401Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:21:43.9903882Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:43.9905725Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:21:43.9907191Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:48.6709200Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:21:48.6710764Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:48.6712129Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:21:48.6713581Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:48.6715045Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:48.6716512Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:48.6717953Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:21:48.6719343Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:21:48.6720716Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:21:48.6722239Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:48.6723725Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:48.6725156Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:48.6726613Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:48.6728013Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:48.6729401Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:48.6730481Z [ 90%] Linking CXX static library libportable_kernels.a 2025-03-21T20:21:48.6731598Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:48.6732982Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:48.6734351Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:48.6735772Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:48.6737179Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:48.6738625Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:48.6739553Z [ 91%] Built target portable_kernels 2025-03-21T20:21:48.6740279Z [ 91%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:21:48.6741413Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:48.6742783Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:48.6744353Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:21:48.6746242Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:21:48.6747741Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:21:48.6749421Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:21:48.6751040Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:21:48.6752525Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:21:48.6753548Z [ 94%] Generating code for kernel registration 2025-03-21T20:21:48.6754641Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:21:48.6756089Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:21:48.6757479Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:21:48.6759014Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:21:48.6760705Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:21:48.6762525Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:21:48.6764253Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:21:48.6765875Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:21:48.6767447Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:21:48.6769009Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:21:48.6770570Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:21:48.6779991Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:21:48.6781513Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:21:48.6782997Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:21:48.6784621Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:21:48.6786173Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:21:48.6787781Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:21:48.6789348Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:21:48.6790999Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:48.6792501Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:21:48.6794026Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:21:48.6795987Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:21:48.6797486Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:21:48.6798890Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:21:48.6799573Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:21:48.6800861Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:48.6802165Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:21:48.6802746Z [ 99%] Built target portable_ops_lib 2025-03-21T20:21:48.6803776Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:21:48.6805185Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:21:48.6806496Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:21:48.6807749Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:21:48.6809034Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:21:48.6810467Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:21:48.6811535Z [100%] Linking CXX executable executor_runner 2025-03-21T20:21:48.6812069Z [100%] Built target executor_runner 2025-03-21T20:21:48.6812488Z + [[ '' == *main* ]] 2025-03-21T20:21:48.6812819Z + [[ '' == *gh* ]] 2025-03-21T20:21:48.6813184Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:48.6813659Z + bash .ci/scripts/test_model.sh lstm cmake portable 2025-03-21T20:21:48.6814195Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:21:48.6814648Z + source .ci/scripts/utils.sh 2025-03-21T20:21:48.6815044Z + MODEL_NAME=lstm 2025-03-21T20:21:48.6815386Z + [[ -z lstm ]] 2025-03-21T20:21:48.6815718Z + BUILD_TOOL=cmake 2025-03-21T20:21:48.6816055Z + [[ -z cmake ]] 2025-03-21T20:21:48.6816393Z + BACKEND=portable 2025-03-21T20:21:48.6816741Z + [[ -z portable ]] 2025-03-21T20:21:48.6817082Z + UPLOAD_DIR= 2025-03-21T20:21:48.6817409Z + [[ -z python ]] 2025-03-21T20:21:48.6817744Z + which python 2025-03-21T20:21:48.6818093Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:21:48.6818539Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:21:48.6818943Z + EXPORTED_MODEL=lstm 2025-03-21T20:21:48.6819328Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:21:48.6819814Z + echo 'Testing lstm with portable kernels...' 2025-03-21T20:21:57.4833018Z Testing lstm with portable kernels... 2025-03-21T20:21:57.4833576Z + test_model 2025-03-21T20:21:57.4833974Z + [[ lstm == \l\l\a\m\a\2 ]] 2025-03-21T20:21:57.4834374Z + STRICT=--strict 2025-03-21T20:21:57.4834728Z + [[ lstm == \l\l\a\v\a ]] 2025-03-21T20:21:57.4835193Z + [[ lstm == \l\l\a\m\a\3\_\2\_\v\i\s\i\o\n\_\e\n\c\o\d\e\r ]] 2025-03-21T20:21:57.4835752Z + [[ lstm == \l\l\a\m\a\3\_\2\_\t\e\x\t\_\d\e\c\o\d\e\r ]] 2025-03-21T20:21:57.4836245Z + [[ lstm == \q\w\e\n\2\_\5 ]] 2025-03-21T20:21:57.4836677Z + [[ lstm == \p\h\i\-\4\-\m\i\n\i ]] 2025-03-21T20:21:57.4837322Z + python -m examples.portable.scripts.export --model_name=lstm --strict 2025-03-21T20:21:57.4838052Z [INFO 2025-03-21 20:21:55,772 model.py:22] Loading LSTM model 2025-03-21T20:21:57.4838665Z [INFO 2025-03-21 20:21:55,774 model.py:24] Loaded LSTM model 2025-03-21T20:21:57.4840578Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:21:57.4843324Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:21:57.4845378Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:21:57.4847262Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:21:57.4849106Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:21:57.4850958Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:21:57.4852798Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:21:57.4854647Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:21:57.4855205Z [INFO 2025-03-21 20:21:57,482 utils.py:50] Core ATen graph: 2025-03-21T20:21:57.4855720Z graph(): 2025-03-21T20:21:57.4856629Z %p_getattr_l__self___layers___0___layer_fw_cell_igates_weight : [num_users=5] = placeholder[target=p_getattr_l__self___layers___0___layer_fw_cell_igates_weight] 2025-03-21T20:21:57.4858186Z %p_getattr_l__self___layers___0___layer_fw_cell_igates_bias : [num_users=5] = placeholder[target=p_getattr_l__self___layers___0___layer_fw_cell_igates_bias] 2025-03-21T20:21:57.4859742Z %p_getattr_l__self___layers___0___layer_fw_cell_hgates_weight : [num_users=5] = placeholder[target=p_getattr_l__self___layers___0___layer_fw_cell_hgates_weight] 2025-03-21T20:21:57.4861301Z %p_getattr_l__self___layers___0___layer_fw_cell_hgates_bias : [num_users=5] = placeholder[target=p_getattr_l__self___layers___0___layer_fw_cell_hgates_bias] 2025-03-21T20:21:57.4862859Z %p_getattr_l__self___layers___1___layer_fw_cell_igates_weight : [num_users=5] = placeholder[target=p_getattr_l__self___layers___1___layer_fw_cell_igates_weight] 2025-03-21T20:21:57.4864560Z %p_getattr_l__self___layers___1___layer_fw_cell_igates_bias : [num_users=5] = placeholder[target=p_getattr_l__self___layers___1___layer_fw_cell_igates_bias] 2025-03-21T20:21:57.4866098Z %p_getattr_l__self___layers___1___layer_fw_cell_hgates_weight : [num_users=5] = placeholder[target=p_getattr_l__self___layers___1___layer_fw_cell_hgates_weight] 2025-03-21T20:21:57.4867643Z %p_getattr_l__self___layers___1___layer_fw_cell_hgates_bias : [num_users=5] = placeholder[target=p_getattr_l__self___layers___1___layer_fw_cell_hgates_bias] 2025-03-21T20:21:57.4868667Z %x : [num_users=5] = placeholder[target=x] 2025-03-21T20:21:57.4869224Z %hidden_0 : [num_users=1] = placeholder[target=hidden_0] 2025-03-21T20:21:57.4869834Z %hidden_1 : [num_users=1] = placeholder[target=hidden_1] 2025-03-21T20:21:57.4870788Z %reshape : [num_users=2] = call_function[target=torch.ops.aten.reshape.default](args = (%hidden_0, [2, 1, 3, 20]), kwargs = {}) 2025-03-21T20:21:57.4872088Z %reshape_1 : [num_users=2] = call_function[target=torch.ops.aten.reshape.default](args = (%hidden_1, [2, 1, 3, 20]), kwargs = {}) 2025-03-21T20:21:57.4873305Z %select : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%reshape, 0, 0), kwargs = {}) 2025-03-21T20:21:57.4874428Z %squeeze : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%select, 0), kwargs = {}) 2025-03-21T20:21:57.4875569Z %select_1 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%reshape_1, 0, 0), kwargs = {}) 2025-03-21T20:21:57.4876800Z %squeeze_1 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%select_1, 0), kwargs = {}) 2025-03-21T20:21:57.4878200Z %select_2 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%reshape, 0, 1), kwargs = {}) 2025-03-21T20:21:57.4879361Z %squeeze_2 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%select_2, 0), kwargs = {}) 2025-03-21T20:21:57.4880718Z %select_3 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%reshape_1, 0, 1), kwargs = {}) 2025-03-21T20:21:57.4881905Z %squeeze_3 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%select_3, 0), kwargs = {}) 2025-03-21T20:21:57.4883034Z %select_4 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%x, 0, 0), kwargs = {}) 2025-03-21T20:21:57.4884718Z %linear : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_4, %p_getattr_l__self___layers___0___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:21:57.4887026Z %linear_1 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%squeeze, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:21:57.4888729Z %add : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear, %linear_1), kwargs = {}) 2025-03-21T20:21:57.4890357Z %chunk : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add, 4, 1), kwargs = {}) 2025-03-21T20:21:57.4891441Z %getitem : [num_users=1] = call_function[target=operator.getitem](args = (%chunk, 0), kwargs = {}) 2025-03-21T20:21:57.4892457Z %getitem_1 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk, 1), kwargs = {}) 2025-03-21T20:21:57.4893480Z %getitem_2 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk, 2), kwargs = {}) 2025-03-21T20:21:57.4894496Z %getitem_3 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk, 3), kwargs = {}) 2025-03-21T20:21:57.4895604Z %sigmoid : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem,), kwargs = {}) 2025-03-21T20:21:57.4896774Z %sigmoid_1 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_1,), kwargs = {}) 2025-03-21T20:21:57.4897926Z %tanh : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_2,), kwargs = {}) 2025-03-21T20:21:57.4899082Z %sigmoid_2 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_3,), kwargs = {}) 2025-03-21T20:21:57.4900247Z %mul : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_1, %squeeze_1), kwargs = {}) 2025-03-21T20:21:57.4901382Z %mul_1 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid, %tanh), kwargs = {}) 2025-03-21T20:21:57.4902474Z %add_1 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul, %mul_1), kwargs = {}) 2025-03-21T20:21:57.4903646Z %tanh_1 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_1,), kwargs = {}) 2025-03-21T20:21:57.4904762Z %mul_2 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_2, %tanh_1), kwargs = {}) 2025-03-21T20:21:57.4905885Z %select_5 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%x, 0, 1), kwargs = {}) 2025-03-21T20:21:57.4907572Z %linear_2 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_5, %p_getattr_l__self___layers___0___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:21:57.4909826Z %linear_3 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%mul_2, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:21:57.4912060Z %add_2 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_2, %linear_3), kwargs = {}) 2025-03-21T20:21:57.4913199Z %chunk_1 : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add_2, 4, 1), kwargs = {}) 2025-03-21T20:21:57.4914469Z %getitem_4 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_1, 0), kwargs = {}) 2025-03-21T20:21:57.4915515Z %getitem_5 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_1, 1), kwargs = {}) 2025-03-21T20:21:57.4916552Z %getitem_6 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_1, 2), kwargs = {}) 2025-03-21T20:21:57.4917586Z %getitem_7 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_1, 3), kwargs = {}) 2025-03-21T20:21:57.4918698Z %sigmoid_3 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_4,), kwargs = {}) 2025-03-21T20:21:57.4919895Z %sigmoid_4 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_5,), kwargs = {}) 2025-03-21T20:21:57.4921041Z %tanh_2 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_6,), kwargs = {}) 2025-03-21T20:21:57.4922201Z %sigmoid_5 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_7,), kwargs = {}) 2025-03-21T20:21:57.4923354Z %mul_3 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_4, %add_1), kwargs = {}) 2025-03-21T20:21:57.4924493Z %mul_4 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_3, %tanh_2), kwargs = {}) 2025-03-21T20:21:57.4925615Z %add_3 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_3, %mul_4), kwargs = {}) 2025-03-21T20:21:57.4926701Z %tanh_3 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_3,), kwargs = {}) 2025-03-21T20:21:57.4927815Z %mul_5 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_5, %tanh_3), kwargs = {}) 2025-03-21T20:21:57.4928928Z %select_6 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%x, 0, 2), kwargs = {}) 2025-03-21T20:21:57.4930615Z %linear_4 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_6, %p_getattr_l__self___layers___0___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:21:57.4932894Z %linear_5 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%mul_5, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:21:57.4934574Z %add_4 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_4, %linear_5), kwargs = {}) 2025-03-21T20:21:57.4935725Z %chunk_2 : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add_4, 4, 1), kwargs = {}) 2025-03-21T20:21:57.4936821Z %getitem_8 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_2, 0), kwargs = {}) 2025-03-21T20:21:57.4937851Z %getitem_9 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_2, 1), kwargs = {}) 2025-03-21T20:21:57.4938885Z %getitem_10 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_2, 2), kwargs = {}) 2025-03-21T20:21:57.4939920Z %getitem_11 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_2, 3), kwargs = {}) 2025-03-21T20:21:57.4941037Z %sigmoid_6 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_8,), kwargs = {}) 2025-03-21T20:21:57.4942219Z %sigmoid_7 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_9,), kwargs = {}) 2025-03-21T20:21:57.4943369Z %tanh_4 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_10,), kwargs = {}) 2025-03-21T20:21:57.4944874Z %sigmoid_8 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_11,), kwargs = {}) 2025-03-21T20:21:57.4946037Z %mul_6 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_7, %add_3), kwargs = {}) 2025-03-21T20:21:57.4947295Z %mul_7 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_6, %tanh_4), kwargs = {}) 2025-03-21T20:21:57.4948444Z %add_5 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_6, %mul_7), kwargs = {}) 2025-03-21T20:21:57.4949541Z %tanh_5 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_5,), kwargs = {}) 2025-03-21T20:21:57.4950644Z %mul_8 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_8, %tanh_5), kwargs = {}) 2025-03-21T20:21:57.4951756Z %select_7 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%x, 0, 3), kwargs = {}) 2025-03-21T20:21:57.4953442Z %linear_6 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_7, %p_getattr_l__self___layers___0___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:21:57.4955715Z %linear_7 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%mul_8, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:21:57.4957398Z %add_6 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_6, %linear_7), kwargs = {}) 2025-03-21T20:21:57.4958541Z %chunk_3 : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add_6, 4, 1), kwargs = {}) 2025-03-21T20:21:57.4959625Z %getitem_12 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_3, 0), kwargs = {}) 2025-03-21T20:21:57.4960667Z %getitem_13 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_3, 1), kwargs = {}) 2025-03-21T20:21:57.4961688Z %getitem_14 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_3, 2), kwargs = {}) 2025-03-21T20:21:57.4962728Z %getitem_15 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_3, 3), kwargs = {}) 2025-03-21T20:21:57.4963850Z %sigmoid_9 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_12,), kwargs = {}) 2025-03-21T20:21:57.4965062Z %sigmoid_10 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_13,), kwargs = {}) 2025-03-21T20:21:57.4966229Z %tanh_6 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_14,), kwargs = {}) 2025-03-21T20:21:57.4967390Z %sigmoid_11 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_15,), kwargs = {}) 2025-03-21T20:21:57.4968563Z %mul_9 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_10, %add_5), kwargs = {}) 2025-03-21T20:21:57.4969692Z %mul_10 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_9, %tanh_6), kwargs = {}) 2025-03-21T20:21:57.4970817Z %add_7 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_9, %mul_10), kwargs = {}) 2025-03-21T20:21:57.4971903Z %tanh_7 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_7,), kwargs = {}) 2025-03-21T20:21:57.4973021Z %mul_11 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_11, %tanh_7), kwargs = {}) 2025-03-21T20:21:57.4974136Z %select_8 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%x, 0, 4), kwargs = {}) 2025-03-21T20:21:57.4975819Z %linear_8 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_8, %p_getattr_l__self___layers___0___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:21:57.4978314Z %linear_9 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%mul_11, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___0___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:21:57.4980122Z %add_8 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_8, %linear_9), kwargs = {}) 2025-03-21T20:21:57.4981282Z %chunk_4 : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add_8, 4, 1), kwargs = {}) 2025-03-21T20:21:57.4982371Z %getitem_16 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_4, 0), kwargs = {}) 2025-03-21T20:21:57.4983435Z %getitem_17 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_4, 1), kwargs = {}) 2025-03-21T20:21:57.4984572Z %getitem_18 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_4, 2), kwargs = {}) 2025-03-21T20:21:57.4985608Z %getitem_19 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_4, 3), kwargs = {}) 2025-03-21T20:21:57.4986734Z %sigmoid_12 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_16,), kwargs = {}) 2025-03-21T20:21:57.4987947Z %sigmoid_13 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_17,), kwargs = {}) 2025-03-21T20:21:57.4989112Z %tanh_8 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_18,), kwargs = {}) 2025-03-21T20:21:57.4990483Z %sigmoid_14 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_19,), kwargs = {}) 2025-03-21T20:21:57.4991657Z %mul_12 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_13, %add_7), kwargs = {}) 2025-03-21T20:21:57.4992802Z %mul_13 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_12, %tanh_8), kwargs = {}) 2025-03-21T20:21:57.4993928Z %add_9 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_12, %mul_13), kwargs = {}) 2025-03-21T20:21:57.4995022Z %tanh_9 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_9,), kwargs = {}) 2025-03-21T20:21:57.4996139Z %mul_14 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_14, %tanh_9), kwargs = {}) 2025-03-21T20:21:57.4997399Z %stack : [num_users=5] = call_function[target=torch.ops.aten.stack.default](args = ([%mul_2, %mul_5, %mul_8, %mul_11, %mul_14],), kwargs = {}) 2025-03-21T20:21:57.4998649Z %select_9 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%stack, 0, 0), kwargs = {}) 2025-03-21T20:21:57.5000365Z %linear_10 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_9, %p_getattr_l__self___layers___1___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:21:57.5002669Z %linear_11 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%squeeze_2, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:21:57.5004395Z %add_10 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_10, %linear_11), kwargs = {}) 2025-03-21T20:21:57.5005553Z %chunk_5 : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add_10, 4, 1), kwargs = {}) 2025-03-21T20:21:57.5006637Z %getitem_20 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_5, 0), kwargs = {}) 2025-03-21T20:21:57.5007680Z %getitem_21 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_5, 1), kwargs = {}) 2025-03-21T20:21:57.5008723Z %getitem_22 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_5, 2), kwargs = {}) 2025-03-21T20:21:57.5010126Z %getitem_23 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_5, 3), kwargs = {}) 2025-03-21T20:21:57.5011262Z %sigmoid_15 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_20,), kwargs = {}) 2025-03-21T20:21:57.5012625Z %sigmoid_16 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_21,), kwargs = {}) 2025-03-21T20:21:57.5013833Z %tanh_10 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_22,), kwargs = {}) 2025-03-21T20:21:57.5015013Z %sigmoid_17 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_23,), kwargs = {}) 2025-03-21T20:21:57.5016216Z %mul_15 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_16, %squeeze_3), kwargs = {}) 2025-03-21T20:21:57.5017388Z %mul_16 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_15, %tanh_10), kwargs = {}) 2025-03-21T20:21:57.5018533Z %add_11 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_15, %mul_16), kwargs = {}) 2025-03-21T20:21:57.5019633Z %tanh_11 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_11,), kwargs = {}) 2025-03-21T20:21:57.5020761Z %mul_17 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_17, %tanh_11), kwargs = {}) 2025-03-21T20:21:57.5021912Z %select_10 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%stack, 0, 1), kwargs = {}) 2025-03-21T20:21:57.5023722Z %linear_12 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_10, %p_getattr_l__self___layers___1___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:21:57.5026002Z %linear_13 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%mul_17, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:21:57.5027710Z %add_12 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_12, %linear_13), kwargs = {}) 2025-03-21T20:21:57.5028871Z %chunk_6 : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add_12, 4, 1), kwargs = {}) 2025-03-21T20:21:57.5029967Z %getitem_24 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_6, 0), kwargs = {}) 2025-03-21T20:21:57.5031003Z %getitem_25 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_6, 1), kwargs = {}) 2025-03-21T20:21:57.5032034Z %getitem_26 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_6, 2), kwargs = {}) 2025-03-21T20:21:57.5033071Z %getitem_27 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_6, 3), kwargs = {}) 2025-03-21T20:21:57.5034193Z %sigmoid_18 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_24,), kwargs = {}) 2025-03-21T20:21:57.5035398Z %sigmoid_19 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_25,), kwargs = {}) 2025-03-21T20:21:57.5036568Z %tanh_12 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_26,), kwargs = {}) 2025-03-21T20:21:57.5037740Z %sigmoid_20 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_27,), kwargs = {}) 2025-03-21T20:21:57.5038921Z %mul_18 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_19, %add_11), kwargs = {}) 2025-03-21T20:21:57.5040074Z %mul_19 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_18, %tanh_12), kwargs = {}) 2025-03-21T20:21:57.5041209Z %add_13 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_18, %mul_19), kwargs = {}) 2025-03-21T20:21:57.5042498Z %tanh_13 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_13,), kwargs = {}) 2025-03-21T20:21:57.5043637Z %mul_20 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_20, %tanh_13), kwargs = {}) 2025-03-21T20:21:57.5044890Z %select_11 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%stack, 0, 2), kwargs = {}) 2025-03-21T20:21:57.5046642Z %linear_14 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_11, %p_getattr_l__self___layers___1___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:21:57.5048905Z %linear_15 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%mul_20, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:21:57.5050609Z %add_14 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_14, %linear_15), kwargs = {}) 2025-03-21T20:21:57.5051765Z %chunk_7 : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add_14, 4, 1), kwargs = {}) 2025-03-21T20:21:57.5052862Z %getitem_28 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_7, 0), kwargs = {}) 2025-03-21T20:21:57.5053892Z %getitem_29 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_7, 1), kwargs = {}) 2025-03-21T20:21:57.5054924Z %getitem_30 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_7, 2), kwargs = {}) 2025-03-21T20:21:57.5055963Z %getitem_31 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_7, 3), kwargs = {}) 2025-03-21T20:21:57.5057086Z %sigmoid_21 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_28,), kwargs = {}) 2025-03-21T20:21:57.5058305Z %sigmoid_22 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_29,), kwargs = {}) 2025-03-21T20:21:57.5059476Z %tanh_14 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_30,), kwargs = {}) 2025-03-21T20:21:57.5060644Z %sigmoid_23 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_31,), kwargs = {}) 2025-03-21T20:21:57.5061821Z %mul_21 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_22, %add_13), kwargs = {}) 2025-03-21T20:21:57.5062976Z %mul_22 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_21, %tanh_14), kwargs = {}) 2025-03-21T20:21:57.5064202Z %add_15 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_21, %mul_22), kwargs = {}) 2025-03-21T20:21:57.5065309Z %tanh_15 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_15,), kwargs = {}) 2025-03-21T20:21:57.5066448Z %mul_23 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_23, %tanh_15), kwargs = {}) 2025-03-21T20:21:57.5067596Z %select_12 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%stack, 0, 3), kwargs = {}) 2025-03-21T20:21:57.5069331Z %linear_16 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_12, %p_getattr_l__self___layers___1___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:21:57.5071598Z %linear_17 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%mul_23, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:21:57.5073293Z %add_16 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_16, %linear_17), kwargs = {}) 2025-03-21T20:21:57.5074444Z %chunk_8 : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add_16, 4, 1), kwargs = {}) 2025-03-21T20:21:57.5075711Z %getitem_32 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_8, 0), kwargs = {}) 2025-03-21T20:22:00.4421422Z %getitem_33 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_8, 1), kwargs = {}) 2025-03-21T20:22:00.4423049Z %getitem_34 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_8, 2), kwargs = {}) 2025-03-21T20:22:00.4424220Z %getitem_35 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_8, 3), kwargs = {}) 2025-03-21T20:22:00.4425351Z %sigmoid_24 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_32,), kwargs = {}) 2025-03-21T20:22:00.4426563Z %sigmoid_25 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_33,), kwargs = {}) 2025-03-21T20:22:00.4427730Z %tanh_16 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_34,), kwargs = {}) 2025-03-21T20:22:00.4428919Z %sigmoid_26 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_35,), kwargs = {}) 2025-03-21T20:22:00.4430094Z %mul_24 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_25, %add_15), kwargs = {}) 2025-03-21T20:22:00.4431252Z %mul_25 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_24, %tanh_16), kwargs = {}) 2025-03-21T20:22:00.4432377Z %add_17 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_24, %mul_25), kwargs = {}) 2025-03-21T20:22:00.4433475Z %tanh_17 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_17,), kwargs = {}) 2025-03-21T20:22:00.4434599Z %mul_26 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_26, %tanh_17), kwargs = {}) 2025-03-21T20:22:00.4435740Z %select_13 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%stack, 0, 4), kwargs = {}) 2025-03-21T20:22:00.4437472Z %linear_18 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%select_13, %p_getattr_l__self___layers___1___layer_fw_cell_igates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_igates_bias), kwargs = {}) 2025-03-21T20:22:00.4439759Z %linear_19 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%mul_26, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_weight, %p_getattr_l__self___layers___1___layer_fw_cell_hgates_bias), kwargs = {}) 2025-03-21T20:22:00.4441457Z %add_18 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_18, %linear_19), kwargs = {}) 2025-03-21T20:22:00.4442616Z %chunk_9 : [num_users=4] = call_function[target=torch.ops.aten.chunk.default](args = (%add_18, 4, 1), kwargs = {}) 2025-03-21T20:22:00.4443709Z %getitem_36 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_9, 0), kwargs = {}) 2025-03-21T20:22:00.4444747Z %getitem_37 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_9, 1), kwargs = {}) 2025-03-21T20:22:00.4445782Z %getitem_38 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_9, 2), kwargs = {}) 2025-03-21T20:22:00.4446819Z %getitem_39 : [num_users=1] = call_function[target=operator.getitem](args = (%chunk_9, 3), kwargs = {}) 2025-03-21T20:22:00.4447945Z %sigmoid_27 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_36,), kwargs = {}) 2025-03-21T20:22:00.4449152Z %sigmoid_28 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_37,), kwargs = {}) 2025-03-21T20:22:00.4450318Z %tanh_18 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%getitem_38,), kwargs = {}) 2025-03-21T20:22:00.4451489Z %sigmoid_29 : [num_users=1] = call_function[target=torch.ops.aten.sigmoid.default](args = (%getitem_39,), kwargs = {}) 2025-03-21T20:22:00.4452990Z %mul_27 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_28, %add_17), kwargs = {}) 2025-03-21T20:22:00.4454146Z %mul_28 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_27, %tanh_18), kwargs = {}) 2025-03-21T20:22:00.4455400Z %add_19 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_27, %mul_28), kwargs = {}) 2025-03-21T20:22:00.4456533Z %tanh_19 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%add_19,), kwargs = {}) 2025-03-21T20:22:00.4457671Z %mul_29 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%sigmoid_29, %tanh_19), kwargs = {}) 2025-03-21T20:22:00.4458951Z %stack_1 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%mul_17, %mul_20, %mul_23, %mul_26, %mul_29],), kwargs = {}) 2025-03-21T20:22:00.4460251Z %stack_2 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%mul_14, %mul_29],), kwargs = {}) 2025-03-21T20:22:00.4461465Z %stack_3 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%add_9, %add_19],), kwargs = {}) 2025-03-21T20:22:00.4462704Z %reshape_2 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%stack_2, [-1, 3, 20]), kwargs = {}) 2025-03-21T20:22:00.4464101Z %reshape_3 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%stack_3, [-1, 3, 20]), kwargs = {}) 2025-03-21T20:22:00.4465010Z return (stack_1, reshape_2, reshape_3) 2025-03-21T20:22:00.4466861Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:22:00.4468725Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:22:00.4469298Z [INFO 2025-03-21 20:22:00,441 utils.py:70] Exported graph: 2025-03-21T20:22:00.4469823Z ExportedProgram: 2025-03-21T20:22:00.4470203Z class GraphModule(torch.nn.Module): 2025-03-21T20:22:00.4472572Z def forward(self, p_layers_0_layer_fw_cell_igates_weight: "f32[80, 10]", p_layers_0_layer_fw_cell_igates_bias: "f32[80]", p_layers_0_layer_fw_cell_hgates_weight: "f32[80, 20]", p_layers_0_layer_fw_cell_hgates_bias: "f32[80]", p_layers_1_layer_fw_cell_igates_weight: "f32[80, 20]", p_layers_1_layer_fw_cell_igates_bias: "f32[80]", p_layers_1_layer_fw_cell_hgates_weight: "f32[80, 20]", p_layers_1_layer_fw_cell_hgates_bias: "f32[80]", x: "f32[5, 3, 10]", hidden_0: "f32[2, 3, 20]", hidden_1: "f32[2, 3, 20]"): 2025-03-21T20:22:00.4475444Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_dynamo/external_utils.py:70 in inner, code: return fn(*args, **kwargs) 2025-03-21T20:22:00.4476918Z aten_view_copy_default: "f32[2, 1, 3, 20]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(hidden_0, [2, 1, 3, 20]); hidden_0 = None 2025-03-21T20:22:00.4478318Z aten_view_copy_default_1: "f32[2, 1, 3, 20]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(hidden_1, [2, 1, 3, 20]); hidden_1 = None 2025-03-21T20:22:00.4479631Z aten_select_copy_int: "f32[1, 3, 20]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default, 0, 0) 2025-03-21T20:22:00.4481022Z aten_squeeze_copy_dims: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_select_copy_int, [0]); aten_select_copy_int = None 2025-03-21T20:22:00.4482421Z aten_select_copy_int_1: "f32[1, 3, 20]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_1, 0, 0) 2025-03-21T20:22:00.4483843Z aten_squeeze_copy_dims_1: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_select_copy_int_1, [0]); aten_select_copy_int_1 = None 2025-03-21T20:22:00.4485629Z aten_select_copy_int_2: "f32[1, 3, 20]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default, 0, 1); aten_view_copy_default = None 2025-03-21T20:22:00.4487204Z aten_squeeze_copy_dims_2: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_select_copy_int_2, [0]); aten_select_copy_int_2 = None 2025-03-21T20:22:00.4488893Z aten_select_copy_int_3: "f32[1, 3, 20]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_1, 0, 1); aten_view_copy_default_1 = None 2025-03-21T20:22:00.4490831Z aten_squeeze_copy_dims_3: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_squeeze_copy_dims(aten_select_copy_int_3, [0]); aten_select_copy_int_3 = None 2025-03-21T20:22:00.4492155Z aten_select_copy_int_4: "f32[3, 10]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(x, 0, 0) 2025-03-21T20:22:00.4493456Z aten_permute_copy_default: "f32[10, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_igates_weight, [1, 0]) 2025-03-21T20:22:00.4495420Z aten_addmm_default: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_igates_bias, aten_select_copy_int_4, aten_permute_copy_default); aten_select_copy_int_4 = aten_permute_copy_default = None 2025-03-21T20:22:00.4497390Z aten_permute_copy_default_1: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_hgates_weight, [1, 0]) 2025-03-21T20:22:00.4499371Z aten_addmm_default_1: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_hgates_bias, aten_squeeze_copy_dims, aten_permute_copy_default_1); aten_squeeze_copy_dims = aten_permute_copy_default_1 = None 2025-03-21T20:22:00.4501441Z aten_add_tensor: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default, aten_addmm_default_1); aten_addmm_default = aten_addmm_default_1 = None 2025-03-21T20:22:00.4503189Z aten_split_with_sizes_copy_default = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor, [20, 20, 20, 20], 1); aten_add_tensor = None 2025-03-21T20:22:00.4504479Z getitem: "f32[3, 20]" = aten_split_with_sizes_copy_default[0] 2025-03-21T20:22:00.4505139Z getitem_1: "f32[3, 20]" = aten_split_with_sizes_copy_default[1] 2025-03-21T20:22:00.4505802Z getitem_2: "f32[3, 20]" = aten_split_with_sizes_copy_default[2] 2025-03-21T20:22:00.4506654Z getitem_3: "f32[3, 20]" = aten_split_with_sizes_copy_default[3]; aten_split_with_sizes_copy_default = None 2025-03-21T20:22:00.4507772Z aten_sigmoid_default: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem); getitem = None 2025-03-21T20:22:00.4508991Z aten_sigmoid_default_1: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_1); getitem_1 = None 2025-03-21T20:22:00.4510195Z aten_tanh_default: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_2); getitem_2 = None 2025-03-21T20:22:00.4511400Z aten_sigmoid_default_2: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_3); getitem_3 = None 2025-03-21T20:22:00.4512951Z aten_mul_tensor: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_1, aten_squeeze_copy_dims_1); aten_sigmoid_default_1 = aten_squeeze_copy_dims_1 = None 2025-03-21T20:22:00.4514757Z aten_mul_tensor_1: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default, aten_tanh_default); aten_sigmoid_default = aten_tanh_default = None 2025-03-21T20:22:00.4516425Z aten_add_tensor_1: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor, aten_mul_tensor_1); aten_mul_tensor = aten_mul_tensor_1 = None 2025-03-21T20:22:00.4518128Z aten_tanh_default_1: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_1) 2025-03-21T20:22:00.4519581Z aten_mul_tensor_2: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_2, aten_tanh_default_1); aten_sigmoid_default_2 = aten_tanh_default_1 = None 2025-03-21T20:22:00.4521178Z aten_select_copy_int_5: "f32[3, 10]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(x, 0, 1) 2025-03-21T20:22:00.4522495Z aten_permute_copy_default_2: "f32[10, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_igates_weight, [1, 0]) 2025-03-21T20:22:00.4524718Z aten_addmm_default_2: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_igates_bias, aten_select_copy_int_5, aten_permute_copy_default_2); aten_select_copy_int_5 = aten_permute_copy_default_2 = None 2025-03-21T20:22:00.4526725Z aten_permute_copy_default_3: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_hgates_weight, [1, 0]) 2025-03-21T20:22:00.4528563Z aten_addmm_default_3: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_hgates_bias, aten_mul_tensor_2, aten_permute_copy_default_3); aten_permute_copy_default_3 = None 2025-03-21T20:22:00.4530503Z aten_add_tensor_2: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default_2, aten_addmm_default_3); aten_addmm_default_2 = aten_addmm_default_3 = None 2025-03-21T20:22:00.4532282Z aten_split_with_sizes_copy_default_1 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor_2, [20, 20, 20, 20], 1); aten_add_tensor_2 = None 2025-03-21T20:22:00.4533510Z getitem_4: "f32[3, 20]" = aten_split_with_sizes_copy_default_1[0] 2025-03-21T20:22:00.4534189Z getitem_5: "f32[3, 20]" = aten_split_with_sizes_copy_default_1[1] 2025-03-21T20:22:00.4534863Z getitem_6: "f32[3, 20]" = aten_split_with_sizes_copy_default_1[2] 2025-03-21T20:22:00.4535736Z getitem_7: "f32[3, 20]" = aten_split_with_sizes_copy_default_1[3]; aten_split_with_sizes_copy_default_1 = None 2025-03-21T20:22:00.4536897Z aten_sigmoid_default_3: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_4); getitem_4 = None 2025-03-21T20:22:00.4538143Z aten_sigmoid_default_4: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_5); getitem_5 = None 2025-03-21T20:22:00.4539346Z aten_tanh_default_2: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_6); getitem_6 = None 2025-03-21T20:22:00.4540547Z aten_sigmoid_default_5: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_7); getitem_7 = None 2025-03-21T20:22:00.4542032Z aten_mul_tensor_3: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_4, aten_add_tensor_1); aten_sigmoid_default_4 = aten_add_tensor_1 = None 2025-03-21T20:22:00.4543887Z aten_mul_tensor_4: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_3, aten_tanh_default_2); aten_sigmoid_default_3 = aten_tanh_default_2 = None 2025-03-21T20:22:00.4545630Z aten_add_tensor_3: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_3, aten_mul_tensor_4); aten_mul_tensor_3 = aten_mul_tensor_4 = None 2025-03-21T20:22:00.4546986Z aten_tanh_default_3: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_3) 2025-03-21T20:22:00.4548422Z aten_mul_tensor_5: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_5, aten_tanh_default_3); aten_sigmoid_default_5 = aten_tanh_default_3 = None 2025-03-21T20:22:00.4550077Z aten_select_copy_int_6: "f32[3, 10]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(x, 0, 2) 2025-03-21T20:22:00.4551396Z aten_permute_copy_default_4: "f32[10, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_igates_weight, [1, 0]) 2025-03-21T20:22:00.4553486Z aten_addmm_default_4: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_igates_bias, aten_select_copy_int_6, aten_permute_copy_default_4); aten_select_copy_int_6 = aten_permute_copy_default_4 = None 2025-03-21T20:22:00.4555488Z aten_permute_copy_default_5: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_hgates_weight, [1, 0]) 2025-03-21T20:22:00.4557321Z aten_addmm_default_5: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_hgates_bias, aten_mul_tensor_5, aten_permute_copy_default_5); aten_permute_copy_default_5 = None 2025-03-21T20:22:00.4559265Z aten_add_tensor_4: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default_4, aten_addmm_default_5); aten_addmm_default_4 = aten_addmm_default_5 = None 2025-03-21T20:22:00.4561047Z aten_split_with_sizes_copy_default_2 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor_4, [20, 20, 20, 20], 1); aten_add_tensor_4 = None 2025-03-21T20:22:00.4562282Z getitem_8: "f32[3, 20]" = aten_split_with_sizes_copy_default_2[0] 2025-03-21T20:22:00.4562965Z getitem_9: "f32[3, 20]" = aten_split_with_sizes_copy_default_2[1] 2025-03-21T20:22:00.4563646Z getitem_10: "f32[3, 20]" = aten_split_with_sizes_copy_default_2[2] 2025-03-21T20:22:00.4564521Z getitem_11: "f32[3, 20]" = aten_split_with_sizes_copy_default_2[3]; aten_split_with_sizes_copy_default_2 = None 2025-03-21T20:22:00.4565669Z aten_sigmoid_default_6: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_8); getitem_8 = None 2025-03-21T20:22:00.4566919Z aten_sigmoid_default_7: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_9); getitem_9 = None 2025-03-21T20:22:00.4568130Z aten_tanh_default_4: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_10); getitem_10 = None 2025-03-21T20:22:00.4569352Z aten_sigmoid_default_8: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_11); getitem_11 = None 2025-03-21T20:22:00.4570862Z aten_mul_tensor_6: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_7, aten_add_tensor_3); aten_sigmoid_default_7 = aten_add_tensor_3 = None 2025-03-21T20:22:00.4572635Z aten_mul_tensor_7: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_6, aten_tanh_default_4); aten_sigmoid_default_6 = aten_tanh_default_4 = None 2025-03-21T20:22:00.4574502Z aten_add_tensor_5: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_6, aten_mul_tensor_7); aten_mul_tensor_6 = aten_mul_tensor_7 = None 2025-03-21T20:22:00.4575858Z aten_tanh_default_5: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_5) 2025-03-21T20:22:00.4577299Z aten_mul_tensor_8: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_8, aten_tanh_default_5); aten_sigmoid_default_8 = aten_tanh_default_5 = None 2025-03-21T20:22:00.4578699Z aten_select_copy_int_7: "f32[3, 10]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(x, 0, 3) 2025-03-21T20:22:00.4579992Z aten_permute_copy_default_6: "f32[10, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_igates_weight, [1, 0]) 2025-03-21T20:22:00.4581963Z aten_addmm_default_6: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_igates_bias, aten_select_copy_int_7, aten_permute_copy_default_6); aten_select_copy_int_7 = aten_permute_copy_default_6 = None 2025-03-21T20:22:00.4584250Z aten_permute_copy_default_7: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_hgates_weight, [1, 0]) 2025-03-21T20:22:00.4586208Z aten_addmm_default_7: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_hgates_bias, aten_mul_tensor_8, aten_permute_copy_default_7); aten_permute_copy_default_7 = None 2025-03-21T20:22:00.4588169Z aten_add_tensor_6: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default_6, aten_addmm_default_7); aten_addmm_default_6 = aten_addmm_default_7 = None 2025-03-21T20:22:00.4590210Z aten_split_with_sizes_copy_default_3 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor_6, [20, 20, 20, 20], 1); aten_add_tensor_6 = None 2025-03-21T20:22:00.4591466Z getitem_12: "f32[3, 20]" = aten_split_with_sizes_copy_default_3[0] 2025-03-21T20:22:00.4592156Z getitem_13: "f32[3, 20]" = aten_split_with_sizes_copy_default_3[1] 2025-03-21T20:22:00.4592835Z getitem_14: "f32[3, 20]" = aten_split_with_sizes_copy_default_3[2] 2025-03-21T20:22:00.4593721Z getitem_15: "f32[3, 20]" = aten_split_with_sizes_copy_default_3[3]; aten_split_with_sizes_copy_default_3 = None 2025-03-21T20:22:00.4594903Z aten_sigmoid_default_9: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_12); getitem_12 = None 2025-03-21T20:22:00.4596166Z aten_sigmoid_default_10: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_13); getitem_13 = None 2025-03-21T20:22:00.4597396Z aten_tanh_default_6: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_14); getitem_14 = None 2025-03-21T20:22:00.4598629Z aten_sigmoid_default_11: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_15); getitem_15 = None 2025-03-21T20:22:00.4600142Z aten_mul_tensor_9: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_10, aten_add_tensor_5); aten_sigmoid_default_10 = aten_add_tensor_5 = None 2025-03-21T20:22:00.4601930Z aten_mul_tensor_10: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_9, aten_tanh_default_6); aten_sigmoid_default_9 = aten_tanh_default_6 = None 2025-03-21T20:22:00.4603649Z aten_add_tensor_7: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_9, aten_mul_tensor_10); aten_mul_tensor_9 = aten_mul_tensor_10 = None 2025-03-21T20:22:00.4605015Z aten_tanh_default_7: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_7) 2025-03-21T20:22:00.4606461Z aten_mul_tensor_11: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_11, aten_tanh_default_7); aten_sigmoid_default_11 = aten_tanh_default_7 = None 2025-03-21T20:22:00.4607941Z aten_select_copy_int_8: "f32[3, 10]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(x, 0, 4); x = None 2025-03-21T20:22:00.4609505Z aten_permute_copy_default_8: "f32[10, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_igates_weight, [1, 0]); p_layers_0_layer_fw_cell_igates_weight = None 2025-03-21T20:22:00.4611887Z aten_addmm_default_8: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_igates_bias, aten_select_copy_int_8, aten_permute_copy_default_8); p_layers_0_layer_fw_cell_igates_bias = aten_select_copy_int_8 = aten_permute_copy_default_8 = None 2025-03-21T20:22:00.4614268Z aten_permute_copy_default_9: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_0_layer_fw_cell_hgates_weight, [1, 0]); p_layers_0_layer_fw_cell_hgates_weight = None 2025-03-21T20:22:00.4616857Z aten_addmm_default_9: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_0_layer_fw_cell_hgates_bias, aten_mul_tensor_11, aten_permute_copy_default_9); p_layers_0_layer_fw_cell_hgates_bias = aten_permute_copy_default_9 = None 2025-03-21T20:22:00.4619143Z aten_add_tensor_8: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default_8, aten_addmm_default_9); aten_addmm_default_8 = aten_addmm_default_9 = None 2025-03-21T20:22:00.4620962Z aten_split_with_sizes_copy_default_4 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor_8, [20, 20, 20, 20], 1); aten_add_tensor_8 = None 2025-03-21T20:22:00.4622216Z getitem_16: "f32[3, 20]" = aten_split_with_sizes_copy_default_4[0] 2025-03-21T20:22:00.4622897Z getitem_17: "f32[3, 20]" = aten_split_with_sizes_copy_default_4[1] 2025-03-21T20:22:00.4623698Z getitem_18: "f32[3, 20]" = aten_split_with_sizes_copy_default_4[2] 2025-03-21T20:22:00.4624596Z getitem_19: "f32[3, 20]" = aten_split_with_sizes_copy_default_4[3]; aten_split_with_sizes_copy_default_4 = None 2025-03-21T20:22:00.4625777Z aten_sigmoid_default_12: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_16); getitem_16 = None 2025-03-21T20:22:00.4627046Z aten_sigmoid_default_13: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_17); getitem_17 = None 2025-03-21T20:22:00.4628263Z aten_tanh_default_8: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_18); getitem_18 = None 2025-03-21T20:22:00.4629488Z aten_sigmoid_default_14: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_19); getitem_19 = None 2025-03-21T20:22:00.4631004Z aten_mul_tensor_12: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_13, aten_add_tensor_7); aten_sigmoid_default_13 = aten_add_tensor_7 = None 2025-03-21T20:22:00.4632798Z aten_mul_tensor_13: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_12, aten_tanh_default_8); aten_sigmoid_default_12 = aten_tanh_default_8 = None 2025-03-21T20:22:00.4634539Z aten_add_tensor_9: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_12, aten_mul_tensor_13); aten_mul_tensor_12 = aten_mul_tensor_13 = None 2025-03-21T20:22:00.4635909Z aten_tanh_default_9: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_9) 2025-03-21T20:22:00.4637381Z aten_mul_tensor_14: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_14, aten_tanh_default_9); aten_sigmoid_default_14 = aten_tanh_default_9 = None 2025-03-21T20:22:00.4639572Z aten_cat_default: "f32[15, 20]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_mul_tensor_2, aten_mul_tensor_5, aten_mul_tensor_8, aten_mul_tensor_11, aten_mul_tensor_14]); aten_mul_tensor_2 = aten_mul_tensor_5 = aten_mul_tensor_8 = aten_mul_tensor_11 = None 2025-03-21T20:22:00.4641642Z aten_view_copy_default_2: "f32[5, 3, 20]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default, [5, 3, 20]); aten_cat_default = None 2025-03-21T20:22:00.4643034Z aten_select_copy_int_9: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_2, 0, 0) 2025-03-21T20:22:00.4644441Z aten_permute_copy_default_10: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_igates_weight, [1, 0]) 2025-03-21T20:22:00.4646437Z aten_addmm_default_10: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_igates_bias, aten_select_copy_int_9, aten_permute_copy_default_10); aten_select_copy_int_9 = aten_permute_copy_default_10 = None 2025-03-21T20:22:00.4648638Z aten_permute_copy_default_11: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_hgates_weight, [1, 0]) 2025-03-21T20:22:00.4650809Z aten_addmm_default_11: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_hgates_bias, aten_squeeze_copy_dims_2, aten_permute_copy_default_11); aten_squeeze_copy_dims_2 = aten_permute_copy_default_11 = None 2025-03-21T20:22:00.4652977Z aten_add_tensor_10: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default_10, aten_addmm_default_11); aten_addmm_default_10 = aten_addmm_default_11 = None 2025-03-21T20:22:00.4654788Z aten_split_with_sizes_copy_default_5 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor_10, [20, 20, 20, 20], 1); aten_add_tensor_10 = None 2025-03-21T20:22:00.4656034Z getitem_20: "f32[3, 20]" = aten_split_with_sizes_copy_default_5[0] 2025-03-21T20:22:00.4656714Z getitem_21: "f32[3, 20]" = aten_split_with_sizes_copy_default_5[1] 2025-03-21T20:22:00.4657388Z getitem_22: "f32[3, 20]" = aten_split_with_sizes_copy_default_5[2] 2025-03-21T20:22:00.4658266Z getitem_23: "f32[3, 20]" = aten_split_with_sizes_copy_default_5[3]; aten_split_with_sizes_copy_default_5 = None 2025-03-21T20:22:00.4659434Z aten_sigmoid_default_15: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_20); getitem_20 = None 2025-03-21T20:22:00.4660692Z aten_sigmoid_default_16: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_21); getitem_21 = None 2025-03-21T20:22:00.4661902Z aten_tanh_default_10: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_22); getitem_22 = None 2025-03-21T20:22:00.4663127Z aten_sigmoid_default_17: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_23); getitem_23 = None 2025-03-21T20:22:00.4664828Z aten_mul_tensor_15: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_16, aten_squeeze_copy_dims_3); aten_sigmoid_default_16 = aten_squeeze_copy_dims_3 = None 2025-03-21T20:22:00.4666710Z aten_mul_tensor_16: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_15, aten_tanh_default_10); aten_sigmoid_default_15 = aten_tanh_default_10 = None 2025-03-21T20:22:00.4668455Z aten_add_tensor_11: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_15, aten_mul_tensor_16); aten_mul_tensor_15 = aten_mul_tensor_16 = None 2025-03-21T20:22:00.4669833Z aten_tanh_default_11: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_11) 2025-03-21T20:22:00.4671301Z aten_mul_tensor_17: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_17, aten_tanh_default_11); aten_sigmoid_default_17 = aten_tanh_default_11 = None 2025-03-21T20:22:00.4672838Z aten_select_copy_int_10: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_2, 0, 1) 2025-03-21T20:22:00.4674253Z aten_permute_copy_default_12: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_igates_weight, [1, 0]) 2025-03-21T20:22:00.4676238Z aten_addmm_default_12: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_igates_bias, aten_select_copy_int_10, aten_permute_copy_default_12); aten_select_copy_int_10 = aten_permute_copy_default_12 = None 2025-03-21T20:22:00.4678244Z aten_permute_copy_default_13: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_hgates_weight, [1, 0]) 2025-03-21T20:22:00.4680292Z aten_addmm_default_13: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_hgates_bias, aten_mul_tensor_17, aten_permute_copy_default_13); aten_permute_copy_default_13 = None 2025-03-21T20:22:00.4682368Z aten_add_tensor_12: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default_12, aten_addmm_default_13); aten_addmm_default_12 = aten_addmm_default_13 = None 2025-03-21T20:22:00.4684202Z aten_split_with_sizes_copy_default_6 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor_12, [20, 20, 20, 20], 1); aten_add_tensor_12 = None 2025-03-21T20:22:00.4685456Z getitem_24: "f32[3, 20]" = aten_split_with_sizes_copy_default_6[0] 2025-03-21T20:22:00.4686142Z getitem_25: "f32[3, 20]" = aten_split_with_sizes_copy_default_6[1] 2025-03-21T20:22:00.4686821Z getitem_26: "f32[3, 20]" = aten_split_with_sizes_copy_default_6[2] 2025-03-21T20:22:00.4687716Z getitem_27: "f32[3, 20]" = aten_split_with_sizes_copy_default_6[3]; aten_split_with_sizes_copy_default_6 = None 2025-03-21T20:22:00.4688872Z aten_sigmoid_default_18: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_24); getitem_24 = None 2025-03-21T20:22:00.4690378Z aten_sigmoid_default_19: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_25); getitem_25 = None 2025-03-21T20:22:00.4691614Z aten_tanh_default_12: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_26); getitem_26 = None 2025-03-21T20:22:00.4692839Z aten_sigmoid_default_20: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_27); getitem_27 = None 2025-03-21T20:22:00.4694358Z aten_mul_tensor_18: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_19, aten_add_tensor_11); aten_sigmoid_default_19 = aten_add_tensor_11 = None 2025-03-21T20:22:00.4696165Z aten_mul_tensor_19: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_18, aten_tanh_default_12); aten_sigmoid_default_18 = aten_tanh_default_12 = None 2025-03-21T20:22:00.4697910Z aten_add_tensor_13: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_18, aten_mul_tensor_19); aten_mul_tensor_18 = aten_mul_tensor_19 = None 2025-03-21T20:22:00.4699290Z aten_tanh_default_13: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_13) 2025-03-21T20:22:00.4700759Z aten_mul_tensor_20: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_20, aten_tanh_default_13); aten_sigmoid_default_20 = aten_tanh_default_13 = None 2025-03-21T20:22:00.4702287Z aten_select_copy_int_11: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_2, 0, 2) 2025-03-21T20:22:00.4703786Z aten_permute_copy_default_14: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_igates_weight, [1, 0]) 2025-03-21T20:22:00.4705795Z aten_addmm_default_14: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_igates_bias, aten_select_copy_int_11, aten_permute_copy_default_14); aten_select_copy_int_11 = aten_permute_copy_default_14 = None 2025-03-21T20:22:00.4707785Z aten_permute_copy_default_15: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_hgates_weight, [1, 0]) 2025-03-21T20:22:00.4709631Z aten_addmm_default_15: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_hgates_bias, aten_mul_tensor_20, aten_permute_copy_default_15); aten_permute_copy_default_15 = None 2025-03-21T20:22:00.4711600Z aten_add_tensor_14: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default_14, aten_addmm_default_15); aten_addmm_default_14 = aten_addmm_default_15 = None 2025-03-21T20:22:00.4713757Z aten_split_with_sizes_copy_default_7 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor_14, [20, 20, 20, 20], 1); aten_add_tensor_14 = None 2025-03-21T20:22:00.4715174Z getitem_28: "f32[3, 20]" = aten_split_with_sizes_copy_default_7[0] 2025-03-21T20:22:00.4715886Z getitem_29: "f32[3, 20]" = aten_split_with_sizes_copy_default_7[1] 2025-03-21T20:22:00.4716573Z getitem_30: "f32[3, 20]" = aten_split_with_sizes_copy_default_7[2] 2025-03-21T20:22:00.4717466Z getitem_31: "f32[3, 20]" = aten_split_with_sizes_copy_default_7[3]; aten_split_with_sizes_copy_default_7 = None 2025-03-21T20:22:00.4718629Z aten_sigmoid_default_21: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_28); getitem_28 = None 2025-03-21T20:22:00.4719902Z aten_sigmoid_default_22: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_29); getitem_29 = None 2025-03-21T20:22:00.4721133Z aten_tanh_default_14: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_30); getitem_30 = None 2025-03-21T20:22:00.4722361Z aten_sigmoid_default_23: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_31); getitem_31 = None 2025-03-21T20:22:00.4723881Z aten_mul_tensor_21: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_22, aten_add_tensor_13); aten_sigmoid_default_22 = aten_add_tensor_13 = None 2025-03-21T20:22:00.4725690Z aten_mul_tensor_22: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_21, aten_tanh_default_14); aten_sigmoid_default_21 = aten_tanh_default_14 = None 2025-03-21T20:22:00.4727435Z aten_add_tensor_15: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_21, aten_mul_tensor_22); aten_mul_tensor_21 = aten_mul_tensor_22 = None 2025-03-21T20:22:00.4728823Z aten_tanh_default_15: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_15) 2025-03-21T20:22:00.4730303Z aten_mul_tensor_23: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_23, aten_tanh_default_15); aten_sigmoid_default_23 = aten_tanh_default_15 = None 2025-03-21T20:22:00.4731835Z aten_select_copy_int_12: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_2, 0, 3) 2025-03-21T20:22:00.4733243Z aten_permute_copy_default_16: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_igates_weight, [1, 0]) 2025-03-21T20:22:00.4735236Z aten_addmm_default_16: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_igates_bias, aten_select_copy_int_12, aten_permute_copy_default_16); aten_select_copy_int_12 = aten_permute_copy_default_16 = None 2025-03-21T20:22:00.4737228Z aten_permute_copy_default_17: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_hgates_weight, [1, 0]) 2025-03-21T20:22:00.4739079Z aten_addmm_default_17: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_hgates_bias, aten_mul_tensor_23, aten_permute_copy_default_17); aten_permute_copy_default_17 = None 2025-03-21T20:22:00.4741049Z aten_add_tensor_16: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default_16, aten_addmm_default_17); aten_addmm_default_16 = aten_addmm_default_17 = None 2025-03-21T20:22:00.4742844Z aten_split_with_sizes_copy_default_8 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor_16, [20, 20, 20, 20], 1); aten_add_tensor_16 = None 2025-03-21T20:22:00.4744409Z getitem_32: "f32[3, 20]" = aten_split_with_sizes_copy_default_8[0] 2025-03-21T20:22:00.4745086Z getitem_33: "f32[3, 20]" = aten_split_with_sizes_copy_default_8[1] 2025-03-21T20:22:00.4745770Z getitem_34: "f32[3, 20]" = aten_split_with_sizes_copy_default_8[2] 2025-03-21T20:22:00.4746762Z getitem_35: "f32[3, 20]" = aten_split_with_sizes_copy_default_8[3]; aten_split_with_sizes_copy_default_8 = None 2025-03-21T20:22:00.4747955Z aten_sigmoid_default_24: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_32); getitem_32 = None 2025-03-21T20:22:00.4749237Z aten_sigmoid_default_25: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_33); getitem_33 = None 2025-03-21T20:22:00.4750464Z aten_tanh_default_16: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_34); getitem_34 = None 2025-03-21T20:22:00.4751697Z aten_sigmoid_default_26: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_35); getitem_35 = None 2025-03-21T20:22:00.4753213Z aten_mul_tensor_24: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_25, aten_add_tensor_15); aten_sigmoid_default_25 = aten_add_tensor_15 = None 2025-03-21T20:22:00.4755021Z aten_mul_tensor_25: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_24, aten_tanh_default_16); aten_sigmoid_default_24 = aten_tanh_default_16 = None 2025-03-21T20:22:00.4756767Z aten_add_tensor_17: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_24, aten_mul_tensor_25); aten_mul_tensor_24 = aten_mul_tensor_25 = None 2025-03-21T20:22:00.4758147Z aten_tanh_default_17: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_17) 2025-03-21T20:22:00.4759619Z aten_mul_tensor_26: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_26, aten_tanh_default_17); aten_sigmoid_default_26 = aten_tanh_default_17 = None 2025-03-21T20:22:00.4761316Z aten_select_copy_int_13: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_2, 0, 4); aten_view_copy_default_2 = None 2025-03-21T20:22:00.4763102Z aten_permute_copy_default_18: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_igates_weight, [1, 0]); p_layers_1_layer_fw_cell_igates_weight = None 2025-03-21T20:22:00.4765492Z aten_addmm_default_18: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_igates_bias, aten_select_copy_int_13, aten_permute_copy_default_18); p_layers_1_layer_fw_cell_igates_bias = aten_select_copy_int_13 = aten_permute_copy_default_18 = None 2025-03-21T20:22:00.4767885Z aten_permute_copy_default_19: "f32[20, 80]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_layers_1_layer_fw_cell_hgates_weight, [1, 0]); p_layers_1_layer_fw_cell_hgates_weight = None 2025-03-21T20:22:00.4770132Z aten_addmm_default_19: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_layers_1_layer_fw_cell_hgates_bias, aten_mul_tensor_26, aten_permute_copy_default_19); p_layers_1_layer_fw_cell_hgates_bias = aten_permute_copy_default_19 = None 2025-03-21T20:22:00.4772281Z aten_add_tensor_18: "f32[3, 80]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_addmm_default_18, aten_addmm_default_19); aten_addmm_default_18 = aten_addmm_default_19 = None 2025-03-21T20:22:00.4774078Z aten_split_with_sizes_copy_default_9 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_add_tensor_18, [20, 20, 20, 20], 1); aten_add_tensor_18 = None 2025-03-21T20:22:00.4775308Z getitem_36: "f32[3, 20]" = aten_split_with_sizes_copy_default_9[0] 2025-03-21T20:22:00.4776184Z getitem_37: "f32[3, 20]" = aten_split_with_sizes_copy_default_9[1] 2025-03-21T20:22:00.4776873Z getitem_38: "f32[3, 20]" = aten_split_with_sizes_copy_default_9[2] 2025-03-21T20:22:00.4777749Z getitem_39: "f32[3, 20]" = aten_split_with_sizes_copy_default_9[3]; aten_split_with_sizes_copy_default_9 = None 2025-03-21T20:22:00.4779040Z aten_sigmoid_default_27: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_36); getitem_36 = None 2025-03-21T20:22:00.4780338Z aten_sigmoid_default_28: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_37); getitem_37 = None 2025-03-21T20:22:00.4781566Z aten_tanh_default_18: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(getitem_38); getitem_38 = None 2025-03-21T20:22:00.4782784Z aten_sigmoid_default_29: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(getitem_39); getitem_39 = None 2025-03-21T20:22:00.4784420Z aten_mul_tensor_27: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_28, aten_add_tensor_17); aten_sigmoid_default_28 = aten_add_tensor_17 = None 2025-03-21T20:22:00.4786248Z aten_mul_tensor_28: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_27, aten_tanh_default_18); aten_sigmoid_default_27 = aten_tanh_default_18 = None 2025-03-21T20:22:00.4788001Z aten_add_tensor_19: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_27, aten_mul_tensor_28); aten_mul_tensor_27 = aten_mul_tensor_28 = None 2025-03-21T20:22:00.4789383Z aten_tanh_default_19: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_tanh_default(aten_add_tensor_19) 2025-03-21T20:22:00.4791162Z aten_mul_tensor_29: "f32[3, 20]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_sigmoid_default_29, aten_tanh_default_19); aten_sigmoid_default_29 = aten_tanh_default_19 = None 2025-03-21T20:22:00.4793384Z aten_cat_default_1: "f32[15, 20]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_mul_tensor_17, aten_mul_tensor_20, aten_mul_tensor_23, aten_mul_tensor_26, aten_mul_tensor_29]); aten_mul_tensor_17 = aten_mul_tensor_20 = aten_mul_tensor_23 = aten_mul_tensor_26 = None 2025-03-21T20:22:00.4795463Z aten_view_copy_default_3: "f32[5, 3, 20]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_1, [5, 3, 20]); aten_cat_default_1 = None 2025-03-21T20:22:00.4797090Z aten_cat_default_2: "f32[6, 20]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_mul_tensor_14, aten_mul_tensor_29]); aten_mul_tensor_14 = aten_mul_tensor_29 = None 2025-03-21T20:22:00.4798714Z aten_view_copy_default_4: "f32[2, 3, 20]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_2, [2, 3, 20]); aten_cat_default_2 = None 2025-03-21T20:22:00.4800335Z aten_cat_default_3: "f32[6, 20]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_add_tensor_9, aten_add_tensor_19]); aten_add_tensor_9 = aten_add_tensor_19 = None 2025-03-21T20:22:06.9894825Z aten_view_copy_default_5: "f32[2, 3, 20]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_3, [2, 3, 20]); aten_cat_default_3 = None 2025-03-21T20:22:06.9896594Z aten_view_copy_default_6: "f32[2, 3, 20]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_4, [-1, 3, 20]); aten_view_copy_default_4 = None 2025-03-21T20:22:06.9898287Z aten_view_copy_default_7: "f32[2, 3, 20]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_5, [-1, 3, 20]); aten_view_copy_default_5 = None 2025-03-21T20:22:06.9899592Z return (aten_view_copy_default_3, aten_view_copy_default_6, aten_view_copy_default_7) 2025-03-21T20:22:06.9900272Z 2025-03-21T20:22:06.9912491Z Graph signature: ExportGraphSignature(input_specs=[InputSpec(kind=, arg=TensorArgument(name='p_layers_0_layer_fw_cell_igates_weight'), target='layers.0.layer_fw.cell.igates.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_layer_fw_cell_igates_bias'), target='layers.0.layer_fw.cell.igates.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_layer_fw_cell_hgates_weight'), target='layers.0.layer_fw.cell.hgates.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_layer_fw_cell_hgates_bias'), target='layers.0.layer_fw.cell.hgates.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_layer_fw_cell_igates_weight'), target='layers.1.layer_fw.cell.igates.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_layer_fw_cell_igates_bias'), target='layers.1.layer_fw.cell.igates.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_layer_fw_cell_hgates_weight'), target='layers.1.layer_fw.cell.hgates.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_layer_fw_cell_hgates_bias'), target='layers.1.layer_fw.cell.hgates.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='x'), target=None, persistent=None), InputSpec(kind=, arg=TensorArgument(name='hidden_0'), target=None, persistent=None), InputSpec(kind=, arg=TensorArgument(name='hidden_1'), target=None, persistent=None)], output_specs=[OutputSpec(kind=, arg=TensorArgument(name='aten_view_copy_default_3'), target=None), OutputSpec(kind=, arg=TensorArgument(name='aten_view_copy_default_6'), target=None), OutputSpec(kind=, arg=TensorArgument(name='aten_view_copy_default_7'), target=None)]) 2025-03-21T20:22:06.9923786Z Range constraints: {} 2025-03-21T20:22:06.9924017Z 2025-03-21T20:22:06.9924333Z [INFO 2025-03-21 20:22:01,939 utils.py:141] Saved exported program to ./lstm.pte 2025-03-21T20:22:06.9924953Z + run_portable_executor_runner 2025-03-21T20:22:06.9925367Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:22:06.9925763Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:22:06.9926166Z + build_cmake_executor_runner 2025-03-21T20:22:06.9926588Z + echo 'Building executor_runner' 2025-03-21T20:22:06.9927019Z Building executor_runner 2025-03-21T20:22:06.9927408Z + rm -rf cmake-out 2025-03-21T20:22:06.9928169Z + cmake -DCMAKE_BUILD_TYPE=Debug -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:22:06.9929067Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:22:06.9929604Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:22:06.9930113Z -- Detecting C compiler ABI info 2025-03-21T20:22:06.9930586Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:06.9931154Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:06.9931713Z -- Detecting C compile features 2025-03-21T20:22:06.9932160Z -- Detecting C compile features - done 2025-03-21T20:22:06.9932627Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:06.9933096Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:06.9933689Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:06.9934267Z -- Detecting CXX compile features 2025-03-21T20:22:06.9934730Z -- Detecting CXX compile features - done 2025-03-21T20:22:06.9935916Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:06.9936952Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:06.9937558Z CMake. 2025-03-21T20:22:06.9937731Z 2025-03-21T20:22:06.9938065Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:06.9939087Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:06.9939791Z to work with policies introduced by or earlier. 2025-03-21T20:22:06.9940177Z 2025-03-21T20:22:06.9940359Z  2025-03-21T20:22:06.9941362Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:06.9942444Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:06.9943061Z CMake. 2025-03-21T20:22:06.9943245Z 2025-03-21T20:22:06.9943700Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:06.9944505Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:06.9945210Z to work with policies introduced by or earlier. 2025-03-21T20:22:06.9945587Z 2025-03-21T20:22:06.9945780Z  2025-03-21T20:22:06.9946139Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:06.9946722Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:06.9947244Z -- Found Threads: TRUE 2025-03-21T20:22:06.9948205Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:06.9949293Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:06.9949907Z CMake. 2025-03-21T20:22:06.9950085Z 2025-03-21T20:22:06.9950417Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:06.9951257Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:06.9951951Z to work with policies introduced by or earlier. 2025-03-21T20:22:06.9952333Z 2025-03-21T20:22:06.9952514Z  2025-03-21T20:22:06.9952857Z -- Using python executable 'python' 2025-03-21T20:22:06.9953837Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051. 2025-03-21T20:22:06.9954817Z -- Killing buck2 daemon 2025-03-21T20:22:06.9955665Z '/pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 killall' 2025-03-21T20:22:06.9956606Z -- executorch: Generating source lists 2025-03-21T20:22:06.9957362Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:06.9958354Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:06.9959083Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:06.9959562Z -- Generating operator lib: 2025-03-21T20:22:06.9959972Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:06.9960566Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:06.9961177Z -- ROOT_OPS: 2025-03-21T20:22:06.9961524Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:06.9963270Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:22:06.9964875Z -- Generating kernel bindings: 2025-03-21T20:22:06.9965293Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:06.9965879Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:06.9966502Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:06.9966899Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:06.9969251Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:22:06.9971332Z -- Generating operator lib: 2025-03-21T20:22:06.9971742Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:06.9972180Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:06.9972864Z -- DEPS: executorch 2025-03-21T20:22:06.9973613Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:22:06.9974430Z -- Generating operator lib: 2025-03-21T20:22:06.9974839Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:22:06.9975435Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:22:06.9976177Z -- ROOT_OPS: 2025-03-21T20:22:06.9976561Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:06.9978334Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-03-21T20:22:06.9979928Z -- Generating kernel bindings: 2025-03-21T20:22:06.9980350Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:22:06.9980946Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:22:06.9981571Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:06.9981969Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:22:06.9984459Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-03-21T20:22:06.9986606Z -- Generating operator lib: 2025-03-21T20:22:06.9987028Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:22:06.9987468Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:22:06.9987899Z -- DEPS: executorch 2025-03-21T20:22:06.9988279Z -- Merging kernel yaml files: 2025-03-21T20:22:06.9988992Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:22:06.9990281Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:22:06.9991138Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:22:06.9991706Z -- Generating operator lib: 2025-03-21T20:22:06.9992154Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:22:06.9992823Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:22:06.9993456Z -- ROOT_OPS: 2025-03-21T20:22:09.5865518Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:09.5867761Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-03-21T20:22:09.5869494Z -- Generating kernel bindings: 2025-03-21T20:22:09.5869959Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:22:09.5870644Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:22:09.5871294Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:09.5871689Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:22:09.5874224Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-03-21T20:22:09.5876521Z -- Generating operator lib: 2025-03-21T20:22:09.5876971Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:22:09.5877573Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:22:09.5878136Z -- DEPS: executorch 2025-03-21T20:22:09.5878963Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:09.5879920Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:09.5880525Z CMake. 2025-03-21T20:22:09.5880707Z 2025-03-21T20:22:09.5881045Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:09.5881853Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:09.5883014Z to work with policies introduced by or earlier. 2025-03-21T20:22:09.5883396Z 2025-03-21T20:22:09.5883595Z  2025-03-21T20:22:09.5883935Z -- Looking for C++ include unistd.h 2025-03-21T20:22:09.5884422Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:09.5884913Z -- Looking for C++ include stdint.h 2025-03-21T20:22:09.5885632Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:09.5886148Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:09.5886637Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:09.5887139Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:09.5887631Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:09.5888136Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:09.5888629Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:09.5889122Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:09.5889593Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:09.5892295Z -- Looking for C++ include stddef.h 2025-03-21T20:22:09.5892779Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:09.5893246Z -- Check size of uint32_t 2025-03-21T20:22:09.5893649Z -- Check size of uint32_t - done 2025-03-21T20:22:09.5894060Z -- Looking for strtoll 2025-03-21T20:22:09.5894438Z -- Looking for strtoll - found 2025-03-21T20:22:09.5894830Z -- 2025-03-21T20:22:09.5895152Z -- ******** Summary ******** 2025-03-21T20:22:09.5895571Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:22:09.5896059Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:09.5896533Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:22:09.5897008Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:09.5897932Z -- BUCK2 : /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 2025-03-21T20:22:09.5898875Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:22:09.5899567Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:22:09.5900309Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:22:09.5900848Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:22:09.5901387Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:09.5901920Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:09.5902454Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:09.5902991Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:09.5903744Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:09.5904281Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:09.5904825Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:22:09.5905348Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:22:09.5905895Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:22:09.5906444Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:22:09.5906984Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:09.5907500Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:22:09.5908040Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:09.5908572Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:22:09.5909117Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:09.5909651Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:09.5910297Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:09.5910847Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:09.5911382Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:09.5911917Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:09.5920369Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:22:09.5920945Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:22:09.5921496Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:09.5922481Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:09.5923030Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:09.5923557Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:09.5924069Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:22:09.5924592Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:09.5925314Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:09.5925865Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:09.5926385Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:09.5926871Z -- Configuring done (5.1s) 2025-03-21T20:22:09.5927261Z -- Generating done (0.1s) 2025-03-21T20:22:09.5927788Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:22:09.5928409Z + cmake --build cmake-out -j4 --config Debug 2025-03-21T20:22:09.5929662Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:09.5930758Z [ 1%] Creating directories for 'flatbuffers' 2025-03-21T20:22:09.5931756Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:09.5933087Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:09.5934112Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:22:09.5934745Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:22:09.5935362Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:22:09.5936047Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:09.5936640Z CMake Warning: 2025-03-21T20:22:09.5937101Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:09.5937504Z 2025-03-21T20:22:09.5937665Z  2025-03-21T20:22:09.5938099Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:09.5938801Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:09.5939363Z git describe failed with exit code: 128 2025-03-21T20:22:09.5939679Z 2025-03-21T20:22:09.5939932Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:09.5940491Z Call Stack (most recent call first): 2025-03-21T20:22:09.5940948Z CMakeLists.txt:5 (include) 2025-03-21T20:22:09.5941208Z 2025-03-21T20:22:09.5941405Z  2025-03-21T20:22:09.5941744Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:09.5942805Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:09.5943898Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:22:09.5944910Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:09.5945740Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:09.5946749Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:09.5948134Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:09.5949512Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:09.5950879Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:09.5951711Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:09.5952298Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:09.5952871Z -- Detecting CXX compile features 2025-03-21T20:22:09.5953332Z -- Detecting CXX compile features - done 2025-03-21T20:22:09.5953971Z [ 4%] Linking C static library libpthreadpool.a 2025-03-21T20:22:09.5954496Z -- Looking for strtof_l 2025-03-21T20:22:09.5954882Z [ 4%] Built target pthreadpool 2025-03-21T20:22:09.5956072Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:09.5957419Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:22:09.5958800Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:09.5960298Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:22:09.5961170Z -- Looking for strtof_l - found 2025-03-21T20:22:09.5961591Z -- Looking for strtoull_l 2025-03-21T20:22:09.5962600Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:09.5964055Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:22:09.5964934Z -- Looking for strtoull_l - found 2025-03-21T20:22:09.5965386Z -- Looking for realpath 2025-03-21T20:22:09.5966359Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:22:09.5967835Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:09.5969338Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:22:09.5970828Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:09.5972331Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:22:09.5973225Z -- Looking for realpath - found 2025-03-21T20:22:09.5973723Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:09.5974250Z -- Configuring done (0.7s) 2025-03-21T20:22:09.5974660Z -- Generating done (0.0s) 2025-03-21T20:22:09.5975311Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:22:09.5976189Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:22:09.5977004Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:12.4404661Z [ 6%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:22:12.4405883Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:22:12.4406794Z [ 6%] Built target gflags_nothreads_static 2025-03-21T20:22:12.4407837Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:22:12.4409341Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:22:12.4410835Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:12.4412041Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:12.4413265Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:12.4414454Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:12.4415636Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:12.4417119Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:12.4418291Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:12.4419461Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:12.4421079Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:12.4421898Z [ 8%] Linking C static library libcpuinfo.a 2025-03-21T20:22:12.4422417Z [ 8%] Built target cpuinfo 2025-03-21T20:22:12.4423363Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:12.4424856Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:12.4426117Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:12.4427294Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:12.4428530Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:12.4429967Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:12.4431392Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:12.4432560Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:12.4433788Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:22:12.4435014Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:12.4436274Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:12.4437719Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:22:12.4439189Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:12.4440709Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-03-21T20:22:12.4442196Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:12.4443391Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:12.4444749Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:22:12.4446246Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:12.4447384Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:12.4448694Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-03-21T20:22:12.4450201Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:12.4451736Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-03-21T20:22:12.4453245Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:12.4454736Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-03-21T20:22:12.4455983Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:12.4457169Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:12.4458318Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:12.4459513Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:12.4461259Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:22:12.4462764Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:12.4464542Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:22:12.4466120Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:12.4467265Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:12.4468536Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:22:12.4469806Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:12.4470981Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:12.4472488Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:22:12.4473965Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:12.4475451Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:22:12.4476907Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:12.4478067Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:12.4479384Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:22:12.4480859Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:12.4482007Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:12.4483190Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:12.4484264Z [ 14%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:22:12.4484845Z [ 14%] Built target cpuinfo_internals 2025-03-21T20:22:12.4485571Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:12.4486748Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:12.4487893Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:12.4489089Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:12.4490562Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:12.4491832Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:12.4492912Z [ 15%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:12.4493770Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:12.4494807Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:12.4495886Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:12.4496850Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:12.4497766Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:12.4498640Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:12.4499953Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:12.4500977Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:12.4501966Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:12.4503079Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:12.4504165Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:12.4505206Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:17.2340934Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:17.2342140Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:17.2343273Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:17.2344531Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:17.2345626Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:17.2346470Z [100%] Linking CXX executable flatc 2025-03-21T20:22:17.2346962Z [ 15%] Built target eigen_blas 2025-03-21T20:22:17.2347388Z [100%] Built target flatc 2025-03-21T20:22:17.2347919Z [ 15%] No install step for 'flatbuffers' 2025-03-21T20:22:17.2348543Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:22:17.2349004Z [ 16%] Built target flatbuffers 2025-03-21T20:22:17.2349568Z [ 16%] Generating common_schema headers 2025-03-21T20:22:17.2350070Z [ 16%] Built target common_schema 2025-03-21T20:22:17.2350634Z [ 17%] Generating program_schema headers 2025-03-21T20:22:17.2351148Z [ 17%] Built target program_schema 2025-03-21T20:22:17.2352183Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:17.2353517Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:17.2354798Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:17.2356147Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:17.2357424Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:17.2358629Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:17.2359777Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:17.2360949Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:17.2362115Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:17.2363294Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:17.2364495Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:17.2365793Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:17.2367159Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:17.2368469Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:17.2369659Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:17.2370786Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:17.2372460Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:17.2373642Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:17.2374784Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:17.2376204Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:17.2377255Z [ 21%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:17.2377828Z [ 21%] Built target executorch_core 2025-03-21T20:22:17.2378643Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:17.2379872Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:17.2381148Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:17.2382479Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:17.2384023Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:17.2385447Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:17.2386768Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:17.2387816Z [ 23%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:17.2388433Z [ 23%] Built target extension_threadpool 2025-03-21T20:22:17.2389320Z [ 23%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:17.2390744Z [ 23%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:17.2391697Z [ 23%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:17.2392242Z [ 23%] Built target executorch 2025-03-21T20:22:17.2393226Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:17.2394730Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:17.2396222Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:17.2397263Z [ 24%] Linking CXX static library libcpublas.a 2025-03-21T20:22:17.2397784Z [ 24%] Built target cpublas 2025-03-21T20:22:17.2398630Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:17.2399901Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:17.2401329Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:17.2402796Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:17.2404126Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:17.2405476Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:17.2406883Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:17.2408210Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:17.2409475Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:17.2410795Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:17.2412603Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:17.2413967Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:17.2415483Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:17.2416920Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:17.2418373Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:17.2419703Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:17.2420938Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:17.2422265Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:17.2423783Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:17.2425082Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:17.2426337Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:17.2427657Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:17.2429036Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:17.2430354Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:17.2431634Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:17.2432961Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:17.2434364Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:17.2435826Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:17.2437288Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:17.2438665Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:17.2440067Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:17.2441402Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:21.0511302Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:21.0512798Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:21.0514246Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:21.0515616Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:21.0517050Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:21.0518561Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:21.0520049Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:21.0521841Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:21.0523385Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:21.0525100Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:21.0526493Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:21.0527812Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:21.0529152Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:21.0530467Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:21.0531837Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:21.0533296Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:21.0534723Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:21.0536083Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:21.0537437Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:21.0538829Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:21.0540203Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:21.0541544Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:21.0543161Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:21.0544997Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:21.0546382Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:21.0547614Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:21.0548987Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:21.0550530Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:21.0551947Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:21.0553277Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:21.0554666Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:21.0555964Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:21.0557286Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:21.0558596Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:21.0559882Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:21.0561130Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:21.0562742Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:21.0564123Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:21.0565858Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:21.0567224Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:21.0568474Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:21.0569799Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:21.0571212Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:21.0572620Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:21.0574040Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:21.0575538Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:21.0576908Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:21.0578243Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:21.0579540Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:21.0580920Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:21.0582287Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:21.0583646Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:22:21.0584860Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:22:21.0585946Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:3, 2025-03-21T20:22:21.0586890Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:22:21.0589447Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:22:21.0596056Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.0598132Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:22:21.0598793Z | ^ 2025-03-21T20:22:21.0599735Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:21.0601031Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:21.0602372Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:21.0603690Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:21.0605529Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:21.0606908Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:21.0608417Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:21.0609707Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:22:21.0610913Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:22:21.0612085Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-03-21T20:22:21.0613264Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:22:21.5339554Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:22:21.5342715Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:22:21.5346907Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5349218Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:22:21.5350438Z | ^ 2025-03-21T20:22:21.5351666Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:21.5353019Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:21.5354557Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:21.5355896Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:21.5357223Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:21.5358633Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:21.5360135Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:21.5361579Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:21.5362786Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:22:21.5366133Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:22:21.5372102Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:21.5376208Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:21.5378457Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5379986Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:22:21.5380548Z | ^~~~~~~~~~~~~~ 2025-03-21T20:22:21.5383430Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:22:21.5389512Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:21.5394732Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:21.5396816Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5400879Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:22:21.5405993Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:22:21.5411944Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:21.5415565Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:21.5417590Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5419497Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:22:21.5420089Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:21.5423362Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:22:21.5428589Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:22:21.5434475Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:21.5438081Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:21.5440078Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5441493Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:22:21.5442034Z from /usr/include/c++/11/array:38, 2025-03-21T20:22:21.5442677Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:22:21.5443528Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:22:21.5444424Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:22:21.5445323Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:22:21.5449070Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-03-21T20:22:21.5454660Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:22:21.5459736Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:22:21.5466123Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:21.5469783Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:21.5471514Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5472665Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:22:21.5473098Z | ^~~~~~~~~ 2025-03-21T20:22:21.5476495Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-03-21T20:22:21.5482048Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:22:21.5487135Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:22:21.5493271Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:21.5496895Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:21.5498602Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5502256Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:22:21.5506426Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5507892Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:22:21.5508481Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:22:21.5511724Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:22:21.5515632Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5519510Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:22:21.5523202Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:27:6: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:21.5524528Z 27 | void layer_norm( 2025-03-21T20:22:21.5524899Z | ^~~~~~~~~~ 2025-03-21T20:22:21.5527801Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:22:21.5531488Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:27:6: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:24.0848536Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:22:24.0851560Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double]’: 2025-03-21T20:22:24.0854884Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:24.0856390Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:22:24.0856934Z | ^~~~~~~~~~~~~~ 2025-03-21T20:22:24.0859217Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float]’: 2025-03-21T20:22:24.0862483Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:24.0865960Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-03-21T20:22:24.0869954Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:24.0871485Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:22:24.0872073Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:24.0874513Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4]’: 2025-03-21T20:22:24.0877817Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:24.0879219Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:22:24.0879767Z from /usr/include/c++/11/array:38, 2025-03-21T20:22:24.0880415Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:22:24.0881267Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:22:24.0882164Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:22:24.0883064Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:22:24.0885342Z /usr/include/c++/11/bits/stl_pair.h: In function ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double]’: 2025-03-21T20:22:24.0887989Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:24.0889118Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:22:24.0889560Z | ^~~~~~~~~ 2025-03-21T20:22:24.0891754Z /usr/include/c++/11/bits/stl_pair.h: In function ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float]’: 2025-03-21T20:22:24.0894353Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:24.0895933Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:24.0897201Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:24.0898568Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:24.0899960Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:24.0901265Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:24.0902600Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:24.0904033Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:24.0905849Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:24.0907190Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:24.0908525Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:24.0910093Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:24.0911363Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:24.0912670Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:24.0913972Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:24.0914968Z [ 45%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:24.0916060Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:24.0917507Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:24.0918877Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:24.0920155Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:24.0921406Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:24.0922741Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:24.0924073Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:24.0925384Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:24.0926769Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:24.0928072Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:24.0929340Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:24.0930686Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:24.0932084Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:24.0932924Z [ 48%] Built target optimized_kernels 2025-03-21T20:22:24.0933837Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:24.0935060Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:24.0936393Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:24.0937707Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:24.0938952Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:24.0940185Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:24.0941485Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:24.0942821Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:24.0944221Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:24.0945791Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:24.0947158Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:28.2600506Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:28.2601960Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:28.2603289Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:28.2604606Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:28.2605921Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:28.2607200Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:28.2608558Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:28.2609954Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:28.2611327Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:28.2612715Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:28.2614186Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:28.2615544Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:28.2616903Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:28.2618390Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:28.2619764Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:28.2621097Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:28.2622494Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:28.2624000Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:28.2625310Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:28.2626682Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:28.2628200Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:28.2629783Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:28.2631219Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:28.2632536Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:28.2633941Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:28.2635503Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:28.2636892Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:28.2638679Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:28.2640114Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:28.2641638Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:28.2643089Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:28.2644563Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:28.2646041Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:28.2647424Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:28.2648910Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:28.2650375Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:28.2651735Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:28.2653082Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:28.2654466Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:28.2655874Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:28.2657228Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:28.2658653Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:28.2660000Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:28.2661351Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:28.2662788Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:28.2664275Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:28.2665657Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:28.2667168Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:28.2668659Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:28.2670226Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:28.2671688Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:28.2673037Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:28.2674553Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:28.2676012Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:28.2677547Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:28.2679273Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:28.2680601Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:28.2681961Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:28.2683414Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:28.2684756Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:28.2686062Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:28.2687347Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:28.2688585Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:28.2690044Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:28.2691356Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:28.2692669Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:28.2694054Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:28.2695526Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:28.2696983Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:28.2698380Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:28.2699717Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:28.2701144Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:32.9400328Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:32.9401722Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:32.9403003Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:32.9404431Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:32.9405994Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:32.9407493Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:32.9408870Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:32.9410215Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:32.9411567Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:32.9412948Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:32.9414334Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:32.9415738Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:32.9417142Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:32.9418861Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:32.9420110Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:32.9421671Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:32.9422896Z [ 67%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:22:32.9424338Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:32.9425723Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:32.9427194Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:32.9428287Z [ 68%] Generating code for kernel registration 2025-03-21T20:22:32.9429362Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:32.9430763Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:32.9432238Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:32.9433605Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:32.9434905Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:32.9436351Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:32.9437738Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:32.9439113Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:32.9440489Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:32.9441905Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:32.9443326Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:32.9444736Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:32.9446145Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:32.9447484Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:32.9448865Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:32.9450225Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:32.9451506Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:32.9452958Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:32.9454354Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:32.9455671Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:32.9457161Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:32.9458853Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:32.9460174Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:32.9461759Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:32.9463220Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:32.9464700Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:32.9466078Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:32.9467420Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:32.9469072Z [ 75%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:32.9470652Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:32.9472029Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:32.9473135Z [ 75%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:22:32.9473726Z [ 75%] Built target optimized_ops_lib 2025-03-21T20:22:32.9474626Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:32.9475870Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:32.9477151Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:32.9478545Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:32.9479931Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:32.9481268Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:32.9482603Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:32.9484247Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:32.9485772Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:32.9487111Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:32.9488434Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:32.9490147Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:32.9491555Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:32.9492809Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:32.9494056Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:32.9495467Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:32.9496862Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:32.9498128Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:32.9499932Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:32.9501329Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:37.2980270Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:37.2981689Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:37.2983053Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:37.2984551Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:37.2985902Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:37.2987189Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:37.2988514Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:37.2990229Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:37.2991651Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:37.2993040Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:37.2994476Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:37.2995947Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:37.2997286Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:37.2998569Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:37.2999912Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:37.3001259Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:37.3002522Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:37.3003917Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:37.3005508Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:37.3007008Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:37.3008595Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:37.3010195Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:37.3011690Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:37.3013133Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:37.3014571Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:37.3015997Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:37.3017427Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:37.3019196Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:37.3020585Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:37.3022167Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:37.3023668Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:37.3025117Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:37.3026548Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:37.3027984Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:37.3029460Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:37.3030986Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:37.3032424Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:37.3033819Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:37.3035178Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:37.3036671Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:37.3038146Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:37.3039546Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:37.3040900Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:37.3042323Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:37.3043922Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:37.3045305Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:37.3046368Z [ 89%] Linking CXX static library libportable_kernels.a 2025-03-21T20:22:37.3047501Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:37.3048941Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:37.3050414Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:37.3051895Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:37.3053417Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:37.3054961Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:37.3056398Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:37.3057861Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:37.3059569Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:37.3060968Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:37.3062456Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:37.3063985Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:37.3065379Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:37.3066743Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:37.3068133Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:37.3069527Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:37.3070997Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:37.3072455Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:37.3073336Z [ 92%] Built target portable_kernels 2025-03-21T20:22:37.3074309Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:37.3075751Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:37.3077214Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:37.3078709Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:37.3080252Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:48.1759515Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:48.1760923Z [ 93%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:22:48.1762079Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:48.1763506Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:48.1764947Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:48.1766327Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:48.1767884Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:48.1769032Z [ 94%] Generating code for kernel registration 2025-03-21T20:22:48.1770292Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:48.1772157Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:48.1773905Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:48.1775507Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:48.1777100Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:48.1779128Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:48.1780678Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:48.1782444Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:48.1784293Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:48.1785876Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:48.1787469Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:48.1789114Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:48.1791689Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:48.1793301Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:48.1794815Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:48.1796304Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:48.1797821Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:48.1799348Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:48.1800888Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:48.1802084Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:48.1803522Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:48.1804853Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:22:48.1805443Z [ 98%] Built target portable_ops_lib 2025-03-21T20:22:48.1805927Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:22:48.1806521Z [ 98%] Merging kernel yaml files 2025-03-21T20:22:48.1807375Z [ 99%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:48.1808241Z [ 99%] Generating code for kernel registration 2025-03-21T20:22:48.1809699Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:48.1811216Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:48.1811910Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:48.1813011Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:22:48.1814410Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:22:48.1815750Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:48.1817058Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:22:48.1818348Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:22:48.1820225Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:22:48.1821296Z [100%] Linking CXX executable executor_runner 2025-03-21T20:22:48.1821828Z [100%] Built target executor_runner 2025-03-21T20:22:48.1822347Z + ./cmake-out/executor_runner --model_path ./lstm.pte 2025-03-21T20:22:48.1823331Z I 00:00:00.000746 executorch:cpuinfo_utils.cpp:62] Reading file /sys/devices/soc0/image_version 2025-03-21T20:22:48.1824514Z I 00:00:00.000792 executorch:cpuinfo_utils.cpp:78] Failed to open midr file /sys/devices/soc0/image_version 2025-03-21T20:22:48.1825701Z I 00:00:00.000809 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:22:48.1826970Z I 00:00:00.000865 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu1/regs/identification/midr_el1 2025-03-21T20:22:48.1828235Z I 00:00:00.000891 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu2/regs/identification/midr_el1 2025-03-21T20:22:48.1829507Z I 00:00:00.000914 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu3/regs/identification/midr_el1 2025-03-21T20:22:48.1830774Z I 00:00:00.000936 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu4/regs/identification/midr_el1 2025-03-21T20:22:48.1832047Z I 00:00:00.000955 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu5/regs/identification/midr_el1 2025-03-21T20:22:48.1833319Z I 00:00:00.000979 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu6/regs/identification/midr_el1 2025-03-21T20:22:48.1834583Z I 00:00:00.001000 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu7/regs/identification/midr_el1 2025-03-21T20:22:48.1835701Z I 00:00:00.001024 executorch:executor_runner.cpp:142] Resetting threadpool with num threads = 8 2025-03-21T20:22:48.1836636Z I 00:00:00.001347 executorch:executor_runner.cpp:166] Model file ./lstm.pte is loaded. 2025-03-21T20:22:48.1837453Z I 00:00:00.001360 executorch:executor_runner.cpp:175] Using method forward 2025-03-21T20:22:48.1838309Z I 00:00:00.001373 executorch:executor_runner.cpp:226] Setting up planned buffer 0, size 11920. 2025-03-21T20:22:48.1839137Z I 00:00:00.002282 executorch:executor_runner.cpp:251] Method loaded. 2025-03-21T20:22:48.1840027Z I 00:00:00.007004 executorch:executor_runner.cpp:284] Model executed successfully 1 time(s) in 4.692398 ms. 2025-03-21T20:22:48.1840909Z I 00:00:00.007024 executorch:executor_runner.cpp:293] 3 outputs: 2025-03-21T20:22:48.1841474Z Output 0: tensor(sizes=[5, 3, 20], [ 2025-03-21T20:22:48.1842119Z 0.155609, 0.132649, 0.0348747, 0.187629, 0.164233, 0.230262, 0.249081, 0.186799, 0.152222, 0.174441, 2025-03-21T20:22:48.1843043Z 0.0864412, 0.273651, 0.192275, 0.134386, -0.00052477, -0.164861, 0.516908, 0.258809, 0.256885, 0.247385, 2025-03-21T20:22:48.1843947Z 0.155609, 0.132649, 0.0348747, 0.187629, 0.164233, 0.230262, 0.249081, 0.186799, 0.152222, 0.174441, 2025-03-21T20:22:48.1844854Z 0.0864412, 0.273651, 0.192275, 0.134386, -0.00052477, -0.164861, 0.516908, 0.258809, 0.256885, 0.247385, 2025-03-21T20:22:48.1845759Z 0.155609, 0.132649, 0.0348747, 0.187629, 0.164233, 0.230262, 0.249081, 0.186799, 0.152222, 0.174441, 2025-03-21T20:22:48.1846670Z 0.0864412, 0.273651, 0.192275, 0.134386, -0.00052477, -0.164861, 0.516908, 0.258809, 0.256885, 0.247385, 2025-03-21T20:22:48.1847600Z 0.0224362, 0.0502184, -0.0504396, 0.072218, -0.0317993, 0.0572854, 0.131412, 0.111951, 0.0797338, 0.103115, 2025-03-21T20:22:48.1848536Z 0.0235536, 0.132321, 0.0712503, 0.132202, -0.10807, -0.157296, 0.170782, 0.106044, 0.0771614, 0.133675, 2025-03-21T20:22:48.1849462Z 0.0224362, 0.0502184, -0.0504396, 0.072218, -0.0317993, 0.0572854, 0.131412, 0.111951, 0.0797338, 0.103115, 2025-03-21T20:22:48.1850389Z 0.0235536, 0.132321, 0.0712503, 0.132202, -0.10807, -0.157296, 0.170782, 0.106044, 0.0771614, 0.133675, 2025-03-21T20:22:48.1851303Z ..., 2025-03-21T20:22:48.1851911Z -0.120666, -0.0170822, -0.116858, 0.00622694, -0.156909, -0.0886544, -0.0243788, -0.0141356, 0.0476026, 0.0616996, 2025-03-21T20:22:48.1852903Z -0.0834443, 0.0330091, -0.0195814, 0.0595198, -0.183787, -0.0712705, -0.0328339, 0.0141188, -0.0598164, 0.0537967, 2025-03-21T20:22:48.1854091Z -0.120666, -0.0170822, -0.116858, 0.00622694, -0.156909, -0.0886544, -0.0243788, -0.0141356, 0.0476026, 0.0616996, 2025-03-21T20:22:48.1855112Z -0.0834443, 0.0330091, -0.0195814, 0.0595198, -0.183787, -0.0712705, -0.0328339, 0.0141188, -0.0598164, 0.0537967, 2025-03-21T20:22:48.1856110Z -0.162098, -0.0350141, -0.124246, 0.00240647, -0.18818, -0.101144, -0.058439, -0.0324094, 0.0444539, 0.0727416, 2025-03-21T20:22:48.1857095Z -0.106682, 0.0145602, -0.0351066, 0.0449005, -0.192013, -0.0325291, -0.0654451, -0.00966027, -0.08887, 0.0332115, 2025-03-21T20:22:48.1858072Z -0.162098, -0.0350141, -0.124246, 0.00240647, -0.18818, -0.101144, -0.058439, -0.0324094, 0.0444539, 0.0727416, 2025-03-21T20:22:48.1859060Z -0.106682, 0.0145602, -0.0351066, 0.0449005, -0.192013, -0.0325291, -0.0654451, -0.00966027, -0.08887, 0.0332115, 2025-03-21T20:22:48.1860038Z -0.162098, -0.0350141, -0.124246, 0.00240647, -0.18818, -0.101144, -0.058439, -0.0324094, 0.0444539, 0.0727416, 2025-03-21T20:22:48.1861017Z -0.106682, 0.0145602, -0.0351066, 0.0449005, -0.192013, -0.0325291, -0.0654451, -0.00966027, -0.08887, 0.0332115, 2025-03-21T20:22:48.1861716Z ]) 2025-03-21T20:22:48.1862040Z Output 1: tensor(sizes=[2, 3, 20], [ 2025-03-21T20:22:48.1862726Z -0.175158, -0.116684, -0.313097, -0.254668, -0.122045, -0.187881, -0.558135, 0.00623562, -0.242713, -0.382004, 2025-03-21T20:22:48.1863778Z -0.297886, -0.121214, -0.0058679, -0.0114034, -0.0669164, 0.401281, 0.1095, 0.164286, 0.196813, -0.0790344, 2025-03-21T20:22:48.1864746Z -0.175158, -0.116684, -0.313097, -0.254668, -0.122045, -0.187881, -0.558135, 0.00623562, -0.242713, -0.382004, 2025-03-21T20:22:48.1865698Z -0.297886, -0.121214, -0.0058679, -0.0114034, -0.0669164, 0.401281, 0.1095, 0.164286, 0.196813, -0.0790344, 2025-03-21T20:22:48.1866643Z -0.175158, -0.116684, -0.313097, -0.254668, -0.122045, -0.187881, -0.558135, 0.00623562, -0.242713, -0.382004, 2025-03-21T20:22:48.1867584Z -0.297886, -0.121214, -0.0058679, -0.0114034, -0.0669164, 0.401281, 0.1095, 0.164286, 0.196813, -0.0790344, 2025-03-21T20:22:48.1868544Z -0.162098, -0.0350141, -0.124246, 0.00240647, -0.18818, -0.101144, -0.058439, -0.0324094, 0.0444539, 0.0727416, 2025-03-21T20:22:48.1869529Z -0.106682, 0.0145602, -0.0351066, 0.0449005, -0.192013, -0.0325291, -0.0654451, -0.00966027, -0.08887, 0.0332115, 2025-03-21T20:22:48.1870507Z -0.162098, -0.0350141, -0.124246, 0.00240647, -0.18818, -0.101144, -0.058439, -0.0324094, 0.0444539, 0.0727416, 2025-03-21T20:22:48.1871481Z -0.106682, 0.0145602, -0.0351066, 0.0449005, -0.192013, -0.0325291, -0.0654451, -0.00966027, -0.08887, 0.0332115, 2025-03-21T20:22:48.1872451Z -0.162098, -0.0350141, -0.124246, 0.00240647, -0.18818, -0.101144, -0.058439, -0.0324094, 0.0444539, 0.0727416, 2025-03-21T20:22:48.1873434Z -0.106682, 0.0145602, -0.0351066, 0.0449005, -0.192013, -0.0325291, -0.0654451, -0.00966027, -0.08887, 0.0332115, 2025-03-21T20:22:48.1874178Z ]) 2025-03-21T20:22:48.1874499Z Output 2: tensor(sizes=[2, 3, 20], [ 2025-03-21T20:22:48.1875180Z -0.259208, -0.179803, -0.671764, -0.455771, -0.209185, -0.63333, -1.11792, 0.0101499, -0.790517, -0.94742, 2025-03-21T20:22:48.1876119Z -0.49433, -0.284864, -0.0113271, -0.0227004, -0.0844155, 0.585931, 0.175299, 0.268535, 0.345585, -0.284618, 2025-03-21T20:22:48.1877048Z -0.259208, -0.179803, -0.671764, -0.455771, -0.209185, -0.63333, -1.11792, 0.0101499, -0.790517, -0.94742, 2025-03-21T20:22:48.1877978Z -0.49433, -0.284864, -0.0113271, -0.0227004, -0.0844155, 0.585931, 0.175299, 0.268535, 0.345585, -0.284618, 2025-03-21T20:22:48.1878906Z -0.259208, -0.179803, -0.671764, -0.455771, -0.209185, -0.63333, -1.11792, 0.0101499, -0.790517, -0.94742, 2025-03-21T20:22:48.1880149Z -0.49433, -0.284864, -0.0113271, -0.0227004, -0.0844155, 0.585931, 0.175299, 0.268535, 0.345585, -0.284618, 2025-03-21T20:22:48.1881107Z -0.285972, -0.0734219, -0.273235, 0.0047239, -0.350089, -0.26666, -0.114504, -0.0695999, 0.0828744, 0.118644, 2025-03-21T20:22:48.1882185Z -0.203019, 0.0298438, -0.0816187, 0.110797, -0.423419, -0.0679531, -0.122265, -0.0200575, -0.17827, 0.0644711, 2025-03-21T20:22:48.1883173Z -0.285972, -0.0734219, -0.273235, 0.0047239, -0.350089, -0.26666, -0.114504, -0.0695999, 0.0828744, 0.118644, 2025-03-21T20:22:48.1884128Z -0.203019, 0.0298438, -0.0816187, 0.110797, -0.423419, -0.0679531, -0.122265, -0.0200575, -0.17827, 0.0644711, 2025-03-21T20:22:48.1885098Z -0.285972, -0.0734219, -0.273235, 0.0047239, -0.350089, -0.26666, -0.114504, -0.0695999, 0.0828744, 0.118644, 2025-03-21T20:22:48.1886054Z -0.203019, 0.0298438, -0.0816187, 0.110797, -0.423419, -0.0679531, -0.122265, -0.0200575, -0.17827, 0.0644711, 2025-03-21T20:22:48.1886743Z ]) 2025-03-21T20:22:48.1960499Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:22:48.1961076Z with: 2025-03-21T20:22:48.1961511Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:48.1962073Z fail-on-empty: false 2025-03-21T20:22:48.1962417Z env: 2025-03-21T20:22:48.1962802Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:22:48.1963337Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:48.1963754Z PR_NUMBER: 2025-03-21T20:22:48.1966041Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:22:48.1968685Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:48.1969532Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:48.1970318Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:48.1970871Z ##[endgroup] 2025-03-21T20:22:48.2709744Z Prepare all required actions 2025-03-21T20:22:48.2764042Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:22:48.2764583Z with: 2025-03-21T20:22:48.2765089Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:22:48.2765721Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:22:48.2766108Z env: 2025-03-21T20:22:48.2766512Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:22:48.2767057Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:48.2767474Z PR_NUMBER: 2025-03-21T20:22:48.2769985Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:22:48.2772672Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:48.2773494Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:48.2774277Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:48.2774828Z ##[endgroup] 2025-03-21T20:22:48.2808713Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:48.2809700Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:48.2820381Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:48.2821232Z env: 2025-03-21T20:22:48.2821646Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:22:48.2822186Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:48.2822599Z PR_NUMBER: 2025-03-21T20:22:48.2825170Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:22:48.2827767Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:48.2828601Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:48.2829376Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:48.2829966Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:22:48.2830561Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:22:48.2831166Z ##[endgroup] 2025-03-21T20:22:48.3039161Z Unable to find image 'arm64v8/alpine:latest' locally 2025-03-21T20:22:48.4874649Z latest: Pulling from arm64v8/alpine 2025-03-21T20:22:48.5420189Z 6e771e15690e: Pulling fs layer 2025-03-21T20:22:48.6142132Z 6e771e15690e: Verifying Checksum 2025-03-21T20:22:48.6142641Z 6e771e15690e: Download complete 2025-03-21T20:22:48.7325344Z 6e771e15690e: Pull complete 2025-03-21T20:22:48.7459786Z Digest: sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:22:48.7501558Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-03-21T20:22:53.0690554Z Prepare all required actions 2025-03-21T20:22:53.0736067Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:22:53.0736618Z with: 2025-03-21T20:22:53.0737022Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:22:53.0737747Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:22:53.0738147Z env: 2025-03-21T20:22:53.0738546Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:22:53.0739085Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:53.0739496Z PR_NUMBER: 2025-03-21T20:22:53.0742185Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:22:53.0745734Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:53.0746652Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.0747527Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:53.0748143Z ##[endgroup] 2025-03-21T20:22:53.0783795Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:53.0785037Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:53.0799442Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:53.0800135Z env: 2025-03-21T20:22:53.0800626Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:22:53.0801320Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:53.0801971Z PR_NUMBER: 2025-03-21T20:22:53.0804851Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:22:53.0808530Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:53.0809497Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.0810495Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:53.0811091Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:22:53.0811727Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:22:53.0812384Z ##[endgroup] 2025-03-21T20:22:53.8025358Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:22:53.8026238Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:22:53.8026889Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:22:53.8027653Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:22:53.8028543Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:22:53.8029246Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:22:53.8029849Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:22:53.8030323Z  fi 2025-03-21T20:22:53.8030720Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:22:53.8031359Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:22:53.8031919Z  fi 2025-03-21T20:22:53.8032274Z fi 2025-03-21T20:22:53.8032603Z  2025-03-21T20:22:53.8032911Z upload_docs=0 2025-03-21T20:22:53.8033483Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:22:53.8034142Z # empty folders do not count 2025-03-21T20:22:53.8034787Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:22:53.8035637Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:22:53.8036348Z  # upload will probably not work correctly 2025-03-21T20:22:53.8036838Z  upload_docs=1 2025-03-21T20:22:53.8037203Z fi 2025-03-21T20:22:53.8037644Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:22:53.8045073Z shell: /usr/bin/bash -e {0} 2025-03-21T20:22:53.8045483Z env: 2025-03-21T20:22:53.8045875Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:22:53.8046432Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:53.8046856Z PR_NUMBER: 2025-03-21T20:22:53.8049141Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:22:53.8051737Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:53.8052568Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.8053346Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:53.8053916Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:22:53.8054278Z ##[endgroup] 2025-03-21T20:22:53.8167845Z Prepare all required actions 2025-03-21T20:22:53.8215725Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:22:53.8216257Z with: 2025-03-21T20:22:53.8216566Z env: 2025-03-21T20:22:53.8216968Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:22:53.8217520Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:53.8217937Z PR_NUMBER: 2025-03-21T20:22:53.8220239Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:22:53.8223129Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:53.8224213Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.8225023Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:53.8225577Z ##[endgroup] 2025-03-21T20:22:53.8257790Z ##[group]Run set -eou pipefail 2025-03-21T20:22:53.8258273Z set -eou pipefail 2025-03-21T20:22:53.8258666Z  2025-03-21T20:22:53.8259194Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:22:53.8259885Z for _ in $(seq 1440); do 2025-03-21T20:22:53.8260367Z  # Break if no ssh session exists anymore 2025-03-21T20:22:53.8260866Z  if [ "$(who)" = "" ]; then 2025-03-21T20:22:53.8261290Z  break 2025-03-21T20:22:53.8261622Z  fi 2025-03-21T20:22:53.8261951Z  echo "." 2025-03-21T20:22:53.8262305Z  sleep 5 2025-03-21T20:22:53.8262648Z done 2025-03-21T20:22:53.8270340Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:53.8270888Z env: 2025-03-21T20:22:53.8271299Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:22:53.8271837Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:53.8272247Z PR_NUMBER: 2025-03-21T20:22:53.8274535Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:22:53.8277134Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:53.8277967Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.8278745Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:53.8279309Z ##[endgroup] 2025-03-21T20:22:53.8309011Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:22:53.8373916Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:22:53.8374711Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:22:53.8375319Z # shellcheck disable=SC2046 2025-03-21T20:22:53.8375789Z docker stop $(docker ps -q) || true 2025-03-21T20:22:53.8376330Z # Prune all of the docker images 2025-03-21T20:22:53.8376810Z docker system prune -af 2025-03-21T20:22:53.8384612Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:53.8385155Z env: 2025-03-21T20:22:53.8385558Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:22:53.8386094Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:53.8386504Z PR_NUMBER: 2025-03-21T20:22:53.8389117Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:22:53.8391938Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:53.8393027Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.8393823Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:53.8394372Z ##[endgroup] 2025-03-21T20:23:04.4053440Z ee3fe322ea5d 2025-03-21T20:23:04.6683848Z Deleted Containers: 2025-03-21T20:23:04.6684494Z ee3fe322ea5d52d5c23fffedc2335913074a0b32d83bc4795af32e53b19420a5 2025-03-21T20:23:04.6684974Z 2025-03-21T20:23:08.3339147Z Deleted Images: 2025-03-21T20:23:08.3340295Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:23:08.3342169Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:23:08.3343779Z deleted: sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4 2025-03-21T20:23:08.3344718Z deleted: sha256:09f32a7b4424aa2d53cb6746ad96c97d11402e32508800950db7d805db59fef5 2025-03-21T20:23:08.3345631Z deleted: sha256:2400b3ca069d97c31c82baf4d6a615abba1f6d0c3ecbd100c810222bb25e9333 2025-03-21T20:23:08.3346561Z deleted: sha256:8e0b41eb40e0e0ee386f53cf802d9cd1793693af919a5eeeea5f9a744069afb5 2025-03-21T20:23:08.3347497Z deleted: sha256:dcbdfeae52597e3808762abdebc00dfd922c61b7a2641c20c37f5722f4f74027 2025-03-21T20:23:08.3348415Z deleted: sha256:d63b9419821f5e34bce0d21a8436284d4eb65a677ad10352e4083292e85cc411 2025-03-21T20:23:08.3349332Z deleted: sha256:19f09f507aab26d96e654dddf37320db13b0c290424d02fbcf2200cdebe6d50c 2025-03-21T20:23:08.3350234Z deleted: sha256:811ea2f5529526b50aa09f80457db519fc0684669c33b4b804fb686775fedf48 2025-03-21T20:23:08.3351134Z deleted: sha256:0c22605f5866e3bf800a3d128de9a552c8b32a7e762f96bc98cd4e7838aca631 2025-03-21T20:23:08.3352030Z deleted: sha256:597399b530f943bc9178d331b712b06d55e3570ec0dd569f9f34556a0b39c672 2025-03-21T20:23:08.3352922Z deleted: sha256:2e1c01efb70ca42200c290a1a5c078404a7429b1656d62829cc194e393feb456 2025-03-21T20:23:08.3353834Z deleted: sha256:81ed8917a35c1fb8e0f4697d2136d8f46ef0123e7172354db6cac2f665e74179 2025-03-21T20:23:08.3354736Z deleted: sha256:0b4dd04405c68761b0af34f004a21778591d9837b5b659c46e3ece5db4ca96c4 2025-03-21T20:23:08.3355652Z deleted: sha256:98564e1057c5b1861fac27ca9a4d000aa6c1cce077a64be6e92c1c0328de21db 2025-03-21T20:23:08.3356569Z deleted: sha256:ef6027fae935dd069d281694954d5d434ecccb964dc2cae4cb5f367f79118433 2025-03-21T20:23:08.3357492Z deleted: sha256:8714b6aed43f9fb6516d748241fbf8a7d62000dffbfda6c97f9a77c52ffcaf66 2025-03-21T20:23:08.3358411Z deleted: sha256:b50da0d5f573e1d94a83711df7a638fe9a44670dd938a98e0ba7c535de409ac3 2025-03-21T20:23:08.3359319Z deleted: sha256:d8cf851e2ae665b901caeb1b88600dd2262511635516845a22b84cb6a601c8f8 2025-03-21T20:23:08.3360213Z deleted: sha256:0336a5d8eb38c4345cf408dda18a8619056747745a03e9336423dc70dbd8b1ec 2025-03-21T20:23:08.3361103Z deleted: sha256:f620185bef1017660c6c4248c3f1a8f829a622e73584a4f975744970d443021b 2025-03-21T20:23:08.3362005Z deleted: sha256:e841d457dc57315a4b42567dcb7792b798d522cc284364a17160bef80879823d 2025-03-21T20:23:08.3362899Z deleted: sha256:8590293936b69062f99a43c53ba78bbb521db3f5fd34e4e029c260b42a2f24d2 2025-03-21T20:23:08.3363810Z deleted: sha256:41e98c39e616aa6a0b103eb4ff3754d0cd5e5ebc8d03e2ffc4374e90a6584078 2025-03-21T20:23:08.3364735Z deleted: sha256:de03b39cfdff6bb157784d61d1938fcf862ee01640d8de56613f2499d569d825 2025-03-21T20:23:08.3366175Z deleted: sha256:cf012e330a58f50134db5754447bf140b24dfcf3f11602031ed0405f9a1bc8f2 2025-03-21T20:23:08.3367128Z deleted: sha256:18b60edd05c57a9ddd17db0d40244b248e6f0b94918169e2feb2227cf1f0fa5f 2025-03-21T20:23:08.3368051Z deleted: sha256:e2d20ee2e6f5b13148c5bc7438ac3b99d0fbe7361983ace57d7f6c9a53ebb4a1 2025-03-21T20:23:08.3368972Z deleted: sha256:8d51221c5d0b80fef480318f9648620d0485d4bdeaa8a4bb71dad958ffa6f790 2025-03-21T20:23:08.3369889Z deleted: sha256:14420affd3a01fd14f1f93dd16a99ffbaa8494bde8e368f6d15c81667f9a6e23 2025-03-21T20:23:08.3371084Z deleted: sha256:9e1213ad98b26feb4bbe577f702afcfbec754438b68d47c9f11b9a24714eedda 2025-03-21T20:23:08.3372012Z deleted: sha256:e015fd41e914974c966637a97e131b50ae5814b903b8c42dfebc2ffafc3db463 2025-03-21T20:23:08.3372924Z deleted: sha256:d7976569ac4f931958721acabc120fe2cfdbc8673ef348c7c8110886822234a0 2025-03-21T20:23:08.3373825Z deleted: sha256:9006884ac58bd79a9522eda809d9360d21997a93e175d1d6b66b23dd64cc766e 2025-03-21T20:23:08.3374735Z deleted: sha256:934cb849abe06befc43afe3d1a738c8537ce109679f8556a7af52bfbf40438b2 2025-03-21T20:23:08.3375660Z deleted: sha256:824b004f2d714c62c347e3c1ea2ef132dd6cc9c2c8e2a33891027b3332970956 2025-03-21T20:23:08.3376572Z deleted: sha256:070a521224ad9aed21b31bdbffa143888d3a81eba63b08fd089618c6e5040186 2025-03-21T20:23:08.3377477Z deleted: sha256:59b223680ef978509f20faf6bf069866dfc02c422159347face0a7565d698526 2025-03-21T20:23:08.3378181Z untagged: arm64v8/alpine:latest 2025-03-21T20:23:08.3378960Z untagged: arm64v8/alpine@sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:23:08.3380039Z deleted: sha256:8d591b0b7dea080ea3be9e12ae563eebf9869168ffced1cb25b2470a3d9fe15e 2025-03-21T20:23:08.3380993Z deleted: sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c 2025-03-21T20:23:08.3381540Z 2025-03-21T20:23:08.3381760Z Total reclaimed space: 5.541GB 2025-03-21T20:23:08.3429592Z ##[group]Run set +e 2025-03-21T20:23:08.3430048Z set +e 2025-03-21T20:23:08.3430426Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:23:08.3430997Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:23:08.3431515Z else 2025-03-21T20:23:08.3431919Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:23:08.3432399Z fi 2025-03-21T20:23:08.3432716Z set -e 2025-03-21T20:23:08.3439975Z shell: /usr/bin/bash -e {0} 2025-03-21T20:23:08.3440373Z env: 2025-03-21T20:23:08.3440791Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:23:08.3441355Z REPOSITORY: pytorch/executorch 2025-03-21T20:23:08.3441770Z PR_NUMBER: 2025-03-21T20:23:08.3444118Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=lstm BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:23:08.3446718Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:23:08.3447533Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:23:08.3448317Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:23:08.3448868Z NO_SUDO: false 2025-03-21T20:23:08.3449200Z ##[endgroup] 2025-03-21T20:23:09.5903320Z Post job cleanup. 2025-03-21T20:23:09.7286038Z Post job cleanup. 2025-03-21T20:23:09.8552220Z [command]/usr/bin/git version 2025-03-21T20:23:09.8610486Z git version 2.47.1 2025-03-21T20:23:09.8672261Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/52d16bef-d50e-4d57-925c-4bdf3463375a' before making global git config changes 2025-03-21T20:23:09.8673619Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:23:09.8681660Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:23:09.8729705Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:23:09.8786977Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:23:09.9126457Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:23:09.9154283Z http.https://github.com/.extraheader 2025-03-21T20:23:09.9172687Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:23:09.9211555Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:23:09.9637884Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:23:09.9671018Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:23:09.9677737Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:23:09.9678292Z ##[endgroup] 2025-03-21T20:23:09.9781852Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:23:25.8222356Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T20:23:49.6049561Z Cleaning up orphan processes